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