DEV

Mutation.

cartUpdate

Update a cart with new items or remove items

Arguments

Required

No description

Returns:

Cart!

GraphQL
1
2
3
type Mutation {
  cartUpdate(input: CartUpdateInput!): Cart!
}

Was this page helpful?