graphql-core-legacy icon indicating copy to clipboard operation
graphql-core-legacy copied to clipboard

Implement `null` literal

Open yen223 opened this issue 8 years ago • 3 comments

Spec: https://facebook.github.io/graphql/#sec-Null-Value, https://facebook.github.io/graphql/#sec-Input-Values RFC: https://github.com/facebook/graphql/pull/83

null is now considered a valid input value. We should take steps to parse null as a proper literal.

yen223 avatar May 11 '17 12:05 yen223

Waiting for the new release with this functionality !!!

eamigo86 avatar Jun 09 '17 20:06 eamigo86

What happened with this? It's sill alive?

lucasgnavarro avatar Sep 05 '19 20:09 lucasgnavarro

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.

Cito avatar Sep 11 '19 11:09 Cito