Closed cyril-lakech closed 5 years ago
still don't know why, but using the graphql demo project with same use case, I don't face this issue so forget about it. It will stay a mystery for years ^^
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I'm submitting a sos
Current behavior
I tried to create a simple exemple of graphql API but for unknown reason the query always respond null
Expected behavior
the query should response with a list of entities
Minimal reproduction of the problem with instructions
git clone this repo on branch strangeBug and go into demo directory https://github.com/AxaGuilDEv/nestjs-talk/tree/strangeBug/demo
npm install npm run start:dev
got to localhost:3001/graphql
run a query
Get a null response and cry :'(
Environment