Skip to main content

RefundPaymentCountableConnection

A connection to a list of items.

type RefundPaymentCountableConnection {
pageInfo: PageInfo!
edges: [RefundPaymentCountableEdge!]!
totalCount: Int!
}

Fields

RefundPaymentCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

RefundPaymentCountableConnection.edges ● [RefundPaymentCountableEdge!]! non-null object

Contains the nodes in this connection

RefundPaymentCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Member Of

Refund object

Was this page helpful?