Loading...
In this example, we're using a specific product with SKU47.
For your query please use your own.
query productRelation { product(sku: "001") { sku createdAt editedAt attributeList { pageInfo { hasNextPage endCursor } edges { node { attribute { code } translations { ... on ProductRelationAttributeValueTranslation { language value { sku } } } } } } } }