Questions and discussions about using the Shopify CLI and Shopify-built libraries.
I am trying to retrieve translatable content for specific resource ID.
Is it possible to pass the resourceId dynamically?
Is there another better way to do this?
{
translatableResource(resourceId: "gid://shopify/Product/6766123974721") {
resourceId
translatableContent {
key
value
digest
locale
}
}
}
Thanks