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?
Yes
No
© 2024 Zonos
zonos.com
Query.
cartons
Returns a list of
Carton
objects that apply to aroot
Arguments
filter
CartonsFilter
Returns:
[Carton]
type Query { cartons(filter: CartonsFilter): [Carton] }