dalkegama / qapi-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Injection Problem

Steps to reproduce

  1. Run npm install
  2. Run npm start
  3. Navigate to http://localhost:8080
  4. Execute the following query
query test {
  testWorking {
    id
  }
  testBroken {
    id
  }
}

You will see in the response that testWorking resolves correctly while testBroken throws an error and resolves to null.

About


Languages

Language:TypeScript 100.0%