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

thegraph-graphql-http

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

7 releases

0.2.4 Aug 19, 2024
0.2.3 Jun 3, 2024
0.2.2 May 30, 2024
0.2.1 Apr 22, 2024
0.1.0 Mar 4, 2024

#102 in #point

Download history 273/week @ 2024-07-21 548/week @ 2024-07-28 416/week @ 2024-08-04 382/week @ 2024-08-11 700/week @ 2024-08-18 171/week @ 2024-08-25 78/week @ 2024-09-01 64/week @ 2024-09-08 530/week @ 2024-09-15 101/week @ 2024-09-22 837/week @ 2024-09-29 529/week @ 2024-10-06 494/week @ 2024-10-13 421/week @ 2024-10-20 366/week @ 2024-10-27 386/week @ 2024-11-03

1,669 downloads per month
Used in 2 crates

MIT license

35KB
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
~225K SLoC