sdy

add new graphql-tools

This diff is collapsed. Click to expand it.
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
16 "license": "ISC", 16 "license": "ISC",
17 "homepage": "https://bitbucket.org/vel1024/capstone2#readme", 17 "homepage": "https://bitbucket.org/vel1024/capstone2#readme",
18 "dependencies": { 18 "dependencies": {
19 + "@graphql-tools/load-files": "^6.1.0",
20 + "@graphql-tools/merge": "^6.1.0",
21 + "@graphql-tools/schema": "^6.1.0",
19 "@prisma/client": "^2.2.2", 22 "@prisma/client": "^2.2.2",
20 "@sendgrid/mail": "^7.2.1", 23 "@sendgrid/mail": "^7.2.1",
21 "bcryptjs": "^2.4.3", 24 "bcryptjs": "^2.4.3",
......