INPUT_OBJECT

ShippingZoneCreateOrUpdateMutationInput

Autogenerated input type of ShippingZoneCreateOrUpdateMutation

link GraphQL Schema definition

  • input ShippingZoneCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • shippingZoneId: ID
  • sellerId: ID
  • # Attributes to assign to the shipping zone.
  • attributes: ShippingZoneInput!
  • }