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