A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi everyone,
Last time I checked Shopify API offered a request to apply the translation using the "translationsRegister" query. Everything was described in the dev documentation here: https://shopify.dev/docs/apps/online-store/translate-content#step-4-write-a-translation
A couple of days ago that page becomes unavailable. Moreover, an entire section is removed from the documentation: Online store -> Translate content.
Even "translationsRegister" query is still described in a different place in the docs
https://shopify.dev/docs/api/admin-graphql/2022-04/mutations/translationsRegister
Using "translationsRegister" query returns error: Field 'translationsRegister' doesn't exist on type 'QueryRoot'.
The question is how to use API to apply translation to the "translatableResource" now?