AgreementSellersCountableConnection
No description
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
AgreementSellersCountableConnection.totalCount ● Int scalar
A total count of items in the collection.