Skip to main content

AgreementSellersCountableConnection

A connection to a list of items.

type AgreementSellersCountableConnection {
pageInfo: PageInfo!
edges: [AgreementSellersCountableEdge!]!
totalCount: Int!
}

Fields

AgreementSellersCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

AgreementSellersCountableConnection.edges ● [AgreementSellersCountableEdge!]! non-null object

Contains the nodes in this connection

AgreementSellersCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Member Of

Agreement object ● Seller object

Was this page helpful?