Basic GQL server with mock data.

This commit is contained in:
Ashwin Phatak
2021-05-11 16:39:32 +05:30
parent 1562af9c05
commit 2b4e1ba315
7 changed files with 1947 additions and 25 deletions
+7 -1
View File
@@ -18,7 +18,13 @@
},
"homepage": "https://github.com/vulcanize/erc20-watcher#readme",
"dependencies": {
"express": "^4.17.1"
"@types/lodash": "^4.14.168",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphql": "^15.5.0",
"graphql-import-node": "^0.0.4",
"graphql-tools": "^7.0.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/express": "^4.17.11",