We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf519b3 commit 6570154Copy full SHA for 6570154
CHANGELOG.md
@@ -4,6 +4,7 @@
4
- Imported resolvers will delegate to the imported component schema to which they belong.
5
- Remove `this._context` as default value for context in `execute()` requiring `execute()` users to pass in context from a calling resolver.
6
- Remove binding of `GraphQLComponent` class context to Subscription resolvers.
7
+- Fixed proxyImportedResolvers option to include exclude scenario
8
9
### v1.2.4
10
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-component",
3
- "version": "1.3.0-rc1",
+ "version": "1.3.0-rc2",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
0 commit comments