Releases: moleculerjs/moleculer-apollo-server
Releases · moleculerjs/moleculer-apollo-server
v0.3.8
What's Changed
- Add 'graphql.invalidate' event, to invalidate GraphQL Schema manually. by @hotlong in #122
New Contributors
Full Changelog: v0.3.7...v0.3.8
v0.3.5
Changes
- Prepare params before action calling. #98
- update dependencies
v0.3.4
Changes
- disable timeout for
ws
.
- gracefully stop Apollo Server.
- add
onAfterCall
support.
v0.3.3
Changes
- add
ctx.meta.$args
to store additional arguments in case of file uploading.
v0.3.2
Changes
- update dependencies
- new
createPubSub
& makeExecutableSchema
methods
- fix context in WS by @Hugome. #64
v0.3.1
Changes
- update dependencies
- No longer installing subscription handlers when disabled by @Kauabunga. #64
v0.3.0
Breaking changes
- transform Uploads to
Stream
s before calling action by @dylanwulf. #71
Changes