Last active
October 28, 2019 16:13
-
-
Save whostolebenfrog/aaf984e67cce9c32d6695ce202630079 to your computer and use it in GitHub Desktop.
GraphQL error at a path in the request example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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