-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhook on model change ? #69
Comments
Sounds great, I can add it! I will be implementing shared PubSub system that can notify on pretty much anything, so you could hook into that directly too, but the Webhooks system will be benefiting from it also. Here is a overview of how I am going to implement it: https://graphql-modules.com/docs/guides/communication-between-modules |
Awesome, I'll keep in touch. Hope to be of some help soon! |
This should help! |
Releasing soon |
Awesome, thanks. |
Hey,
I'm testing out your framework for our app, and trying to see if it could fit our needs. I managed to connect a webhook on new documents, but it seems there is no webhook on Schema change. You think this could be possible ? My usecase would be to notify another graphql server that the schema has been updated so it can fetch the schema again and rebuild.
I'm trying to understand all of the code repo and could get this together after a while and submit a PR, just wondering if you could get this going quicker than I.
Best,
James
The text was updated successfully, but these errors were encountered: