Skip to content

Commit

Permalink
definition: Remove deprecation comment (#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 24, 2021
1 parent 4def93d commit 82a9a6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/type/definition.js
Expand Up @@ -903,9 +903,6 @@ type GraphQLObjectTypeNormalizedConfig = {
extensionASTNodes: $ReadOnlyArray<ObjectTypeExtensionNode>,
};

/**
* Note: returning GraphQLObjectType is deprecated and will be removed in v16.0.0
*/
export type GraphQLTypeResolver<TSource, TContext> = (
value: TSource,
context: TContext,
Expand Down

0 comments on commit 82a9a6c

Please sign in to comment.