PaymentConnection
A connection of payments
type PaymentConnection {
nodes: [Payment!]
totalCount: Int!
hasNextPage: Boolean!
}
Fields
PaymentConnection.nodes ● [Payment!] list object
The resulting items
PaymentConnection.totalCount ● Int! non-null scalar
The total amount of items in this connection
PaymentConnection.hasNextPage ● Boolean! non-null scalar
Whether this connection has a next page
Returned By
payments query
Member Of
PaymentInformation object