We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a33e1d commit 0ffbc35Copy full SHA for 0ffbc35
packages/core/src/batch.ts
@@ -1,4 +1,10 @@
1
-import { Deferred, invariant, never, ResultAsync } from '@aave/types';
+import {
2
+ type AnyVariables,
3
+ Deferred,
4
+ invariant,
5
+ never,
6
+ ResultAsync,
7
+} from '@aave/types';
8
import type { TypedDocumentNode } from '@urql/core';
9
import {
10
type DocumentNode,
@@ -10,9 +16,8 @@ import {
16
type VariableDefinitionNode,
11
17
visit,
12
18
} from 'graphql';
13
-
14
19
import { UnexpectedError } from './errors';
15
-import type { AnyVariables, StandardData } from './types';
20
+import type { StandardData } from './types';
21
22
interface StoredQuery<TValue, TVariables extends AnyVariables> {
23
alias: string;
0 commit comments