OBJECT

MerchandiseProviderSerializerMutation

DRF serializer based Mutation for Merchandise Provider

link GraphQL Schema definition

  • type MerchandiseProviderSerializerMutation {
  • merchandiseprovider: MerchandiseProviderType
  • # Boolean field that return mutation result request.
  • ok: Boolean
  • # Errors list for the field
  • errors: [ErrorType]
  • }