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