We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting context.result prevents the DB call. It does not prevent the remaining before & after hooks from running.
context.result
Can we help to prevent hooks running?
You could set hook.cancelled = true and then wrap everything that should into a iff hook checking iff(hook => hook.cancelled, otherHooks)
The text was updated successfully, but these errors were encountered:
#355
Sorry, something went wrong.
Consolidate in 355
No branches or pull requests
Setting
context.result
prevents the DB call. It does not prevent the remaining before & after hooks from running.Can we help to prevent hooks running?
You could set hook.cancelled = true and then wrap everything that should into a iff hook checking iff(hook => hook.cancelled, otherHooks)
The text was updated successfully, but these errors were encountered: