-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
[BUG] Query is not parsed correctly for where:{ _and :[] } #53
Labels
Comments
mesudip
changed the title
[BUG]
[BUG] Query is not parsed correctly for where:{ _and :[] }
Feb 2, 2021
Line 195 in a902619
This is the culprit line. I couldn't fix it due to Type mismatch errors. Typescript is beyond me. |
I think this is due to some JSON conversion, thanks for the issue! I'll look into it! |
Sorry about the delay, had a very busy month. I'm taking care of this today. |
roziscoding
added a commit
that referenced
this issue
Mar 6, 2021
Co-authored-by: Lucas Santos <[email protected]>
Merged
khaosdoctor
added a commit
that referenced
this issue
Mar 6, 2021
Co-authored-by: Lucas Santos <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Am i missing something
>>> query { Metadata(where: { _and: ["[object Object]", "[object Object]"] }) { key value } }
The text was updated successfully, but these errors were encountered: