Skip to main content

VendorPayoutAuditEventCountableConnection

A connection to a list of items.

type VendorPayoutAuditEventCountableConnection {
pageInfo: PageInfo!
edges: [VendorPayoutAuditEventCountableEdge!]!
totalCount: Int!
}

Fields

VendorPayoutAuditEventCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

VendorPayoutAuditEventCountableConnection.edges ● [VendorPayoutAuditEventCountableEdge!]! non-null object

Contains the nodes in this connection

VendorPayoutAuditEventCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Member Of

VendorPayout object

Was this page helpful?