INPUT_OBJECT

ShippingProfileCreateMutationInput

Autogenerated input type of ShippingProfileCreateMutation

link GraphQL Schema definition

  • input ShippingProfileCreateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Attributes to assign to the new Shipping Profile
  • attributes: ShippingProfileInput!
  • }