#graphql #graph #spec #service #point #networking #graph-ql-over-http

thegraph-graphql-http

A rust implementation of the GraphQL-over-HTTP spec for The Graph network services

4 releases

new 0.2.1 Apr 22, 2024
0.2.0 Apr 10, 2024
0.1.1 Apr 10, 2024
0.1.0 Mar 4, 2024

#25 in #point

Download history 192/week @ 2024-03-04 52/week @ 2024-03-11 22/week @ 2024-03-18 22/week @ 2024-03-25 43/week @ 2024-04-01 331/week @ 2024-04-08 104/week @ 2024-04-15

503 downloads per month
Used in thegraph-core

MIT license

34KB
452 lines

thegraph-graphql-http

Crates.io License ci

A rust implementation of the GraphQL-over-HTTP spec for The Graph network services.

Usage

To add this crate to your project as a depenency use the cargo add command:

cargo add thegraph-graphql-http

In a cargo workspace use the package selection feature to add it as a dependency of a specific package in the workspace:

cargo add --package <package-name> thegraph-graphql-http

Alternatively, you can use the Cargo.toml file to add the dependency manually and point to the git repository's URL and the specific tag you want to use, for example:

thegraph-graphql-http = { git = "https://github.com/edgeandnode/toolshed.git", tag = "thegraph-graphql-http-vX.Y.Z" }

Dependencies

~0.6–16MB
~223K SLoC