How do I add GraphQL error "extensions" in the Event Trigger response? #9694
Unanswered
kevinmichaelchen
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current Approach
My current approach is just marshalling a struct to JSON, and then writing the JSON bytes as a response... Which yields something like this:
It's Not Great
It would be nicer to see something like:
Beta Was this translation helpful? Give feedback.
All reactions