Skip to content

Implement null literal  #118

@yen223

Description

@yen223

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.

Activity

linked a pull request that will close this issue on May 11, 2017
eamigo86

eamigo86 commented on Jun 9, 2017

@eamigo86

Waiting for the new release with this functionality !!!

lucasgnavarro

lucasgnavarro commented on Sep 5, 2019

@lucasgnavarro

What happened with this? It's sill alive?

Cito

Cito commented on Sep 11, 2019

@Cito
Member

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.

added a commit that references this issue on Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @Cito@yen223@lucasgnavarro@eamigo86

      Issue actions

        Implement `null` literal · Issue #118 · graphql-python/graphql-core-legacy