PaymentCountableConnection
No description
type PaymentCountableConnection {
pageInfo: PageInfo!
edges: [PaymentCountableEdge!]!
totalCount: Int
}
Fields
PaymentCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
PaymentCountableConnection.edges
● [PaymentCountableEdge!]!
non-null object payments
PaymentCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
payments
query