OrderCountableConnection
No description
type OrderCountableConnection {
pageInfo: PageInfo!
edges: [OrderCountableEdge!]!
totalCount: Int
}
Fields
OrderCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
OrderCountableConnection.edges
● [OrderCountableEdge!]!
non-null object orders
OrderCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
draftOrders
query ● orders
query
Member Of
User
object