Skip to content

Commit 2d4994c

Browse files
authored
Merge pull request #376 from prisma/Fixes
TS Fixes
2 parents c99e8c5 + 99f31c6 commit 2d4994c

27 files changed

+5505
-4321
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@
1313
},
1414
"dependencies": {
1515
"bcryptjs": "2.4.3",
16-
"graphql": "0.13.2",
16+
"graphql": "^14.0.2",
1717
"graphql-tag": "2.10.0",
18-
"graphql-tools": "3.1.1",
18+
"graphql-tools": "4.0.3",
1919
"graphql-yoga": "1.16.7",
2020
"jsonwebtoken": "8.4.0",
2121
"prisma-binding": "2.1.6",
2222
"prisma-client-lib": "1.20.7"
2323
},
2424
"devDependencies": {
2525
"@types/bcryptjs": "2.4.2",
26+
"@types/jsonwebtoken": "^8.3.0",
2627
"dotenv": "6.1.0",
2728
"graphql-cli": "2.17.0",
2829
"graphql-resolver-codegen": "0.3.1",

prisma/datamodel.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ type Location {
106106
neighbourHood: Neighbourhood
107107
user: User
108108
place: Place
109-
address: String
110-
directions: String
109+
address: String!
110+
directions: String!
111111
experience: Experience
112112
restaurant: Restaurant
113113
}

0 commit comments

Comments
 (0)