graphql-python / graphql-python/graphql-core-legacy
Implement `null` literal
Open
- Dominant language
- Python
- Stars
- 372
- Forks
- 175
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.