Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.06 KB

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:

# 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:

Documentation | Github | Crate