mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-14 22:34:23 +00:00
6966324f3b
now we can run hive/graphql test without using hive or docker. it's useful for debugging session. but lacking nice result report like real hive.
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"request":
|
|
|
|
"{block (hash : \"0xc8df1f061abb4d0c107b2b1a794ade8780b3120e681f723fe55a7be586d95ba6\") {transactionCount}} ",
|
|
|
|
|
|
"responses": [{
|
|
"data" : {
|
|
"block" : {
|
|
"transactionCount" : 1
|
|
}
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
} |