We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b9539 commit 6f1867cCopy full SHA for 6f1867c
src/utilities/extendSchema.js
@@ -286,7 +286,7 @@ export function extendSchema(
286
}
287
288
// To be called at most once per type. Only getExtendedType should call this.
289
- function extendType<T: GraphQLNamedType>(type: T): T {
+ function extendType(type) {
290
if (isIntrospectionType(type)) {
291
// Introspection types are not extended.
292
return type;
0 commit comments