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.
14 lines
318 B
JSON
14 lines
318 B
JSON
{
|
|
"request": "{ block { transactions { block { transactions { block { number }}}}}}",
|
|
"responses": [{
|
|
"errors": [
|
|
{
|
|
"message": "maximum query complexity exceeded 204 > 200",
|
|
"extensions": {
|
|
"classification": "ExecutionAborted"
|
|
}
|
|
}
|
|
]
|
|
}],
|
|
"statusCode": 400
|
|
} |