Replies: 1 comment 4 replies
-
Can you share what is your usecase? Generally you shouldn't use extension system for any heavy logic that may be raising exceptions. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I bubble an exception out from extension? If I just raise one, request fails with a 500; I'd prefer the exception to be present in the errors node of the standard graphql response payload.
Beta Was this translation helpful? Give feedback.
All reactions