Skip to content

Releases: moleculerjs/moleculer-apollo-server

v0.3.8

23 Apr 16:04
Compare
Choose a tag to compare

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.7

04 Oct 20:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6

17 Jan 19:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

30 Nov 17:58
Compare
Choose a tag to compare

Changes

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

v0.3.4

09 Apr 14:32
Compare
Choose a tag to compare

Changes

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

v0.3.3

08 Sep 16:27
Compare
Choose a tag to compare

Changes

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

v0.3.2

30 Aug 08:25
Compare
Choose a tag to compare

Changes

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

v0.3.1

03 Jun 21:08
Compare
Choose a tag to compare

Changes

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

v0.3.0

04 Apr 15:54
Compare
Choose a tag to compare

Breaking changes

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

Changes

  • update dependencies

v0.2.2

04 Apr 15:54
Compare
Choose a tag to compare

Changes

  • update dependencies