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
:
# graphql-parser = "0.4.0"
graphql-parser-hive-fork = "0.5.0"
You can also use package alias if you wish to keep using graphql_parser
:
# graphql-parser = "0.4.0"
graphql-parser = { version = "0.5.0", package = "graphql-parser-hive-fork" }
Version 0.5.0
points to commit f75d96f1e026d0fb993944793916c1cd0597f44c
and includes:
- graphql-rust#75
- graphql-rust#73
- graphql-rust#66
- graphql-rust#67
- and a few more fixes
Documentation | Github | Crate