Skip to content

Commit

Permalink
docs(typedefs-resolvers): add entry to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Jan 20, 2019
1 parent 70d0de8 commit 1fdebba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Features
- **Breaking Change**: change the default `PrintSchemaOptions` option `commentDescriptions` to false (no more `#` comments in SDL)
- add support for passing `PrintSchemaOptions` in `buildSchema.emitSchemaFile` (e.g. `commentDescriptions: true` to restore previous behavior)
- add `buildTypeDefsAndResolvers` utils function for generating apollo-like `typeDefs` and `resolvers` pair (#233)

## v0.16.0
### Features
Expand Down

0 comments on commit 1fdebba

Please sign in to comment.