Skip to content

Commit fae062b

Browse files
committed
remove <> (flow)
1 parent eae6e01 commit fae062b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/buildClientSchema.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export function buildClientSchema(
143143
}
144144

145145
function getNamedType(
146-
typeRef: IntrospectionNamedTypeRef<>,
146+
typeRef: IntrospectionNamedTypeRef,
147147
): GraphQLNamedType {
148148
const typeName = typeRef.name;
149149
if (!typeName) {

0 commit comments

Comments
 (0)