Skip to content
This repository was archived by the owner on Sep 2, 2020. It is now read-only.

Commit 7b46867

Browse files
committed
fix type import
1 parent d5d5e1e commit 7b46867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/interface/src/GraphQLLanguageService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import type {
2424
Uri,
2525
} from 'graphql-language-service-types';
2626
import type {Position} from 'graphql-language-service-utils';
27+
import type {Hover} from 'vscode-languageserver-types';
2728

2829
import {
2930
FRAGMENT_DEFINITION,
@@ -47,7 +48,6 @@ import {
4748
import {parse, print} from 'graphql';
4849
import {getAutocompleteSuggestions} from './getAutocompleteSuggestions';
4950
import {getHoverInformation} from './getHoverInformation';
50-
import type {Hover} from 'vscode-languageserver-types';
5151
import {validateQuery, getRange, SEVERITY} from './getDiagnostics';
5252
import {
5353
getDefinitionQueryResultForFragmentSpread,

0 commit comments

Comments
 (0)