DEV

Query.

cart

Returns an Item resource by ID.

Arguments

id

ID!

Required

The Item ID.

Returns:

Cart

GraphQL
1
2
3
type Query {
  cart(id: ID!): Cart
}

Was this page helpful?