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 4def93d commit 82a9a6cCopy full SHA for 82a9a6c
src/type/definition.js
@@ -903,9 +903,6 @@ type GraphQLObjectTypeNormalizedConfig = {
903
extensionASTNodes: $ReadOnlyArray<ObjectTypeExtensionNode>,
904
};
905
906
-/**
907
- * Note: returning GraphQLObjectType is deprecated and will be removed in v16.0.0
908
- */
909
export type GraphQLTypeResolver<TSource, TContext> = (
910
value: TSource,
911
context: TContext,
0 commit comments