-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
False boolean values always null #116
Comments
Might be related to #108, I’ll definetly explore. |
As for JSON, yeah that’s a bug. Look at #102 though for more conversation on how we should handle the |
Merged
There’s a PR in now for the false bug, just waiting for a review and I’ll release 👍 #120 |
There’s also now a PR for JSON type serialization #121 |
Fix is in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
when inserting a boolean field in a mutation with the value false results in the value null.
Querying for records with false boolean values results also to null.
Is this a bug? I am using 1.9.2.
Another thing is the serialization of JSON. When I request json from the client, I only get "[object Object]", not the serialized JSON as a string. Thought this should be the correct behaviour?
Thanks in advance!
Daniel
The text was updated successfully, but these errors were encountered: