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

Preserve source information for better error messages in code generation

Open tomhoule opened this issue 6 years ago • 0 comments

We could give better error messages if we were able to give locations (or even render the lines) in the query where the error occurred. On the other hand, the plan is to integrate with the juniper query validation, long term, so we should be careful not to duplicate work.

tomhoule avatar Jun 13 '19 16:06 tomhoule