Skip to content

Commit f43900c

Browse files
committed
fix: indexing statuses filter key
1 parent 64e9dc5 commit f43900c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/subgraph_client/monitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub fn monitor_deployment_status(
5151
let body = json!({
5252
"query": r#"
5353
query indexingStatuses($ids: [ID!]!) {
54-
indexingStatuses(deployments: $ids) {
54+
indexingStatuses(subgraphs: $ids) {
5555
synced
5656
health
5757
}

0 commit comments

Comments
 (0)