From a5c44f30facdaabd94ed25953a3bd88005efa868 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 14 May 2020 09:17:14 +0200 Subject: Add basic output object type support --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2012c..e249e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ and this project adheres to execution. `FieldResolver` is executed in `ActionT` and the current `Field` is passed in the reader and not as an explicit argument. +### Added +- `Type.Definition` and `Type.Schema` modules. Both contain the first types (but + not all yet) to describe a schema. Public functions that execute queries + accept a `Schema` now instead of a `HashMap`. The execution fails if the root + operation doesn't match the root Query type in the schema. + ## [0.7.0.0] - 2020-05-11 ### Fixed - Result of null encoding -- cgit v1.2.3