File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ projects:
22 database :
33 schemaPath : src/prisma/prisma-types.graphql
44 extensions :
5- prisma : database/prisma.yml
5+ endpoints :
6+ default : https://eu1.prisma.sh/public-agatepuma-476/my-app/dev
67 codegen :
78 - generator : prisma-binding
89 language : typescript
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1212 "start:prod" : " node dist/main.js"
1313 },
1414 "dependencies" : {
15- "@nestjs/common" : " 5.3.7 " ,
16- "@nestjs/core" : " 5.3.7 " ,
17- "@nestjs/graphql" : " 5.3.1 " ,
18- "apollo-server-express" : " 2.0.6 " ,
15+ "@nestjs/common" : " 5.3.9 " ,
16+ "@nestjs/core" : " 5.3.10 " ,
17+ "@nestjs/graphql" : " 5.4.0 " ,
18+ "apollo-server-express" : " 2.1.0 " ,
1919 "graphql" : " 0.13.2" ,
20- "graphql-tools" : " 3.1.1" ,
21- "prisma" : " 1.16.2" ,
22- "prisma-binding" : " 2.1.5" ,
20+ "graphql-tools" : " 4.0.0" ,
21+ "prisma-binding" : " 2.1.6" ,
2322 "reflect-metadata" : " 0.1.12" ,
24- "rxjs" : " 6.3.2 " ,
25- "typescript" : " 3.0.3 "
23+ "rxjs" : " 6.3.3 " ,
24+ "typescript" : " 3.1.1 "
2625 },
2726 "devDependencies" : {
2827 "nodemon" : " 1.18.4" ,
29- "prettier" : " 1.14.2 " ,
28+ "prettier" : " 1.14.3 " ,
3029 "ts-node" : " 7.0.1" ,
3130 "tsconfig-paths" : " 3.6.0" ,
3231 "tslint" : " 5.11.0"
Original file line number Diff line number Diff line change @@ -168,9 +168,4 @@ export abstract class ISubscription {
168168 abstract post ( where ?: PostSubscriptionWhereInput ) : PostSubscriptionPayload | Promise < PostSubscriptionPayload > ;
169169}
170170
171- export class User {
172- id : string ;
173- name : string ;
174- }
175-
176171export type Long = any ;
You can’t perform that action at this time.
0 commit comments