graphql-tools 0.5.4

Tools for working with GraphQL in Rust
Documentation
1
2
3
4
5
6
7
8
9
query {
  node @dir(
    a: 1,
    b: "2",
    c: true,
    d: false,
    e: null
  )
}