HackGT / registration

Powerful and extensible registration system for hackathons and other large events
https://registration.hack.gt
MIT License
6 stars 1 forks source link

Implement GraphQL subscription server for participants #198

Open bunsenmcdubbs opened 6 years ago

bunsenmcdubbs commented 6 years ago

Allow other services to subscribe to receive updates (additions, mutations) to participants via GraphQL.

These updates would probably be triggered by the mongoose function Model.watch. This requires mongoose 5.x which means that this PR depends on #210.