No description
input CartItemInputType { skuId: Int id: ID quantity: Int! groupKey: ID message: String }
skuId
Int
scalar
id
ID
quantity
Int!
non-null
required
groupKey
message
String
addToCart mutation ● updateCartItem mutation
addToCart
mutation
updateCartItem
CartGroupInputType
CheckoutInputType
On this page