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

Improve query validation

Open tomhoule opened this issue 7 years ago • 2 comments

The focus so far has been on making valid queries work - we should also ensure that the queries are valid and fail with nice error messages.

For example, we don't verify that the variables are used correctly.

tomhoule avatar Jun 23 '18 21:06 tomhoule

Thought: juniper probably already implements that, maybe there's an opportunity to share code, maybe an issue should be opened on the juniper repo.

tomhoule avatar Aug 06 '18 16:08 tomhoule

Issue: https://github.com/graphql-rust/juniper/issues/217

tomhoule avatar Sep 11 '18 02:09 tomhoule