From 22313d05df7d96cd8106bc42f787bc74d74596de Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 30 Aug 2019 07:26:04 +0200 Subject: 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. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3