4个版本 (2个重大变更)
0.3.1 | 2018年11月25日 |
---|---|
0.3.0 | 2018年11月25日 |
0.2.0 | 2018年11月25日 |
0.1.0 | 2018年11月25日 |
#6 在 #validating
4KB
graphql-validate
用于验证GraphQL模式和查询的命令行界面。
安装
- 安装Rust
- 运行
cargo install graphql-validate
用法
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.
依赖项
~7–15MB
~188K SLoC