Skip to content

Commit f80b1d4

Browse files
tstypes: Add missing 'abstractType' argument to `GraphQLTypeRes… (#2171)
1 parent a5e0b64 commit f80b1d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tstypes/type/definition.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ export type GraphQLTypeResolver<
424424
value: TSource,
425425
context: TContext,
426426
info: GraphQLResolveInfo,
427+
abstractType: GraphQLAbstractType,
427428
) => PromiseOrValue<
428429
Maybe<GraphQLObjectType<TSource, TContext, TArgs> | string>
429430
>;

0 commit comments

Comments
 (0)