DEV

Query.

carton

Returns a Carton resource by ID

Arguments

id

ID!

Required

The Carton ID

Returns:

Carton

GraphQL
1
2
3
type Query {
  carton(id: ID!): Carton
}

Was this page helpful?