Fork me on GitHub
#graphql
<
2020-06-04
>
hlship17:06:06

Previously, Lacinia caught exceptions and converted them to errors, which was harmful. This change should make it easier to track down exceptions inside resolvers.

hlship17:06:49

Ideally, you're using something like https://github.com/AvisoNovate/pretty which can unpack the exception and report the ex-data for it.