graphql

hlship 2020-06-04T17:33:15.140Z

Comments desired: https://github.com/walmartlabs/lacinia/pull/323

hlship 2020-06-04T17:34:06.141100Z

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

hlship 2020-06-04T17:34:49.141700Z

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