xxxxxxxxxx
# Welcome to GraphiQL
#
# GraphiQL is an in-browser tool for writing, validating, and
# testing GraphQL queries.
#
# Type queries into this side of the screen, and you will see intelligent
# typeaheads aware of the current GraphQL type schema and live syntax and
# validation errors highlighted within the text.
#
# GraphQL queries typically start with a "{" character. Lines that start
# with a # are ignored.
#
# An example GraphQL query might look like:
#
# {
# field(arg: "value") {
# subField
# }
# }
#
# Keyboard shortcuts:
#
# Prettify query: Shift-Ctrl-P (or press the prettify button)
#
# Merge fragments: Shift-Ctrl-M (or press the merge button)
#
# Run Query: Ctrl-Enter (or press the play button)
#
# Auto Complete: Ctrl-Space (or just start typing)
#
{
"errors": [
{
"message": "Invalid or incomplete introspection result. Ensure that you are passing \"data\" property of introspection response and no \"errors\" was returned alongside: { __schema: null }.",
"stack": "Error: Invalid or incomplete introspection result. Ensure that you are passing \"data\" property of introspection response and no \"errors\" was returned alongside: { __schema: null }.\n at devAssert (https://cdn.jsdelivr.net/npm/graphiql@3.0.6/graphiql.min.js:24522:11)\n at Object.buildClientSchema (https://cdn.jsdelivr.net/npm/graphiql@3.0.6/graphiql.min.js:33193:137)\n at https://cdn.jsdelivr.net/npm/graphiql@3.0.6/graphiql.min.js:64413:23"
}
]
}