mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-14 06:15:57 +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.
24 lines
611 B
JSON
24 lines
611 B
JSON
{
|
|
"request": "{block (hash : \"0x123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0\") {number } }",
|
|
"responses": [{
|
|
"errors": [
|
|
{
|
|
"message": "Exception while fetching data (/block) : Block hash 0x123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0 was not found",
|
|
"locations": [
|
|
{
|
|
"line": 1,
|
|
"column": 2
|
|
}
|
|
],
|
|
"path": [
|
|
"block"
|
|
],
|
|
"extensions": {
|
|
"classification": "DataFetchingException"
|
|
}
|
|
}
|
|
],
|
|
"data": null
|
|
}],
|
|
"statusCode": 400
|
|
} |