- Issue created by @britt.vanderlinden
- 🇧🇪Belgium tim-diels Belgium 🇧🇪
Please provide patches as MR as that will be easier for review and also triggers the pipelines for quality assurance and testing.
The default GraphQL Views integration does not provide enriched metadata for exposed filters such as:
Result counts per filter option.
This limits the frontend’s ability to build dynamic filtering interfaces without duplicating logic from Drupal.
Right now the filter count is split into taxonomy term filters 'count'. And filters from node fields or node references 'options['count']'.
It would be nice to make those two act the same
Active
2.3
Code
Please provide patches as MR as that will be easier for review and also triggers the pipelines for quality assurance and testing.