- add
graphql.invalidate
event, to invalidate GraphQL Schema manually. #122
- update dependencies
- fix CORS methods type definition. #115
- add
skipNullKeys
resolver option. #116 - add
checkActionVisibility
option. #117
- custom
onConnect
issue fixed. #105 - update dependencies
- Prepare params before action calling. #98
- update dependencies
- disable timeout for
ws
. - gracefully stop Apollo Server.
- add
onAfterCall
support.
- add
ctx.meta.$args
to store additional arguments in case of file uploading.
- update dependencies
- new
createPubSub
&makeExecutableSchema
methods - fix context in WS by @Hugome. #73
- update dependencies
- No longer installing subscription handlers when disabled by @Kauabunga. #64
- transform Uploads to
Stream
s before calling action by @dylanwulf. #71
- update dependencies
- update dependencies
- add
autoUpdateSchema
option. #63 - Allow multiple rootParams to be used with Dataloader child resolution. #65
- minimum required Node version is 10.x
- update dependencies and some require Node 10.x
- 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
First initial version on NPM. UNTESTED.