Skip to main content

AgreementCountableConnection

A connection to a list of items.

type AgreementCountableConnection {
pageInfo: PageInfo!
edges: [AgreementCountableEdge!]!
totalCount: Int!
}

Fields

AgreementCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

AgreementCountableConnection.edges ● [AgreementCountableEdge!]! non-null object

Contains the nodes in this connection

AgreementCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

agreements query

Was this page helpful?