Skip to main content

ProductAuditEventCountableConnection

A connection to a list of items.

type ProductAuditEventCountableConnection {
pageInfo: PageInfo!
edges: [ProductAuditEventCountableEdge!]!
totalCount: Int!
}

Fields

ProductAuditEventCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

ProductAuditEventCountableConnection.edges ● [ProductAuditEventCountableEdge!]! non-null object

Contains the nodes in this connection

ProductAuditEventCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Member Of

Product object

Was this page helpful?