Skip to main content

RefundCountableConnection

A connection to a list of items.

type RefundCountableConnection {
pageInfo: PageInfo!
edges: [RefundCountableEdge!]!
totalCount: Int!
}

Fields

RefundCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

RefundCountableConnection.edges ● [RefundCountableEdge!]! non-null object

Contains the nodes in this connection

RefundCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

refunds query

Was this page helpful?