Skip to content

Commit c4c4856

Browse files
author
camolezi
committed
Installed graphql dependencies
1 parent 050a702 commit c4c4856

File tree

4 files changed

+671
-10
lines changed

4 files changed

+671
-10
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"deploy-and-graph": "yarn deploy && yarn graph-ship-local",
4949
"theme": "yarn workspace @scaffold-eth/react-app theme",
5050
"watch-theme": "yarn workspace @scaffold-eth/react-app watch",
51-
"backend": "cd packages/backend && node index"
51+
"backend": "cd packages/backend && node index",
52+
"dev": "cd packages/backend && nodemon index"
5253
},
5354
"workspaces": {
5455
"packages": [

packages/backend/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
"license": "MIT",
66
"dependencies": {
77
"@prisma/client": "^2.30.0",
8+
"apollo-server": "^3.3.0",
89
"body-parser": "^1.19.0",
910
"cors": "^2.8.5",
1011
"ethers": "^5.1.4",
1112
"express": "^4.17.1",
12-
"https": "^1.0.0"
13+
"graphql": "^15.5.1",
14+
"https": "^1.0.0",
15+
"lodash": "^4.17.21"
1316
},
1417
"devDependencies": {
18+
"nodemon": "^2.0.12",
1519
"prisma": "^2.30.0"
1620
}
1721
}

packages/backend/prisma/dev.db

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)