Skip to content

Commit

Permalink
tstypes: Add missing 'abstractType' argument to `GraphQLTypeRes… (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 15, 2019
1 parent a5e0b64 commit f80b1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tstypes/type/definition.d.ts
Expand Up @@ -424,6 +424,7 @@ export type GraphQLTypeResolver<
value: TSource,
context: TContext,
info: GraphQLResolveInfo,
abstractType: GraphQLAbstractType,
) => PromiseOrValue<
Maybe<GraphQLObjectType<TSource, TContext, TArgs> | string>
>;
Expand Down

0 comments on commit f80b1d4

Please sign in to comment.