mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-23 01:08:26 +00:00
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.
19 lines
271 B
JSON
19 lines
271 B
JSON
{
|
|
"request": "{ blocks(from:30) { number } }",
|
|
"responses": [{
|
|
"data": {
|
|
"blocks": [
|
|
{
|
|
"number": 30
|
|
},
|
|
{
|
|
"number": 31
|
|
},
|
|
{
|
|
"number": 32
|
|
}
|
|
]
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
} |