Schema Documentation

ProductWithVariations

Description

A product with variations.

Fields
Field NameDescription
databaseId - Int! Product or variation ID
id - ID! Product or variation global ID
variations - ProductWithVariationsToProductVariationConnection Connection between the ProductWithVariations type and the ProductVariation type
Arguments
first - Int

The number of items to return after the referenced "after" cursor

last - Int

The number of items to return before the referenced "before" cursor

after - String

Cursor used along with the "first" argument to reference where in the dataset to get data

before - String

Cursor used along with the "last" argument to reference where in the dataset to get data

where - ProductWithVariationsToProductVariationConnectionWhereArgs

Arguments for filtering the connection

Possible Types
ProductWithVariations Types

VariableProduct

SubscriptionVariableProduct

Example
{"databaseId":987,"id":"4","variations":ProductWithVariationsToProductVariationConnection}