We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am following the tutorial and i just encountered a problem on the signup step:
There is no error (neither in the server console, nor in the API response). I don't know where the problem is.
The signup resolver is not beeing invoked (i have added a console.log('Test') on the top of the function to check this).
signup
console.log('Test')
My package.json:
package.json
{ "name": "hackernews-node", "version": "1.0.0", "main": "src/index.js", "license": "MIT", "dependencies": { "bcryptjs": "^2.4.3", "graphql-yoga": "^1.17.4", "jsonwebtoken": "^8.5.1", "prisma-client-lib": "^1.33.0" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am following the tutorial and i just encountered a problem on the signup step:
There is no error (neither in the server console, nor in the API response). I don't know where the problem is.
The
signup
resolver is not beeing invoked (i have added aconsole.log('Test')
on the top of the function to check this).My
package.json
:The text was updated successfully, but these errors were encountered: