Skip to content

Commit 88e721e

Browse files
committed
refactor: import type when just types
1 parent f07454d commit 88e721e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
*/
66

7-
import { ExecutionResult } from 'graphql';
7+
import type { ExecutionResult } from 'graphql';
88
import { RequestParams, Sink } from './common';
99
import { isObject } from './utils';
1010

0 commit comments

Comments
 (0)