translationsRegister key values list

Hey all,

I need to translate the fields seo { title, description } of a product.
I don’t know which value for the key element I should put in the translationsRegister mutation.
I tried seo.title and seo.description but it doesn’t work.

Is there a list of all the possible values somewhere?

Found the solution myself. The values are “meta_title” and “meta_description”.

How did I find that? I modified the values in Translate & Adapt and checked the Network tab in the browser.

Another example is the key “value” if you want to translate a metafield. Where is this documented?

I think there’s a lack of documentation on this. Let me know if any documentation exists regarding this.