INPUT_OBJECT

CartRemoveCartItemMutationInput

Autogenerated input type of CartRemoveCartItemMutation

link GraphQL Schema definition

  • input CartRemoveCartItemMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Deprecated: As of Sept. 2019, this is no longer used to look up associated cart
  • # items and will be removed.
  • cartId: ID
  • # ID of the cart item to be modified. See cartItem type for more details.
  • cartItemId: ID!
  • }