From 24178cf74f684042eddb5d5ba55771a24af61205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Pito=C5=84?= Date: Fri, 19 Apr 2024 13:20:48 +0200 Subject: [PATCH] Update changelog, remove debug print --- CHANGELOG.md | 5 +++++ ariadne_graphql_proxy/proxy_schema.py | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69bf1df..ec6b146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 0.4.0 (UNRELEASED) + +- Added `queries`, `mutations` and `subscriptions` APIs to `ProxySchema.add_remote_schema`, `ProxySchema.add_schema` and `copy_schema` for creating schemas that are subsets of other, larger schemas. + + ## 0.3.0 (2024-03-26) - Added `CacheSerializer`, `NoopCacheSerializer` and `JSONCacheSerializer`. Changed `CacheBackend`, `InMemoryCache`, `CloudflareCacheBackend` and `DynamoDBCacheBackend` to accept `serializer` initialization option. diff --git a/ariadne_graphql_proxy/proxy_schema.py b/ariadne_graphql_proxy/proxy_schema.py index b766489..e017cde 100644 --- a/ariadne_graphql_proxy/proxy_schema.py +++ b/ariadne_graphql_proxy/proxy_schema.py @@ -422,7 +422,6 @@ async def root_resolver( isinstance(subquery_data.get("extensions"), dict) and self.proxy_extensions[schema_id] ): - print("HERE") root_extensions[label] = subquery_data["extensions"] if root_errors or root_extensions: