Skip to main content

ProductImageCountableConnection

A connection to a list of items.

type ProductImageCountableConnection {
pageInfo: PageInfo!
edges: [ProductImageCountableEdge!]!
totalCount: Int!
}

Fields

ProductImageCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

ProductImageCountableConnection.edges ● [ProductImageCountableEdge!]! non-null object

Contains the nodes in this connection

ProductImageCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Member Of

Product object

Was this page helpful?