Skip to main content

AgreementSellersEventCountableConnection

A connection to a list of items.

type AgreementSellersEventCountableConnection {
pageInfo: PageInfo!
edges: [AgreementSellersEventCountableEdge!]!
totalCount: Int!
}

Fields

AgreementSellersEventCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

AgreementSellersEventCountableConnection.edges ● [AgreementSellersEventCountableEdge!]! non-null object

Contains the nodes in this connection

AgreementSellersEventCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Member Of

AgreementSellers object

Was this page helpful?