Skip to main content

PaymentEventCountableConnection

A connection to a list of items.

type PaymentEventCountableConnection {
pageInfo: PageInfo!
edges: [PaymentEventCountableEdge!]!
totalCount: Int!
}

Fields

PaymentEventCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

PaymentEventCountableConnection.edges ● [PaymentEventCountableEdge!]! non-null object

Contains the nodes in this connection

PaymentEventCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Member Of

Payment object

Was this page helpful?