-
Notifications
You must be signed in to change notification settings - Fork 183
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
Implement null
literal
#118
Comments
Waiting for the new release with this functionality !!! |
- addresses graphql-python#118 - initial implementation by @yen223 in PR graphql-python#119
- addresses graphql-python#118 - initial implementation by @yen223 in PR graphql-python#119
- addresses graphql-python#118 - initial implementation by @yen223 in PR graphql-python#119
- addresses graphql-python#118 - initial implementation by @yen223 in PR graphql-python#119
- addresses graphql-python#118 - initial implementation by @yen223 in PR graphql-python#119
What happened with this? It's sill alive? |
The current development is going on in GraphQL-core 3. GraphQL-core 2 is not really maintained any more, and no new features will be added. Unless somebody volunteeers as maintainer of course. But note that GraphQL-core 2 is underlying a lot of other libraries such as Graphene 2, and care must be taken not to break them when adding new features or changing functionality. |
- addresses graphql-python#118 - initial implementation by @yen223 in PR graphql-python#119
Spec: https://facebook.github.io/graphql/#sec-Null-Value, https://facebook.github.io/graphql/#sec-Input-Values
RFC: graphql/graphql-spec#83
null
is now considered a valid input value. We should take steps to parsenull
as a proper literal.The text was updated successfully, but these errors were encountered: