Skip to content

Commit

Permalink
Merge pull request #1237 from Quramy/fix_module_name_typo
Browse files Browse the repository at this point in the history
chore: Fix module name typo
  • Loading branch information
Quramy committed Mar 15, 2024
2 parents 4e1eac8 + 2ce9252 commit 3666033
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ import { SchemaBuildErrorInfo } from '../schema-manager/schema-manager';
import { getFragmentNamesInDocument, detectDuplicatedFragments, type FragmentRegistry } from '../gql-ast-util';
import { AnalysisContext, GetCompletionAtPosition, GetSemanticDiagnostics, GetQuickInfoAtPosition } from './types';
import { getCompletionAtPosition } from './get-completion-at-position';
import { getSemanticDiagnostics } from './get-semantic-diagonistics';
import { getSemanticDiagnostics } from './get-semantic-diagnostics';
import { getQuickInfoAtPosition } from './get-quick-info-at-position';
import { LRUCache } from '../cache';

Expand Down

0 comments on commit 3666033

Please sign in to comment.