graphql-parser-hive-fork 0.5.0

A parser, AST and serializer for graphql query language and scheme definition language (sometimes called IDL).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# GraphQL Parser (fork)

> This repo is a fork of `graphql-rust/graphql-parser` with recent changes.

You can follow the original repository, and just replace the dependency name to `graphql-parser-hive-fork`:

```toml
# graphql-parser = "0.4.0"
graphql-parser-hive-fork = "0.5.0"
```

[Documentation](https://docs.rs/graphql-parser) |
[Github](https://github.com/graphql-hive/graphql-parser) |
[Crate](https://crates.io/crates/graphql-parser-hive-fork)