| Crates.io | thegraph-graphql-http |
| lib.rs | thegraph-graphql-http |
| version | 0.4.1 |
| created_at | 2024-03-04 16:09:21.955898+00 |
| updated_at | 2025-08-27 09:17:11.343396+00 |
| description | A rust implementation of the GraphQL-over-HTTP spec for The Graph network services |
| homepage | |
| repository | https://github.com/edgeandnode/toolshed |
| max_upload_size | |
| id | 1162038 |
| size | 154,670 |
A rust implementation of the GraphQL-over-HTTP spec for The Graph network services.
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" }