Skip to content
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

Open
yen223 opened this issue May 11, 2017 · 3 comments · May be fixed by #119
Open

Implement null literal #118

yen223 opened this issue May 11, 2017 · 3 comments · May be fixed by #119

Comments

@yen223
Copy link

yen223 commented May 11, 2017

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 parse null as a proper literal.

@yen223 yen223 linked a pull request May 11, 2017 that will close this issue
@eamigo86
Copy link

eamigo86 commented Jun 9, 2017

Waiting for the new release with this functionality !!!

jaemk added a commit to jaemk/graphql-core that referenced this issue May 4, 2018
- addresses graphql-python#118
- initial implementation by @yen223 in PR graphql-python#119
jaemk added a commit to jaemk/graphql-core that referenced this issue May 4, 2018
- addresses graphql-python#118
- initial implementation by @yen223 in PR graphql-python#119
@jaemk jaemk mentioned this issue May 4, 2018
jaemk added a commit to jaemk/graphql-core that referenced this issue Sep 17, 2018
- addresses graphql-python#118
- initial implementation by @yen223 in PR graphql-python#119
jaemk added a commit to jaemk/graphql-core that referenced this issue Sep 18, 2018
- addresses graphql-python#118
- initial implementation by @yen223 in PR graphql-python#119
jaemk added a commit to jaemk/graphql-core that referenced this issue Sep 18, 2018
- addresses graphql-python#118
- initial implementation by @yen223 in PR graphql-python#119
@lucasgnavarro
Copy link

What happened with this? It's sill alive?

@Cito
Copy link
Member

Cito commented Sep 11, 2019

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.

cpmsmith pushed a commit to fellowapp/graphql-core-legacy that referenced this issue Apr 27, 2022
- addresses graphql-python#118
- initial implementation by @yen223 in PR graphql-python#119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants