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