Skip to main content

ProductItemConnection

A connection of product items

type ProductItemConnection {
nodes: [ProductItem!]
totalCount: Int!
hasNextPage: Boolean!
}

Fields

ProductItemConnection.nodes ● [ProductItem!] list object

The resulting items

ProductItemConnection.totalCount ● Int! non-null scalar

The total amount of items in this connection

ProductItemConnection.hasNextPage ● Boolean! non-null scalar

Whether this connection has a next page

Returned By

productItems query

Member Of

ProductVariant object