graphql-tools 0.5.4

Tools for working with GraphQL in Rust
Documentation
1
2
3
4
5
6
7
query MyQuery {
  field1([something])
}
---
Parse error at 2:10
Unexpected `[[Punctuator]`
Expected Name