File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphmetrics/apollo" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"main" : " dist/index.js" ,
5
5
"types" : " dist/index.d.ts" ,
6
6
"repository" :
" [email protected] :graphmetrics/graphmetrics-js.git" ,
22
22
"apollo-server-plugin-base" : " 0.10.4"
23
23
},
24
24
"peerDependencies" : {
25
- "graphql" : " ^14.0.0 | ^15.0.0"
25
+ "graphql" : " ^14.0.0 || ^15.0.0"
26
26
},
27
27
"devDependencies" : {
28
28
"@types/jest" : " 26.0.20" ,
Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ export function GraphMetrics<Context = any>(
52
52
} ,
53
53
} ;
54
54
} ,
55
+ serverWillStart ( ) {
56
+ return {
57
+ serverWillStop ( ) {
58
+ return aggregator . stop ( ) ;
59
+ } ,
60
+ } ;
61
+ } ,
55
62
stop ( ) {
56
63
return aggregator . stop ( ) ;
57
64
} ,
You can’t perform that action at this time.
0 commit comments