mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 12:26:02 +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.
31 lines
599 B
JSON
31 lines
599 B
JSON
{
|
|
"request": "{block (number: 88888888) {number }} ",
|
|
"responses": [
|
|
{
|
|
"errors": [
|
|
{
|
|
"message": "Exception while fetching data (/block) : Block number 88888888 was not found",
|
|
"locations": [
|
|
{
|
|
"line": 1,
|
|
"column": 2
|
|
}
|
|
],
|
|
"path": [
|
|
"block"
|
|
],
|
|
"extensions": {
|
|
"classification": "DataFetchingException"
|
|
}
|
|
}
|
|
],
|
|
"data": null
|
|
},
|
|
{
|
|
"data": {
|
|
"block": null
|
|
}
|
|
}
|
|
],
|
|
"statusCode": 400
|
|
} |