Skip to content

Commit 6f1867c

Browse files
committed
Fix flow errors
1 parent a8b9539 commit 6f1867c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/extendSchema.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export function extendSchema(
286286
}
287287

288288
// To be called at most once per type. Only getExtendedType should call this.
289-
function extendType<T: GraphQLNamedType>(type: T): T {
289+
function extendType(type) {
290290
if (isIntrospectionType(type)) {
291291
// Introspection types are not extended.
292292
return type;

0 commit comments

Comments
 (0)