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