#subgraph #data #graph #url #service #networking #client

thegraph-client-subgraphs

A client for The Graph network's Subgraphs data service

7 releases

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

#824 in Network programming

Download history 11/week @ 2024-11-29 414/week @ 2024-12-06 61/week @ 2024-12-13 1/week @ 2024-12-20 29/week @ 2025-01-03 124/week @ 2025-01-10 12/week @ 2025-01-17 124/week @ 2025-01-24 48/week @ 2025-01-31 14/week @ 2025-02-07 18/week @ 2025-02-14 7/week @ 2025-02-21 6/week @ 2025-02-28 1/week @ 2025-03-07 68/week @ 2025-03-14

82 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–41MB
~605K SLoC