We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f6a7f4 + a8ee928 commit 8f495baCopy full SHA for 8f495ba
1 file changed
src/type/definition.js
@@ -470,12 +470,12 @@ type GraphQLFieldConfigMapThunk = () => GraphQLFieldConfigMap;
470
471
export type GraphQLTypeResolveFn = (
472
value: mixed,
473
- info?: GraphQLResolveInfo
+ info: GraphQLResolveInfo
474
) => ?GraphQLObjectType
475
476
export type GraphQLIsTypeOfFn = (
477
478
479
) => boolean
480
481
export type GraphQLFieldResolveFn = (
0 commit comments