#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

6 releases

new 0.2.3 Jun 3, 2024
0.2.2 May 30, 2024
0.2.1 Apr 22, 2024
0.1.1 Apr 10, 2024
0.1.0 Mar 4, 2024

#29 in #point

Download history 147/week @ 2024-02-28 83/week @ 2024-03-06 20/week @ 2024-03-13 22/week @ 2024-03-20 28/week @ 2024-03-27 38/week @ 2024-04-03 353/week @ 2024-04-10 237/week @ 2024-04-17 123/week @ 2024-04-24 153/week @ 2024-05-01 172/week @ 2024-05-08 264/week @ 2024-05-15 315/week @ 2024-05-22 466/week @ 2024-05-29

1,237 downloads per month
Used in thegraph-core

MIT license

34KB
458 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.7–15MB
~222K SLoC