Skip to content

Commit 7da7ff5

Browse files
committed
chore: fix outdated comment
1 parent 0dee3fc commit 7da7ff5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

common/src/subgraph_client/client.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ impl DeploymentClient {
8484
}
8585
}
8686

87-
/// Network subgraph query wrapper
88-
///
89-
/// This is Arc internally, so it can be cloned and shared between threads.
87+
/// Client for a subgraph that can fall back from a local deployment to a remote query URL
9088
pub struct SubgraphClient {
9189
local_client: Option<DeploymentClient>,
9290
remote_client: DeploymentClient,

0 commit comments

Comments
 (0)