Emi
05/01/2018, 5:31 PMprisma.yml should NOT have additional properties. additionalProperty: endpoint
. I can see in the docs that this endpoint
property is required, so I don't understand what's going on!nilan
05/01/2018, 5:33 PMEmi
05/01/2018, 5:36 PMyarn start
but not with yarn playground
.nilan
05/01/2018, 6:02 PMpackage.json
?Emi
05/01/2018, 6:05 PM{
"name": "server",
"scripts": {
"start": "nodemon -e js,graphql -x node -r dotenv/config src/index.js",
"debug": "nodemon -e js,graphql -x node --inspect -r dotenv/config src/index.js",
"playground": "graphql playground",
"dev": "npm-run-all --parallel start playground"
},
"dependencies": {
"aws-sdk": "^2.199.0",
"bcryptjs": "^2.4.3",
"graphql-yoga": "^1.13.1",
"jsonwebtoken": "^8.1.1",
"mime-types": "^2.1.18",
"multiparty": "^4.1.3",
"prisma-binding": "^1.5.18",
"uuid": "^3.2.1"
},
"devDependencies": {
"dotenv": "4.0.0",
"graphql-cli": "2.12.4",
"nodemon": "1.14.11",
"npm-run-all": "4.1.2",
"prisma-cli": "1.0.0"
}
}
Emi
05/01/2018, 6:07 PMnilan
05/01/2018, 6:07 PMnilan
05/01/2018, 6:07 PM"graphql-cli": "2.12.4",
"prisma-cli": "1.0.0"
nilan
05/01/2018, 6:08 PM"graphql-cli": "2.15.13",
"prisma": "1.7.4"if you need the dev dependencies, or remove them if you don't need them.
Emi
05/01/2018, 6:09 PMnilan
05/01/2018, 6:10 PM