Vincit / objection-graphql

GraphQL schema generator for objection.js
MIT License
307 stars 34 forks source link

GraphQL subscriptions extension support #47

Closed nasushkov closed 6 years ago

nasushkov commented 6 years ago

Subscriptions follow the same logic as mutations here: since they are highly dependent on miutations, the implementation is very specific for each particular case. However, the default implementation based on CRUD can be implemented in the future in conjunction with mutations.