graphprotocol / indexer-rs

Rewrite of indexer-service in Rust with Scalar TAP implementation
Apache License 2.0
16 stars 14 forks source link

fix(common): Empty response err on GQL return empty list #209

Closed aasseman closed 3 weeks ago

aasseman commented 3 weeks ago

Temporary fix for the "empty response" error when a GQL query returns (correctly) an empty list.

github-actions[bot] commented 3 weeks ago

Pull Request Test Coverage Report for Build 9524673231

Details


Totals Coverage Status
Change from base Build 9509816994: 0.09%
Covered Lines: 3867
Relevant Lines: 5780

💛 - Coveralls
github-actions[bot] commented 3 weeks ago

Pull Request Test Coverage Report for Build 9524673231

Details


Totals Coverage Status
Change from base Build 9509816994: 0.09%
Covered Lines: 3867
Relevant Lines: 5780

💛 - Coveralls
github-actions[bot] commented 3 weeks ago

Pull Request Test Coverage Report for Build 9524673231

Details


Totals Coverage Status
Change from base Build 9509816994: 0.09%
Covered Lines: 3867
Relevant Lines: 5780

💛 - Coveralls
aasseman commented 3 weeks ago

This just got fixed upstream actually: https://github.com/edgeandnode/toolshed/pull/233. I'm gonna try updating thegraph-core to that, and kill this PR if it works.

aasseman commented 3 weeks ago

Better fix in #210