drupal-graphql / drupal-graphql/graphql

nodeQuery filter not working

Open
#905 2 comments 0 reactions 0 assignees View on GitHub
3.x
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:
![image](https://user-images.githubusercontent.com/1388438/66159900-ca88b200-e5dd-11e9-8d2c-c95a6b94516e.png)

what I would expect is a collection of articles with status = TRUE and sticky = TRUE

However, I am getting the results below instead:
![image](https://user-images.githubusercontent.com/1388438/66159946-e68c5380-e5dd-11e9-8eca-e8228214548c.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.