typelevel/grackle

Ensure no internal errors leak out through the GraphQL error channel

Closed this issue · 1 comments

Currently some internal errors are reported through the Result error channel which is then used to construct the errors section of any GraphQL response which might be generated. This really shouldn't happen.

See also #200.