This commit is contained in:
2019-09-06 07:48:01 +02:00
parent 63d4de485d
commit 1704022e74
3 changed files with 17 additions and 2 deletions

View File

@ -16,6 +16,9 @@ All notable changes to this project will be documented in this file.
There are actually only two generic types in GraphQL: Scalars and objects.
Enum is a scalar value.
### Fixed
- Parsing block string values.
## [0.5.0.0] - 2019-08-14
### Added
- `executeWithName` executes an operation with the given name.