Skip to main content

ProductVariantConnection

A connection to a list of ProductVariant values.

type ProductVariantConnection {
hasNextPage: Boolean!
nodes: [ProductVariant!]!
totalCount: Int!
}

Fields

ProductVariantConnection.hasNextPage ● Boolean! non-null scalar

Whether this connection has a next page

ProductVariantConnection.nodes ● [ProductVariant!]! non-null object

The resulting items.

ProductVariantConnection.totalCount ● Int! non-null scalar

The total amount of items in this connection

Member Of

Discount object ● Product object ● Wishlist object