Parse complete TypeSystemDefinition

This commit is contained in:
2020-01-15 20:20:50 +01:00
parent d257d05d4e
commit ba710a3c96
6 changed files with 78 additions and 21 deletions

View File

@ -9,7 +9,7 @@ and this project adheres to
## [Unreleased]
### Added
- AST for the GraphQL schema.
- Parser for the SchemaDefinition and TypeDefinition.
- Parser for the TypeSystemDefinition.
- `Trans.argument`.
### Changed