Crate thegraph_graphql_http

Source
Expand description

The thegraph-graphql-http crate provides an implementation of the GraphQL-over-HTTP protocol for The Graph network services.

Additionally, this crate provides a GraphQL-over-HTTP client based on this crate types and reqwest’s HTTP client. To enable this client extension, use the reqwest feature.

Modules§

graphql
GraphQL query type and related traits.
http
http_clientreqwest
HTTP client extensions.