purescript-graphql
purescript-graphql copied to clipboard
Errors should contain location in the query document
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.