Skip to content

Commit

Permalink
fix: indexing statuses filter key
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Nov 8, 2023
1 parent 64e9dc5 commit 37bc547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/subgraph_client/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub fn monitor_deployment_status(
let body = json!({
"query": r#"
query indexingStatuses($ids: [ID!]!) {
indexingStatuses(deployments: $ids) {
indexingStatuses(subgraphs: $ids) {
synced
health
}
Expand Down

0 comments on commit 37bc547

Please sign in to comment.