Information Disclosure :: Stack Trace Errors
Problem Statement
The dedicated GraphiQL API endpoint /graphiql
throws stack traces and debugging messages upon erroneous queries.
Exploitation Solution
# Navigate to /graphiql
# Query using invalid syntax and observe the response.
query {
pastes {
conteeeent
}
}