Problem in multilanguage translation using GraphQL API

Hi,

if your’re still wondering about this, this worked for me:
query {
translatableResource(resourceId: “gid://shopify/Product/34524562462523”) {
resourceId
translations(locale: “fr”) {
key
value
}
}
}

See if I understood what you wanted, or if I misunderstood.

-Knut