Skip to main content

PaymentCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

PaymentCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

payments query

Was this page helpful?