File tree 18 files changed +18
-18
lines changed
graphql-express-sdl-first
graphql-fastify-sdl-first
18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 13
13
"@prisma/client" : " 4.2.1" ,
14
14
"apollo-server" : " 3.10.1" ,
15
15
"bcryptjs" : " 2.4.3" ,
16
- "graphql" : " 16.5 .0" ,
16
+ "graphql" : " 16.6 .0" ,
17
17
"graphql-middleware" : " 6.1.32" ,
18
18
"graphql-scalars" : " 1.18.0" ,
19
19
"graphql-shield" : " 7.5.0" ,
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@prisma/client" : " 4.2.1" ,
13
13
"apollo-server" : " 3.10.1" ,
14
- "graphql" : " 16.5 .0" ,
14
+ "graphql" : " 16.6 .0" ,
15
15
"graphql-scalars" : " 1.18.0"
16
16
},
17
17
"devDependencies" : {
Original file line number Diff line number Diff line change 13
13
"dependencies" : {
14
14
"@prisma/client" : " 4.2.1" ,
15
15
"apollo-server" : " 3.10.1" ,
16
- "graphql" : " 16.5 .0" ,
16
+ "graphql" : " 16.6 .0" ,
17
17
"graphql-scalars" : " 1.18.0" ,
18
18
"nexus" : " 1.3.0"
19
19
},
Original file line number Diff line number Diff line change 19
19
"@prisma/client" : " 4.2.1" ,
20
20
"apollo-server" : " 3.10.1" ,
21
21
"bcryptjs" : " 2.4.3" ,
22
- "graphql" : " 16.5 .0" ,
22
+ "graphql" : " 16.6 .0" ,
23
23
"graphql-middleware" : " 6.1.32" ,
24
24
"graphql-scalars" : " 1.18.0" ,
25
25
"graphql-shield" : " 7.5.0" ,
Original file line number Diff line number Diff line change 14
14
"@prisma/client" : " 4.2.1" ,
15
15
"express" : " 4.18.1" ,
16
16
"express-graphql" : " 0.12.0" ,
17
- "graphql" : " 16.5 .0" ,
17
+ "graphql" : " 16.6 .0" ,
18
18
"graphql-scalars" : " 1.18.0"
19
19
},
20
20
"devDependencies" : {
Original file line number Diff line number Diff line change 19
19
"@prisma/client" : " 4.2.1" ,
20
20
"express" : " 4.18.1" ,
21
21
"express-graphql" : " 0.12.0" ,
22
- "graphql" : " 16.5 .0" ,
22
+ "graphql" : " 16.6 .0" ,
23
23
"graphql-scalars" : " 1.18.0" ,
24
24
"nexus" : " 1.3.0"
25
25
},
Original file line number Diff line number Diff line change 13
13
"@graphql-tools/schema" : " 9.0.1" ,
14
14
"@prisma/client" : " 4.2.1" ,
15
15
"fastify" : " 4.5.2" ,
16
- "graphql" : " 16.5 .0" ,
16
+ "graphql" : " 16.6 .0" ,
17
17
"graphql-scalars" : " 1.18.0" ,
18
18
"mercurius" : " 10.1.1"
19
19
},
Original file line number Diff line number Diff line change 8
8
"dependencies" : {
9
9
"@prisma/client" : " 4.2.1" ,
10
10
"fastify" : " 4.5.2" ,
11
- "graphql" : " 16.5 .0" ,
11
+ "graphql" : " 16.6 .0" ,
12
12
"graphql-scalars" : " 1.18.0" ,
13
13
"mercurius" : " 10.1.1" ,
14
14
"nexus" : " 1.3.0"
Original file line number Diff line number Diff line change 10
10
"@hapi/hapi" : " 20.2.2" ,
11
11
"@prisma/client" : " 4.2.1" ,
12
12
"apollo-server-hapi" : " 3.10.1" ,
13
- "graphql" : " 16.5 .0" ,
13
+ "graphql" : " 16.6 .0" ,
14
14
"graphql-scalars" : " 1.18.0"
15
15
},
16
16
"devDependencies" : {
Original file line number Diff line number Diff line change 16
16
"@prisma/client" : " 4.2.1" ,
17
17
"@types/node" : " 16.11.49" ,
18
18
"apollo-server-hapi" : " 3.10.1" ,
19
- "graphql" : " 16.5 .0" ,
19
+ "graphql" : " 16.6 .0" ,
20
20
"graphql-scalars" : " 1.18.0" ,
21
21
"nexus" : " 1.3.0"
22
22
},
Original file line number Diff line number Diff line change 45
45
"@nestjs/platform-express" : " 9.0.11" ,
46
46
"@prisma/client" : " 4.2.1" ,
47
47
"apollo-server-express" : " 3.10.1" ,
48
- "graphql" : " 16.5 .0" ,
48
+ "graphql" : " 16.6 .0" ,
49
49
"graphql-scalars" : " 1.18.0" ,
50
50
"graphql-tools" : " 8.3.3" ,
51
51
"reflect-metadata" : " 0.1.13" ,
Original file line number Diff line number Diff line change 46
46
"@prisma/client" : " 4.2.1" ,
47
47
"apollo-server-express" : " 3.10.1" ,
48
48
"class-validator" : " 0.13.2" ,
49
- "graphql" : " 16.5 .0" ,
49
+ "graphql" : " 16.6 .0" ,
50
50
"graphql-tools" : " 8.3.3" ,
51
51
"reflect-metadata" : " 0.1.13" ,
52
52
"rimraf" : " 3.0.2" ,
Original file line number Diff line number Diff line change 19
19
"@prisma/client" : " 4.2.1" ,
20
20
"apollo-server-micro" : " 3.10.1" ,
21
21
"express" : " 4.18.1" ,
22
- "graphql" : " 16.5 .0" ,
22
+ "graphql" : " 16.6 .0" ,
23
23
"graphql-scalars" : " 1.18.0" ,
24
24
"graphql-tag" : " 2.12.6" ,
25
25
"micro" : " 9.4.1" ,
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@prisma/client" : " 4.2.1" ,
13
13
"apollo-server" : " 3.10.1" ,
14
- "graphql" : " 16.5 .0" ,
14
+ "graphql" : " 16.6 .0" ,
15
15
"graphql-scalars" : " 1.18.0"
16
16
},
17
17
"devDependencies" : {
Original file line number Diff line number Diff line change 20
20
"apollo-server-core" : " 3.10.1" ,
21
21
"apollo-server-express" : " 3.10.1" ,
22
22
"express" : " 4.18.1" ,
23
- "graphql" : " 16.5 .0" ,
23
+ "graphql" : " 16.6 .0" ,
24
24
"graphql-subscriptions" : " 2.0.0" ,
25
25
"graphql-ws" : " 5.10.0" ,
26
26
"nexus" : " 1.3.0" ,
Original file line number Diff line number Diff line change 9
9
"@types/graphql-fields" : " 1.3.4" ,
10
10
"apollo-server" : " 3.10.1" ,
11
11
"class-validator" : " 0.13.2" ,
12
- "graphql" : " 15.8 .0" ,
12
+ "graphql" : " 16.6 .0" ,
13
13
"graphql-fields" : " 2.0.3" ,
14
14
"graphql-type-json" : " 0.3.2" ,
15
15
"reflect-metadata" : " 0.1.13" ,
Original file line number Diff line number Diff line change 7
7
"@prisma/client" : " 4.2.1" ,
8
8
"apollo-server" : " 3.10.1" ,
9
9
"class-validator" : " 0.13.2" ,
10
- "graphql" : " 15.8 .0" ,
10
+ "graphql" : " 16.6 .0" ,
11
11
"graphql-scalars" : " 1.18.0" ,
12
12
"reflect-metadata" : " 0.1.13" ,
13
13
"type-graphql" : " 1.1.1"
Original file line number Diff line number Diff line change 18
18
"dependencies" : {
19
19
"@prisma/client" : " 4.2.1" ,
20
20
"apollo-server" : " 3.10.1" ,
21
- "graphql" : " 16.5 .0" ,
21
+ "graphql" : " 16.6 .0" ,
22
22
"graphql-scalars" : " 1.18.0" ,
23
23
"nexus" : " 1.3.0"
24
24
},
You can’t perform that action at this time.
0 commit comments