-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphql filter "or" is not working properly #4472
Comments
Edit: https://hasura.io/docs/1.0/graphql/manual/api-reference/graphql-api/query.html#orexp |
Edited my previous comment |
Thanks for pointing that out. I was using the hasura "Explorer" to build the query and I thought it should give me the query I want for |
GraphiQL-explorer has a bug where it doesn't open an array. We are tracking improving the usability of this here: #4488 |
galleries(filter: {title: {eq: "rain"}}) me to o |
Hello there,
I found that the filter "or" is not working properly in hasura at version 1.11 and lower verison.
Case1:
returns
But
Case2:
returns
This is not right. The "or" clause should return at least one result in Case 1, right? Did I use the clause in the wrong way? Can someone double check this? Thank you!
Chris
The text was updated successfully, but these errors were encountered: