Cargo Features
thegraph-core has no features set by default.
[dependencies]
thegraph-core = { version = "0.8.2", features = ["alloy-signer-local", "async-graphql-support", "serde", "subgraph-client"] }
- alloy-signer-local
-
Enables signer-local of alloy
- async-graphql-support
-
Enables async-graphql
- serde subgraph-client?
-
Enables serde and serde_with, serde of alloy
- subgraph-client = serde
-
Enables indoc, reqwest, and serde_json, http-client-reqwest of thegraph-graphql-http, attributes of tracing
Affects
thegraph-core::client
…