orders
Permission required: order:query:orders
orders(
after: String
before: String
filter: OrderComplexFilterInput
first: Int
last: Int
): OrderConnection
Arguments
orders.after ● String scalar
Returns the elements in the list that come after the specified cursor.
orders.before ● String scalar
Returns the elements in the list that come before the specified cursor.
orders.filter ● OrderComplexFilterInput input
orders.first ● Int scalar
Returns the first _n_ elements from the list.
orders.last ● Int scalar
Returns the last _n_ elements from the list.
Type
OrderConnection object
The connection type for Order.