INPUT_OBJECT
CartUpdateCartItemMutationInput
Autogenerated input type of CartUpdateCartItemMutation
link GraphQL Schema definition
- input CartUpdateCartItemMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID for retrieving the correct cart.
- ID! :
- # ID of the cart item to be modified. See cartItem type for more details.
- ID! :
- # The way in which the buyer will receive the good or service.
- DeliveryMethodEnum :
- # The quantity of the item to be put in the cart.
- Int :
- }