Skip to content

Commit 91c2ffd

Browse files
committed
fix: Flowtype definitions for [email protected]
1 parent 61413f2 commit 91c2ffd

File tree

3 files changed

+97
-755
lines changed

3 files changed

+97
-755
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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",
@@ -43,8 +43,8 @@
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"

Diff for: src/paginationResolver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export type PaginationInfoType = {|
4242
export 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
}

0 commit comments

Comments
 (0)