mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-14 12:09:04 +08:00
In the most recent update to GraphQL, the null literal was added to the AST. This PR adds the types for the new AST node. For reference, see: -e49df49803/src/language/ast.js (L129)-e49df49803/src/language/ast.js (L264)-e49df49803/src/language/ast.js (L293-L296)