purescript-graphql icon indicating copy to clipboard operation
purescript-graphql copied to clipboard

Errors should contain location in the query document

Open hendrikniemann opened this issue 5 years ago • 0 comments

We might have to enhance the query AST with location information to return the location of the error. Currently the error only contains the path to the error but it should also contain line and character number of the problematic field/argument in the query string.

hendrikniemann avatar Jul 29 '20 18:07 hendrikniemann