Skip to main content

ProductVideoCountableConnection

No description

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

ProductVideoCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Member Of

Product object

Was this page helpful?