Skip to content

Instantly share code, notes, and snippets.

@whostolebenfrog
Created October 28, 2019 14:56
Show Gist options
  • Save whostolebenfrog/3dd123b498a7e83e2c074272495931df to your computer and use it in GitHub Desktop.
Save whostolebenfrog/3dd123b498a7e83e2c074272495931df to your computer and use it in GitHub Desktop.
The minimal error response for a GraphQL api
{
"errors": [
{
"message": "Authentication failure"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment