Created
October 28, 2019 14:56
-
-
Save whostolebenfrog/3dd123b498a7e83e2c074272495931df to your computer and use it in GitHub Desktop.
The minimal error response for a GraphQL api
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": "Authentication failure" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment