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