Skip to main content

OrderCountableConnection Object

No description

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

Fields

pageInfo ● PageInfo!

Pagination data for this connection.

edges ● [OrderCountableEdge!]!

totalCount ● Int

A total count of items in the collection.

Returned By

draftOrders query ● orders query

Member Of

User object