PaymentMandateConnection
Implements the Relay Connection interface, used to paginate list of element (Learn More)
type PaymentMandateConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [PaymentMandateEdge!]!
}
Fields
PaymentMandateConnection.totalCount ● Int! non-null scalar
Total number of elements in the list
PaymentMandateConnection.pageInfo ● PageInfo! non-null object
Information about the current, the previous and the next page
PaymentMandateConnection.edges ● [PaymentMandateEdge!]! non-null object
PaymentMandateEdge list
Interfaces
Connection interface
Relay Connection type, used to paginate list of element (Learn More)
Member Of
AccountHolder object