query getBlockInfoByBlockNumber {
block(blockNumber: "1000000") {
blockHash
block
parentHash
author
stateRoot
transactionRoot
receiptsRoot
gasUsed
gasLimit
extraData
logsBloom
difficulty
totalDifficulty
size
age
transactions {
edges {
node {
transaction
}
}
}
}
}