DEV

Mutation.

cartCreate

Create A new cart for a group of items

Arguments

Required

No description

Returns:

Cart!

GraphQL
1
2
3
type Mutation {
  cartCreate(input: CartCreateInput!): Cart!
}

Was this page helpful?