mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-09 04:48:05 +00:00
Nabarun Gogoi
ceb0a3de23
* 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>
20 lines
332 B
GraphQL
20 lines
332 B
GraphQL
{
|
|
getSyncStatus {
|
|
initialIndexedBlockHash
|
|
initialIndexedBlockNumber
|
|
latestCanonicalBlockHash
|
|
latestIndexedBlockHash
|
|
latestCanonicalBlockNumber
|
|
latestIndexedBlockNumber
|
|
latestProcessedBlockHash
|
|
latestProcessedBlockNumber
|
|
}
|
|
_meta {
|
|
block {
|
|
hash
|
|
number
|
|
timestamp
|
|
}
|
|
}
|
|
}
|