diff --git a/packages/frontend/src/urql.ts b/packages/frontend/src/urql.ts index 8e0fb63ff..fba2b1f48 100644 --- a/packages/frontend/src/urql.ts +++ b/packages/frontend/src/urql.ts @@ -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';