Skip to main content

RefundAuditEventCountableConnection

A connection to a list of items.

type RefundAuditEventCountableConnection {
pageInfo: PageInfo!
edges: [RefundAuditEventCountableEdge!]!
totalCount: Int!
}

Fields

RefundAuditEventCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

RefundAuditEventCountableConnection.edges ● [RefundAuditEventCountableEdge!]! non-null object

Contains the nodes in this connection

RefundAuditEventCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Member Of

Refund object

Was this page helpful?