Skip to main content

ProductImageCountableConnection

No description

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

ProductImageCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Member Of

Product object

Was this page helpful?