diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-08-30 07:26:04 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-08-30 07:26:04 +0200 |
| commit | 22313d05df7d96cd8106bc42f787bc74d74596de (patch) | |
| tree | ad92241fb9b317176adef1897cfc0c3a0dac55b4 /CHANGELOG.md | |
| parent | c1943c1979a0bfd37dae3a87d863f06938176baf (diff) | |
| download | graphql-22313d05df7d96cd8106bc42f787bc74d74596de.tar.gz | |
Deprecate Language.GraphQL.Execute.Schema
It is not a schema (at least not a complete one), but a resolver list,
and the resolvers should be provided by the user separately, because the
schema can originate from a GraphQL document. Schema name should be free
to provide a data type for the real schema later.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b2a8e4..dca4622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ All notable changes to this project will be documented in this file. - Minimal documentation for all public symbols. ### Deprecated -- Language.GraphQL.AST.FragmentName. Replaced with Language.GraphQL.AST.Name. +- `Language.GraphQL.AST.FragmentName`. Replaced with Language.GraphQL.AST.Name. +- `Language.GraphQL.Execute.Schema` - It is not a schema (at least not a + complete one), but a resolver list, and the resolvers should be provided by + the user separately, because the schema can originate from a GraphQL + document. `Schema` name should be free to provide a data type for the real + schema later. ## [0.5.0.0] - 2019-08-14 ### Added |
