orders
Paginate through orders.
Requires the publicorder/read scope.
orders(
after: String
before: String
customerToken: String!
first: Int
last: Int
): PublicOrderConnectionWithSearch!
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.customerToken
● String!
non-null scalar
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
PublicOrderConnectionWithSearch
object
Paginate through PublicOrders, name is indicative of future functionality.