graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
http://docs.graphene-python.org/projects/django/en/latest/
MIT License
4.28k stars 766 forks source link

AND clause used instead of OR while filtering #1519

Open belavaishali opened 4 months ago

belavaishali commented 4 months ago

Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.

Ideally, here it should have been OR query - where users__email in ['abc@gmail.com' , 'xyz@gmail.com'] but on debugging it simply empties the clone object and returns empty qs.

It was working well with django3.1 and graphene-django 2.9.9