A CLI for validating GraphQL schemas and queries.
cargo install graphql-validate
``` USAGE: graphql-validate
FLAGS: -h, --help Prints help information -V, --version Prints version information
ARGS: Path to the graphql file. Can be a schema or a query. The type will be inferred from the contents.
```