INPUT_OBJECT

CartUpdateCartItemMutationInput

Autogenerated input type of CartUpdateCartItemMutation

link GraphQL Schema definition

  • input CartUpdateCartItemMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID for retrieving the correct cart.
  • cartId: ID!
  • # ID of the cart item to be modified. See cartItem type for more details.
  • cartItemId: ID!
  • # The way in which the buyer will receive the good or service.
  • deliveryMethod: DeliveryMethodEnum
  • # The quantity of the item to be put in the cart.
  • quantity: Int
  • }