Skip to content

Commit

Permalink
refactor: Fix ESLint error: import/no-unresolved
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm committed Jan 6, 2022
1 parent 13a9a99 commit 01eea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/urql.ts
Expand Up @@ -15,7 +15,7 @@
*/

import { cacheExchange, KeyGenerator } from '@urql/exchange-graphcache';
import { IntrospectionData } from '@urql/exchange-graphcache/dist/types/ast';
import type { IntrospectionData } from '@urql/exchange-graphcache/dist/types/ast/schema';
import { multipartFetchExchange } from '@urql/exchange-multipart-fetch';
import { retryExchange } from '@urql/exchange-retry';
import { createClient, dedupExchange, OperationResult, Operation } from 'urql';
Expand Down

0 comments on commit 01eea1f

Please sign in to comment.