Hey. Is there any way to return structured errors ...
# orm-help
m
Hey. Is there any way to return structured errors from a resolver? I used https://github.com/thebigredgeek/apollo-errors before to do this. Should I check with the graphql-yoga people for this kind of question?
n
check https://dev.to/andre/handling-errors-in-graphql--2ea3 for example. And sure, you can bring this up in #graphql-yoga, https://github.com/graphcool/graphql-yoga or https://www.graph.cool/forum/c/questions if you have further questions 🙂
m
Thank you!