query { productStream { pageInfo { hasNextPage endCursor } edges { node { ... on VariableProduct { sku bindings { code __typename } variantList { edges { node { sku } } } } } } } }
Last updated 20 days ago