<@U9D18FLVC> 1. yes, try this: ```json "depende...
# prisma-whats-new
h
@narzerus 1. yes, try this:
Copy code
json
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "graphql-yoga": "1.2.0",
    "jsonwebtoken": "^8.1.0",
    "prisma-binding": "1.3.8"
  },
 "devDependencies": {
    "@types/bcryptjs": "^2.4.1",
    "dotenv": "^4.0.0",
    "graphql-cli": "2.12.4",
    "nodemon": "^1.14.11",
    "npm-run-all": "4.1.2",
    "prisma-cli": "1.0.0",
    "ts-node": "4.1.0",
    "typescript": "2.6.2"
  },
3. yes you can use Relay i believe. I've never tried it but i don't see why not, i believe it is relay compliant as graphcool supports relay and eventually Prisma will power that. Not to mention that when you look at the generated code, it seems to have the edges/nodes that relay needs (although im not super familiar with Relay)