graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

Tutorial 6-authentication - singup:null, no error

Open jeanatcismet opened this issue 6 years ago • 0 comments
trafficstars

I am following the tutorial and i just encountered a problem on the signup step:

Auswahl_003

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).

My 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"
  }
}

jeanatcismet avatar May 27 '19 12:05 jeanatcismet