Skip to content

Commit

Permalink
remove <> (flow)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Dec 8, 2020
1 parent aae9d3a commit 50a97b9
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 50a97b9

Please sign in to comment.