I'm trying to get a page by URI and language but it's ignoring the /es/ and I only get the english content.
Instead of getting the Spanish content using translation { ... } node, Is there any way to filter the page and get only spanish?
Like this: page(id: "/es/page", idType: URI, where: {language: ES}) { ... }
