Why does GraphQL Bulk Query return the following response for an operation?
{
"data": {
"node": null
},
"extensions": {
"cost": {
"requestedQueryCost": 1,
"actualQueryCost": 1,
"throttleStatus": {
"maximumAvailable": 2000,
"currentlyAvailable": 1999,
"restoreRate": 100
}
}
}
}
Node is `null` no matter how many times it is tried.
Solved! Go to the solution
User | Count |
---|---|
12 | |
12 | |
10 | |
8 | |
7 |