Skip to main content

AgreementEventCountableConnection

A connection to a list of items.

type AgreementEventCountableConnection {
pageInfo: PageInfo!
edges: [AgreementEventCountableEdge!]!
totalCount: Int!
}

Fields

AgreementEventCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

AgreementEventCountableConnection.edges ● [AgreementEventCountableEdge!]! non-null object

Contains the nodes in this connection

AgreementEventCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

agreementEvents query

Member Of

Agreement object

Was this page helpful?