Skip to content

Commit 331fe54

Browse files
committed
docs(changelog): add autoRegister entry
1 parent ca77ef6 commit 331fe54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- optimize resolvers execution paths to speed up a lot basic scenarios (#488)
1616
- add `@Extensions` decorator for putting metadata into GraphQL types config (#521)
1717
- 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)
1819
### Fixes
1920
- refactor union types function syntax handling to prevent possible errors with circular refs
2021
- fix transforming and validating nested inputs and arrays (#462)

0 commit comments

Comments
 (0)