Skip to content

Commit

Permalink
Remove toplevel filter on subgraphDeployments query (#276)
Browse files Browse the repository at this point in the history
This is a workaround for a suspected bug in the network subgraph.
Requires further investigation.
  • Loading branch information
Theodus authored Feb 1, 2023
1 parent c01b113 commit db57c5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graph-gateway/src/network_subgraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ impl Client {
block: $block
skip: $skip
first: $first
where: {activeSubgraphCount_gt: 0}
) {
ipfsHash
versions(
Expand Down

0 comments on commit db57c5a

Please sign in to comment.