watcher-ts/packages/cli/graphql/non-subgraph-query.graphql
Nabarun Gogoi ceb0a3de23
Add CLI tool to compare watcher GQL responses (#494)
* Integrate gql response compare tool

* Add README for compare-gql tool

* Update readme

* Update CLI output logs

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2023-11-28 09:51:26 +05:30

13 lines
260 B
GraphQL

{
getSyncStatus {
initialIndexedBlockHash
initialIndexedBlockNumber
latestCanonicalBlockHash
latestIndexedBlockHash
latestCanonicalBlockNumber
latestIndexedBlockNumber
latestProcessedBlockHash
latestProcessedBlockNumber
}
}