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 e198a3b commit 61e32c9Copy full SHA for 61e32c9
packages/token-distribution/.graphclient-extracted/index.d.ts
@@ -4,8 +4,8 @@ import type { GetMeshOptions } from '@graphql-mesh/runtime';
4
import type { YamlConfig } from '@graphql-mesh/types';
5
import { MeshHTTPHandler } from '@graphql-mesh/http';
6
import { ExecuteMeshFn, SubscribeMeshFn, MeshContext as BaseMeshContext, MeshInstance } from '@graphql-mesh/runtime';
7
-import type { GraphNetworkTypes } from './sources/graph-network/types';
8
import type { TokenDistributionTypes } from './sources/token-distribution/types';
+import type { GraphNetworkTypes } from './sources/graph-network/types';
9
export type Maybe<T> = T | null;
10
export type InputMaybe<T> = Maybe<T>;
11
export type Scalars = {
0 commit comments