Skip to content

Commit

Permalink
remove <> (flow)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Jan 9, 2021
1 parent ad732e5 commit 740ad83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/buildClientSchema.ts
Expand Up @@ -143,7 +143,7 @@ export function buildClientSchema(
}

function getNamedType(
typeRef: IntrospectionNamedTypeRef<>,
typeRef: IntrospectionNamedTypeRef,
): GraphQLNamedType {
const typeName = typeRef.name;
if (!typeName) {
Expand Down

0 comments on commit 740ad83

Please sign in to comment.