Skip to content

Instantly share code, notes, and snippets.

@whostolebenfrog
Last active October 28, 2019 16:13
Show Gist options
  • Save whostolebenfrog/aaf984e67cce9c32d6695ce202630079 to your computer and use it in GitHub Desktop.
Save whostolebenfrog/aaf984e67cce9c32d6695ce202630079 to your computer and use it in GitHub Desktop.
GraphQL error at a path in the request example
{
"errors": [
{
"message": "Not authorized to access this field",
"locations": [ { "line": 3, "column": 10 } ],
"path": [ "User", "secrets" ],
"extensions": {
"code": "UNAUTHORIZED"
}
},
],
"data": "maybe..."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment