Skip to content

(fork) A graphql query language and schema definition language parser and formatter for rust

License

Notifications You must be signed in to change notification settings

graphql-hive/graphql-parser-hive-fork

 
 

Repository files navigation

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

About

(fork) A graphql query language and schema definition language parser and formatter for rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%