Skip to main content

NauticalOrderCountableConnection

No description

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

NauticalOrderCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

nauticalDraftOrders query ● nauticalOrders query

Member Of

User object

Was this page helpful?