Skip to main content

orders

No description

orders(
filter: OrderFilterInput
sortBy: OrderSortingInput
identifier: ID
before: String
after: String
first: Int
last: Int
): OrderCountableConnection!

Arguments

orders.filter ● OrderFilterInput input

orders.sortBy ● OrderSortingInput input

orders.identifier ● ID scalar

orders.before ● String scalar

Returns the items in the list that come before the specified cursor.

orders.after ● String scalar

Returns the items in the list that come after the specified cursor.

orders.first ● Int scalar

Returns the first n items from the list.

orders.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

OrderCountableConnection object

A connection to a list of items.

Was this page helpful?