diff options
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 |
