16
1
mirror of https://github.com/cerc-io/watcher-ts synced 2025-03-11 13:49:22 +00:00
watcher-ts/packages/cli/graphql/non-subgraph-query.graphql

13 lines
260 B
GraphQL
Raw Normal View History

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