DEV
Mutation.
cartCreate
Create A new cart for a group of items
Arguments
input
•
CartCreateInput!
Required
No description
Returns:
Cart!
GraphQL
1
2
3
type
Mutation
{
cartCreate
(
input
:
CartCreateInput
!
)
:
Cart
!
}
Was this page helpful?
Yes
No
© 2024 Zonos
zonos.com
Mutation.
cartCreate
Create A new cart for a group of items
Arguments
input
CartCreateInput!
Required
Returns:
Cart!
type Mutation { cartCreate(input: CartCreateInput!): Cart! }