OBJECT

MerchandiseAlertSerializerMutation

DRF serializer based Mutation for MerchandiseAlert

link GraphQL Schema definition

  • type MerchandiseAlertSerializerMutation {
  • merchandisealert: MerchandiseAlertType
  • # Boolean field that return mutation result request.
  • ok: Boolean
  • # Errors list for the field
  • errors: [ErrorType]
  • }