Parse enum and input object type definitions

This commit is contained in:
2020-01-12 07:07:04 +01:00
parent adffa185bb
commit d257d05d4e
4 changed files with 69 additions and 20 deletions

View File

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