Skip to content

Commit 82a9a6c

Browse files
definition: Remove deprecation comment (#3128)
1 parent 4def93d commit 82a9a6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/type/definition.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -903,9 +903,6 @@ type GraphQLObjectTypeNormalizedConfig = {
903903
extensionASTNodes: $ReadOnlyArray<ObjectTypeExtensionNode>,
904904
};
905905

906-
/**
907-
* Note: returning GraphQLObjectType is deprecated and will be removed in v16.0.0
908-
*/
909906
export type GraphQLTypeResolver<TSource, TContext> = (
910907
value: TSource,
911908
context: TContext,

0 commit comments

Comments
 (0)