Skip to main content

AgreementCountableConnection

No description

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

AgreementCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

agreements query

Was this page helpful?