RefundLineCountableConnection
A connection to a list of items.
type RefundLineCountableConnection {
pageInfo: PageInfo!
edges: [RefundLineCountableEdge!]!
totalCount: Int!
}
Fields
RefundLineCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
RefundLineCountableConnection.edges ● [RefundLineCountableEdge!]! non-null object
Contains the nodes in this connection
RefundLineCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Member Of
Refund object ● VendorPayout object