Skip to content

Commit

Permalink
Update changelog, remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Apr 19, 2024
1 parent b5b9a23 commit e069d4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.4.0 (UNRELEASED)

- Fixed handling of nested variables in objects and lists.
- 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)
Expand Down
1 change: 0 additions & 1 deletion ariadne_graphql_proxy/proxy_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e069d4d

Please sign in to comment.