Skip to main content

AgreementTimelineEventCountableConnection

A connection to a list of items.

type AgreementTimelineEventCountableConnection {
pageInfo: PageInfo!
edges: [AgreementTimelineEventCountableEdge!]!
totalCount: Int!
}

Fields

AgreementTimelineEventCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

AgreementTimelineEventCountableConnection.edges ● [AgreementTimelineEventCountableEdge!]! non-null object

Contains the nodes in this connection

AgreementTimelineEventCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

agreementTimeline query

Was this page helpful?