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