Schema Documentation

ProductWithAttributes

Description

Products with default attributes.

Fields
Field NameDescription
databaseId - Int! Product or variation ID
defaultAttributes - ProductWithAttributesToVariationAttributeConnection Connection between the ProductWithAttributes type and the VariationAttribute 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

id - ID! Product or variation global ID
Example
{"databaseId":123,"defaultAttributes":ProductWithAttributesToVariationAttributeConnection,"id":4}