{ productStream { pageInfo { hasNextPage endCursor } edges { node { ... on VariableProduct { sku bindings { code __typename } variantList { edges { node { sku } } } } } } } }
Last updated 1 year ago