Cargo Features
thegraph-graphql-http has no features set by default.
[dependencies]
thegraph-graphql-http = { version = "0.3.2", features = ["reqwest", "graphql-client", "graphql-parser", "async-graphql"] }
- reqwest
-
Enables async-trait and reqwest
Affects
http_client::RequestError
,thegraph-graphql-http::http_client
… - graphql-client
-
Enables graphql_client
Affects
compat::compat_graphql_client
… - graphql-parser
-
Enables graphql-parser
Affects
compat::compat_graphql_parser
… - async-graphql
-
Enables async-graphql
Affects
compat::compat_async_graphql
…