You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using graphql v0.7.7 and I noticed I cannot send null in a scalar argument.
It's really easy to reproduce, just create a field that takes a string as an argument, and try sending null, it should return something like Argument "some_name" has invalid value <nil>. Expected type "String", found <nil>."
The text was updated successfully, but these errors were encountered:
Hi,
I'm using graphql v0.7.7 and I noticed I cannot send null in a scalar argument.
It's really easy to reproduce, just create a field that takes a string as an argument, and try sending null, it should return something like
Argument "some_name" has invalid value <nil>. Expected type "String", found <nil>."
The text was updated successfully, but these errors were encountered: