Skip to content

Instantly share code, notes, and snippets.

@hackintoshrao
Created September 28, 2021 11:44
Show Gist options
  • Save hackintoshrao/3d3a9d4baa010de96dce02ad437e42c3 to your computer and use it in GitHub Desktop.
Save hackintoshrao/3d3a9d4baa010de96dce02ad437e42c3 to your computer and use it in GitHub Desktop.
{
"errors":[
{
"message":"Cannot query field \"__typenam\" on type \"Query\".",
"locations":[
{
"line":1,
"column":2
}
],
"extensions":{
"code":"GRAPHQL_VALIDATION_FAILED",
"exception":{
"stacktrace":[
"GraphQLError: Cannot query field \"__typenam\" on type \"Query\".",
" at Object.Field (/my_project/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js:48:31)",
" ...additional lines...",
]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment