Shopify-api-node
Shopify-api-node copied to clipboard
Querying a field on the queryRoot?
I'm trying to retrieve the translatable content of a product like this:
const query = `
{
translatableResource(resourceId: "${admin_graphql_api_id}") {
translatableContent {
digest
key
locale
value
}
}
}
`
but then i just get an error that translatableResource is not on queryRoot