@sablier/indexers 1.3.0-beta.8 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{constants.js → cjs/constants.js} +1 -1
- package/dist/cjs/constants.js.map +1 -0
- package/dist/cjs/enums.js.map +1 -0
- package/dist/{experimental.js → cjs/experimental.js} +2 -2
- package/dist/cjs/experimental.js.map +1 -0
- package/dist/{queries/flow/graph.js → cjs/index.js} +10 -10
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/indexers/data.js +10 -0
- package/dist/cjs/indexers/data.js.map +1 -0
- package/dist/cjs/indexers/envio-deployments.js.map +1 -0
- package/dist/{indexers → cjs/indexers}/envio.js +5 -4
- package/dist/cjs/indexers/envio.js.map +1 -0
- package/dist/cjs/indexers/getters.js +20 -0
- package/dist/cjs/indexers/getters.js.map +1 -0
- package/dist/{indexers → cjs/indexers}/graph.js +5 -15
- package/dist/cjs/indexers/graph.js.map +1 -0
- package/dist/{gql/airdrops/envio → cjs/indexers}/index.js +2 -1
- package/dist/cjs/indexers/index.js.map +1 -0
- package/dist/cjs/package.json +1 -0
- package/dist/cjs/types.js +3 -0
- package/dist/cjs/types.js.map +1 -0
- package/dist/esm/constants.js +2 -0
- package/dist/esm/constants.js.map +1 -0
- package/dist/esm/enums.js +6 -0
- package/dist/esm/enums.js.map +1 -0
- package/dist/esm/experimental.js +19 -0
- package/dist/esm/experimental.js.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/indexers/data.js +7 -0
- package/dist/esm/indexers/data.js.map +1 -0
- package/dist/esm/indexers/envio-deployments.js +40 -0
- package/dist/esm/indexers/envio-deployments.js.map +1 -0
- package/dist/esm/indexers/envio.js +60 -0
- package/dist/esm/indexers/envio.js.map +1 -0
- package/dist/esm/indexers/getters.js +15 -0
- package/dist/esm/indexers/getters.js.map +1 -0
- package/dist/esm/indexers/graph.js +207 -0
- package/dist/esm/indexers/graph.js.map +1 -0
- package/dist/esm/indexers/index.js +3 -0
- package/dist/esm/indexers/index.js.map +1 -0
- package/dist/esm/package.json +1 -0
- package/dist/esm/types.js +2 -0
- package/dist/esm/types.js.map +1 -0
- package/dist/types/constants.d.ts.map +1 -0
- package/dist/types/enums.d.ts.map +1 -0
- package/dist/{experimental.d.ts → types/experimental.d.ts} +1 -1
- package/dist/types/experimental.d.ts.map +1 -0
- package/dist/types/index.d.ts +6 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/indexers/data.d.ts +5 -0
- package/dist/types/indexers/data.d.ts.map +1 -0
- package/dist/types/indexers/envio-deployments.d.ts +3 -0
- package/dist/types/indexers/envio-deployments.d.ts.map +1 -0
- package/dist/{indexers → types/indexers}/envio.d.ts +2 -2
- package/dist/types/indexers/envio.d.ts.map +1 -0
- package/dist/{indexers → types/indexers}/getters.d.ts +5 -5
- package/dist/types/indexers/getters.d.ts.map +1 -0
- package/dist/{indexers → types/indexers}/graph.d.ts +1 -1
- package/dist/types/indexers/graph.d.ts.map +1 -0
- package/dist/types/indexers/index.d.ts +3 -0
- package/dist/types/indexers/index.d.ts.map +1 -0
- package/dist/{types.d.ts → types/types.d.ts} +1 -13
- package/dist/types/types.d.ts.map +1 -0
- package/package.json +53 -39
- package/dist/constants.d.ts.map +0 -1
- package/dist/constants.js.map +0 -1
- package/dist/enums.d.ts.map +0 -1
- package/dist/enums.js.map +0 -1
- package/dist/experimental.d.ts.map +0 -1
- package/dist/experimental.js.map +0 -1
- package/dist/fragments/airdrops/common.d.ts +0 -10
- package/dist/fragments/airdrops/common.d.ts.map +0 -1
- package/dist/fragments/airdrops/common.js +0 -142
- package/dist/fragments/airdrops/common.js.map +0 -1
- package/dist/fragments/airdrops/envio.d.ts +0 -7
- package/dist/fragments/airdrops/envio.d.ts.map +0 -1
- package/dist/fragments/airdrops/envio.js +0 -19
- package/dist/fragments/airdrops/envio.js.map +0 -1
- package/dist/fragments/airdrops/graph.d.ts +0 -7
- package/dist/fragments/airdrops/graph.d.ts.map +0 -1
- package/dist/fragments/airdrops/graph.js +0 -19
- package/dist/fragments/airdrops/graph.js.map +0 -1
- package/dist/fragments/common/action.d.ts +0 -2
- package/dist/fragments/common/action.d.ts.map +0 -1
- package/dist/fragments/common/action.js +0 -25
- package/dist/fragments/common/action.js.map +0 -1
- package/dist/fragments/common/asset.d.ts +0 -2
- package/dist/fragments/common/asset.d.ts.map +0 -1
- package/dist/fragments/common/asset.js +0 -14
- package/dist/fragments/common/asset.js.map +0 -1
- package/dist/fragments/common/batch.d.ts +0 -2
- package/dist/fragments/common/batch.d.ts.map +0 -1
- package/dist/fragments/common/batch.js +0 -15
- package/dist/fragments/common/batch.js.map +0 -1
- package/dist/fragments/common/index.d.ts +0 -4
- package/dist/fragments/common/index.d.ts.map +0 -1
- package/dist/fragments/common/index.js +0 -20
- package/dist/fragments/common/index.js.map +0 -1
- package/dist/fragments/flow/common.d.ts +0 -8
- package/dist/fragments/flow/common.d.ts.map +0 -1
- package/dist/fragments/flow/common.js +0 -92
- package/dist/fragments/flow/common.js.map +0 -1
- package/dist/fragments/flow/envio.d.ts +0 -5
- package/dist/fragments/flow/envio.d.ts.map +0 -1
- package/dist/fragments/flow/envio.js +0 -10
- package/dist/fragments/flow/envio.js.map +0 -1
- package/dist/fragments/flow/graph.d.ts +0 -5
- package/dist/fragments/flow/graph.d.ts.map +0 -1
- package/dist/fragments/flow/graph.js +0 -10
- package/dist/fragments/flow/graph.js.map +0 -1
- package/dist/fragments/lockup/common.d.ts +0 -10
- package/dist/fragments/lockup/common.d.ts.map +0 -1
- package/dist/fragments/lockup/common.js +0 -110
- package/dist/fragments/lockup/common.js.map +0 -1
- package/dist/fragments/lockup/envio.d.ts +0 -5
- package/dist/fragments/lockup/envio.d.ts.map +0 -1
- package/dist/fragments/lockup/envio.js +0 -20
- package/dist/fragments/lockup/envio.js.map +0 -1
- package/dist/fragments/lockup/graph.d.ts +0 -5
- package/dist/fragments/lockup/graph.d.ts.map +0 -1
- package/dist/fragments/lockup/graph.js +0 -20
- package/dist/fragments/lockup/graph.js.map +0 -1
- package/dist/gql/airdrops/envio/gql.d.ts +0 -41
- package/dist/gql/airdrops/envio/gql.d.ts.map +0 -1
- package/dist/gql/airdrops/envio/gql.js +0 -59
- package/dist/gql/airdrops/envio/gql.js.map +0 -1
- package/dist/gql/airdrops/envio/graphql.d.ts +0 -3611
- package/dist/gql/airdrops/envio/graphql.d.ts.map +0 -1
- package/dist/gql/airdrops/envio/graphql.js +0 -203
- package/dist/gql/airdrops/envio/graphql.js.map +0 -1
- package/dist/gql/airdrops/envio/index.d.ts +0 -2
- package/dist/gql/airdrops/envio/index.d.ts.map +0 -1
- package/dist/gql/airdrops/envio/index.js.map +0 -1
- package/dist/gql/airdrops/graph/gql.d.ts +0 -41
- package/dist/gql/airdrops/graph/gql.d.ts.map +0 -1
- package/dist/gql/airdrops/graph/gql.js +0 -59
- package/dist/gql/airdrops/graph/gql.js.map +0 -1
- package/dist/gql/airdrops/graph/graphql.d.ts +0 -2580
- package/dist/gql/airdrops/graph/graphql.d.ts.map +0 -1
- package/dist/gql/airdrops/graph/graphql.js +0 -296
- package/dist/gql/airdrops/graph/graphql.js.map +0 -1
- package/dist/gql/airdrops/graph/index.d.ts +0 -2
- package/dist/gql/airdrops/graph/index.d.ts.map +0 -1
- package/dist/gql/airdrops/graph/index.js +0 -18
- package/dist/gql/airdrops/graph/index.js.map +0 -1
- package/dist/gql/flow/envio/gql.d.ts +0 -27
- package/dist/gql/flow/envio/gql.d.ts.map +0 -1
- package/dist/gql/flow/envio/gql.js +0 -52
- package/dist/gql/flow/envio/gql.js.map +0 -1
- package/dist/gql/flow/envio/graphql.d.ts +0 -2966
- package/dist/gql/flow/envio/graphql.d.ts.map +0 -1
- package/dist/gql/flow/envio/graphql.js +0 -185
- package/dist/gql/flow/envio/graphql.js.map +0 -1
- package/dist/gql/flow/envio/index.d.ts +0 -2
- package/dist/gql/flow/envio/index.d.ts.map +0 -1
- package/dist/gql/flow/envio/index.js +0 -18
- package/dist/gql/flow/envio/index.js.map +0 -1
- package/dist/gql/flow/graph/gql.d.ts +0 -27
- package/dist/gql/flow/graph/gql.d.ts.map +0 -1
- package/dist/gql/flow/graph/gql.js +0 -52
- package/dist/gql/flow/graph/gql.js.map +0 -1
- package/dist/gql/flow/graph/graphql.d.ts +0 -1992
- package/dist/gql/flow/graph/graphql.d.ts.map +0 -1
- package/dist/gql/flow/graph/graphql.js +0 -238
- package/dist/gql/flow/graph/graphql.js.map +0 -1
- package/dist/gql/flow/graph/index.d.ts +0 -2
- package/dist/gql/flow/graph/index.d.ts.map +0 -1
- package/dist/gql/flow/graph/index.js +0 -18
- package/dist/gql/flow/graph/index.js.map +0 -1
- package/dist/gql/lockup/envio/gql.d.ts +0 -33
- package/dist/gql/lockup/envio/gql.d.ts.map +0 -1
- package/dist/gql/lockup/envio/gql.js +0 -55
- package/dist/gql/lockup/envio/gql.js.map +0 -1
- package/dist/gql/lockup/envio/graphql.d.ts +0 -3524
- package/dist/gql/lockup/envio/graphql.d.ts.map +0 -1
- package/dist/gql/lockup/envio/graphql.js +0 -220
- package/dist/gql/lockup/envio/graphql.js.map +0 -1
- package/dist/gql/lockup/envio/index.d.ts +0 -2
- package/dist/gql/lockup/envio/index.d.ts.map +0 -1
- package/dist/gql/lockup/envio/index.js +0 -18
- package/dist/gql/lockup/envio/index.js.map +0 -1
- package/dist/gql/lockup/graph/gql.d.ts +0 -33
- package/dist/gql/lockup/graph/gql.d.ts.map +0 -1
- package/dist/gql/lockup/graph/gql.js +0 -55
- package/dist/gql/lockup/graph/gql.js.map +0 -1
- package/dist/gql/lockup/graph/graphql.d.ts +0 -2504
- package/dist/gql/lockup/graph/graphql.d.ts.map +0 -1
- package/dist/gql/lockup/graph/graphql.js +0 -325
- package/dist/gql/lockup/graph/graphql.js.map +0 -1
- package/dist/gql/lockup/graph/index.d.ts +0 -2
- package/dist/gql/lockup/graph/index.d.ts.map +0 -1
- package/dist/gql/lockup/graph/index.js +0 -18
- package/dist/gql/lockup/graph/index.js.map +0 -1
- package/dist/index.d.ts +0 -6
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -22
- package/dist/index.js.map +0 -1
- package/dist/indexers/data.d.ts +0 -5
- package/dist/indexers/data.d.ts.map +0 -1
- package/dist/indexers/data.js +0 -10
- package/dist/indexers/data.js.map +0 -1
- package/dist/indexers/envio-deployments.d.ts +0 -3
- package/dist/indexers/envio-deployments.d.ts.map +0 -1
- package/dist/indexers/envio-deployments.js.map +0 -1
- package/dist/indexers/envio.d.ts.map +0 -1
- package/dist/indexers/envio.js.map +0 -1
- package/dist/indexers/getters.d.ts.map +0 -1
- package/dist/indexers/getters.js +0 -19
- package/dist/indexers/getters.js.map +0 -1
- package/dist/indexers/graph.d.ts.map +0 -1
- package/dist/indexers/graph.js.map +0 -1
- package/dist/indexers/index.d.ts +0 -3
- package/dist/indexers/index.d.ts.map +0 -1
- package/dist/indexers/index.js +0 -19
- package/dist/indexers/index.js.map +0 -1
- package/dist/queries/airdrops/envio.d.ts +0 -44
- package/dist/queries/airdrops/envio.d.ts.map +0 -1
- package/dist/queries/airdrops/envio.js +0 -179
- package/dist/queries/airdrops/envio.js.map +0 -1
- package/dist/queries/airdrops/graph.d.ts +0 -43
- package/dist/queries/airdrops/graph.d.ts.map +0 -1
- package/dist/queries/airdrops/graph.js +0 -145
- package/dist/queries/airdrops/graph.js.map +0 -1
- package/dist/queries/common/actions/envio.d.ts +0 -2
- package/dist/queries/common/actions/envio.d.ts.map +0 -1
- package/dist/queries/common/actions/envio.js +0 -23
- package/dist/queries/common/actions/envio.js.map +0 -1
- package/dist/queries/common/actions/graph.d.ts +0 -2
- package/dist/queries/common/actions/graph.d.ts.map +0 -1
- package/dist/queries/common/actions/graph.js +0 -23
- package/dist/queries/common/actions/graph.js.map +0 -1
- package/dist/queries/common/streams/envio.d.ts +0 -5
- package/dist/queries/common/streams/envio.d.ts.map +0 -1
- package/dist/queries/common/streams/envio.js +0 -48
- package/dist/queries/common/streams/envio.js.map +0 -1
- package/dist/queries/common/streams/graph.d.ts +0 -5
- package/dist/queries/common/streams/graph.d.ts.map +0 -1
- package/dist/queries/common/streams/graph.js +0 -48
- package/dist/queries/common/streams/graph.js.map +0 -1
- package/dist/queries/flow/envio.d.ts +0 -22
- package/dist/queries/flow/envio.d.ts.map +0 -1
- package/dist/queries/flow/envio.js +0 -45
- package/dist/queries/flow/envio.js.map +0 -1
- package/dist/queries/flow/graph.d.ts +0 -22
- package/dist/queries/flow/graph.d.ts.map +0 -1
- package/dist/queries/flow/graph.js.map +0 -1
- package/dist/queries/lockup/envio.d.ts +0 -22
- package/dist/queries/lockup/envio.d.ts.map +0 -1
- package/dist/queries/lockup/envio.js +0 -45
- package/dist/queries/lockup/envio.js.map +0 -1
- package/dist/queries/lockup/graph.d.ts +0 -22
- package/dist/queries/lockup/graph.d.ts.map +0 -1
- package/dist/queries/lockup/graph.js +0 -45
- package/dist/queries/lockup/graph.js.map +0 -1
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -18
- package/dist/types.js.map +0 -1
- /package/dist/{enums.js → cjs/enums.js} +0 -0
- /package/dist/{indexers → cjs/indexers}/envio-deployments.js +0 -0
- /package/dist/{constants.d.ts → types/constants.d.ts} +0 -0
- /package/dist/{enums.d.ts → types/enums.d.ts} +0 -0
|
@@ -1,1992 +0,0 @@
|
|
|
1
|
-
import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
|
2
|
-
export type Maybe<T> = T | null;
|
|
3
|
-
export type InputMaybe<T> = Maybe<T>;
|
|
4
|
-
export type Exact<T extends {
|
|
5
|
-
[key: string]: unknown;
|
|
6
|
-
}> = {
|
|
7
|
-
[K in keyof T]: T[K];
|
|
8
|
-
};
|
|
9
|
-
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
10
|
-
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
11
|
-
};
|
|
12
|
-
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
13
|
-
[SubKey in K]: Maybe<T[SubKey]>;
|
|
14
|
-
};
|
|
15
|
-
export type MakeEmpty<T extends {
|
|
16
|
-
[key: string]: unknown;
|
|
17
|
-
}, K extends keyof T> = {
|
|
18
|
-
[_ in K]?: never;
|
|
19
|
-
};
|
|
20
|
-
export type Incremental<T> = T | {
|
|
21
|
-
[P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
|
|
22
|
-
};
|
|
23
|
-
export type Scalars = {
|
|
24
|
-
ID: {
|
|
25
|
-
input: string;
|
|
26
|
-
output: string;
|
|
27
|
-
};
|
|
28
|
-
String: {
|
|
29
|
-
input: string;
|
|
30
|
-
output: string;
|
|
31
|
-
};
|
|
32
|
-
Boolean: {
|
|
33
|
-
input: boolean;
|
|
34
|
-
output: boolean;
|
|
35
|
-
};
|
|
36
|
-
Int: {
|
|
37
|
-
input: number;
|
|
38
|
-
output: number;
|
|
39
|
-
};
|
|
40
|
-
Float: {
|
|
41
|
-
input: number;
|
|
42
|
-
output: number;
|
|
43
|
-
};
|
|
44
|
-
BigDecimal: {
|
|
45
|
-
input: any;
|
|
46
|
-
output: any;
|
|
47
|
-
};
|
|
48
|
-
BigInt: {
|
|
49
|
-
input: any;
|
|
50
|
-
output: any;
|
|
51
|
-
};
|
|
52
|
-
Bytes: {
|
|
53
|
-
input: any;
|
|
54
|
-
output: any;
|
|
55
|
-
};
|
|
56
|
-
Int8: {
|
|
57
|
-
input: any;
|
|
58
|
-
output: any;
|
|
59
|
-
};
|
|
60
|
-
Timestamp: {
|
|
61
|
-
input: any;
|
|
62
|
-
output: any;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
export type Action = {
|
|
66
|
-
__typename?: 'Action';
|
|
67
|
-
addressA?: Maybe<Scalars['Bytes']['output']>;
|
|
68
|
-
addressB?: Maybe<Scalars['Bytes']['output']>;
|
|
69
|
-
amountA?: Maybe<Scalars['BigInt']['output']>;
|
|
70
|
-
amountB?: Maybe<Scalars['BigInt']['output']>;
|
|
71
|
-
block: Scalars['BigInt']['output'];
|
|
72
|
-
category: ActionCategory;
|
|
73
|
-
chainId: Scalars['BigInt']['output'];
|
|
74
|
-
contract: Scalars['Bytes']['output'];
|
|
75
|
-
fee?: Maybe<Scalars['BigInt']['output']>;
|
|
76
|
-
from: Scalars['Bytes']['output'];
|
|
77
|
-
hash: Scalars['Bytes']['output'];
|
|
78
|
-
id: Scalars['String']['output'];
|
|
79
|
-
stream?: Maybe<Stream>;
|
|
80
|
-
subgraphId: Scalars['BigInt']['output'];
|
|
81
|
-
timestamp: Scalars['BigInt']['output'];
|
|
82
|
-
};
|
|
83
|
-
export declare enum ActionCategory {
|
|
84
|
-
Adjust = "Adjust",
|
|
85
|
-
Approval = "Approval",
|
|
86
|
-
ApprovalForAll = "ApprovalForAll",
|
|
87
|
-
Create = "Create",
|
|
88
|
-
Deposit = "Deposit",
|
|
89
|
-
Pause = "Pause",
|
|
90
|
-
Refund = "Refund",
|
|
91
|
-
Restart = "Restart",
|
|
92
|
-
Transfer = "Transfer",
|
|
93
|
-
Void = "Void",
|
|
94
|
-
Withdraw = "Withdraw"
|
|
95
|
-
}
|
|
96
|
-
export type Action_Filter = {
|
|
97
|
-
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
98
|
-
addressA?: InputMaybe<Scalars['Bytes']['input']>;
|
|
99
|
-
addressA_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
100
|
-
addressA_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
101
|
-
addressA_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
102
|
-
addressA_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
103
|
-
addressA_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
104
|
-
addressA_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
105
|
-
addressA_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
106
|
-
addressA_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
107
|
-
addressA_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
108
|
-
addressB?: InputMaybe<Scalars['Bytes']['input']>;
|
|
109
|
-
addressB_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
110
|
-
addressB_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
111
|
-
addressB_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
112
|
-
addressB_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
113
|
-
addressB_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
114
|
-
addressB_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
115
|
-
addressB_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
116
|
-
addressB_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
117
|
-
addressB_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
118
|
-
amountA?: InputMaybe<Scalars['BigInt']['input']>;
|
|
119
|
-
amountA_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
120
|
-
amountA_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
121
|
-
amountA_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
122
|
-
amountA_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
123
|
-
amountA_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
124
|
-
amountA_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
125
|
-
amountA_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
126
|
-
amountB?: InputMaybe<Scalars['BigInt']['input']>;
|
|
127
|
-
amountB_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
128
|
-
amountB_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
129
|
-
amountB_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
130
|
-
amountB_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
131
|
-
amountB_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
132
|
-
amountB_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
133
|
-
amountB_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
134
|
-
and?: InputMaybe<Array<InputMaybe<Action_Filter>>>;
|
|
135
|
-
block?: InputMaybe<Scalars['BigInt']['input']>;
|
|
136
|
-
block_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
137
|
-
block_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
138
|
-
block_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
139
|
-
block_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
140
|
-
block_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
141
|
-
block_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
142
|
-
block_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
143
|
-
category?: InputMaybe<ActionCategory>;
|
|
144
|
-
category_in?: InputMaybe<Array<ActionCategory>>;
|
|
145
|
-
category_not?: InputMaybe<ActionCategory>;
|
|
146
|
-
category_not_in?: InputMaybe<Array<ActionCategory>>;
|
|
147
|
-
chainId?: InputMaybe<Scalars['BigInt']['input']>;
|
|
148
|
-
chainId_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
149
|
-
chainId_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
150
|
-
chainId_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
151
|
-
chainId_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
152
|
-
chainId_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
153
|
-
chainId_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
154
|
-
chainId_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
155
|
-
contract?: InputMaybe<Scalars['Bytes']['input']>;
|
|
156
|
-
contract_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
157
|
-
contract_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
158
|
-
contract_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
159
|
-
contract_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
160
|
-
contract_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
161
|
-
contract_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
162
|
-
contract_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
163
|
-
contract_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
164
|
-
contract_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
165
|
-
fee?: InputMaybe<Scalars['BigInt']['input']>;
|
|
166
|
-
fee_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
167
|
-
fee_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
168
|
-
fee_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
169
|
-
fee_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
170
|
-
fee_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
171
|
-
fee_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
172
|
-
fee_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
173
|
-
from?: InputMaybe<Scalars['Bytes']['input']>;
|
|
174
|
-
from_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
175
|
-
from_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
176
|
-
from_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
177
|
-
from_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
178
|
-
from_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
179
|
-
from_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
180
|
-
from_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
181
|
-
from_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
182
|
-
from_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
183
|
-
hash?: InputMaybe<Scalars['Bytes']['input']>;
|
|
184
|
-
hash_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
185
|
-
hash_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
186
|
-
hash_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
187
|
-
hash_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
188
|
-
hash_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
189
|
-
hash_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
190
|
-
hash_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
191
|
-
hash_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
192
|
-
hash_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
193
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
194
|
-
id_contains?: InputMaybe<Scalars['String']['input']>;
|
|
195
|
-
id_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
196
|
-
id_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
197
|
-
id_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
198
|
-
id_gt?: InputMaybe<Scalars['String']['input']>;
|
|
199
|
-
id_gte?: InputMaybe<Scalars['String']['input']>;
|
|
200
|
-
id_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
201
|
-
id_lt?: InputMaybe<Scalars['String']['input']>;
|
|
202
|
-
id_lte?: InputMaybe<Scalars['String']['input']>;
|
|
203
|
-
id_not?: InputMaybe<Scalars['String']['input']>;
|
|
204
|
-
id_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
205
|
-
id_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
206
|
-
id_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
207
|
-
id_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
208
|
-
id_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
209
|
-
id_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
210
|
-
id_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
211
|
-
id_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
212
|
-
id_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
213
|
-
or?: InputMaybe<Array<InputMaybe<Action_Filter>>>;
|
|
214
|
-
stream?: InputMaybe<Scalars['String']['input']>;
|
|
215
|
-
stream_?: InputMaybe<Stream_Filter>;
|
|
216
|
-
stream_contains?: InputMaybe<Scalars['String']['input']>;
|
|
217
|
-
stream_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
218
|
-
stream_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
219
|
-
stream_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
220
|
-
stream_gt?: InputMaybe<Scalars['String']['input']>;
|
|
221
|
-
stream_gte?: InputMaybe<Scalars['String']['input']>;
|
|
222
|
-
stream_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
223
|
-
stream_lt?: InputMaybe<Scalars['String']['input']>;
|
|
224
|
-
stream_lte?: InputMaybe<Scalars['String']['input']>;
|
|
225
|
-
stream_not?: InputMaybe<Scalars['String']['input']>;
|
|
226
|
-
stream_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
227
|
-
stream_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
228
|
-
stream_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
229
|
-
stream_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
230
|
-
stream_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
231
|
-
stream_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
232
|
-
stream_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
233
|
-
stream_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
234
|
-
stream_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
235
|
-
subgraphId?: InputMaybe<Scalars['BigInt']['input']>;
|
|
236
|
-
subgraphId_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
237
|
-
subgraphId_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
238
|
-
subgraphId_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
239
|
-
subgraphId_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
240
|
-
subgraphId_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
241
|
-
subgraphId_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
242
|
-
subgraphId_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
243
|
-
timestamp?: InputMaybe<Scalars['BigInt']['input']>;
|
|
244
|
-
timestamp_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
245
|
-
timestamp_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
246
|
-
timestamp_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
247
|
-
timestamp_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
248
|
-
timestamp_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
249
|
-
timestamp_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
250
|
-
timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
251
|
-
};
|
|
252
|
-
export declare enum Action_OrderBy {
|
|
253
|
-
AddressA = "addressA",
|
|
254
|
-
AddressB = "addressB",
|
|
255
|
-
AmountA = "amountA",
|
|
256
|
-
AmountB = "amountB",
|
|
257
|
-
Block = "block",
|
|
258
|
-
Category = "category",
|
|
259
|
-
ChainId = "chainId",
|
|
260
|
-
Contract = "contract",
|
|
261
|
-
Fee = "fee",
|
|
262
|
-
From = "from",
|
|
263
|
-
Hash = "hash",
|
|
264
|
-
Id = "id",
|
|
265
|
-
Stream = "stream",
|
|
266
|
-
StreamAlias = "stream__alias",
|
|
267
|
-
StreamAssetDecimalsValue = "stream__assetDecimalsValue",
|
|
268
|
-
StreamAvailableAmount = "stream__availableAmount",
|
|
269
|
-
StreamCategory = "stream__category",
|
|
270
|
-
StreamChainId = "stream__chainId",
|
|
271
|
-
StreamContract = "stream__contract",
|
|
272
|
-
StreamCreator = "stream__creator",
|
|
273
|
-
StreamDepletionTime = "stream__depletionTime",
|
|
274
|
-
StreamDepositedAmount = "stream__depositedAmount",
|
|
275
|
-
StreamForgivenDebt = "stream__forgivenDebt",
|
|
276
|
-
StreamHash = "stream__hash",
|
|
277
|
-
StreamId = "stream__id",
|
|
278
|
-
StreamLastAdjustmentTimestamp = "stream__lastAdjustmentTimestamp",
|
|
279
|
-
StreamPaused = "stream__paused",
|
|
280
|
-
StreamPausedTime = "stream__pausedTime",
|
|
281
|
-
StreamPosition = "stream__position",
|
|
282
|
-
StreamRatePerSecond = "stream__ratePerSecond",
|
|
283
|
-
StreamRecipient = "stream__recipient",
|
|
284
|
-
StreamRefundedAmount = "stream__refundedAmount",
|
|
285
|
-
StreamSender = "stream__sender",
|
|
286
|
-
StreamSnapshotAmount = "stream__snapshotAmount",
|
|
287
|
-
StreamStartTime = "stream__startTime",
|
|
288
|
-
StreamSubgraphId = "stream__subgraphId",
|
|
289
|
-
StreamTimestamp = "stream__timestamp",
|
|
290
|
-
StreamTokenId = "stream__tokenId",
|
|
291
|
-
StreamTransferable = "stream__transferable",
|
|
292
|
-
StreamVersion = "stream__version",
|
|
293
|
-
StreamVoided = "stream__voided",
|
|
294
|
-
StreamVoidedTime = "stream__voidedTime",
|
|
295
|
-
StreamWithdrawnAmount = "stream__withdrawnAmount",
|
|
296
|
-
SubgraphId = "subgraphId",
|
|
297
|
-
Timestamp = "timestamp"
|
|
298
|
-
}
|
|
299
|
-
export declare enum Aggregation_Interval {
|
|
300
|
-
Day = "day",
|
|
301
|
-
Hour = "hour"
|
|
302
|
-
}
|
|
303
|
-
export type Asset = {
|
|
304
|
-
__typename?: 'Asset';
|
|
305
|
-
address: Scalars['Bytes']['output'];
|
|
306
|
-
chainId: Scalars['BigInt']['output'];
|
|
307
|
-
decimals: Scalars['BigInt']['output'];
|
|
308
|
-
id: Scalars['String']['output'];
|
|
309
|
-
name: Scalars['String']['output'];
|
|
310
|
-
streams: Array<Stream>;
|
|
311
|
-
symbol: Scalars['String']['output'];
|
|
312
|
-
};
|
|
313
|
-
export type AssetStreamsArgs = {
|
|
314
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
315
|
-
orderBy?: InputMaybe<Stream_OrderBy>;
|
|
316
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
317
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
318
|
-
where?: InputMaybe<Stream_Filter>;
|
|
319
|
-
};
|
|
320
|
-
export type Asset_Filter = {
|
|
321
|
-
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
322
|
-
address?: InputMaybe<Scalars['Bytes']['input']>;
|
|
323
|
-
address_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
324
|
-
address_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
325
|
-
address_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
326
|
-
address_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
327
|
-
address_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
328
|
-
address_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
329
|
-
address_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
330
|
-
address_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
331
|
-
address_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
332
|
-
and?: InputMaybe<Array<InputMaybe<Asset_Filter>>>;
|
|
333
|
-
chainId?: InputMaybe<Scalars['BigInt']['input']>;
|
|
334
|
-
chainId_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
335
|
-
chainId_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
336
|
-
chainId_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
337
|
-
chainId_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
338
|
-
chainId_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
339
|
-
chainId_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
340
|
-
chainId_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
341
|
-
decimals?: InputMaybe<Scalars['BigInt']['input']>;
|
|
342
|
-
decimals_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
343
|
-
decimals_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
344
|
-
decimals_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
345
|
-
decimals_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
346
|
-
decimals_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
347
|
-
decimals_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
348
|
-
decimals_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
349
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
350
|
-
id_contains?: InputMaybe<Scalars['String']['input']>;
|
|
351
|
-
id_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
352
|
-
id_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
353
|
-
id_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
354
|
-
id_gt?: InputMaybe<Scalars['String']['input']>;
|
|
355
|
-
id_gte?: InputMaybe<Scalars['String']['input']>;
|
|
356
|
-
id_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
357
|
-
id_lt?: InputMaybe<Scalars['String']['input']>;
|
|
358
|
-
id_lte?: InputMaybe<Scalars['String']['input']>;
|
|
359
|
-
id_not?: InputMaybe<Scalars['String']['input']>;
|
|
360
|
-
id_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
361
|
-
id_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
362
|
-
id_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
363
|
-
id_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
364
|
-
id_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
365
|
-
id_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
366
|
-
id_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
367
|
-
id_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
368
|
-
id_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
369
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
370
|
-
name_contains?: InputMaybe<Scalars['String']['input']>;
|
|
371
|
-
name_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
372
|
-
name_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
373
|
-
name_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
374
|
-
name_gt?: InputMaybe<Scalars['String']['input']>;
|
|
375
|
-
name_gte?: InputMaybe<Scalars['String']['input']>;
|
|
376
|
-
name_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
377
|
-
name_lt?: InputMaybe<Scalars['String']['input']>;
|
|
378
|
-
name_lte?: InputMaybe<Scalars['String']['input']>;
|
|
379
|
-
name_not?: InputMaybe<Scalars['String']['input']>;
|
|
380
|
-
name_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
381
|
-
name_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
382
|
-
name_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
383
|
-
name_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
384
|
-
name_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
385
|
-
name_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
386
|
-
name_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
387
|
-
name_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
388
|
-
name_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
389
|
-
or?: InputMaybe<Array<InputMaybe<Asset_Filter>>>;
|
|
390
|
-
streams_?: InputMaybe<Stream_Filter>;
|
|
391
|
-
symbol?: InputMaybe<Scalars['String']['input']>;
|
|
392
|
-
symbol_contains?: InputMaybe<Scalars['String']['input']>;
|
|
393
|
-
symbol_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
394
|
-
symbol_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
395
|
-
symbol_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
396
|
-
symbol_gt?: InputMaybe<Scalars['String']['input']>;
|
|
397
|
-
symbol_gte?: InputMaybe<Scalars['String']['input']>;
|
|
398
|
-
symbol_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
399
|
-
symbol_lt?: InputMaybe<Scalars['String']['input']>;
|
|
400
|
-
symbol_lte?: InputMaybe<Scalars['String']['input']>;
|
|
401
|
-
symbol_not?: InputMaybe<Scalars['String']['input']>;
|
|
402
|
-
symbol_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
403
|
-
symbol_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
404
|
-
symbol_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
405
|
-
symbol_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
406
|
-
symbol_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
407
|
-
symbol_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
408
|
-
symbol_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
409
|
-
symbol_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
410
|
-
symbol_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
411
|
-
};
|
|
412
|
-
export declare enum Asset_OrderBy {
|
|
413
|
-
Address = "address",
|
|
414
|
-
ChainId = "chainId",
|
|
415
|
-
Decimals = "decimals",
|
|
416
|
-
Id = "id",
|
|
417
|
-
Name = "name",
|
|
418
|
-
Streams = "streams",
|
|
419
|
-
Symbol = "symbol"
|
|
420
|
-
}
|
|
421
|
-
export type Batch = {
|
|
422
|
-
__typename?: 'Batch';
|
|
423
|
-
batcher?: Maybe<Batcher>;
|
|
424
|
-
hash?: Maybe<Scalars['Bytes']['output']>;
|
|
425
|
-
id: Scalars['String']['output'];
|
|
426
|
-
position?: Maybe<Scalars['BigInt']['output']>;
|
|
427
|
-
size: Scalars['BigInt']['output'];
|
|
428
|
-
streams: Array<Stream>;
|
|
429
|
-
timestamp?: Maybe<Scalars['BigInt']['output']>;
|
|
430
|
-
};
|
|
431
|
-
export type BatchStreamsArgs = {
|
|
432
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
433
|
-
orderBy?: InputMaybe<Stream_OrderBy>;
|
|
434
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
435
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
436
|
-
where?: InputMaybe<Stream_Filter>;
|
|
437
|
-
};
|
|
438
|
-
export type Batch_Filter = {
|
|
439
|
-
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
440
|
-
and?: InputMaybe<Array<InputMaybe<Batch_Filter>>>;
|
|
441
|
-
batcher?: InputMaybe<Scalars['String']['input']>;
|
|
442
|
-
batcher_?: InputMaybe<Batcher_Filter>;
|
|
443
|
-
batcher_contains?: InputMaybe<Scalars['String']['input']>;
|
|
444
|
-
batcher_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
445
|
-
batcher_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
446
|
-
batcher_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
447
|
-
batcher_gt?: InputMaybe<Scalars['String']['input']>;
|
|
448
|
-
batcher_gte?: InputMaybe<Scalars['String']['input']>;
|
|
449
|
-
batcher_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
450
|
-
batcher_lt?: InputMaybe<Scalars['String']['input']>;
|
|
451
|
-
batcher_lte?: InputMaybe<Scalars['String']['input']>;
|
|
452
|
-
batcher_not?: InputMaybe<Scalars['String']['input']>;
|
|
453
|
-
batcher_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
454
|
-
batcher_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
455
|
-
batcher_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
456
|
-
batcher_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
457
|
-
batcher_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
458
|
-
batcher_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
459
|
-
batcher_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
460
|
-
batcher_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
461
|
-
batcher_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
462
|
-
hash?: InputMaybe<Scalars['Bytes']['input']>;
|
|
463
|
-
hash_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
464
|
-
hash_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
465
|
-
hash_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
466
|
-
hash_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
467
|
-
hash_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
468
|
-
hash_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
469
|
-
hash_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
470
|
-
hash_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
471
|
-
hash_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
472
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
473
|
-
id_contains?: InputMaybe<Scalars['String']['input']>;
|
|
474
|
-
id_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
475
|
-
id_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
476
|
-
id_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
477
|
-
id_gt?: InputMaybe<Scalars['String']['input']>;
|
|
478
|
-
id_gte?: InputMaybe<Scalars['String']['input']>;
|
|
479
|
-
id_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
480
|
-
id_lt?: InputMaybe<Scalars['String']['input']>;
|
|
481
|
-
id_lte?: InputMaybe<Scalars['String']['input']>;
|
|
482
|
-
id_not?: InputMaybe<Scalars['String']['input']>;
|
|
483
|
-
id_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
484
|
-
id_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
485
|
-
id_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
486
|
-
id_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
487
|
-
id_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
488
|
-
id_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
489
|
-
id_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
490
|
-
id_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
491
|
-
id_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
492
|
-
or?: InputMaybe<Array<InputMaybe<Batch_Filter>>>;
|
|
493
|
-
position?: InputMaybe<Scalars['BigInt']['input']>;
|
|
494
|
-
position_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
495
|
-
position_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
496
|
-
position_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
497
|
-
position_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
498
|
-
position_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
499
|
-
position_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
500
|
-
position_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
501
|
-
size?: InputMaybe<Scalars['BigInt']['input']>;
|
|
502
|
-
size_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
503
|
-
size_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
504
|
-
size_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
505
|
-
size_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
506
|
-
size_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
507
|
-
size_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
508
|
-
size_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
509
|
-
streams_?: InputMaybe<Stream_Filter>;
|
|
510
|
-
timestamp?: InputMaybe<Scalars['BigInt']['input']>;
|
|
511
|
-
timestamp_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
512
|
-
timestamp_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
513
|
-
timestamp_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
514
|
-
timestamp_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
515
|
-
timestamp_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
516
|
-
timestamp_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
517
|
-
timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
518
|
-
};
|
|
519
|
-
export declare enum Batch_OrderBy {
|
|
520
|
-
Batcher = "batcher",
|
|
521
|
-
BatcherBatchCounter = "batcher__batchCounter",
|
|
522
|
-
BatcherId = "batcher__id",
|
|
523
|
-
Hash = "hash",
|
|
524
|
-
Id = "id",
|
|
525
|
-
Position = "position",
|
|
526
|
-
Size = "size",
|
|
527
|
-
Streams = "streams",
|
|
528
|
-
Timestamp = "timestamp"
|
|
529
|
-
}
|
|
530
|
-
export type Batcher = {
|
|
531
|
-
__typename?: 'Batcher';
|
|
532
|
-
batchCounter: Scalars['BigInt']['output'];
|
|
533
|
-
batches: Array<Batch>;
|
|
534
|
-
id: Scalars['String']['output'];
|
|
535
|
-
};
|
|
536
|
-
export type BatcherBatchesArgs = {
|
|
537
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
538
|
-
orderBy?: InputMaybe<Batch_OrderBy>;
|
|
539
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
540
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
541
|
-
where?: InputMaybe<Batch_Filter>;
|
|
542
|
-
};
|
|
543
|
-
export type Batcher_Filter = {
|
|
544
|
-
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
545
|
-
and?: InputMaybe<Array<InputMaybe<Batcher_Filter>>>;
|
|
546
|
-
batchCounter?: InputMaybe<Scalars['BigInt']['input']>;
|
|
547
|
-
batchCounter_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
548
|
-
batchCounter_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
549
|
-
batchCounter_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
550
|
-
batchCounter_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
551
|
-
batchCounter_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
552
|
-
batchCounter_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
553
|
-
batchCounter_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
554
|
-
batches_?: InputMaybe<Batch_Filter>;
|
|
555
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
556
|
-
id_contains?: InputMaybe<Scalars['String']['input']>;
|
|
557
|
-
id_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
558
|
-
id_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
559
|
-
id_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
560
|
-
id_gt?: InputMaybe<Scalars['String']['input']>;
|
|
561
|
-
id_gte?: InputMaybe<Scalars['String']['input']>;
|
|
562
|
-
id_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
563
|
-
id_lt?: InputMaybe<Scalars['String']['input']>;
|
|
564
|
-
id_lte?: InputMaybe<Scalars['String']['input']>;
|
|
565
|
-
id_not?: InputMaybe<Scalars['String']['input']>;
|
|
566
|
-
id_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
567
|
-
id_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
568
|
-
id_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
569
|
-
id_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
570
|
-
id_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
571
|
-
id_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
572
|
-
id_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
573
|
-
id_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
574
|
-
id_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
575
|
-
or?: InputMaybe<Array<InputMaybe<Batcher_Filter>>>;
|
|
576
|
-
};
|
|
577
|
-
export declare enum Batcher_OrderBy {
|
|
578
|
-
BatchCounter = "batchCounter",
|
|
579
|
-
Batches = "batches",
|
|
580
|
-
Id = "id"
|
|
581
|
-
}
|
|
582
|
-
export type BlockChangedFilter = {
|
|
583
|
-
number_gte: Scalars['Int']['input'];
|
|
584
|
-
};
|
|
585
|
-
export type Block_Height = {
|
|
586
|
-
hash?: InputMaybe<Scalars['Bytes']['input']>;
|
|
587
|
-
number?: InputMaybe<Scalars['Int']['input']>;
|
|
588
|
-
number_gte?: InputMaybe<Scalars['Int']['input']>;
|
|
589
|
-
};
|
|
590
|
-
export type Contract = {
|
|
591
|
-
__typename?: 'Contract';
|
|
592
|
-
address: Scalars['Bytes']['output'];
|
|
593
|
-
alias: Scalars['String']['output'];
|
|
594
|
-
category: Scalars['String']['output'];
|
|
595
|
-
chainId: Scalars['BigInt']['output'];
|
|
596
|
-
id: Scalars['String']['output'];
|
|
597
|
-
};
|
|
598
|
-
export type Contract_Filter = {
|
|
599
|
-
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
600
|
-
address?: InputMaybe<Scalars['Bytes']['input']>;
|
|
601
|
-
address_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
602
|
-
address_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
603
|
-
address_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
604
|
-
address_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
605
|
-
address_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
606
|
-
address_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
607
|
-
address_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
608
|
-
address_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
609
|
-
address_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
610
|
-
alias?: InputMaybe<Scalars['String']['input']>;
|
|
611
|
-
alias_contains?: InputMaybe<Scalars['String']['input']>;
|
|
612
|
-
alias_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
613
|
-
alias_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
614
|
-
alias_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
615
|
-
alias_gt?: InputMaybe<Scalars['String']['input']>;
|
|
616
|
-
alias_gte?: InputMaybe<Scalars['String']['input']>;
|
|
617
|
-
alias_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
618
|
-
alias_lt?: InputMaybe<Scalars['String']['input']>;
|
|
619
|
-
alias_lte?: InputMaybe<Scalars['String']['input']>;
|
|
620
|
-
alias_not?: InputMaybe<Scalars['String']['input']>;
|
|
621
|
-
alias_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
622
|
-
alias_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
623
|
-
alias_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
624
|
-
alias_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
625
|
-
alias_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
626
|
-
alias_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
627
|
-
alias_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
628
|
-
alias_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
629
|
-
alias_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
630
|
-
and?: InputMaybe<Array<InputMaybe<Contract_Filter>>>;
|
|
631
|
-
category?: InputMaybe<Scalars['String']['input']>;
|
|
632
|
-
category_contains?: InputMaybe<Scalars['String']['input']>;
|
|
633
|
-
category_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
634
|
-
category_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
635
|
-
category_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
636
|
-
category_gt?: InputMaybe<Scalars['String']['input']>;
|
|
637
|
-
category_gte?: InputMaybe<Scalars['String']['input']>;
|
|
638
|
-
category_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
639
|
-
category_lt?: InputMaybe<Scalars['String']['input']>;
|
|
640
|
-
category_lte?: InputMaybe<Scalars['String']['input']>;
|
|
641
|
-
category_not?: InputMaybe<Scalars['String']['input']>;
|
|
642
|
-
category_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
643
|
-
category_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
644
|
-
category_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
645
|
-
category_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
646
|
-
category_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
647
|
-
category_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
648
|
-
category_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
649
|
-
category_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
650
|
-
category_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
651
|
-
chainId?: InputMaybe<Scalars['BigInt']['input']>;
|
|
652
|
-
chainId_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
653
|
-
chainId_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
654
|
-
chainId_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
655
|
-
chainId_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
656
|
-
chainId_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
657
|
-
chainId_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
658
|
-
chainId_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
659
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
660
|
-
id_contains?: InputMaybe<Scalars['String']['input']>;
|
|
661
|
-
id_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
662
|
-
id_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
663
|
-
id_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
664
|
-
id_gt?: InputMaybe<Scalars['String']['input']>;
|
|
665
|
-
id_gte?: InputMaybe<Scalars['String']['input']>;
|
|
666
|
-
id_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
667
|
-
id_lt?: InputMaybe<Scalars['String']['input']>;
|
|
668
|
-
id_lte?: InputMaybe<Scalars['String']['input']>;
|
|
669
|
-
id_not?: InputMaybe<Scalars['String']['input']>;
|
|
670
|
-
id_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
671
|
-
id_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
672
|
-
id_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
673
|
-
id_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
674
|
-
id_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
675
|
-
id_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
676
|
-
id_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
677
|
-
id_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
678
|
-
id_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
679
|
-
or?: InputMaybe<Array<InputMaybe<Contract_Filter>>>;
|
|
680
|
-
};
|
|
681
|
-
export declare enum Contract_OrderBy {
|
|
682
|
-
Address = "address",
|
|
683
|
-
Alias = "alias",
|
|
684
|
-
Category = "category",
|
|
685
|
-
ChainId = "chainId",
|
|
686
|
-
Id = "id"
|
|
687
|
-
}
|
|
688
|
-
export type DeprecatedStream = {
|
|
689
|
-
__typename?: 'DeprecatedStream';
|
|
690
|
-
chainId: Scalars['BigInt']['output'];
|
|
691
|
-
contractAddress: Scalars['Bytes']['output'];
|
|
692
|
-
hash: Scalars['Bytes']['output'];
|
|
693
|
-
id: Scalars['String']['output'];
|
|
694
|
-
timestamp: Scalars['BigInt']['output'];
|
|
695
|
-
tokenId: Scalars['BigInt']['output'];
|
|
696
|
-
};
|
|
697
|
-
export type DeprecatedStream_Filter = {
|
|
698
|
-
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
699
|
-
and?: InputMaybe<Array<InputMaybe<DeprecatedStream_Filter>>>;
|
|
700
|
-
chainId?: InputMaybe<Scalars['BigInt']['input']>;
|
|
701
|
-
chainId_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
702
|
-
chainId_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
703
|
-
chainId_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
704
|
-
chainId_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
705
|
-
chainId_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
706
|
-
chainId_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
707
|
-
chainId_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
708
|
-
contractAddress?: InputMaybe<Scalars['Bytes']['input']>;
|
|
709
|
-
contractAddress_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
710
|
-
contractAddress_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
711
|
-
contractAddress_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
712
|
-
contractAddress_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
713
|
-
contractAddress_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
714
|
-
contractAddress_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
715
|
-
contractAddress_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
716
|
-
contractAddress_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
717
|
-
contractAddress_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
718
|
-
hash?: InputMaybe<Scalars['Bytes']['input']>;
|
|
719
|
-
hash_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
720
|
-
hash_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
721
|
-
hash_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
722
|
-
hash_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
723
|
-
hash_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
724
|
-
hash_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
725
|
-
hash_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
726
|
-
hash_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
727
|
-
hash_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
728
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
729
|
-
id_contains?: InputMaybe<Scalars['String']['input']>;
|
|
730
|
-
id_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
731
|
-
id_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
732
|
-
id_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
733
|
-
id_gt?: InputMaybe<Scalars['String']['input']>;
|
|
734
|
-
id_gte?: InputMaybe<Scalars['String']['input']>;
|
|
735
|
-
id_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
736
|
-
id_lt?: InputMaybe<Scalars['String']['input']>;
|
|
737
|
-
id_lte?: InputMaybe<Scalars['String']['input']>;
|
|
738
|
-
id_not?: InputMaybe<Scalars['String']['input']>;
|
|
739
|
-
id_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
740
|
-
id_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
741
|
-
id_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
742
|
-
id_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
743
|
-
id_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
744
|
-
id_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
745
|
-
id_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
746
|
-
id_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
747
|
-
id_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
748
|
-
or?: InputMaybe<Array<InputMaybe<DeprecatedStream_Filter>>>;
|
|
749
|
-
timestamp?: InputMaybe<Scalars['BigInt']['input']>;
|
|
750
|
-
timestamp_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
751
|
-
timestamp_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
752
|
-
timestamp_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
753
|
-
timestamp_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
754
|
-
timestamp_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
755
|
-
timestamp_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
756
|
-
timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
757
|
-
tokenId?: InputMaybe<Scalars['BigInt']['input']>;
|
|
758
|
-
tokenId_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
759
|
-
tokenId_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
760
|
-
tokenId_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
761
|
-
tokenId_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
762
|
-
tokenId_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
763
|
-
tokenId_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
764
|
-
tokenId_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
765
|
-
};
|
|
766
|
-
export declare enum DeprecatedStream_OrderBy {
|
|
767
|
-
ChainId = "chainId",
|
|
768
|
-
ContractAddress = "contractAddress",
|
|
769
|
-
Hash = "hash",
|
|
770
|
-
Id = "id",
|
|
771
|
-
Timestamp = "timestamp",
|
|
772
|
-
TokenId = "tokenId"
|
|
773
|
-
}
|
|
774
|
-
export declare enum OrderDirection {
|
|
775
|
-
Asc = "asc",
|
|
776
|
-
Desc = "desc"
|
|
777
|
-
}
|
|
778
|
-
export type Query = {
|
|
779
|
-
__typename?: 'Query';
|
|
780
|
-
_meta?: Maybe<_Meta_>;
|
|
781
|
-
action?: Maybe<Action>;
|
|
782
|
-
actions: Array<Action>;
|
|
783
|
-
asset?: Maybe<Asset>;
|
|
784
|
-
assets: Array<Asset>;
|
|
785
|
-
batch?: Maybe<Batch>;
|
|
786
|
-
batcher?: Maybe<Batcher>;
|
|
787
|
-
batchers: Array<Batcher>;
|
|
788
|
-
batches: Array<Batch>;
|
|
789
|
-
contract?: Maybe<Contract>;
|
|
790
|
-
contracts: Array<Contract>;
|
|
791
|
-
deprecatedStream?: Maybe<DeprecatedStream>;
|
|
792
|
-
deprecatedStreams: Array<DeprecatedStream>;
|
|
793
|
-
stream?: Maybe<Stream>;
|
|
794
|
-
streams: Array<Stream>;
|
|
795
|
-
watcher?: Maybe<Watcher>;
|
|
796
|
-
watchers: Array<Watcher>;
|
|
797
|
-
};
|
|
798
|
-
export type Query_MetaArgs = {
|
|
799
|
-
block?: InputMaybe<Block_Height>;
|
|
800
|
-
};
|
|
801
|
-
export type QueryActionArgs = {
|
|
802
|
-
block?: InputMaybe<Block_Height>;
|
|
803
|
-
id: Scalars['ID']['input'];
|
|
804
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
805
|
-
};
|
|
806
|
-
export type QueryActionsArgs = {
|
|
807
|
-
block?: InputMaybe<Block_Height>;
|
|
808
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
809
|
-
orderBy?: InputMaybe<Action_OrderBy>;
|
|
810
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
811
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
812
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
813
|
-
where?: InputMaybe<Action_Filter>;
|
|
814
|
-
};
|
|
815
|
-
export type QueryAssetArgs = {
|
|
816
|
-
block?: InputMaybe<Block_Height>;
|
|
817
|
-
id: Scalars['ID']['input'];
|
|
818
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
819
|
-
};
|
|
820
|
-
export type QueryAssetsArgs = {
|
|
821
|
-
block?: InputMaybe<Block_Height>;
|
|
822
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
823
|
-
orderBy?: InputMaybe<Asset_OrderBy>;
|
|
824
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
825
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
826
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
827
|
-
where?: InputMaybe<Asset_Filter>;
|
|
828
|
-
};
|
|
829
|
-
export type QueryBatchArgs = {
|
|
830
|
-
block?: InputMaybe<Block_Height>;
|
|
831
|
-
id: Scalars['ID']['input'];
|
|
832
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
833
|
-
};
|
|
834
|
-
export type QueryBatcherArgs = {
|
|
835
|
-
block?: InputMaybe<Block_Height>;
|
|
836
|
-
id: Scalars['ID']['input'];
|
|
837
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
838
|
-
};
|
|
839
|
-
export type QueryBatchersArgs = {
|
|
840
|
-
block?: InputMaybe<Block_Height>;
|
|
841
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
842
|
-
orderBy?: InputMaybe<Batcher_OrderBy>;
|
|
843
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
844
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
845
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
846
|
-
where?: InputMaybe<Batcher_Filter>;
|
|
847
|
-
};
|
|
848
|
-
export type QueryBatchesArgs = {
|
|
849
|
-
block?: InputMaybe<Block_Height>;
|
|
850
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
851
|
-
orderBy?: InputMaybe<Batch_OrderBy>;
|
|
852
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
853
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
854
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
855
|
-
where?: InputMaybe<Batch_Filter>;
|
|
856
|
-
};
|
|
857
|
-
export type QueryContractArgs = {
|
|
858
|
-
block?: InputMaybe<Block_Height>;
|
|
859
|
-
id: Scalars['ID']['input'];
|
|
860
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
861
|
-
};
|
|
862
|
-
export type QueryContractsArgs = {
|
|
863
|
-
block?: InputMaybe<Block_Height>;
|
|
864
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
865
|
-
orderBy?: InputMaybe<Contract_OrderBy>;
|
|
866
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
867
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
868
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
869
|
-
where?: InputMaybe<Contract_Filter>;
|
|
870
|
-
};
|
|
871
|
-
export type QueryDeprecatedStreamArgs = {
|
|
872
|
-
block?: InputMaybe<Block_Height>;
|
|
873
|
-
id: Scalars['ID']['input'];
|
|
874
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
875
|
-
};
|
|
876
|
-
export type QueryDeprecatedStreamsArgs = {
|
|
877
|
-
block?: InputMaybe<Block_Height>;
|
|
878
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
879
|
-
orderBy?: InputMaybe<DeprecatedStream_OrderBy>;
|
|
880
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
881
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
882
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
883
|
-
where?: InputMaybe<DeprecatedStream_Filter>;
|
|
884
|
-
};
|
|
885
|
-
export type QueryStreamArgs = {
|
|
886
|
-
block?: InputMaybe<Block_Height>;
|
|
887
|
-
id: Scalars['ID']['input'];
|
|
888
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
889
|
-
};
|
|
890
|
-
export type QueryStreamsArgs = {
|
|
891
|
-
block?: InputMaybe<Block_Height>;
|
|
892
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
893
|
-
orderBy?: InputMaybe<Stream_OrderBy>;
|
|
894
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
895
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
896
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
897
|
-
where?: InputMaybe<Stream_Filter>;
|
|
898
|
-
};
|
|
899
|
-
export type QueryWatcherArgs = {
|
|
900
|
-
block?: InputMaybe<Block_Height>;
|
|
901
|
-
id: Scalars['ID']['input'];
|
|
902
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
903
|
-
};
|
|
904
|
-
export type QueryWatchersArgs = {
|
|
905
|
-
block?: InputMaybe<Block_Height>;
|
|
906
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
907
|
-
orderBy?: InputMaybe<Watcher_OrderBy>;
|
|
908
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
909
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
910
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
911
|
-
where?: InputMaybe<Watcher_Filter>;
|
|
912
|
-
};
|
|
913
|
-
export type Stream = {
|
|
914
|
-
__typename?: 'Stream';
|
|
915
|
-
actions: Array<Action>;
|
|
916
|
-
alias: Scalars['String']['output'];
|
|
917
|
-
asset: Asset;
|
|
918
|
-
assetDecimalsValue: Scalars['BigInt']['output'];
|
|
919
|
-
availableAmount: Scalars['BigInt']['output'];
|
|
920
|
-
batch: Batch;
|
|
921
|
-
category: StreamCategory;
|
|
922
|
-
chainId: Scalars['BigInt']['output'];
|
|
923
|
-
contract: Scalars['Bytes']['output'];
|
|
924
|
-
creator: Scalars['Bytes']['output'];
|
|
925
|
-
depletionTime: Scalars['BigInt']['output'];
|
|
926
|
-
depositedAmount: Scalars['BigInt']['output'];
|
|
927
|
-
forgivenDebt: Scalars['BigInt']['output'];
|
|
928
|
-
hash: Scalars['Bytes']['output'];
|
|
929
|
-
id: Scalars['String']['output'];
|
|
930
|
-
lastAdjustmentAction?: Maybe<Action>;
|
|
931
|
-
lastAdjustmentTimestamp: Scalars['BigInt']['output'];
|
|
932
|
-
paused: Scalars['Boolean']['output'];
|
|
933
|
-
pausedAction?: Maybe<Action>;
|
|
934
|
-
pausedTime?: Maybe<Scalars['BigInt']['output']>;
|
|
935
|
-
position: Scalars['BigInt']['output'];
|
|
936
|
-
ratePerSecond: Scalars['BigInt']['output'];
|
|
937
|
-
recipient: Scalars['Bytes']['output'];
|
|
938
|
-
refundedAmount: Scalars['BigInt']['output'];
|
|
939
|
-
sender: Scalars['Bytes']['output'];
|
|
940
|
-
snapshotAmount: Scalars['BigInt']['output'];
|
|
941
|
-
startTime: Scalars['BigInt']['output'];
|
|
942
|
-
subgraphId: Scalars['BigInt']['output'];
|
|
943
|
-
timestamp: Scalars['BigInt']['output'];
|
|
944
|
-
tokenId: Scalars['BigInt']['output'];
|
|
945
|
-
transferable: Scalars['Boolean']['output'];
|
|
946
|
-
version: Scalars['String']['output'];
|
|
947
|
-
voided: Scalars['Boolean']['output'];
|
|
948
|
-
voidedAction?: Maybe<Action>;
|
|
949
|
-
voidedTime?: Maybe<Scalars['BigInt']['output']>;
|
|
950
|
-
withdrawnAmount: Scalars['BigInt']['output'];
|
|
951
|
-
};
|
|
952
|
-
export type StreamActionsArgs = {
|
|
953
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
954
|
-
orderBy?: InputMaybe<Action_OrderBy>;
|
|
955
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
956
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
957
|
-
where?: InputMaybe<Action_Filter>;
|
|
958
|
-
};
|
|
959
|
-
export declare enum StreamCategory {
|
|
960
|
-
Flow = "Flow"
|
|
961
|
-
}
|
|
962
|
-
export type Stream_Filter = {
|
|
963
|
-
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
964
|
-
actions_?: InputMaybe<Action_Filter>;
|
|
965
|
-
alias?: InputMaybe<Scalars['String']['input']>;
|
|
966
|
-
alias_contains?: InputMaybe<Scalars['String']['input']>;
|
|
967
|
-
alias_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
968
|
-
alias_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
969
|
-
alias_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
970
|
-
alias_gt?: InputMaybe<Scalars['String']['input']>;
|
|
971
|
-
alias_gte?: InputMaybe<Scalars['String']['input']>;
|
|
972
|
-
alias_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
973
|
-
alias_lt?: InputMaybe<Scalars['String']['input']>;
|
|
974
|
-
alias_lte?: InputMaybe<Scalars['String']['input']>;
|
|
975
|
-
alias_not?: InputMaybe<Scalars['String']['input']>;
|
|
976
|
-
alias_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
977
|
-
alias_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
978
|
-
alias_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
979
|
-
alias_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
980
|
-
alias_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
981
|
-
alias_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
982
|
-
alias_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
983
|
-
alias_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
984
|
-
alias_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
985
|
-
and?: InputMaybe<Array<InputMaybe<Stream_Filter>>>;
|
|
986
|
-
asset?: InputMaybe<Scalars['String']['input']>;
|
|
987
|
-
assetDecimalsValue?: InputMaybe<Scalars['BigInt']['input']>;
|
|
988
|
-
assetDecimalsValue_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
989
|
-
assetDecimalsValue_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
990
|
-
assetDecimalsValue_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
991
|
-
assetDecimalsValue_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
992
|
-
assetDecimalsValue_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
993
|
-
assetDecimalsValue_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
994
|
-
assetDecimalsValue_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
995
|
-
asset_?: InputMaybe<Asset_Filter>;
|
|
996
|
-
asset_contains?: InputMaybe<Scalars['String']['input']>;
|
|
997
|
-
asset_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
998
|
-
asset_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
999
|
-
asset_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1000
|
-
asset_gt?: InputMaybe<Scalars['String']['input']>;
|
|
1001
|
-
asset_gte?: InputMaybe<Scalars['String']['input']>;
|
|
1002
|
-
asset_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1003
|
-
asset_lt?: InputMaybe<Scalars['String']['input']>;
|
|
1004
|
-
asset_lte?: InputMaybe<Scalars['String']['input']>;
|
|
1005
|
-
asset_not?: InputMaybe<Scalars['String']['input']>;
|
|
1006
|
-
asset_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1007
|
-
asset_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1008
|
-
asset_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1009
|
-
asset_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1010
|
-
asset_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1011
|
-
asset_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1012
|
-
asset_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1013
|
-
asset_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1014
|
-
asset_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1015
|
-
availableAmount?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1016
|
-
availableAmount_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1017
|
-
availableAmount_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1018
|
-
availableAmount_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1019
|
-
availableAmount_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1020
|
-
availableAmount_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1021
|
-
availableAmount_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1022
|
-
availableAmount_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1023
|
-
batch?: InputMaybe<Scalars['String']['input']>;
|
|
1024
|
-
batch_?: InputMaybe<Batch_Filter>;
|
|
1025
|
-
batch_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1026
|
-
batch_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1027
|
-
batch_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1028
|
-
batch_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1029
|
-
batch_gt?: InputMaybe<Scalars['String']['input']>;
|
|
1030
|
-
batch_gte?: InputMaybe<Scalars['String']['input']>;
|
|
1031
|
-
batch_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1032
|
-
batch_lt?: InputMaybe<Scalars['String']['input']>;
|
|
1033
|
-
batch_lte?: InputMaybe<Scalars['String']['input']>;
|
|
1034
|
-
batch_not?: InputMaybe<Scalars['String']['input']>;
|
|
1035
|
-
batch_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1036
|
-
batch_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1037
|
-
batch_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1038
|
-
batch_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1039
|
-
batch_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1040
|
-
batch_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1041
|
-
batch_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1042
|
-
batch_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1043
|
-
batch_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1044
|
-
category?: InputMaybe<StreamCategory>;
|
|
1045
|
-
category_in?: InputMaybe<Array<StreamCategory>>;
|
|
1046
|
-
category_not?: InputMaybe<StreamCategory>;
|
|
1047
|
-
category_not_in?: InputMaybe<Array<StreamCategory>>;
|
|
1048
|
-
chainId?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1049
|
-
chainId_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1050
|
-
chainId_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1051
|
-
chainId_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1052
|
-
chainId_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1053
|
-
chainId_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1054
|
-
chainId_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1055
|
-
chainId_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1056
|
-
contract?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1057
|
-
contract_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1058
|
-
contract_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1059
|
-
contract_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1060
|
-
contract_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
1061
|
-
contract_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1062
|
-
contract_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1063
|
-
contract_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1064
|
-
contract_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1065
|
-
contract_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
1066
|
-
creator?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1067
|
-
creator_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1068
|
-
creator_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1069
|
-
creator_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1070
|
-
creator_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
1071
|
-
creator_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1072
|
-
creator_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1073
|
-
creator_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1074
|
-
creator_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1075
|
-
creator_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
1076
|
-
depletionTime?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1077
|
-
depletionTime_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1078
|
-
depletionTime_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1079
|
-
depletionTime_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1080
|
-
depletionTime_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1081
|
-
depletionTime_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1082
|
-
depletionTime_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1083
|
-
depletionTime_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1084
|
-
depositedAmount?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1085
|
-
depositedAmount_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1086
|
-
depositedAmount_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1087
|
-
depositedAmount_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1088
|
-
depositedAmount_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1089
|
-
depositedAmount_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1090
|
-
depositedAmount_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1091
|
-
depositedAmount_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1092
|
-
forgivenDebt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1093
|
-
forgivenDebt_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1094
|
-
forgivenDebt_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1095
|
-
forgivenDebt_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1096
|
-
forgivenDebt_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1097
|
-
forgivenDebt_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1098
|
-
forgivenDebt_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1099
|
-
forgivenDebt_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1100
|
-
hash?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1101
|
-
hash_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1102
|
-
hash_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1103
|
-
hash_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1104
|
-
hash_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
1105
|
-
hash_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1106
|
-
hash_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1107
|
-
hash_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1108
|
-
hash_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1109
|
-
hash_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
1110
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
1111
|
-
id_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1112
|
-
id_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1113
|
-
id_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1114
|
-
id_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1115
|
-
id_gt?: InputMaybe<Scalars['String']['input']>;
|
|
1116
|
-
id_gte?: InputMaybe<Scalars['String']['input']>;
|
|
1117
|
-
id_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1118
|
-
id_lt?: InputMaybe<Scalars['String']['input']>;
|
|
1119
|
-
id_lte?: InputMaybe<Scalars['String']['input']>;
|
|
1120
|
-
id_not?: InputMaybe<Scalars['String']['input']>;
|
|
1121
|
-
id_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1122
|
-
id_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1123
|
-
id_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1124
|
-
id_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1125
|
-
id_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1126
|
-
id_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1127
|
-
id_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1128
|
-
id_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1129
|
-
id_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1130
|
-
lastAdjustmentAction?: InputMaybe<Scalars['String']['input']>;
|
|
1131
|
-
lastAdjustmentAction_?: InputMaybe<Action_Filter>;
|
|
1132
|
-
lastAdjustmentAction_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1133
|
-
lastAdjustmentAction_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1134
|
-
lastAdjustmentAction_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1135
|
-
lastAdjustmentAction_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1136
|
-
lastAdjustmentAction_gt?: InputMaybe<Scalars['String']['input']>;
|
|
1137
|
-
lastAdjustmentAction_gte?: InputMaybe<Scalars['String']['input']>;
|
|
1138
|
-
lastAdjustmentAction_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1139
|
-
lastAdjustmentAction_lt?: InputMaybe<Scalars['String']['input']>;
|
|
1140
|
-
lastAdjustmentAction_lte?: InputMaybe<Scalars['String']['input']>;
|
|
1141
|
-
lastAdjustmentAction_not?: InputMaybe<Scalars['String']['input']>;
|
|
1142
|
-
lastAdjustmentAction_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1143
|
-
lastAdjustmentAction_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1144
|
-
lastAdjustmentAction_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1145
|
-
lastAdjustmentAction_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1146
|
-
lastAdjustmentAction_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1147
|
-
lastAdjustmentAction_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1148
|
-
lastAdjustmentAction_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1149
|
-
lastAdjustmentAction_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1150
|
-
lastAdjustmentAction_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1151
|
-
lastAdjustmentTimestamp?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1152
|
-
lastAdjustmentTimestamp_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1153
|
-
lastAdjustmentTimestamp_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1154
|
-
lastAdjustmentTimestamp_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1155
|
-
lastAdjustmentTimestamp_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1156
|
-
lastAdjustmentTimestamp_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1157
|
-
lastAdjustmentTimestamp_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1158
|
-
lastAdjustmentTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1159
|
-
or?: InputMaybe<Array<InputMaybe<Stream_Filter>>>;
|
|
1160
|
-
paused?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1161
|
-
pausedAction?: InputMaybe<Scalars['String']['input']>;
|
|
1162
|
-
pausedAction_?: InputMaybe<Action_Filter>;
|
|
1163
|
-
pausedAction_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1164
|
-
pausedAction_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1165
|
-
pausedAction_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1166
|
-
pausedAction_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1167
|
-
pausedAction_gt?: InputMaybe<Scalars['String']['input']>;
|
|
1168
|
-
pausedAction_gte?: InputMaybe<Scalars['String']['input']>;
|
|
1169
|
-
pausedAction_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1170
|
-
pausedAction_lt?: InputMaybe<Scalars['String']['input']>;
|
|
1171
|
-
pausedAction_lte?: InputMaybe<Scalars['String']['input']>;
|
|
1172
|
-
pausedAction_not?: InputMaybe<Scalars['String']['input']>;
|
|
1173
|
-
pausedAction_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1174
|
-
pausedAction_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1175
|
-
pausedAction_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1176
|
-
pausedAction_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1177
|
-
pausedAction_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1178
|
-
pausedAction_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1179
|
-
pausedAction_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1180
|
-
pausedAction_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1181
|
-
pausedAction_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1182
|
-
pausedTime?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1183
|
-
pausedTime_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1184
|
-
pausedTime_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1185
|
-
pausedTime_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1186
|
-
pausedTime_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1187
|
-
pausedTime_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1188
|
-
pausedTime_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1189
|
-
pausedTime_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1190
|
-
paused_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;
|
|
1191
|
-
paused_not?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1192
|
-
paused_not_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;
|
|
1193
|
-
position?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1194
|
-
position_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1195
|
-
position_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1196
|
-
position_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1197
|
-
position_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1198
|
-
position_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1199
|
-
position_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1200
|
-
position_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1201
|
-
ratePerSecond?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1202
|
-
ratePerSecond_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1203
|
-
ratePerSecond_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1204
|
-
ratePerSecond_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1205
|
-
ratePerSecond_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1206
|
-
ratePerSecond_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1207
|
-
ratePerSecond_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1208
|
-
ratePerSecond_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1209
|
-
recipient?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1210
|
-
recipient_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1211
|
-
recipient_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1212
|
-
recipient_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1213
|
-
recipient_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
1214
|
-
recipient_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1215
|
-
recipient_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1216
|
-
recipient_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1217
|
-
recipient_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1218
|
-
recipient_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
1219
|
-
refundedAmount?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1220
|
-
refundedAmount_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1221
|
-
refundedAmount_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1222
|
-
refundedAmount_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1223
|
-
refundedAmount_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1224
|
-
refundedAmount_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1225
|
-
refundedAmount_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1226
|
-
refundedAmount_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1227
|
-
sender?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1228
|
-
sender_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1229
|
-
sender_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1230
|
-
sender_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1231
|
-
sender_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
1232
|
-
sender_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1233
|
-
sender_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1234
|
-
sender_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1235
|
-
sender_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
1236
|
-
sender_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
1237
|
-
snapshotAmount?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1238
|
-
snapshotAmount_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1239
|
-
snapshotAmount_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1240
|
-
snapshotAmount_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1241
|
-
snapshotAmount_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1242
|
-
snapshotAmount_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1243
|
-
snapshotAmount_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1244
|
-
snapshotAmount_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1245
|
-
startTime?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1246
|
-
startTime_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1247
|
-
startTime_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1248
|
-
startTime_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1249
|
-
startTime_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1250
|
-
startTime_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1251
|
-
startTime_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1252
|
-
startTime_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1253
|
-
subgraphId?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1254
|
-
subgraphId_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1255
|
-
subgraphId_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1256
|
-
subgraphId_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1257
|
-
subgraphId_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1258
|
-
subgraphId_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1259
|
-
subgraphId_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1260
|
-
subgraphId_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1261
|
-
timestamp?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1262
|
-
timestamp_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1263
|
-
timestamp_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1264
|
-
timestamp_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1265
|
-
timestamp_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1266
|
-
timestamp_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1267
|
-
timestamp_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1268
|
-
timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1269
|
-
tokenId?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1270
|
-
tokenId_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1271
|
-
tokenId_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1272
|
-
tokenId_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1273
|
-
tokenId_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1274
|
-
tokenId_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1275
|
-
tokenId_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1276
|
-
tokenId_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1277
|
-
transferable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1278
|
-
transferable_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;
|
|
1279
|
-
transferable_not?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1280
|
-
transferable_not_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;
|
|
1281
|
-
version?: InputMaybe<Scalars['String']['input']>;
|
|
1282
|
-
version_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1283
|
-
version_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1284
|
-
version_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1285
|
-
version_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1286
|
-
version_gt?: InputMaybe<Scalars['String']['input']>;
|
|
1287
|
-
version_gte?: InputMaybe<Scalars['String']['input']>;
|
|
1288
|
-
version_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1289
|
-
version_lt?: InputMaybe<Scalars['String']['input']>;
|
|
1290
|
-
version_lte?: InputMaybe<Scalars['String']['input']>;
|
|
1291
|
-
version_not?: InputMaybe<Scalars['String']['input']>;
|
|
1292
|
-
version_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1293
|
-
version_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1294
|
-
version_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1295
|
-
version_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1296
|
-
version_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1297
|
-
version_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1298
|
-
version_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1299
|
-
version_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1300
|
-
version_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1301
|
-
voided?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1302
|
-
voidedAction?: InputMaybe<Scalars['String']['input']>;
|
|
1303
|
-
voidedAction_?: InputMaybe<Action_Filter>;
|
|
1304
|
-
voidedAction_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1305
|
-
voidedAction_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1306
|
-
voidedAction_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1307
|
-
voidedAction_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1308
|
-
voidedAction_gt?: InputMaybe<Scalars['String']['input']>;
|
|
1309
|
-
voidedAction_gte?: InputMaybe<Scalars['String']['input']>;
|
|
1310
|
-
voidedAction_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1311
|
-
voidedAction_lt?: InputMaybe<Scalars['String']['input']>;
|
|
1312
|
-
voidedAction_lte?: InputMaybe<Scalars['String']['input']>;
|
|
1313
|
-
voidedAction_not?: InputMaybe<Scalars['String']['input']>;
|
|
1314
|
-
voidedAction_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1315
|
-
voidedAction_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1316
|
-
voidedAction_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1317
|
-
voidedAction_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1318
|
-
voidedAction_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1319
|
-
voidedAction_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1320
|
-
voidedAction_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1321
|
-
voidedAction_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1322
|
-
voidedAction_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1323
|
-
voidedTime?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1324
|
-
voidedTime_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1325
|
-
voidedTime_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1326
|
-
voidedTime_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1327
|
-
voidedTime_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1328
|
-
voidedTime_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1329
|
-
voidedTime_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1330
|
-
voidedTime_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1331
|
-
voided_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;
|
|
1332
|
-
voided_not?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1333
|
-
voided_not_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;
|
|
1334
|
-
withdrawnAmount?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1335
|
-
withdrawnAmount_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1336
|
-
withdrawnAmount_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1337
|
-
withdrawnAmount_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1338
|
-
withdrawnAmount_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1339
|
-
withdrawnAmount_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1340
|
-
withdrawnAmount_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1341
|
-
withdrawnAmount_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1342
|
-
};
|
|
1343
|
-
export declare enum Stream_OrderBy {
|
|
1344
|
-
Actions = "actions",
|
|
1345
|
-
Alias = "alias",
|
|
1346
|
-
Asset = "asset",
|
|
1347
|
-
AssetDecimalsValue = "assetDecimalsValue",
|
|
1348
|
-
AssetAddress = "asset__address",
|
|
1349
|
-
AssetChainId = "asset__chainId",
|
|
1350
|
-
AssetDecimals = "asset__decimals",
|
|
1351
|
-
AssetId = "asset__id",
|
|
1352
|
-
AssetName = "asset__name",
|
|
1353
|
-
AssetSymbol = "asset__symbol",
|
|
1354
|
-
AvailableAmount = "availableAmount",
|
|
1355
|
-
Batch = "batch",
|
|
1356
|
-
BatchHash = "batch__hash",
|
|
1357
|
-
BatchId = "batch__id",
|
|
1358
|
-
BatchPosition = "batch__position",
|
|
1359
|
-
BatchSize = "batch__size",
|
|
1360
|
-
BatchTimestamp = "batch__timestamp",
|
|
1361
|
-
Category = "category",
|
|
1362
|
-
ChainId = "chainId",
|
|
1363
|
-
Contract = "contract",
|
|
1364
|
-
Creator = "creator",
|
|
1365
|
-
DepletionTime = "depletionTime",
|
|
1366
|
-
DepositedAmount = "depositedAmount",
|
|
1367
|
-
ForgivenDebt = "forgivenDebt",
|
|
1368
|
-
Hash = "hash",
|
|
1369
|
-
Id = "id",
|
|
1370
|
-
LastAdjustmentAction = "lastAdjustmentAction",
|
|
1371
|
-
LastAdjustmentActionAddressA = "lastAdjustmentAction__addressA",
|
|
1372
|
-
LastAdjustmentActionAddressB = "lastAdjustmentAction__addressB",
|
|
1373
|
-
LastAdjustmentActionAmountA = "lastAdjustmentAction__amountA",
|
|
1374
|
-
LastAdjustmentActionAmountB = "lastAdjustmentAction__amountB",
|
|
1375
|
-
LastAdjustmentActionBlock = "lastAdjustmentAction__block",
|
|
1376
|
-
LastAdjustmentActionCategory = "lastAdjustmentAction__category",
|
|
1377
|
-
LastAdjustmentActionChainId = "lastAdjustmentAction__chainId",
|
|
1378
|
-
LastAdjustmentActionContract = "lastAdjustmentAction__contract",
|
|
1379
|
-
LastAdjustmentActionFee = "lastAdjustmentAction__fee",
|
|
1380
|
-
LastAdjustmentActionFrom = "lastAdjustmentAction__from",
|
|
1381
|
-
LastAdjustmentActionHash = "lastAdjustmentAction__hash",
|
|
1382
|
-
LastAdjustmentActionId = "lastAdjustmentAction__id",
|
|
1383
|
-
LastAdjustmentActionSubgraphId = "lastAdjustmentAction__subgraphId",
|
|
1384
|
-
LastAdjustmentActionTimestamp = "lastAdjustmentAction__timestamp",
|
|
1385
|
-
LastAdjustmentTimestamp = "lastAdjustmentTimestamp",
|
|
1386
|
-
Paused = "paused",
|
|
1387
|
-
PausedAction = "pausedAction",
|
|
1388
|
-
PausedActionAddressA = "pausedAction__addressA",
|
|
1389
|
-
PausedActionAddressB = "pausedAction__addressB",
|
|
1390
|
-
PausedActionAmountA = "pausedAction__amountA",
|
|
1391
|
-
PausedActionAmountB = "pausedAction__amountB",
|
|
1392
|
-
PausedActionBlock = "pausedAction__block",
|
|
1393
|
-
PausedActionCategory = "pausedAction__category",
|
|
1394
|
-
PausedActionChainId = "pausedAction__chainId",
|
|
1395
|
-
PausedActionContract = "pausedAction__contract",
|
|
1396
|
-
PausedActionFee = "pausedAction__fee",
|
|
1397
|
-
PausedActionFrom = "pausedAction__from",
|
|
1398
|
-
PausedActionHash = "pausedAction__hash",
|
|
1399
|
-
PausedActionId = "pausedAction__id",
|
|
1400
|
-
PausedActionSubgraphId = "pausedAction__subgraphId",
|
|
1401
|
-
PausedActionTimestamp = "pausedAction__timestamp",
|
|
1402
|
-
PausedTime = "pausedTime",
|
|
1403
|
-
Position = "position",
|
|
1404
|
-
RatePerSecond = "ratePerSecond",
|
|
1405
|
-
Recipient = "recipient",
|
|
1406
|
-
RefundedAmount = "refundedAmount",
|
|
1407
|
-
Sender = "sender",
|
|
1408
|
-
SnapshotAmount = "snapshotAmount",
|
|
1409
|
-
StartTime = "startTime",
|
|
1410
|
-
SubgraphId = "subgraphId",
|
|
1411
|
-
Timestamp = "timestamp",
|
|
1412
|
-
TokenId = "tokenId",
|
|
1413
|
-
Transferable = "transferable",
|
|
1414
|
-
Version = "version",
|
|
1415
|
-
Voided = "voided",
|
|
1416
|
-
VoidedAction = "voidedAction",
|
|
1417
|
-
VoidedActionAddressA = "voidedAction__addressA",
|
|
1418
|
-
VoidedActionAddressB = "voidedAction__addressB",
|
|
1419
|
-
VoidedActionAmountA = "voidedAction__amountA",
|
|
1420
|
-
VoidedActionAmountB = "voidedAction__amountB",
|
|
1421
|
-
VoidedActionBlock = "voidedAction__block",
|
|
1422
|
-
VoidedActionCategory = "voidedAction__category",
|
|
1423
|
-
VoidedActionChainId = "voidedAction__chainId",
|
|
1424
|
-
VoidedActionContract = "voidedAction__contract",
|
|
1425
|
-
VoidedActionFee = "voidedAction__fee",
|
|
1426
|
-
VoidedActionFrom = "voidedAction__from",
|
|
1427
|
-
VoidedActionHash = "voidedAction__hash",
|
|
1428
|
-
VoidedActionId = "voidedAction__id",
|
|
1429
|
-
VoidedActionSubgraphId = "voidedAction__subgraphId",
|
|
1430
|
-
VoidedActionTimestamp = "voidedAction__timestamp",
|
|
1431
|
-
VoidedTime = "voidedTime",
|
|
1432
|
-
WithdrawnAmount = "withdrawnAmount"
|
|
1433
|
-
}
|
|
1434
|
-
export type Watcher = {
|
|
1435
|
-
__typename?: 'Watcher';
|
|
1436
|
-
actionCounter: Scalars['BigInt']['output'];
|
|
1437
|
-
chainId: Scalars['BigInt']['output'];
|
|
1438
|
-
id: Scalars['String']['output'];
|
|
1439
|
-
streamCounter: Scalars['BigInt']['output'];
|
|
1440
|
-
};
|
|
1441
|
-
export type Watcher_Filter = {
|
|
1442
|
-
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1443
|
-
actionCounter?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1444
|
-
actionCounter_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1445
|
-
actionCounter_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1446
|
-
actionCounter_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1447
|
-
actionCounter_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1448
|
-
actionCounter_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1449
|
-
actionCounter_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1450
|
-
actionCounter_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1451
|
-
and?: InputMaybe<Array<InputMaybe<Watcher_Filter>>>;
|
|
1452
|
-
chainId?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1453
|
-
chainId_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1454
|
-
chainId_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1455
|
-
chainId_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1456
|
-
chainId_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1457
|
-
chainId_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1458
|
-
chainId_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1459
|
-
chainId_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1460
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
1461
|
-
id_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1462
|
-
id_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1463
|
-
id_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1464
|
-
id_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1465
|
-
id_gt?: InputMaybe<Scalars['String']['input']>;
|
|
1466
|
-
id_gte?: InputMaybe<Scalars['String']['input']>;
|
|
1467
|
-
id_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1468
|
-
id_lt?: InputMaybe<Scalars['String']['input']>;
|
|
1469
|
-
id_lte?: InputMaybe<Scalars['String']['input']>;
|
|
1470
|
-
id_not?: InputMaybe<Scalars['String']['input']>;
|
|
1471
|
-
id_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
1472
|
-
id_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1473
|
-
id_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
1474
|
-
id_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1475
|
-
id_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1476
|
-
id_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1477
|
-
id_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1478
|
-
id_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
1479
|
-
id_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
1480
|
-
or?: InputMaybe<Array<InputMaybe<Watcher_Filter>>>;
|
|
1481
|
-
streamCounter?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1482
|
-
streamCounter_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1483
|
-
streamCounter_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1484
|
-
streamCounter_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1485
|
-
streamCounter_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1486
|
-
streamCounter_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1487
|
-
streamCounter_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
1488
|
-
streamCounter_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
1489
|
-
};
|
|
1490
|
-
export declare enum Watcher_OrderBy {
|
|
1491
|
-
ActionCounter = "actionCounter",
|
|
1492
|
-
ChainId = "chainId",
|
|
1493
|
-
Id = "id",
|
|
1494
|
-
StreamCounter = "streamCounter"
|
|
1495
|
-
}
|
|
1496
|
-
export type _Block_ = {
|
|
1497
|
-
__typename?: '_Block_';
|
|
1498
|
-
hash?: Maybe<Scalars['Bytes']['output']>;
|
|
1499
|
-
number: Scalars['Int']['output'];
|
|
1500
|
-
parentHash?: Maybe<Scalars['Bytes']['output']>;
|
|
1501
|
-
timestamp?: Maybe<Scalars['Int']['output']>;
|
|
1502
|
-
};
|
|
1503
|
-
export type _Meta_ = {
|
|
1504
|
-
__typename?: '_Meta_';
|
|
1505
|
-
block: _Block_;
|
|
1506
|
-
deployment: Scalars['String']['output'];
|
|
1507
|
-
hasIndexingErrors: Scalars['Boolean']['output'];
|
|
1508
|
-
};
|
|
1509
|
-
export declare enum _SubgraphErrorPolicy_ {
|
|
1510
|
-
Allow = "allow",
|
|
1511
|
-
Deny = "deny"
|
|
1512
|
-
}
|
|
1513
|
-
export type ActionFragmentFragment = {
|
|
1514
|
-
__typename?: 'Action';
|
|
1515
|
-
id: string;
|
|
1516
|
-
addressA?: any | null;
|
|
1517
|
-
addressB?: any | null;
|
|
1518
|
-
amountA?: any | null;
|
|
1519
|
-
amountB?: any | null;
|
|
1520
|
-
block: any;
|
|
1521
|
-
category: ActionCategory;
|
|
1522
|
-
chainId: any;
|
|
1523
|
-
contract: any;
|
|
1524
|
-
fee?: any | null;
|
|
1525
|
-
from: any;
|
|
1526
|
-
hash: any;
|
|
1527
|
-
subgraphId: any;
|
|
1528
|
-
timestamp: any;
|
|
1529
|
-
stream?: {
|
|
1530
|
-
__typename?: 'Stream';
|
|
1531
|
-
id: string;
|
|
1532
|
-
} | null;
|
|
1533
|
-
};
|
|
1534
|
-
export type AssetFragmentFragment = {
|
|
1535
|
-
__typename?: 'Asset';
|
|
1536
|
-
id: string;
|
|
1537
|
-
address: any;
|
|
1538
|
-
chainId: any;
|
|
1539
|
-
decimals: any;
|
|
1540
|
-
name: string;
|
|
1541
|
-
symbol: string;
|
|
1542
|
-
};
|
|
1543
|
-
export type BatchFragmentFragment = {
|
|
1544
|
-
__typename?: 'Batch';
|
|
1545
|
-
id: string;
|
|
1546
|
-
hash?: any | null;
|
|
1547
|
-
timestamp?: any | null;
|
|
1548
|
-
size: any;
|
|
1549
|
-
batcher?: {
|
|
1550
|
-
__typename?: 'Batcher';
|
|
1551
|
-
id: string;
|
|
1552
|
-
} | null;
|
|
1553
|
-
};
|
|
1554
|
-
export type StreamFragmentFragment = {
|
|
1555
|
-
__typename?: 'Stream';
|
|
1556
|
-
id: string;
|
|
1557
|
-
alias: string;
|
|
1558
|
-
availableAmount: any;
|
|
1559
|
-
category: StreamCategory;
|
|
1560
|
-
chainId: any;
|
|
1561
|
-
creator: any;
|
|
1562
|
-
contract: any;
|
|
1563
|
-
depletionTime: any;
|
|
1564
|
-
depositedAmount: any;
|
|
1565
|
-
forgivenDebt: any;
|
|
1566
|
-
hash: any;
|
|
1567
|
-
lastAdjustmentTimestamp: any;
|
|
1568
|
-
paused: boolean;
|
|
1569
|
-
pausedTime?: any | null;
|
|
1570
|
-
position: any;
|
|
1571
|
-
ratePerSecond: any;
|
|
1572
|
-
recipient: any;
|
|
1573
|
-
refundedAmount: any;
|
|
1574
|
-
sender: any;
|
|
1575
|
-
snapshotAmount: any;
|
|
1576
|
-
startTime: any;
|
|
1577
|
-
subgraphId: any;
|
|
1578
|
-
timestamp: any;
|
|
1579
|
-
tokenId: any;
|
|
1580
|
-
transferable: boolean;
|
|
1581
|
-
version: string;
|
|
1582
|
-
voided: boolean;
|
|
1583
|
-
voidedTime?: any | null;
|
|
1584
|
-
withdrawnAmount: any;
|
|
1585
|
-
asset: {
|
|
1586
|
-
__typename?: 'Asset';
|
|
1587
|
-
id: string;
|
|
1588
|
-
address: any;
|
|
1589
|
-
chainId: any;
|
|
1590
|
-
decimals: any;
|
|
1591
|
-
name: string;
|
|
1592
|
-
symbol: string;
|
|
1593
|
-
};
|
|
1594
|
-
batch: {
|
|
1595
|
-
__typename?: 'Batch';
|
|
1596
|
-
id: string;
|
|
1597
|
-
hash?: any | null;
|
|
1598
|
-
timestamp?: any | null;
|
|
1599
|
-
size: any;
|
|
1600
|
-
batcher?: {
|
|
1601
|
-
__typename?: 'Batcher';
|
|
1602
|
-
id: string;
|
|
1603
|
-
} | null;
|
|
1604
|
-
};
|
|
1605
|
-
lastAdjustmentAction?: {
|
|
1606
|
-
__typename?: 'Action';
|
|
1607
|
-
id: string;
|
|
1608
|
-
} | null;
|
|
1609
|
-
pausedAction?: {
|
|
1610
|
-
__typename?: 'Action';
|
|
1611
|
-
id: string;
|
|
1612
|
-
} | null;
|
|
1613
|
-
voidedAction?: {
|
|
1614
|
-
__typename?: 'Action';
|
|
1615
|
-
id: string;
|
|
1616
|
-
} | null;
|
|
1617
|
-
};
|
|
1618
|
-
export type GetActionsQueryVariables = Exact<{
|
|
1619
|
-
first: Scalars['Int']['input'];
|
|
1620
|
-
orderDirection: OrderDirection;
|
|
1621
|
-
where?: InputMaybe<Action_Filter>;
|
|
1622
|
-
}>;
|
|
1623
|
-
export type GetActionsQuery = {
|
|
1624
|
-
__typename?: 'Query';
|
|
1625
|
-
actions: Array<{
|
|
1626
|
-
__typename?: 'Action';
|
|
1627
|
-
id: string;
|
|
1628
|
-
addressA?: any | null;
|
|
1629
|
-
addressB?: any | null;
|
|
1630
|
-
amountA?: any | null;
|
|
1631
|
-
amountB?: any | null;
|
|
1632
|
-
block: any;
|
|
1633
|
-
category: ActionCategory;
|
|
1634
|
-
chainId: any;
|
|
1635
|
-
contract: any;
|
|
1636
|
-
fee?: any | null;
|
|
1637
|
-
from: any;
|
|
1638
|
-
hash: any;
|
|
1639
|
-
subgraphId: any;
|
|
1640
|
-
timestamp: any;
|
|
1641
|
-
stream?: {
|
|
1642
|
-
__typename?: 'Stream';
|
|
1643
|
-
id: string;
|
|
1644
|
-
alias: string;
|
|
1645
|
-
asset: {
|
|
1646
|
-
__typename?: 'Asset';
|
|
1647
|
-
id: string;
|
|
1648
|
-
address: any;
|
|
1649
|
-
chainId: any;
|
|
1650
|
-
decimals: any;
|
|
1651
|
-
name: string;
|
|
1652
|
-
symbol: string;
|
|
1653
|
-
};
|
|
1654
|
-
} | null;
|
|
1655
|
-
}>;
|
|
1656
|
-
};
|
|
1657
|
-
export type GetStreamQueryVariables = Exact<{
|
|
1658
|
-
streamId: Scalars['ID']['input'];
|
|
1659
|
-
}>;
|
|
1660
|
-
export type GetStreamQuery = {
|
|
1661
|
-
__typename?: 'Query';
|
|
1662
|
-
stream?: {
|
|
1663
|
-
__typename?: 'Stream';
|
|
1664
|
-
id: string;
|
|
1665
|
-
alias: string;
|
|
1666
|
-
availableAmount: any;
|
|
1667
|
-
category: StreamCategory;
|
|
1668
|
-
chainId: any;
|
|
1669
|
-
creator: any;
|
|
1670
|
-
contract: any;
|
|
1671
|
-
depletionTime: any;
|
|
1672
|
-
depositedAmount: any;
|
|
1673
|
-
forgivenDebt: any;
|
|
1674
|
-
hash: any;
|
|
1675
|
-
lastAdjustmentTimestamp: any;
|
|
1676
|
-
paused: boolean;
|
|
1677
|
-
pausedTime?: any | null;
|
|
1678
|
-
position: any;
|
|
1679
|
-
ratePerSecond: any;
|
|
1680
|
-
recipient: any;
|
|
1681
|
-
refundedAmount: any;
|
|
1682
|
-
sender: any;
|
|
1683
|
-
snapshotAmount: any;
|
|
1684
|
-
startTime: any;
|
|
1685
|
-
subgraphId: any;
|
|
1686
|
-
timestamp: any;
|
|
1687
|
-
tokenId: any;
|
|
1688
|
-
transferable: boolean;
|
|
1689
|
-
version: string;
|
|
1690
|
-
voided: boolean;
|
|
1691
|
-
voidedTime?: any | null;
|
|
1692
|
-
withdrawnAmount: any;
|
|
1693
|
-
asset: {
|
|
1694
|
-
__typename?: 'Asset';
|
|
1695
|
-
id: string;
|
|
1696
|
-
address: any;
|
|
1697
|
-
chainId: any;
|
|
1698
|
-
decimals: any;
|
|
1699
|
-
name: string;
|
|
1700
|
-
symbol: string;
|
|
1701
|
-
};
|
|
1702
|
-
batch: {
|
|
1703
|
-
__typename?: 'Batch';
|
|
1704
|
-
id: string;
|
|
1705
|
-
hash?: any | null;
|
|
1706
|
-
timestamp?: any | null;
|
|
1707
|
-
size: any;
|
|
1708
|
-
batcher?: {
|
|
1709
|
-
__typename?: 'Batcher';
|
|
1710
|
-
id: string;
|
|
1711
|
-
} | null;
|
|
1712
|
-
};
|
|
1713
|
-
lastAdjustmentAction?: {
|
|
1714
|
-
__typename?: 'Action';
|
|
1715
|
-
id: string;
|
|
1716
|
-
} | null;
|
|
1717
|
-
pausedAction?: {
|
|
1718
|
-
__typename?: 'Action';
|
|
1719
|
-
id: string;
|
|
1720
|
-
} | null;
|
|
1721
|
-
voidedAction?: {
|
|
1722
|
-
__typename?: 'Action';
|
|
1723
|
-
id: string;
|
|
1724
|
-
} | null;
|
|
1725
|
-
} | null;
|
|
1726
|
-
};
|
|
1727
|
-
export type GetStreamWithActionsQueryVariables = Exact<{
|
|
1728
|
-
streamId: Scalars['ID']['input'];
|
|
1729
|
-
}>;
|
|
1730
|
-
export type GetStreamWithActionsQuery = {
|
|
1731
|
-
__typename?: 'Query';
|
|
1732
|
-
stream?: {
|
|
1733
|
-
__typename?: 'Stream';
|
|
1734
|
-
id: string;
|
|
1735
|
-
alias: string;
|
|
1736
|
-
availableAmount: any;
|
|
1737
|
-
category: StreamCategory;
|
|
1738
|
-
chainId: any;
|
|
1739
|
-
creator: any;
|
|
1740
|
-
contract: any;
|
|
1741
|
-
depletionTime: any;
|
|
1742
|
-
depositedAmount: any;
|
|
1743
|
-
forgivenDebt: any;
|
|
1744
|
-
hash: any;
|
|
1745
|
-
lastAdjustmentTimestamp: any;
|
|
1746
|
-
paused: boolean;
|
|
1747
|
-
pausedTime?: any | null;
|
|
1748
|
-
position: any;
|
|
1749
|
-
ratePerSecond: any;
|
|
1750
|
-
recipient: any;
|
|
1751
|
-
refundedAmount: any;
|
|
1752
|
-
sender: any;
|
|
1753
|
-
snapshotAmount: any;
|
|
1754
|
-
startTime: any;
|
|
1755
|
-
subgraphId: any;
|
|
1756
|
-
timestamp: any;
|
|
1757
|
-
tokenId: any;
|
|
1758
|
-
transferable: boolean;
|
|
1759
|
-
version: string;
|
|
1760
|
-
voided: boolean;
|
|
1761
|
-
voidedTime?: any | null;
|
|
1762
|
-
withdrawnAmount: any;
|
|
1763
|
-
actions: Array<{
|
|
1764
|
-
__typename?: 'Action';
|
|
1765
|
-
id: string;
|
|
1766
|
-
addressA?: any | null;
|
|
1767
|
-
addressB?: any | null;
|
|
1768
|
-
amountA?: any | null;
|
|
1769
|
-
amountB?: any | null;
|
|
1770
|
-
block: any;
|
|
1771
|
-
category: ActionCategory;
|
|
1772
|
-
chainId: any;
|
|
1773
|
-
contract: any;
|
|
1774
|
-
fee?: any | null;
|
|
1775
|
-
from: any;
|
|
1776
|
-
hash: any;
|
|
1777
|
-
subgraphId: any;
|
|
1778
|
-
timestamp: any;
|
|
1779
|
-
stream?: {
|
|
1780
|
-
__typename?: 'Stream';
|
|
1781
|
-
id: string;
|
|
1782
|
-
} | null;
|
|
1783
|
-
}>;
|
|
1784
|
-
asset: {
|
|
1785
|
-
__typename?: 'Asset';
|
|
1786
|
-
id: string;
|
|
1787
|
-
address: any;
|
|
1788
|
-
chainId: any;
|
|
1789
|
-
decimals: any;
|
|
1790
|
-
name: string;
|
|
1791
|
-
symbol: string;
|
|
1792
|
-
};
|
|
1793
|
-
batch: {
|
|
1794
|
-
__typename?: 'Batch';
|
|
1795
|
-
id: string;
|
|
1796
|
-
hash?: any | null;
|
|
1797
|
-
timestamp?: any | null;
|
|
1798
|
-
size: any;
|
|
1799
|
-
batcher?: {
|
|
1800
|
-
__typename?: 'Batcher';
|
|
1801
|
-
id: string;
|
|
1802
|
-
} | null;
|
|
1803
|
-
};
|
|
1804
|
-
lastAdjustmentAction?: {
|
|
1805
|
-
__typename?: 'Action';
|
|
1806
|
-
id: string;
|
|
1807
|
-
} | null;
|
|
1808
|
-
pausedAction?: {
|
|
1809
|
-
__typename?: 'Action';
|
|
1810
|
-
id: string;
|
|
1811
|
-
} | null;
|
|
1812
|
-
voidedAction?: {
|
|
1813
|
-
__typename?: 'Action';
|
|
1814
|
-
id: string;
|
|
1815
|
-
} | null;
|
|
1816
|
-
} | null;
|
|
1817
|
-
};
|
|
1818
|
-
export type GetStreamsQueryVariables = Exact<{
|
|
1819
|
-
first: Scalars['Int']['input'];
|
|
1820
|
-
orderDirection: OrderDirection;
|
|
1821
|
-
where?: InputMaybe<Stream_Filter>;
|
|
1822
|
-
}>;
|
|
1823
|
-
export type GetStreamsQuery = {
|
|
1824
|
-
__typename?: 'Query';
|
|
1825
|
-
streams: Array<{
|
|
1826
|
-
__typename?: 'Stream';
|
|
1827
|
-
id: string;
|
|
1828
|
-
alias: string;
|
|
1829
|
-
availableAmount: any;
|
|
1830
|
-
category: StreamCategory;
|
|
1831
|
-
chainId: any;
|
|
1832
|
-
creator: any;
|
|
1833
|
-
contract: any;
|
|
1834
|
-
depletionTime: any;
|
|
1835
|
-
depositedAmount: any;
|
|
1836
|
-
forgivenDebt: any;
|
|
1837
|
-
hash: any;
|
|
1838
|
-
lastAdjustmentTimestamp: any;
|
|
1839
|
-
paused: boolean;
|
|
1840
|
-
pausedTime?: any | null;
|
|
1841
|
-
position: any;
|
|
1842
|
-
ratePerSecond: any;
|
|
1843
|
-
recipient: any;
|
|
1844
|
-
refundedAmount: any;
|
|
1845
|
-
sender: any;
|
|
1846
|
-
snapshotAmount: any;
|
|
1847
|
-
startTime: any;
|
|
1848
|
-
subgraphId: any;
|
|
1849
|
-
timestamp: any;
|
|
1850
|
-
tokenId: any;
|
|
1851
|
-
transferable: boolean;
|
|
1852
|
-
version: string;
|
|
1853
|
-
voided: boolean;
|
|
1854
|
-
voidedTime?: any | null;
|
|
1855
|
-
withdrawnAmount: any;
|
|
1856
|
-
asset: {
|
|
1857
|
-
__typename?: 'Asset';
|
|
1858
|
-
id: string;
|
|
1859
|
-
address: any;
|
|
1860
|
-
chainId: any;
|
|
1861
|
-
decimals: any;
|
|
1862
|
-
name: string;
|
|
1863
|
-
symbol: string;
|
|
1864
|
-
};
|
|
1865
|
-
batch: {
|
|
1866
|
-
__typename?: 'Batch';
|
|
1867
|
-
id: string;
|
|
1868
|
-
hash?: any | null;
|
|
1869
|
-
timestamp?: any | null;
|
|
1870
|
-
size: any;
|
|
1871
|
-
batcher?: {
|
|
1872
|
-
__typename?: 'Batcher';
|
|
1873
|
-
id: string;
|
|
1874
|
-
} | null;
|
|
1875
|
-
};
|
|
1876
|
-
lastAdjustmentAction?: {
|
|
1877
|
-
__typename?: 'Action';
|
|
1878
|
-
id: string;
|
|
1879
|
-
} | null;
|
|
1880
|
-
pausedAction?: {
|
|
1881
|
-
__typename?: 'Action';
|
|
1882
|
-
id: string;
|
|
1883
|
-
} | null;
|
|
1884
|
-
voidedAction?: {
|
|
1885
|
-
__typename?: 'Action';
|
|
1886
|
-
id: string;
|
|
1887
|
-
} | null;
|
|
1888
|
-
}>;
|
|
1889
|
-
};
|
|
1890
|
-
export type GetStreamsWithActionsQueryVariables = Exact<{
|
|
1891
|
-
first: Scalars['Int']['input'];
|
|
1892
|
-
orderDirection: OrderDirection;
|
|
1893
|
-
where?: InputMaybe<Stream_Filter>;
|
|
1894
|
-
}>;
|
|
1895
|
-
export type GetStreamsWithActionsQuery = {
|
|
1896
|
-
__typename?: 'Query';
|
|
1897
|
-
streams: Array<{
|
|
1898
|
-
__typename?: 'Stream';
|
|
1899
|
-
id: string;
|
|
1900
|
-
alias: string;
|
|
1901
|
-
availableAmount: any;
|
|
1902
|
-
category: StreamCategory;
|
|
1903
|
-
chainId: any;
|
|
1904
|
-
creator: any;
|
|
1905
|
-
contract: any;
|
|
1906
|
-
depletionTime: any;
|
|
1907
|
-
depositedAmount: any;
|
|
1908
|
-
forgivenDebt: any;
|
|
1909
|
-
hash: any;
|
|
1910
|
-
lastAdjustmentTimestamp: any;
|
|
1911
|
-
paused: boolean;
|
|
1912
|
-
pausedTime?: any | null;
|
|
1913
|
-
position: any;
|
|
1914
|
-
ratePerSecond: any;
|
|
1915
|
-
recipient: any;
|
|
1916
|
-
refundedAmount: any;
|
|
1917
|
-
sender: any;
|
|
1918
|
-
snapshotAmount: any;
|
|
1919
|
-
startTime: any;
|
|
1920
|
-
subgraphId: any;
|
|
1921
|
-
timestamp: any;
|
|
1922
|
-
tokenId: any;
|
|
1923
|
-
transferable: boolean;
|
|
1924
|
-
version: string;
|
|
1925
|
-
voided: boolean;
|
|
1926
|
-
voidedTime?: any | null;
|
|
1927
|
-
withdrawnAmount: any;
|
|
1928
|
-
actions: Array<{
|
|
1929
|
-
__typename?: 'Action';
|
|
1930
|
-
id: string;
|
|
1931
|
-
addressA?: any | null;
|
|
1932
|
-
addressB?: any | null;
|
|
1933
|
-
amountA?: any | null;
|
|
1934
|
-
amountB?: any | null;
|
|
1935
|
-
block: any;
|
|
1936
|
-
category: ActionCategory;
|
|
1937
|
-
chainId: any;
|
|
1938
|
-
contract: any;
|
|
1939
|
-
fee?: any | null;
|
|
1940
|
-
from: any;
|
|
1941
|
-
hash: any;
|
|
1942
|
-
subgraphId: any;
|
|
1943
|
-
timestamp: any;
|
|
1944
|
-
stream?: {
|
|
1945
|
-
__typename?: 'Stream';
|
|
1946
|
-
id: string;
|
|
1947
|
-
} | null;
|
|
1948
|
-
}>;
|
|
1949
|
-
asset: {
|
|
1950
|
-
__typename?: 'Asset';
|
|
1951
|
-
id: string;
|
|
1952
|
-
address: any;
|
|
1953
|
-
chainId: any;
|
|
1954
|
-
decimals: any;
|
|
1955
|
-
name: string;
|
|
1956
|
-
symbol: string;
|
|
1957
|
-
};
|
|
1958
|
-
batch: {
|
|
1959
|
-
__typename?: 'Batch';
|
|
1960
|
-
id: string;
|
|
1961
|
-
hash?: any | null;
|
|
1962
|
-
timestamp?: any | null;
|
|
1963
|
-
size: any;
|
|
1964
|
-
batcher?: {
|
|
1965
|
-
__typename?: 'Batcher';
|
|
1966
|
-
id: string;
|
|
1967
|
-
} | null;
|
|
1968
|
-
};
|
|
1969
|
-
lastAdjustmentAction?: {
|
|
1970
|
-
__typename?: 'Action';
|
|
1971
|
-
id: string;
|
|
1972
|
-
} | null;
|
|
1973
|
-
pausedAction?: {
|
|
1974
|
-
__typename?: 'Action';
|
|
1975
|
-
id: string;
|
|
1976
|
-
} | null;
|
|
1977
|
-
voidedAction?: {
|
|
1978
|
-
__typename?: 'Action';
|
|
1979
|
-
id: string;
|
|
1980
|
-
} | null;
|
|
1981
|
-
}>;
|
|
1982
|
-
};
|
|
1983
|
-
export declare const ActionFragmentFragmentDoc: DocumentNode<ActionFragmentFragment, unknown>;
|
|
1984
|
-
export declare const AssetFragmentFragmentDoc: DocumentNode<AssetFragmentFragment, unknown>;
|
|
1985
|
-
export declare const BatchFragmentFragmentDoc: DocumentNode<BatchFragmentFragment, unknown>;
|
|
1986
|
-
export declare const StreamFragmentFragmentDoc: DocumentNode<StreamFragmentFragment, unknown>;
|
|
1987
|
-
export declare const GetActionsDocument: DocumentNode<GetActionsQuery, GetActionsQueryVariables>;
|
|
1988
|
-
export declare const GetStreamDocument: DocumentNode<GetStreamQuery, GetStreamQueryVariables>;
|
|
1989
|
-
export declare const GetStreamWithActionsDocument: DocumentNode<GetStreamWithActionsQuery, GetStreamWithActionsQueryVariables>;
|
|
1990
|
-
export declare const GetStreamsDocument: DocumentNode<GetStreamsQuery, GetStreamsQueryVariables>;
|
|
1991
|
-
export declare const GetStreamsWithActionsDocument: DocumentNode<GetStreamsWithActionsQuery, GetStreamsWithActionsQueryVariables>;
|
|
1992
|
-
//# sourceMappingURL=graphql.d.ts.map
|