AgreementFeesEventCountableConnection
A connection to a list of items.
type AgreementFeesEventCountableConnection {
pageInfo: PageInfo!
edges: [AgreementFeesEventCountableEdge!]!
totalCount: Int!
}
Fields
AgreementFeesEventCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
AgreementFeesEventCountableConnection.edges ● [AgreementFeesEventCountableEdge!]! non-null object
Contains the nodes in this connection
AgreementFeesEventCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Member Of
AgreementFees object