We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ce8bf commit 65baa7fCopy full SHA for 65baa7f
src/wrapMutationResolver.js
@@ -35,6 +35,7 @@ export default function wrapMutationResolver<TSource, TContext>(
35
}
36
} else {
37
// create input arg, and put into all current args
38
+
39
// $FlowFixMe
40
ITC = InputTypeComposer.create({
41
name: `Relay${upperFirst(resolverName)}${rootTypeName}Input`,
0 commit comments