Parse schema extensions

This commit is contained in:
2020-01-25 16:37:17 +01:00
parent cb5270b197
commit b4a3c98114
6 changed files with 44 additions and 10 deletions

View File

@ -11,6 +11,7 @@ and this project adheres to
- AST for the GraphQL schema.
- Parser for the TypeSystemDefinition.
- `Trans.argument`.
- Schema extension parser.
### Changed
- Rename `AST.Definition` into `AST.Document.ExecutableDefinition`.