INPUT_OBJECT
CartRemoveCartItemMutationInput
Autogenerated input type of CartRemoveCartItemMutation
link GraphQL Schema definition
- input CartRemoveCartItemMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Deprecated: As of Sept. 2019, this is no longer used to look up associated cart
- # items and will be removed.
- ID :
- # ID of the cart item to be modified. See cartItem type for more details.
- ID! :
- }