diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-10-07 05:24:51 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-10-07 05:24:51 +0200 |
| commit | 7c0b0ace4dacbb581669f88b83b9643a83fc797a (patch) | |
| tree | ec9e5a55764c63203f09fc5c9b60990cd4b2aac7 /CHANGELOG.md | |
| parent | a91bc7f2d218ea2df308d3968587b60351625150 (diff) | |
| download | graphql-7c0b0ace4dacbb581669f88b83b9643a83fc797a.tar.gz | |
Collect types once the schema is created
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e9c41..4fc2753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,9 @@ and this project adheres to the path without executing the query. - `Error.Error`: `path` added. It is currently always empty. - `Validate.Validation.Path` was moved to `Error`. -- `Type.Schema.Schema` gets an additional field, `Schema.directives`. +- `Type.Schema.Schema`: data constructor is hidden, fields are accessible with + freestanding functions: `query`, `mutation`, `subscription`, `directives` and + `types`. ### Added - `Validate.Validation.Rule` constructors: @@ -62,7 +64,7 @@ and this project adheres to - `Type.In.Arguments`: Type alias for an argument map. - `Type.Schema.Directive` and `Type.Schema.Directives` are directive definition representation. -- `Type.Schema.schema`: Shortcut for creating a schema. +- `Type.Schema.schema`: Schema constructor. ### Fixed - Collecting existing types from the schema considers subscriptions. |
