#subgraph #thegraph #service

thegraph-client-subgraphs

A client for The Graph network's Subgraphs data service

8 releases

new 0.2.0 Apr 17, 2025
0.1.6 Mar 19, 2025
0.1.5 Jan 27, 2025
0.1.3 Dec 11, 2024
0.1.0 Nov 9, 2024

#7 in #subgraph

Download history 148/week @ 2025-01-08 16/week @ 2025-01-15 87/week @ 2025-01-22 71/week @ 2025-01-29 28/week @ 2025-02-05 17/week @ 2025-02-12 7/week @ 2025-02-19 8/week @ 2025-02-26 8/week @ 2025-03-12 146/week @ 2025-03-19 5/week @ 2025-03-26 12/week @ 2025-04-02 4/week @ 2025-04-09

169 downloads per month

MIT license

150KB
2.5K SLoC

thegraph-client-subgraphs

crates.io msrv license ci docs.rs

A client for The Graph network's Subgraphs data service.

Usage

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

cargo add thegraph-client-subgraphs

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-client-subgraphs 

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-client-subgraphs = { git = "https://github.com/edgeandnode/toolshed.git", tag = "thegraph-client-subgraphs-vX.Y.Z" }

Dependencies

~28–45MB
~602K SLoC