INPUT_OBJECT
ShippingProfileUpdateMutationInput
Autogenerated input type of ShippingProfileUpdateMutation
link GraphQL Schema definition
- input ShippingProfileUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID for retrieving the correct shipping profile.
- ID! :
- # Attributes to assign to the new Shipping Profile
- ShippingProfileInput! :
- }