-
Notifications
You must be signed in to change notification settings - Fork 398
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
feat(mercurius): add mercurius hooks #2546
feat(mercurius): add mercurius hooks #2546
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is an interesting feature, I hope it will be added 🙌
There's a bunch of new conflicts that arised after I merged your other PR @tugascript (plugins support) 😢 |
Yeah I expected that, I will rebase the other PR to this one |
@kamilmysliwiec done rebasing could you double check if the tests are ok before merging, they seem in sink, but with rebasing twice, I can have weird behaviour |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
There is no way to add Mercurius Hooks into the Mercurius GraphQL Driver
What is the new behavior?
Adds an optional object with the possible hooks that can be added to mercurius.
Does this PR introduce a breaking change?
Other information