Moleculer Apollo Server Versions Save

:rocket: Apollo GraphQL server for Moleculer

v0.3.8

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/moleculerjs/moleculer-apollo-server/compare/v0.3.7...v0.3.8

v0.3.7

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/moleculerjs/moleculer-apollo-server/compare/v0.3.6...v0.3.7

v0.3.6

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/moleculerjs/moleculer-apollo-server/compare/v0.3.5...v0.3.6

v0.3.5

2 years ago

Changes

  • Prepare params before action calling. #98
  • update dependencies

v0.3.4

3 years ago

Changes

  • disable timeout for ws.
  • gracefully stop Apollo Server.
  • add onAfterCall support.

v0.3.3

3 years ago

Changes

  • add ctx.meta.$args to store additional arguments in case of file uploading.

v0.3.2

3 years ago

Changes

  • update dependencies
  • new createPubSub & makeExecutableSchema methods
  • fix context in WS by @Hugome. #64

v0.3.1

4 years ago

Changes

  • update dependencies
  • No longer installing subscription handlers when disabled by @Kauabunga. #64

v0.3.0

4 years ago

Breaking changes

  • transform Uploads to Streams before calling action by @dylanwulf. #71

Changes

  • update dependencies

v0.2.2

4 years ago

Changes

  • update dependencies