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.
Spec: https://facebook.github.io/graphql/#sec-Null-Value, https://facebook.github.io/graphql/#sec-Input-Values
RFC: graphql/graphql-spec#83
nullis now considered a valid input value. We should take steps to parsenullas a proper literal.