Jesse Carter
Jesse Carter
Included instructions for how to install dependencies through Bower
Adds a new package that wraps around [Graphile Worker](https://github.com/graphile/worker) and lets you turn injectable methods into job handlers
These changes allow you to use user-defined parser and serializer for messages passed through RabbitMQ.
The RabbitMQ module should be built such that it plays nicely with the existing Nest processing pipeline as far as the ability to integrate with other Nest components such as...
[Actions enable custom business logic for Hasura applications](https://hasura.io/docs/1.0/graphql/manual/actions/index.html.). We should find a way to support them in an idiomatic way with NestJS. It would be worth looking into a [Custom...
When writing out metadata using `js-yaml` the ordering of properties is different compared to what is generated by Hasura. In order to address this logic will be added to only...
- [ ] Similar to RabbitMQ Module, supply decorators to glue service methods to subscription handlers - [ ] Investigate providing an awaitable client that allows for simple responses over...