Hi all!
is it possible, to request all translations of a node at once (using GraphQL)? Currently i'm using this to get all variants and i have to loop over all shop-languages to get all languages. It would make the flow and code quite a bit straight forward if i could simple get all languages in the translations (i can even name them, but so far nothing seems to work):
{ product(id: "gid://shopify/Product/xxxxx") { id variants(first: 100) { edges { node { id sku title price inventoryQuantity translations(locale: "de") { key locale value } } } } } }
Solved! Go to the solution
This is an accepted solution.
This question has been answered here:
User | Count |
---|---|
13 | |
12 | |
7 | |
4 | |
4 |