Skip to content

Commit 7b4a24d

Browse files
committed
fix: remove unused import per LGTM check
1 parent 3de34f4 commit 7b4a24d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/appsync-modelgen-plugin/src/utils/process-connections-v2.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { processHasOneConnection } from './process-has-one';
44
import { processBelongsToConnection, getBelongsToConnectedField } from './process-belongs-to';
55
import { processHasManyConnection } from './process-has-many';
66
import { getDirective } from './fieldUtils';
7-
import { GraphQLNamedType } from 'graphql';
87

98
// TODO: This file holds several references to utility functions in the v1 process connections file, those functions need to go here before that file is removed
109

0 commit comments

Comments
 (0)