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

This branch is 3 commits ahead of, 9 commits behind graphql-rust/graphql-parser:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6a4982 · Nov 13, 2024
Jan 15, 2022
Sep 12, 2023
Dec 6, 2023
Dec 6, 2023
Feb 7, 2018
Feb 2, 2018
Feb 5, 2018
Nov 12, 2024
Feb 2, 2018
Feb 2, 2018
Nov 13, 2024
Feb 2, 2018
Mar 13, 2020

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%