graphql-validate 0.3.1

A CLI for validating GraphQL schemas and queries.
graphql-validate-0.3.1 is not a library.

graphql-validate

A CLI for validating GraphQL schemas and queries.

Install

  1. Install Rust
  2. Run cargo install graphql-validate

Usage

USAGE:
    graphql-validate <file>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <file>    Path to the graphql file. Can be a schema or a query. The type will be inferred from the contents.