OrderConnection
A connection of orders.
type OrderConnection {
nodes: [Order!]!
hasNextPage: Boolean!
totalCount: Int!
}
Fields
OrderConnection.nodes ● [Order!]! non-null object
The resulting entities.
OrderConnection.hasNextPage ● Boolean! non-null scalar
Whether this connection has a next page.
OrderConnection.totalCount ● Int! non-null scalar
The total amount of items in this connection.
Member Of
User object