We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dee3fc commit 7da7ff5Copy full SHA for 7da7ff5
common/src/subgraph_client/client.rs
@@ -84,9 +84,7 @@ impl DeploymentClient {
84
}
85
86
87
-/// Network subgraph query wrapper
88
-///
89
-/// This is Arc internally, so it can be cloned and shared between threads.
+/// Client for a subgraph that can fall back from a local deployment to a remote query URL
90
pub struct SubgraphClient {
91
local_client: Option<DeploymentClient>,
92
remote_client: DeploymentClient,
0 commit comments