watcher-ts/packages/eden-watcher/test/queries/epoch.gql

20 lines
348 B
Plaintext
Raw Normal View History

query epoch($id: String!, $block: Block_height){
epoch(id: $id, block: $block){
id
finalized
epochNumber
startBlock{
id
}
endBlock{
id
}
producerBlocks
allBlocks
producerBlocksRatio
producerRewards{
id
}
}
}