- Issue created by @bmateus
- 🇬🇷Greece TheodorosPloumis Greece
There is no such built-in feature on graphql_compose currently.
You can achieve this in different ways.1) Create a GraphQL compose views and get there the Nodes filtered bty taxonomy term tid. See https://drupal-graphql-compose.github.io/documentation/#/features/views
2) Add a custom Field on the Node Union query (programmatically) to get the Nodes of a taxonomy. See https://drupal-graphql-compose.github.io/documentation/#/extending/custo...
3) Use module https://www.drupal.org/project/viewfield → to create a Views field on the taxonomy and then get the Nodes there. See https://drupal-graphql-compose.github.io/documentation/#/contrib/viewfield.Notice that this module extends the graphql module. The code you describe refers to the graphql module and not this one.