1 Answer
I believe this is done using the @inContext decorator.
query getProducts @inContext(language: UR) {
products(first:10) {
edges {
node {
title
# Include other fields to retrieve within translations
}
}
}
}