INPUT_OBJECT

ShippingRateDeleteMutationInput

Autogenerated input type of ShippingRateDeleteMutation

link GraphQL Schema definition

  • input ShippingRateDeleteMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the shipping rate to delete
  • id: ID!
  • }