Skip to content

Commit 61e32c9

Browse files
committed
chore: not sure if this file format is stable or keeps changing
1 parent e198a3b commit 61e32c9

File tree

1 file changed

+1
-1
lines changed
  • packages/token-distribution/.graphclient-extracted

1 file changed

+1
-1
lines changed

packages/token-distribution/.graphclient-extracted/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import type { GetMeshOptions } from '@graphql-mesh/runtime';
44
import type { YamlConfig } from '@graphql-mesh/types';
55
import { MeshHTTPHandler } from '@graphql-mesh/http';
66
import { ExecuteMeshFn, SubscribeMeshFn, MeshContext as BaseMeshContext, MeshInstance } from '@graphql-mesh/runtime';
7-
import type { GraphNetworkTypes } from './sources/graph-network/types';
87
import type { TokenDistributionTypes } from './sources/token-distribution/types';
8+
import type { GraphNetworkTypes } from './sources/graph-network/types';
99
export type Maybe<T> = T | null;
1010
export type InputMaybe<T> = Maybe<T>;
1111
export type Scalars = {

0 commit comments

Comments
 (0)