NauticalOrderCountableConnection
A connection to a list of items.
type NauticalOrderCountableConnection {
pageInfo: PageInfo!
edges: [NauticalOrderCountableEdge!]!
totalCount: Int!
}
Fields
NauticalOrderCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
NauticalOrderCountableConnection.edges ● [NauticalOrderCountableEdge!]! non-null object
Contains the nodes in this connection
NauticalOrderCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
nauticalDraftOrders query ● nauticalOrders query
Member Of
User object