From 54d8c108b3201176577a4fa0473ed7d41c02664c Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 27 Mar 2020 16:36:33 +0100 Subject: [PATCH] Link issues in CHANGELOG --- CHANGELOG.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c43bdd77e..1ced43a707d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,25 @@ #### Features -* Adds [graphql-upload](https://github.com/jaydenseric/graphql-upload) compatible scalar and link for proxying remote file uploads #671 +* Adds [graphql-upload](https://github.com/jaydenseric/graphql-upload) compatible scalar and link for proxying remote file uploads [#671](https://github.com/apollographql/graphql-tools/issues/671) * Add ability to merge fields from types from different schemas -* Adds transforms to wrap, extract, and rename fields #1183 -* Adds transform to filter object fields #819 -* Exports visitSchema, SchemaVisitor, healSchema, healTypes, cloneSchema, cloneType, cloneDirective to enable more custom transforms. #1070 -* Allows removing extra delegation layers by passing fetcher/link options directly to delegateToSchema, mergeSchemas, and transformSchema and by filtering directly with filterSchema without additional transformation round #1165 +* Adds transforms to wrap, extract, and rename fields [#1183](https://github.com/apollographql/graphql-tools/issues/1183) +* Adds transform to filter object fields [#819](https://github.com/apollographql/graphql-tools/issues/819) +* Exports visitSchema, SchemaVisitor, healSchema, healTypes, cloneSchema, cloneType, cloneDirective to enable more custom transforms. [#1070](https://github.com/apollographql/graphql-tools/issues/1070) +* Allows removing extra delegation layers by passing fetcher/link options directly to delegateToSchema, mergeSchemas, and transformSchema and by filtering directly with filterSchema without additional transformation round [#1165](https://github.com/apollographql/graphql-tools/issues/1165) #### Bug Fixes * Filter unused variables from map when proxying requests * Preserve subscription errors when using makeRemoteExecutableSchema * Preserve extensions when transforming schemas -* Fix merging and transforming of custom scalars and enums #501, #1056, #1200 -* Allow renaming of subscription root fields #997, #1002 -* Fix alias resolution to no longer incorrectly fallback to non-aliased field when null #1171 -* Do not remove default directives (skip, include, deprecated) when not merging custom directives #1159 -* Fixes errors support #743, #1037, #1046 -* Fix mergeSchemas to allow resolvers to return fields defined as functions #1061 -* Fix default values with mergeSchemas and addResolveFunctionsToSchema #1121 +* Fix merging and transforming of custom scalars and enums [#501](https://github.com/apollographql/graphql-tools/issues/501), [#1056](https://github.com/apollographql/graphql-tools/issues/1056), [#1200](https://github.com/apollographql/graphql-tools/issues/1200) +* Allow renaming of subscription root fields [#997](https://github.com/apollographql/graphql-tools/issues/997), [#1002](https://github.com/apollographql/graphql-tools/issues/1002) +* Fix alias resolution to no longer incorrectly fallback to non-aliased field when null [#1171](https://github.com/apollographql/graphql-tools/issues/1171) +* Do not remove default directives (skip, include, deprecated) when not merging custom directives [#1159](https://github.com/apollographql/graphql-tools/issues/1159) +* Fixes errors support [#743](https://github.com/apollographql/graphql-tools/issues/743), [#1037](https://github.com/apollographql/graphql-tools/issues/1037), [#1046](https://github.com/apollographql/graphql-tools/issues/1046) +* Fix mergeSchemas to allow resolvers to return fields defined as functions [#1061](https://github.com/apollographql/graphql-tools/issues/1061) +* Fix default values with mergeSchemas and addResolveFunctionsToSchema [#1121](https://github.com/apollographql/graphql-tools/issues/1121) * Fix interface and union healing * Fix stitching unions of types with enums * Fix mocking to work when schema stitching