Skip to content

Instantly share code, notes, and snippets.

@clarencenpy
Created June 4, 2018 07:18
Show Gist options
  • Save clarencenpy/dbdf10d31d790bfdd6d138bad417b944 to your computer and use it in GitHub Desktop.
Save clarencenpy/dbdf10d31d790bfdd6d138bad417b944 to your computer and use it in GitHub Desktop.
{
"data": {
"searchMovies": {
"movies": [
{
"name": "Avengers Infinity War",
}
],
"recommendedForYou": null,
}
},
"error": {
"graphQLErrors": [
{
"message": "Some error occured",
"locations": [
{"line": 7, "column": 5}
],
"path": [
"searchMovies",
"recommendedForYou"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
}
}
],
"networkError": null,
"message": "GraphQL error: Some error occured"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment