graphql icon indicating copy to clipboard operation
graphql copied to clipboard

Error handling

Open Pim-Infuzed opened this issue 2 years ago • 1 comments

Hi,

As a happy user of your graphql library I have one request. If runtime error occurs in graphql.Do or any of the solvers involved, it is really hard to find where this vulnerability occurs because most of the information is lost somewhere. Is there a way to prevent this los of information?

Pim-Infuzed avatar Dec 04 '23 16:12 Pim-Infuzed

I am having the same issue. Having stack trace returned together with the runtime error would be helpful, or some flag that would let program panic and crash (at least for development purposes)

pyropy avatar Dec 28 '23 12:12 pyropy