Skip to content

Commit c46d871

Browse files
committed
fix: match input type with flow
1 parent 391c88c commit c46d871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/schema.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class GraphQLSchema {
6969

7070
isSubType(
7171
abstractType: GraphQLAbstractType,
72-
maybeSubType: GraphQLNamedType,
72+
maybeSubType: GraphQLObjectType | GraphQLInterfaceType,
7373
): boolean;
7474

7575
getDirectives(): ReadonlyArray<GraphQLDirective>;

0 commit comments

Comments
 (0)