DEV

Query.

cartons

Returns a list of Carton objects that apply to a root

Arguments

filter

CartonsFilter

No description

Returns:

[Carton]

GraphQL
1
2
3
type Query {
  cartons(filter: CartonsFilter): [Carton]
}

Was this page helpful?