graphql-tools 0.5.4

Tools for working with GraphQL in Rust
Documentation
1
2
3
4
query($first: Int, $second: Int) {
  field1(first: $first)
  field2(second: $second)
}