INPUT_OBJECT

CartDeleteMutationInput

Autogenerated input type of CartDeleteMutation

link GraphQL Schema definition

  • input CartDeleteMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID for retrieving the correct cart.
  • cartId: ID!
  • }