File tree 3 files changed +97
-755
lines changed
3 files changed +97
-755
lines changed Original file line number Diff line number Diff line change 29
29
"devDependencies" : {
30
30
"babel-cli" : " ^6.26.0" ,
31
31
"babel-eslint" : " ^8.2.1" ,
32
- "babel-jest" : " ^22.2.0 " ,
32
+ "babel-jest" : " ^22.2.2 " ,
33
33
"babel-plugin-transform-flow-strip-types" : " ^6.22.0" ,
34
34
"babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
35
35
"babel-plugin-transform-runtime" : " ^6.23.0" ,
43
43
"eslint-plugin-prettier" : " ^2.6.0" ,
44
44
"flow-bin" : " ^0.65.0" ,
45
45
"graphql" : " 0.13.0" ,
46
- "graphql-compose" : " ^3.0.0-beta.2 " ,
47
- "jest" : " ^22.2.1 " ,
46
+ "graphql-compose" : " ^3.0.0-beta.5 " ,
47
+ "jest" : " ^22.2.2 " ,
48
48
"prettier" : " ^1.10.2" ,
49
49
"rimraf" : " ^2.6.2" ,
50
50
"semantic-release" : " ^12.4.1"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export type PaginationInfoType = {|
42
42
export function preparePaginationResolver < TSource , TContext > (
43
43
typeComposer : TypeComposer ,
44
44
opts : ComposeWithPaginationOpts
45
- ) : Resolver < TSource , TContext > {
45
+ ) : Resolver {
46
46
if ( ! typeComposer || typeComposer . constructor . name !== 'TypeComposer' ) {
47
47
throw new Error ( 'First arg for prepareConnectionResolver() should be instance of TypeComposer' ) ;
48
48
}
You can’t perform that action at this time.
0 commit comments