Skip to content

Releases: moleculerjs/moleculer-apollo-server

v0.2.1

03 Mar 19:40
Compare
Choose a tag to compare

Changes

  • add autoUpdateSchema option. #63
  • Allow multiple rootParams to be used with Dataloader child resolution. #65

v0.2.0

12 Feb 09:57
Compare
Choose a tag to compare

Breaking changes

  • minimum required Node version is 10.x
  • update dependencies and some require Node 10.x

Changes

  • Typescript definition files added.
  • update dependencies
  • integration & unit tests added.
  • fix graphql undefined of issue when have others RESTful API node
  • Avoid mutating in defaultsDeep calls and use proper key in called action params

v0.1.3

12 Feb 09:47
Compare
Choose a tag to compare

First initial version on NPM. UNTESTED.