Skip to main content

CategoryAuditEventCountableConnection

A connection to a list of items.

type CategoryAuditEventCountableConnection {
pageInfo: PageInfo!
edges: [CategoryAuditEventCountableEdge!]!
totalCount: Int!
}

Fields

CategoryAuditEventCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

CategoryAuditEventCountableConnection.edges ● [CategoryAuditEventCountableEdge!]! non-null object

Contains the nodes in this connection

CategoryAuditEventCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Member Of

Category object

Was this page helpful?