Cargo Features

thegraph-graphql-http has no features set by default.

[dependencies]
thegraph-graphql-http = { version = "0.2.1", features = ["http-client-reqwest", "compat-graphql-client", "compat-graphql-parser", "compat-async-graphql"] }
http-client-reqwest

Enables async-trait and reqwest

Affects http_client::RequestError, thegraph-graphql-http::http_client

compat-graphql-client

Enables graphql_client

Affects compat::compat_graphql_client

compat-graphql-parser

Enables graphql-parser

Affects compat::compat_graphql_parser

compat-async-graphql

Enables async-graphql

Affects compat::compat_async_graphql