thegraph-graphql-http

Crates.iothegraph-graphql-http
lib.rsthegraph-graphql-http
version
sourcesrc
created_at2024-03-04 16:09:21.955898
updated_at2024-12-09 15:33:43.850543
descriptionA rust implementation of the GraphQL-over-HTTP spec for The Graph network services
homepage
repositoryhttps://github.com/edgeandnode/toolshed
max_upload_size
id1162038
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Crates.io owners (github:edgeandnode:crates-io-owners)

documentation

README

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" }
Commit count: 438

cargo fmt