drupal-graphql / drupal-graphql/graphql
nodeQuery filter not working
- Dominant language
- PHP
- Stars
- 287
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to filter a list of entities by their properties, and for some reason the filter is not working as expected:

what I would expect is a collection of articles with status = TRUE and sticky = TRUE
However, I am getting the results below instead:

where it contains a mix of status = TRUE and sticky = FALSE. So, it appears that the conjunction: AND is not working. Is this a bug or is my query is incorrect?
Thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.