Skip to main content
Version: 3.x

OrderCountableConnection

No description

type OrderCountableConnection {
pageInfo: PageInfo!
edges: [OrderCountableEdge!]!
totalCount: Int
}

Fields

OrderCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

OrderCountableConnection.edges ● [OrderCountableEdge!]! non-null object

OrderCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

draftOrders query ● orders query

Member of

User object


Was this page helpful?