Skip to main content

SupportingDocumentCollectionConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type SupportingDocumentCollectionConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [SupportingDocumentCollectionEdge!]!
}

Fields

SupportingDocumentCollectionConnection.totalCount ● Int! non-null scalar

Total number of element in the list

SupportingDocumentCollectionConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

SupportingDocumentCollectionConnection.edges ● [SupportingDocumentCollectionEdge!]! non-null object

SupportingDocumentCollectionEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member Of

AccountHolder object ● CardTransaction object ● CheckTransaction object ● FeeTransaction object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternationalCreditTransferTransaction object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object