Skip to main content

ProductVariantVersionConnection

A connection to a list of ProductVariantVersion values.

type ProductVariantVersionConnection {
hasNextPage: Boolean!
nodes: [ProductVariantVersion!]!
totalCount: Int!
}

Fields

ProductVariantVersionConnection.hasNextPage ● Boolean! non-null scalar

Whether this connection has a next page

ProductVariantVersionConnection.nodes ● [ProductVariantVersion!]! non-null object

The resulting items.

ProductVariantVersionConnection.totalCount ● Int! non-null scalar

The total amount of items in this connection

Member Of

ProductVariant object