Skip to main content

findOrders

Permission required: order:query:find_orders - Get all orders matching number, email, and channels

findOrders(
after: String
before: String
channelCodes: [String!]
email: String!
first: Int
last: Int
number: String!
): OrderConnection

Arguments

findOrders.after ● String scalar

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

findOrders.before ● String scalar

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

findOrders.channelCodes ● [String!] list scalar

findOrders.email ● String! non-null scalar

findOrders.first ● Int scalar

Returns the first _n_ elements from the list.

findOrders.last ● Int scalar

Returns the last _n_ elements from the list.

findOrders.number ● String! non-null scalar

Type

OrderConnection object

The connection type for Order.