diff --git a/src/utilities/buildClientSchema.ts b/src/utilities/buildClientSchema.ts index 43c021e8fb8..43ac15aab07 100644 --- a/src/utilities/buildClientSchema.ts +++ b/src/utilities/buildClientSchema.ts @@ -143,7 +143,7 @@ export function buildClientSchema( } function getNamedType( - typeRef: IntrospectionNamedTypeRef<>, + typeRef: IntrospectionNamedTypeRef, ): GraphQLNamedType { const typeName = typeRef.name; if (!typeName) {