Like on screenshot below

Response from server 200 - OK
[{
"errors": [{
"message": "401",
"category": "server",
"locations": [{
"line": 2,
"column": 3
}],
"path": ["..."],
"trace": [],
"data": {
"result": null
}
}]
@hinok Could let me know your version of Apollo Client, devtools version and browser version?
@jcreighton
├── @apollo/[email protected]
├── @apollo/[email protected]
├── @apollo/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
Chrome 83.0.4103.61
Apollo Client Developer Tools 2.3.0
I'm experiencing the same issue, [Object Object] for all errors:
"@apollo/client": "3.0.0-rc.12",
"@apollo/react-hooks": "3.1.3",
Chrome 83.0.4103.116
Apollo Client Developer Tools 2.3.0
Is this resolved? I am facing the same
Okay, I got the issues - it's auth!
The extension should allow the user to send headers as well. GraphQL server might be doing authentication based on headers set.
If this feature doesn't exist I can volunteer to add and fix it
Me too, I'm facing the same
"@apollo/client": "^3.3.7",
Microsoft Edge Version 88.0.705.53
Apollo Client Developer Tools 2.3.5
It sounds like the issue here is that we need to allow custom headers. I'll move this to a feature request. Thanks!
Most helpful comment
Okay, I got the issues - it's auth!
The extension should allow the user to send headers as well. GraphQL server might be doing authentication based on headers set.
If this feature doesn't exist I can volunteer to add and fix it