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

thegraph-graphql-http

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

10 releases

new 0.3.2 Dec 9, 2024
0.3.1 Dec 9, 2024
0.2.4 Aug 19, 2024
0.2.3 Jun 3, 2024
0.1.0 Mar 4, 2024

#415 in Magic Beans

Download history 396/week @ 2024-08-22 53/week @ 2024-08-29 79/week @ 2024-09-05 271/week @ 2024-09-12 323/week @ 2024-09-19 495/week @ 2024-09-26 907/week @ 2024-10-03 373/week @ 2024-10-10 456/week @ 2024-10-17 396/week @ 2024-10-24 336/week @ 2024-10-31 278/week @ 2024-11-07 322/week @ 2024-11-14 569/week @ 2024-11-21 379/week @ 2024-11-28 553/week @ 2024-12-05

1,870 downloads per month
Used in thegraph-client-subgraphs

MIT license

35KB
474 lines

thegraph-graphql-http

crates.io msrv license ci docs.rs

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
~223K SLoC