Skip to content

Commit 65baa7f

Browse files
committed
fix(flow): ignore flowtype error
1 parent 98ce8bf commit 65baa7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wrapMutationResolver.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default function wrapMutationResolver<TSource, TContext>(
3535
}
3636
} else {
3737
// create input arg, and put into all current args
38+
3839
// $FlowFixMe
3940
ITC = InputTypeComposer.create({
4041
name: `Relay${upperFirst(resolverName)}${rootTypeName}Input`,

0 commit comments

Comments
 (0)