Skip to main content

RefundCountableConnection

No description

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

RefundCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

refunds query

Was this page helpful?