File tree Expand file tree Collapse file tree 3 files changed +97
-755
lines changed Expand file tree Collapse file tree 3 files changed +97
-755
lines changed Original file line number Diff line number Diff line change 2929 "devDependencies" : {
3030 "babel-cli" : " ^6.26.0" ,
3131 "babel-eslint" : " ^8.2.1" ,
32- "babel-jest" : " ^22.2.0 " ,
32+ "babel-jest" : " ^22.2.2 " ,
3333 "babel-plugin-transform-flow-strip-types" : " ^6.22.0" ,
3434 "babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
3535 "babel-plugin-transform-runtime" : " ^6.23.0" ,
4343 "eslint-plugin-prettier" : " ^2.6.0" ,
4444 "flow-bin" : " ^0.65.0" ,
4545 "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 " ,
4848 "prettier" : " ^1.10.2" ,
4949 "rimraf" : " ^2.6.2" ,
5050 "semantic-release" : " ^12.4.1"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export type PaginationInfoType = {|
4242export function preparePaginationResolver < TSource , TContext > (
4343 typeComposer : TypeComposer ,
4444 opts : ComposeWithPaginationOpts
45- ) : Resolver < TSource , TContext > {
45+ ) : Resolver {
4646 if ( ! typeComposer || typeComposer . constructor . name !== 'TypeComposer' ) {
4747 throw new Error ( 'First arg for prepareConnectionResolver() should be instance of TypeComposer' ) ;
4848 }
You can’t perform that action at this time.
0 commit comments