We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
autoRegister
1 parent ca77ef6 commit 331fe54Copy full SHA for 331fe54
CHANGELOG.md
@@ -15,6 +15,7 @@
15
- optimize resolvers execution paths to speed up a lot basic scenarios (#488)
16
- add `@Extensions` decorator for putting metadata into GraphQL types config (#521)
17
- add support for defining arguments and implementing resolvers for interface types fields (#579)
18
+- add `{ autoRegister: false }` option to prevent automatic emitting in schema all the object types that implements used interface type (#595)
19
### Fixes
20
- refactor union types function syntax handling to prevent possible errors with circular refs
21
- fix transforming and validating nested inputs and arrays (#462)
0 commit comments