-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Hello,
We want to enforce a global error handler across all our graphql mutations and queries so as to apply specific business logic before the error reaches the client.
So far I have only come up with the kadirahq/graphql-errors package, which basically walks all the fields of all the type definitions and wraps the resolve
method of each one.
Is that what we only have today? Am I missing something? Would you consider adding such a feature, a global error handler?
Metadata
Metadata
Assignees
Labels
No labels