graphql-client
graphql-client copied to clipboard
Improve query validation
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.
Thought: juniper probably already implements that, maybe there's an opportunity to share code, maybe an issue should be opened on the juniper repo.
Issue: https://github.com/graphql-rust/juniper/issues/217