@sablier/indexers 1.1.1 → 1.2.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/README.md +9 -9
- package/dist/experimental.d.ts +1 -1
- package/dist/experimental.d.ts.map +1 -1
- package/dist/experimental.js +2 -2
- package/dist/experimental.js.map +1 -1
- package/dist/gql/airdrops/envio/graphql.d.ts +619 -1614
- package/dist/gql/airdrops/envio/graphql.d.ts.map +1 -1
- package/dist/gql/airdrops/envio/graphql.js +16 -157
- package/dist/gql/airdrops/envio/graphql.js.map +1 -1
- package/dist/gql/airdrops/graph/graphql.d.ts +27 -0
- package/dist/gql/airdrops/graph/graphql.d.ts.map +1 -1
- package/dist/gql/airdrops/graph/graphql.js +7 -0
- package/dist/gql/airdrops/graph/graphql.js.map +1 -1
- package/dist/gql/flow/envio/graphql.d.ts +639 -1540
- package/dist/gql/flow/envio/graphql.d.ts.map +1 -1
- package/dist/gql/flow/envio/graphql.js +31 -155
- package/dist/gql/flow/envio/graphql.js.map +1 -1
- package/dist/gql/flow/graph/graphql.d.ts +216 -0
- package/dist/gql/flow/graph/graphql.d.ts.map +1 -1
- package/dist/gql/flow/graph/graphql.js +18 -1
- package/dist/gql/flow/graph/graphql.js.map +1 -1
- package/dist/gql/lockup/envio/graphql.d.ts +636 -1551
- package/dist/gql/lockup/envio/graphql.d.ts.map +1 -1
- package/dist/gql/lockup/envio/graphql.js +31 -158
- package/dist/gql/lockup/envio/graphql.js.map +1 -1
- package/dist/gql/lockup/graph/graphql.d.ts +216 -0
- package/dist/gql/lockup/graph/graphql.d.ts.map +1 -1
- package/dist/gql/lockup/graph/graphql.js +18 -1
- package/dist/gql/lockup/graph/graphql.js.map +1 -1
- package/dist/indexers/envio.d.ts +1 -1
- package/dist/indexers/envio.d.ts.map +1 -1
- package/dist/indexers/envio.js +0 -3
- package/dist/indexers/envio.js.map +1 -1
- package/dist/indexers/graph.d.ts.map +1 -1
- package/dist/indexers/graph.js +3 -13
- package/dist/indexers/graph.js.map +1 -1
- package/dist/queries/airdrops/envio.d.ts.map +1 -1
- package/dist/queries/airdrops/graph.d.ts.map +1 -1
- package/dist/queries/flow/envio.d.ts.map +1 -1
- package/dist/queries/flow/graph.d.ts.map +1 -1
- package/dist/queries/lockup/envio.d.ts.map +1 -1
- package/dist/queries/lockup/graph.d.ts.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +13 -5
|
@@ -45,14 +45,6 @@ export type Scalars = {
|
|
|
45
45
|
input: any;
|
|
46
46
|
output: any;
|
|
47
47
|
};
|
|
48
|
-
contract_type: {
|
|
49
|
-
input: any;
|
|
50
|
-
output: any;
|
|
51
|
-
};
|
|
52
|
-
float8: {
|
|
53
|
-
input: any;
|
|
54
|
-
output: any;
|
|
55
|
-
};
|
|
56
48
|
jsonb: {
|
|
57
49
|
input: any;
|
|
58
50
|
output: any;
|
|
@@ -65,10 +57,6 @@ export type Scalars = {
|
|
|
65
57
|
input: any;
|
|
66
58
|
output: any;
|
|
67
59
|
};
|
|
68
|
-
timestamp: {
|
|
69
|
-
input: any;
|
|
70
|
-
output: any;
|
|
71
|
-
};
|
|
72
60
|
timestamptz: {
|
|
73
61
|
input: any;
|
|
74
62
|
output: any;
|
|
@@ -84,7 +72,6 @@ export type Action = {
|
|
|
84
72
|
category: Scalars['actioncategory']['output'];
|
|
85
73
|
chainId: Scalars['numeric']['output'];
|
|
86
74
|
contract: Scalars['String']['output'];
|
|
87
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
88
75
|
fee?: Maybe<Scalars['numeric']['output']>;
|
|
89
76
|
from: Scalars['String']['output'];
|
|
90
77
|
hash: Scalars['String']['output'];
|
|
@@ -94,6 +81,38 @@ export type Action = {
|
|
|
94
81
|
subgraphId: Scalars['numeric']['output'];
|
|
95
82
|
timestamp: Scalars['numeric']['output'];
|
|
96
83
|
};
|
|
84
|
+
export type Action_Aggregate = {
|
|
85
|
+
__typename?: 'Action_aggregate';
|
|
86
|
+
aggregate?: Maybe<Action_Aggregate_Fields>;
|
|
87
|
+
nodes: Array<Action>;
|
|
88
|
+
};
|
|
89
|
+
export type Action_Aggregate_Bool_Exp = {
|
|
90
|
+
count?: InputMaybe<Action_Aggregate_Bool_Exp_Count>;
|
|
91
|
+
};
|
|
92
|
+
export type Action_Aggregate_Bool_Exp_Count = {
|
|
93
|
+
arguments?: InputMaybe<Array<Action_Select_Column>>;
|
|
94
|
+
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
95
|
+
filter?: InputMaybe<Action_Bool_Exp>;
|
|
96
|
+
predicate: Int_Comparison_Exp;
|
|
97
|
+
};
|
|
98
|
+
export type Action_Aggregate_Fields = {
|
|
99
|
+
__typename?: 'Action_aggregate_fields';
|
|
100
|
+
avg?: Maybe<Action_Avg_Fields>;
|
|
101
|
+
count: Scalars['Int']['output'];
|
|
102
|
+
max?: Maybe<Action_Max_Fields>;
|
|
103
|
+
min?: Maybe<Action_Min_Fields>;
|
|
104
|
+
stddev?: Maybe<Action_Stddev_Fields>;
|
|
105
|
+
stddev_pop?: Maybe<Action_Stddev_Pop_Fields>;
|
|
106
|
+
stddev_samp?: Maybe<Action_Stddev_Samp_Fields>;
|
|
107
|
+
sum?: Maybe<Action_Sum_Fields>;
|
|
108
|
+
var_pop?: Maybe<Action_Var_Pop_Fields>;
|
|
109
|
+
var_samp?: Maybe<Action_Var_Samp_Fields>;
|
|
110
|
+
variance?: Maybe<Action_Variance_Fields>;
|
|
111
|
+
};
|
|
112
|
+
export type Action_Aggregate_FieldsCountArgs = {
|
|
113
|
+
columns?: InputMaybe<Array<Action_Select_Column>>;
|
|
114
|
+
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
115
|
+
};
|
|
97
116
|
export type Action_Aggregate_Order_By = {
|
|
98
117
|
avg?: InputMaybe<Action_Avg_Order_By>;
|
|
99
118
|
count?: InputMaybe<Order_By>;
|
|
@@ -107,6 +126,16 @@ export type Action_Aggregate_Order_By = {
|
|
|
107
126
|
var_samp?: InputMaybe<Action_Var_Samp_Order_By>;
|
|
108
127
|
variance?: InputMaybe<Action_Variance_Order_By>;
|
|
109
128
|
};
|
|
129
|
+
export type Action_Avg_Fields = {
|
|
130
|
+
__typename?: 'Action_avg_fields';
|
|
131
|
+
amountA?: Maybe<Scalars['Float']['output']>;
|
|
132
|
+
amountB?: Maybe<Scalars['Float']['output']>;
|
|
133
|
+
block?: Maybe<Scalars['Float']['output']>;
|
|
134
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
135
|
+
fee?: Maybe<Scalars['Float']['output']>;
|
|
136
|
+
subgraphId?: Maybe<Scalars['Float']['output']>;
|
|
137
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
138
|
+
};
|
|
110
139
|
export type Action_Avg_Order_By = {
|
|
111
140
|
amountA?: InputMaybe<Order_By>;
|
|
112
141
|
amountB?: InputMaybe<Order_By>;
|
|
@@ -128,7 +157,6 @@ export type Action_Bool_Exp = {
|
|
|
128
157
|
category?: InputMaybe<Actioncategory_Comparison_Exp>;
|
|
129
158
|
chainId?: InputMaybe<Numeric_Comparison_Exp>;
|
|
130
159
|
contract?: InputMaybe<String_Comparison_Exp>;
|
|
131
|
-
db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
132
160
|
fee?: InputMaybe<Numeric_Comparison_Exp>;
|
|
133
161
|
from?: InputMaybe<String_Comparison_Exp>;
|
|
134
162
|
hash?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -138,6 +166,24 @@ export type Action_Bool_Exp = {
|
|
|
138
166
|
subgraphId?: InputMaybe<Numeric_Comparison_Exp>;
|
|
139
167
|
timestamp?: InputMaybe<Numeric_Comparison_Exp>;
|
|
140
168
|
};
|
|
169
|
+
export type Action_Max_Fields = {
|
|
170
|
+
__typename?: 'Action_max_fields';
|
|
171
|
+
addressA?: Maybe<Scalars['String']['output']>;
|
|
172
|
+
addressB?: Maybe<Scalars['String']['output']>;
|
|
173
|
+
amountA?: Maybe<Scalars['numeric']['output']>;
|
|
174
|
+
amountB?: Maybe<Scalars['numeric']['output']>;
|
|
175
|
+
block?: Maybe<Scalars['numeric']['output']>;
|
|
176
|
+
category?: Maybe<Scalars['actioncategory']['output']>;
|
|
177
|
+
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
178
|
+
contract?: Maybe<Scalars['String']['output']>;
|
|
179
|
+
fee?: Maybe<Scalars['numeric']['output']>;
|
|
180
|
+
from?: Maybe<Scalars['String']['output']>;
|
|
181
|
+
hash?: Maybe<Scalars['String']['output']>;
|
|
182
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
183
|
+
stream_id?: Maybe<Scalars['String']['output']>;
|
|
184
|
+
subgraphId?: Maybe<Scalars['numeric']['output']>;
|
|
185
|
+
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
186
|
+
};
|
|
141
187
|
export type Action_Max_Order_By = {
|
|
142
188
|
addressA?: InputMaybe<Order_By>;
|
|
143
189
|
addressB?: InputMaybe<Order_By>;
|
|
@@ -147,7 +193,6 @@ export type Action_Max_Order_By = {
|
|
|
147
193
|
category?: InputMaybe<Order_By>;
|
|
148
194
|
chainId?: InputMaybe<Order_By>;
|
|
149
195
|
contract?: InputMaybe<Order_By>;
|
|
150
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
151
196
|
fee?: InputMaybe<Order_By>;
|
|
152
197
|
from?: InputMaybe<Order_By>;
|
|
153
198
|
hash?: InputMaybe<Order_By>;
|
|
@@ -156,6 +201,24 @@ export type Action_Max_Order_By = {
|
|
|
156
201
|
subgraphId?: InputMaybe<Order_By>;
|
|
157
202
|
timestamp?: InputMaybe<Order_By>;
|
|
158
203
|
};
|
|
204
|
+
export type Action_Min_Fields = {
|
|
205
|
+
__typename?: 'Action_min_fields';
|
|
206
|
+
addressA?: Maybe<Scalars['String']['output']>;
|
|
207
|
+
addressB?: Maybe<Scalars['String']['output']>;
|
|
208
|
+
amountA?: Maybe<Scalars['numeric']['output']>;
|
|
209
|
+
amountB?: Maybe<Scalars['numeric']['output']>;
|
|
210
|
+
block?: Maybe<Scalars['numeric']['output']>;
|
|
211
|
+
category?: Maybe<Scalars['actioncategory']['output']>;
|
|
212
|
+
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
213
|
+
contract?: Maybe<Scalars['String']['output']>;
|
|
214
|
+
fee?: Maybe<Scalars['numeric']['output']>;
|
|
215
|
+
from?: Maybe<Scalars['String']['output']>;
|
|
216
|
+
hash?: Maybe<Scalars['String']['output']>;
|
|
217
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
218
|
+
stream_id?: Maybe<Scalars['String']['output']>;
|
|
219
|
+
subgraphId?: Maybe<Scalars['numeric']['output']>;
|
|
220
|
+
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
221
|
+
};
|
|
159
222
|
export type Action_Min_Order_By = {
|
|
160
223
|
addressA?: InputMaybe<Order_By>;
|
|
161
224
|
addressB?: InputMaybe<Order_By>;
|
|
@@ -165,7 +228,6 @@ export type Action_Min_Order_By = {
|
|
|
165
228
|
category?: InputMaybe<Order_By>;
|
|
166
229
|
chainId?: InputMaybe<Order_By>;
|
|
167
230
|
contract?: InputMaybe<Order_By>;
|
|
168
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
169
231
|
fee?: InputMaybe<Order_By>;
|
|
170
232
|
from?: InputMaybe<Order_By>;
|
|
171
233
|
hash?: InputMaybe<Order_By>;
|
|
@@ -183,7 +245,6 @@ export type Action_Order_By = {
|
|
|
183
245
|
category?: InputMaybe<Order_By>;
|
|
184
246
|
chainId?: InputMaybe<Order_By>;
|
|
185
247
|
contract?: InputMaybe<Order_By>;
|
|
186
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
187
248
|
fee?: InputMaybe<Order_By>;
|
|
188
249
|
from?: InputMaybe<Order_By>;
|
|
189
250
|
hash?: InputMaybe<Order_By>;
|
|
@@ -202,7 +263,6 @@ export declare enum Action_Select_Column {
|
|
|
202
263
|
Category = "category",
|
|
203
264
|
ChainId = "chainId",
|
|
204
265
|
Contract = "contract",
|
|
205
|
-
DbWriteTimestamp = "db_write_timestamp",
|
|
206
266
|
Fee = "fee",
|
|
207
267
|
From = "from",
|
|
208
268
|
Hash = "hash",
|
|
@@ -211,6 +271,16 @@ export declare enum Action_Select_Column {
|
|
|
211
271
|
SubgraphId = "subgraphId",
|
|
212
272
|
Timestamp = "timestamp"
|
|
213
273
|
}
|
|
274
|
+
export type Action_Stddev_Fields = {
|
|
275
|
+
__typename?: 'Action_stddev_fields';
|
|
276
|
+
amountA?: Maybe<Scalars['Float']['output']>;
|
|
277
|
+
amountB?: Maybe<Scalars['Float']['output']>;
|
|
278
|
+
block?: Maybe<Scalars['Float']['output']>;
|
|
279
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
280
|
+
fee?: Maybe<Scalars['Float']['output']>;
|
|
281
|
+
subgraphId?: Maybe<Scalars['Float']['output']>;
|
|
282
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
283
|
+
};
|
|
214
284
|
export type Action_Stddev_Order_By = {
|
|
215
285
|
amountA?: InputMaybe<Order_By>;
|
|
216
286
|
amountB?: InputMaybe<Order_By>;
|
|
@@ -220,6 +290,16 @@ export type Action_Stddev_Order_By = {
|
|
|
220
290
|
subgraphId?: InputMaybe<Order_By>;
|
|
221
291
|
timestamp?: InputMaybe<Order_By>;
|
|
222
292
|
};
|
|
293
|
+
export type Action_Stddev_Pop_Fields = {
|
|
294
|
+
__typename?: 'Action_stddev_pop_fields';
|
|
295
|
+
amountA?: Maybe<Scalars['Float']['output']>;
|
|
296
|
+
amountB?: Maybe<Scalars['Float']['output']>;
|
|
297
|
+
block?: Maybe<Scalars['Float']['output']>;
|
|
298
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
299
|
+
fee?: Maybe<Scalars['Float']['output']>;
|
|
300
|
+
subgraphId?: Maybe<Scalars['Float']['output']>;
|
|
301
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
302
|
+
};
|
|
223
303
|
export type Action_Stddev_Pop_Order_By = {
|
|
224
304
|
amountA?: InputMaybe<Order_By>;
|
|
225
305
|
amountB?: InputMaybe<Order_By>;
|
|
@@ -229,6 +309,16 @@ export type Action_Stddev_Pop_Order_By = {
|
|
|
229
309
|
subgraphId?: InputMaybe<Order_By>;
|
|
230
310
|
timestamp?: InputMaybe<Order_By>;
|
|
231
311
|
};
|
|
312
|
+
export type Action_Stddev_Samp_Fields = {
|
|
313
|
+
__typename?: 'Action_stddev_samp_fields';
|
|
314
|
+
amountA?: Maybe<Scalars['Float']['output']>;
|
|
315
|
+
amountB?: Maybe<Scalars['Float']['output']>;
|
|
316
|
+
block?: Maybe<Scalars['Float']['output']>;
|
|
317
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
318
|
+
fee?: Maybe<Scalars['Float']['output']>;
|
|
319
|
+
subgraphId?: Maybe<Scalars['Float']['output']>;
|
|
320
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
321
|
+
};
|
|
232
322
|
export type Action_Stddev_Samp_Order_By = {
|
|
233
323
|
amountA?: InputMaybe<Order_By>;
|
|
234
324
|
amountB?: InputMaybe<Order_By>;
|
|
@@ -251,7 +341,6 @@ export type Action_Stream_Cursor_Value_Input = {
|
|
|
251
341
|
category?: InputMaybe<Scalars['actioncategory']['input']>;
|
|
252
342
|
chainId?: InputMaybe<Scalars['numeric']['input']>;
|
|
253
343
|
contract?: InputMaybe<Scalars['String']['input']>;
|
|
254
|
-
db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
255
344
|
fee?: InputMaybe<Scalars['numeric']['input']>;
|
|
256
345
|
from?: InputMaybe<Scalars['String']['input']>;
|
|
257
346
|
hash?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -260,6 +349,16 @@ export type Action_Stream_Cursor_Value_Input = {
|
|
|
260
349
|
subgraphId?: InputMaybe<Scalars['numeric']['input']>;
|
|
261
350
|
timestamp?: InputMaybe<Scalars['numeric']['input']>;
|
|
262
351
|
};
|
|
352
|
+
export type Action_Sum_Fields = {
|
|
353
|
+
__typename?: 'Action_sum_fields';
|
|
354
|
+
amountA?: Maybe<Scalars['numeric']['output']>;
|
|
355
|
+
amountB?: Maybe<Scalars['numeric']['output']>;
|
|
356
|
+
block?: Maybe<Scalars['numeric']['output']>;
|
|
357
|
+
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
358
|
+
fee?: Maybe<Scalars['numeric']['output']>;
|
|
359
|
+
subgraphId?: Maybe<Scalars['numeric']['output']>;
|
|
360
|
+
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
361
|
+
};
|
|
263
362
|
export type Action_Sum_Order_By = {
|
|
264
363
|
amountA?: InputMaybe<Order_By>;
|
|
265
364
|
amountB?: InputMaybe<Order_By>;
|
|
@@ -269,6 +368,16 @@ export type Action_Sum_Order_By = {
|
|
|
269
368
|
subgraphId?: InputMaybe<Order_By>;
|
|
270
369
|
timestamp?: InputMaybe<Order_By>;
|
|
271
370
|
};
|
|
371
|
+
export type Action_Var_Pop_Fields = {
|
|
372
|
+
__typename?: 'Action_var_pop_fields';
|
|
373
|
+
amountA?: Maybe<Scalars['Float']['output']>;
|
|
374
|
+
amountB?: Maybe<Scalars['Float']['output']>;
|
|
375
|
+
block?: Maybe<Scalars['Float']['output']>;
|
|
376
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
377
|
+
fee?: Maybe<Scalars['Float']['output']>;
|
|
378
|
+
subgraphId?: Maybe<Scalars['Float']['output']>;
|
|
379
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
380
|
+
};
|
|
272
381
|
export type Action_Var_Pop_Order_By = {
|
|
273
382
|
amountA?: InputMaybe<Order_By>;
|
|
274
383
|
amountB?: InputMaybe<Order_By>;
|
|
@@ -278,6 +387,16 @@ export type Action_Var_Pop_Order_By = {
|
|
|
278
387
|
subgraphId?: InputMaybe<Order_By>;
|
|
279
388
|
timestamp?: InputMaybe<Order_By>;
|
|
280
389
|
};
|
|
390
|
+
export type Action_Var_Samp_Fields = {
|
|
391
|
+
__typename?: 'Action_var_samp_fields';
|
|
392
|
+
amountA?: Maybe<Scalars['Float']['output']>;
|
|
393
|
+
amountB?: Maybe<Scalars['Float']['output']>;
|
|
394
|
+
block?: Maybe<Scalars['Float']['output']>;
|
|
395
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
396
|
+
fee?: Maybe<Scalars['Float']['output']>;
|
|
397
|
+
subgraphId?: Maybe<Scalars['Float']['output']>;
|
|
398
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
399
|
+
};
|
|
281
400
|
export type Action_Var_Samp_Order_By = {
|
|
282
401
|
amountA?: InputMaybe<Order_By>;
|
|
283
402
|
amountB?: InputMaybe<Order_By>;
|
|
@@ -287,6 +406,16 @@ export type Action_Var_Samp_Order_By = {
|
|
|
287
406
|
subgraphId?: InputMaybe<Order_By>;
|
|
288
407
|
timestamp?: InputMaybe<Order_By>;
|
|
289
408
|
};
|
|
409
|
+
export type Action_Variance_Fields = {
|
|
410
|
+
__typename?: 'Action_variance_fields';
|
|
411
|
+
amountA?: Maybe<Scalars['Float']['output']>;
|
|
412
|
+
amountB?: Maybe<Scalars['Float']['output']>;
|
|
413
|
+
block?: Maybe<Scalars['Float']['output']>;
|
|
414
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
415
|
+
fee?: Maybe<Scalars['Float']['output']>;
|
|
416
|
+
subgraphId?: Maybe<Scalars['Float']['output']>;
|
|
417
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
418
|
+
};
|
|
290
419
|
export type Action_Variance_Order_By = {
|
|
291
420
|
amountA?: InputMaybe<Order_By>;
|
|
292
421
|
amountB?: InputMaybe<Order_By>;
|
|
@@ -300,7 +429,6 @@ export type Asset = {
|
|
|
300
429
|
__typename?: 'Asset';
|
|
301
430
|
address: Scalars['String']['output'];
|
|
302
431
|
chainId: Scalars['numeric']['output'];
|
|
303
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
304
432
|
decimals: Scalars['numeric']['output'];
|
|
305
433
|
id: Scalars['String']['output'];
|
|
306
434
|
name: Scalars['String']['output'];
|
|
@@ -322,13 +450,40 @@ export type AssetStreams_AggregateArgs = {
|
|
|
322
450
|
order_by?: InputMaybe<Array<Stream_Order_By>>;
|
|
323
451
|
where?: InputMaybe<Stream_Bool_Exp>;
|
|
324
452
|
};
|
|
453
|
+
export type Asset_Aggregate = {
|
|
454
|
+
__typename?: 'Asset_aggregate';
|
|
455
|
+
aggregate?: Maybe<Asset_Aggregate_Fields>;
|
|
456
|
+
nodes: Array<Asset>;
|
|
457
|
+
};
|
|
458
|
+
export type Asset_Aggregate_Fields = {
|
|
459
|
+
__typename?: 'Asset_aggregate_fields';
|
|
460
|
+
avg?: Maybe<Asset_Avg_Fields>;
|
|
461
|
+
count: Scalars['Int']['output'];
|
|
462
|
+
max?: Maybe<Asset_Max_Fields>;
|
|
463
|
+
min?: Maybe<Asset_Min_Fields>;
|
|
464
|
+
stddev?: Maybe<Asset_Stddev_Fields>;
|
|
465
|
+
stddev_pop?: Maybe<Asset_Stddev_Pop_Fields>;
|
|
466
|
+
stddev_samp?: Maybe<Asset_Stddev_Samp_Fields>;
|
|
467
|
+
sum?: Maybe<Asset_Sum_Fields>;
|
|
468
|
+
var_pop?: Maybe<Asset_Var_Pop_Fields>;
|
|
469
|
+
var_samp?: Maybe<Asset_Var_Samp_Fields>;
|
|
470
|
+
variance?: Maybe<Asset_Variance_Fields>;
|
|
471
|
+
};
|
|
472
|
+
export type Asset_Aggregate_FieldsCountArgs = {
|
|
473
|
+
columns?: InputMaybe<Array<Asset_Select_Column>>;
|
|
474
|
+
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
475
|
+
};
|
|
476
|
+
export type Asset_Avg_Fields = {
|
|
477
|
+
__typename?: 'Asset_avg_fields';
|
|
478
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
479
|
+
decimals?: Maybe<Scalars['Float']['output']>;
|
|
480
|
+
};
|
|
325
481
|
export type Asset_Bool_Exp = {
|
|
326
482
|
_and?: InputMaybe<Array<Asset_Bool_Exp>>;
|
|
327
483
|
_not?: InputMaybe<Asset_Bool_Exp>;
|
|
328
484
|
_or?: InputMaybe<Array<Asset_Bool_Exp>>;
|
|
329
485
|
address?: InputMaybe<String_Comparison_Exp>;
|
|
330
486
|
chainId?: InputMaybe<Numeric_Comparison_Exp>;
|
|
331
|
-
db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
332
487
|
decimals?: InputMaybe<Numeric_Comparison_Exp>;
|
|
333
488
|
id?: InputMaybe<String_Comparison_Exp>;
|
|
334
489
|
name?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -336,10 +491,27 @@ export type Asset_Bool_Exp = {
|
|
|
336
491
|
streams_aggregate?: InputMaybe<Stream_Aggregate_Bool_Exp>;
|
|
337
492
|
symbol?: InputMaybe<String_Comparison_Exp>;
|
|
338
493
|
};
|
|
494
|
+
export type Asset_Max_Fields = {
|
|
495
|
+
__typename?: 'Asset_max_fields';
|
|
496
|
+
address?: Maybe<Scalars['String']['output']>;
|
|
497
|
+
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
498
|
+
decimals?: Maybe<Scalars['numeric']['output']>;
|
|
499
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
500
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
501
|
+
symbol?: Maybe<Scalars['String']['output']>;
|
|
502
|
+
};
|
|
503
|
+
export type Asset_Min_Fields = {
|
|
504
|
+
__typename?: 'Asset_min_fields';
|
|
505
|
+
address?: Maybe<Scalars['String']['output']>;
|
|
506
|
+
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
507
|
+
decimals?: Maybe<Scalars['numeric']['output']>;
|
|
508
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
509
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
510
|
+
symbol?: Maybe<Scalars['String']['output']>;
|
|
511
|
+
};
|
|
339
512
|
export type Asset_Order_By = {
|
|
340
513
|
address?: InputMaybe<Order_By>;
|
|
341
514
|
chainId?: InputMaybe<Order_By>;
|
|
342
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
343
515
|
decimals?: InputMaybe<Order_By>;
|
|
344
516
|
id?: InputMaybe<Order_By>;
|
|
345
517
|
name?: InputMaybe<Order_By>;
|
|
@@ -349,12 +521,26 @@ export type Asset_Order_By = {
|
|
|
349
521
|
export declare enum Asset_Select_Column {
|
|
350
522
|
Address = "address",
|
|
351
523
|
ChainId = "chainId",
|
|
352
|
-
DbWriteTimestamp = "db_write_timestamp",
|
|
353
524
|
Decimals = "decimals",
|
|
354
525
|
Id = "id",
|
|
355
526
|
Name = "name",
|
|
356
527
|
Symbol = "symbol"
|
|
357
528
|
}
|
|
529
|
+
export type Asset_Stddev_Fields = {
|
|
530
|
+
__typename?: 'Asset_stddev_fields';
|
|
531
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
532
|
+
decimals?: Maybe<Scalars['Float']['output']>;
|
|
533
|
+
};
|
|
534
|
+
export type Asset_Stddev_Pop_Fields = {
|
|
535
|
+
__typename?: 'Asset_stddev_pop_fields';
|
|
536
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
537
|
+
decimals?: Maybe<Scalars['Float']['output']>;
|
|
538
|
+
};
|
|
539
|
+
export type Asset_Stddev_Samp_Fields = {
|
|
540
|
+
__typename?: 'Asset_stddev_samp_fields';
|
|
541
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
542
|
+
decimals?: Maybe<Scalars['Float']['output']>;
|
|
543
|
+
};
|
|
358
544
|
export type Asset_Stream_Cursor_Input = {
|
|
359
545
|
initial_value: Asset_Stream_Cursor_Value_Input;
|
|
360
546
|
ordering?: InputMaybe<Cursor_Ordering>;
|
|
@@ -362,17 +548,35 @@ export type Asset_Stream_Cursor_Input = {
|
|
|
362
548
|
export type Asset_Stream_Cursor_Value_Input = {
|
|
363
549
|
address?: InputMaybe<Scalars['String']['input']>;
|
|
364
550
|
chainId?: InputMaybe<Scalars['numeric']['input']>;
|
|
365
|
-
db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
366
551
|
decimals?: InputMaybe<Scalars['numeric']['input']>;
|
|
367
552
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
368
553
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
369
554
|
symbol?: InputMaybe<Scalars['String']['input']>;
|
|
370
555
|
};
|
|
556
|
+
export type Asset_Sum_Fields = {
|
|
557
|
+
__typename?: 'Asset_sum_fields';
|
|
558
|
+
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
559
|
+
decimals?: Maybe<Scalars['numeric']['output']>;
|
|
560
|
+
};
|
|
561
|
+
export type Asset_Var_Pop_Fields = {
|
|
562
|
+
__typename?: 'Asset_var_pop_fields';
|
|
563
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
564
|
+
decimals?: Maybe<Scalars['Float']['output']>;
|
|
565
|
+
};
|
|
566
|
+
export type Asset_Var_Samp_Fields = {
|
|
567
|
+
__typename?: 'Asset_var_samp_fields';
|
|
568
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
569
|
+
decimals?: Maybe<Scalars['Float']['output']>;
|
|
570
|
+
};
|
|
571
|
+
export type Asset_Variance_Fields = {
|
|
572
|
+
__typename?: 'Asset_variance_fields';
|
|
573
|
+
chainId?: Maybe<Scalars['Float']['output']>;
|
|
574
|
+
decimals?: Maybe<Scalars['Float']['output']>;
|
|
575
|
+
};
|
|
371
576
|
export type Batch = {
|
|
372
577
|
__typename?: 'Batch';
|
|
373
578
|
batcher?: Maybe<Batcher>;
|
|
374
579
|
batcher_id?: Maybe<Scalars['String']['output']>;
|
|
375
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
376
580
|
hash?: Maybe<Scalars['String']['output']>;
|
|
377
581
|
id: Scalars['String']['output'];
|
|
378
582
|
position?: Maybe<Scalars['numeric']['output']>;
|
|
@@ -395,6 +599,38 @@ export type BatchStreams_AggregateArgs = {
|
|
|
395
599
|
order_by?: InputMaybe<Array<Stream_Order_By>>;
|
|
396
600
|
where?: InputMaybe<Stream_Bool_Exp>;
|
|
397
601
|
};
|
|
602
|
+
export type Batch_Aggregate = {
|
|
603
|
+
__typename?: 'Batch_aggregate';
|
|
604
|
+
aggregate?: Maybe<Batch_Aggregate_Fields>;
|
|
605
|
+
nodes: Array<Batch>;
|
|
606
|
+
};
|
|
607
|
+
export type Batch_Aggregate_Bool_Exp = {
|
|
608
|
+
count?: InputMaybe<Batch_Aggregate_Bool_Exp_Count>;
|
|
609
|
+
};
|
|
610
|
+
export type Batch_Aggregate_Bool_Exp_Count = {
|
|
611
|
+
arguments?: InputMaybe<Array<Batch_Select_Column>>;
|
|
612
|
+
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
613
|
+
filter?: InputMaybe<Batch_Bool_Exp>;
|
|
614
|
+
predicate: Int_Comparison_Exp;
|
|
615
|
+
};
|
|
616
|
+
export type Batch_Aggregate_Fields = {
|
|
617
|
+
__typename?: 'Batch_aggregate_fields';
|
|
618
|
+
avg?: Maybe<Batch_Avg_Fields>;
|
|
619
|
+
count: Scalars['Int']['output'];
|
|
620
|
+
max?: Maybe<Batch_Max_Fields>;
|
|
621
|
+
min?: Maybe<Batch_Min_Fields>;
|
|
622
|
+
stddev?: Maybe<Batch_Stddev_Fields>;
|
|
623
|
+
stddev_pop?: Maybe<Batch_Stddev_Pop_Fields>;
|
|
624
|
+
stddev_samp?: Maybe<Batch_Stddev_Samp_Fields>;
|
|
625
|
+
sum?: Maybe<Batch_Sum_Fields>;
|
|
626
|
+
var_pop?: Maybe<Batch_Var_Pop_Fields>;
|
|
627
|
+
var_samp?: Maybe<Batch_Var_Samp_Fields>;
|
|
628
|
+
variance?: Maybe<Batch_Variance_Fields>;
|
|
629
|
+
};
|
|
630
|
+
export type Batch_Aggregate_FieldsCountArgs = {
|
|
631
|
+
columns?: InputMaybe<Array<Batch_Select_Column>>;
|
|
632
|
+
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
633
|
+
};
|
|
398
634
|
export type Batch_Aggregate_Order_By = {
|
|
399
635
|
avg?: InputMaybe<Batch_Avg_Order_By>;
|
|
400
636
|
count?: InputMaybe<Order_By>;
|
|
@@ -408,6 +644,12 @@ export type Batch_Aggregate_Order_By = {
|
|
|
408
644
|
var_samp?: InputMaybe<Batch_Var_Samp_Order_By>;
|
|
409
645
|
variance?: InputMaybe<Batch_Variance_Order_By>;
|
|
410
646
|
};
|
|
647
|
+
export type Batch_Avg_Fields = {
|
|
648
|
+
__typename?: 'Batch_avg_fields';
|
|
649
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
650
|
+
size?: Maybe<Scalars['Float']['output']>;
|
|
651
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
652
|
+
};
|
|
411
653
|
export type Batch_Avg_Order_By = {
|
|
412
654
|
position?: InputMaybe<Order_By>;
|
|
413
655
|
size?: InputMaybe<Order_By>;
|
|
@@ -419,7 +661,6 @@ export type Batch_Bool_Exp = {
|
|
|
419
661
|
_or?: InputMaybe<Array<Batch_Bool_Exp>>;
|
|
420
662
|
batcher?: InputMaybe<Batcher_Bool_Exp>;
|
|
421
663
|
batcher_id?: InputMaybe<String_Comparison_Exp>;
|
|
422
|
-
db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
423
664
|
hash?: InputMaybe<String_Comparison_Exp>;
|
|
424
665
|
id?: InputMaybe<String_Comparison_Exp>;
|
|
425
666
|
position?: InputMaybe<Numeric_Comparison_Exp>;
|
|
@@ -428,18 +669,34 @@ export type Batch_Bool_Exp = {
|
|
|
428
669
|
streams_aggregate?: InputMaybe<Stream_Aggregate_Bool_Exp>;
|
|
429
670
|
timestamp?: InputMaybe<Numeric_Comparison_Exp>;
|
|
430
671
|
};
|
|
672
|
+
export type Batch_Max_Fields = {
|
|
673
|
+
__typename?: 'Batch_max_fields';
|
|
674
|
+
batcher_id?: Maybe<Scalars['String']['output']>;
|
|
675
|
+
hash?: Maybe<Scalars['String']['output']>;
|
|
676
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
677
|
+
position?: Maybe<Scalars['numeric']['output']>;
|
|
678
|
+
size?: Maybe<Scalars['numeric']['output']>;
|
|
679
|
+
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
680
|
+
};
|
|
431
681
|
export type Batch_Max_Order_By = {
|
|
432
682
|
batcher_id?: InputMaybe<Order_By>;
|
|
433
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
434
683
|
hash?: InputMaybe<Order_By>;
|
|
435
684
|
id?: InputMaybe<Order_By>;
|
|
436
685
|
position?: InputMaybe<Order_By>;
|
|
437
686
|
size?: InputMaybe<Order_By>;
|
|
438
687
|
timestamp?: InputMaybe<Order_By>;
|
|
439
688
|
};
|
|
689
|
+
export type Batch_Min_Fields = {
|
|
690
|
+
__typename?: 'Batch_min_fields';
|
|
691
|
+
batcher_id?: Maybe<Scalars['String']['output']>;
|
|
692
|
+
hash?: Maybe<Scalars['String']['output']>;
|
|
693
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
694
|
+
position?: Maybe<Scalars['numeric']['output']>;
|
|
695
|
+
size?: Maybe<Scalars['numeric']['output']>;
|
|
696
|
+
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
697
|
+
};
|
|
440
698
|
export type Batch_Min_Order_By = {
|
|
441
699
|
batcher_id?: InputMaybe<Order_By>;
|
|
442
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
443
700
|
hash?: InputMaybe<Order_By>;
|
|
444
701
|
id?: InputMaybe<Order_By>;
|
|
445
702
|
position?: InputMaybe<Order_By>;
|
|
@@ -449,7 +706,6 @@ export type Batch_Min_Order_By = {
|
|
|
449
706
|
export type Batch_Order_By = {
|
|
450
707
|
batcher?: InputMaybe<Batcher_Order_By>;
|
|
451
708
|
batcher_id?: InputMaybe<Order_By>;
|
|
452
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
453
709
|
hash?: InputMaybe<Order_By>;
|
|
454
710
|
id?: InputMaybe<Order_By>;
|
|
455
711
|
position?: InputMaybe<Order_By>;
|
|
@@ -459,23 +715,40 @@ export type Batch_Order_By = {
|
|
|
459
715
|
};
|
|
460
716
|
export declare enum Batch_Select_Column {
|
|
461
717
|
BatcherId = "batcher_id",
|
|
462
|
-
DbWriteTimestamp = "db_write_timestamp",
|
|
463
718
|
Hash = "hash",
|
|
464
719
|
Id = "id",
|
|
465
720
|
Position = "position",
|
|
466
721
|
Size = "size",
|
|
467
722
|
Timestamp = "timestamp"
|
|
468
723
|
}
|
|
724
|
+
export type Batch_Stddev_Fields = {
|
|
725
|
+
__typename?: 'Batch_stddev_fields';
|
|
726
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
727
|
+
size?: Maybe<Scalars['Float']['output']>;
|
|
728
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
729
|
+
};
|
|
469
730
|
export type Batch_Stddev_Order_By = {
|
|
470
731
|
position?: InputMaybe<Order_By>;
|
|
471
732
|
size?: InputMaybe<Order_By>;
|
|
472
733
|
timestamp?: InputMaybe<Order_By>;
|
|
473
734
|
};
|
|
735
|
+
export type Batch_Stddev_Pop_Fields = {
|
|
736
|
+
__typename?: 'Batch_stddev_pop_fields';
|
|
737
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
738
|
+
size?: Maybe<Scalars['Float']['output']>;
|
|
739
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
740
|
+
};
|
|
474
741
|
export type Batch_Stddev_Pop_Order_By = {
|
|
475
742
|
position?: InputMaybe<Order_By>;
|
|
476
743
|
size?: InputMaybe<Order_By>;
|
|
477
744
|
timestamp?: InputMaybe<Order_By>;
|
|
478
745
|
};
|
|
746
|
+
export type Batch_Stddev_Samp_Fields = {
|
|
747
|
+
__typename?: 'Batch_stddev_samp_fields';
|
|
748
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
749
|
+
size?: Maybe<Scalars['Float']['output']>;
|
|
750
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
751
|
+
};
|
|
479
752
|
export type Batch_Stddev_Samp_Order_By = {
|
|
480
753
|
position?: InputMaybe<Order_By>;
|
|
481
754
|
size?: InputMaybe<Order_By>;
|
|
@@ -487,28 +760,51 @@ export type Batch_Stream_Cursor_Input = {
|
|
|
487
760
|
};
|
|
488
761
|
export type Batch_Stream_Cursor_Value_Input = {
|
|
489
762
|
batcher_id?: InputMaybe<Scalars['String']['input']>;
|
|
490
|
-
db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
491
763
|
hash?: InputMaybe<Scalars['String']['input']>;
|
|
492
764
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
493
765
|
position?: InputMaybe<Scalars['numeric']['input']>;
|
|
494
766
|
size?: InputMaybe<Scalars['numeric']['input']>;
|
|
495
767
|
timestamp?: InputMaybe<Scalars['numeric']['input']>;
|
|
496
768
|
};
|
|
769
|
+
export type Batch_Sum_Fields = {
|
|
770
|
+
__typename?: 'Batch_sum_fields';
|
|
771
|
+
position?: Maybe<Scalars['numeric']['output']>;
|
|
772
|
+
size?: Maybe<Scalars['numeric']['output']>;
|
|
773
|
+
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
774
|
+
};
|
|
497
775
|
export type Batch_Sum_Order_By = {
|
|
498
776
|
position?: InputMaybe<Order_By>;
|
|
499
777
|
size?: InputMaybe<Order_By>;
|
|
500
778
|
timestamp?: InputMaybe<Order_By>;
|
|
501
779
|
};
|
|
780
|
+
export type Batch_Var_Pop_Fields = {
|
|
781
|
+
__typename?: 'Batch_var_pop_fields';
|
|
782
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
783
|
+
size?: Maybe<Scalars['Float']['output']>;
|
|
784
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
785
|
+
};
|
|
502
786
|
export type Batch_Var_Pop_Order_By = {
|
|
503
787
|
position?: InputMaybe<Order_By>;
|
|
504
788
|
size?: InputMaybe<Order_By>;
|
|
505
789
|
timestamp?: InputMaybe<Order_By>;
|
|
506
790
|
};
|
|
791
|
+
export type Batch_Var_Samp_Fields = {
|
|
792
|
+
__typename?: 'Batch_var_samp_fields';
|
|
793
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
794
|
+
size?: Maybe<Scalars['Float']['output']>;
|
|
795
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
796
|
+
};
|
|
507
797
|
export type Batch_Var_Samp_Order_By = {
|
|
508
798
|
position?: InputMaybe<Order_By>;
|
|
509
799
|
size?: InputMaybe<Order_By>;
|
|
510
800
|
timestamp?: InputMaybe<Order_By>;
|
|
511
801
|
};
|
|
802
|
+
export type Batch_Variance_Fields = {
|
|
803
|
+
__typename?: 'Batch_variance_fields';
|
|
804
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
805
|
+
size?: Maybe<Scalars['Float']['output']>;
|
|
806
|
+
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
807
|
+
};
|
|
512
808
|
export type Batch_Variance_Order_By = {
|
|
513
809
|
position?: InputMaybe<Order_By>;
|
|
514
810
|
size?: InputMaybe<Order_By>;
|
|
@@ -518,7 +814,7 @@ export type Batcher = {
|
|
|
518
814
|
__typename?: 'Batcher';
|
|
519
815
|
batchCounter: Scalars['numeric']['output'];
|
|
520
816
|
batches: Array<Batch>;
|
|
521
|
-
|
|
817
|
+
batches_aggregate: Batch_Aggregate;
|
|
522
818
|
id: Scalars['String']['output'];
|
|
523
819
|
};
|
|
524
820
|
export type BatcherBatchesArgs = {
|
|
@@ -528,24 +824,29 @@ export type BatcherBatchesArgs = {
|
|
|
528
824
|
order_by?: InputMaybe<Array<Batch_Order_By>>;
|
|
529
825
|
where?: InputMaybe<Batch_Bool_Exp>;
|
|
530
826
|
};
|
|
827
|
+
export type BatcherBatches_AggregateArgs = {
|
|
828
|
+
distinct_on?: InputMaybe<Array<Batch_Select_Column>>;
|
|
829
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
830
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
831
|
+
order_by?: InputMaybe<Array<Batch_Order_By>>;
|
|
832
|
+
where?: InputMaybe<Batch_Bool_Exp>;
|
|
833
|
+
};
|
|
531
834
|
export type Batcher_Bool_Exp = {
|
|
532
835
|
_and?: InputMaybe<Array<Batcher_Bool_Exp>>;
|
|
533
836
|
_not?: InputMaybe<Batcher_Bool_Exp>;
|
|
534
837
|
_or?: InputMaybe<Array<Batcher_Bool_Exp>>;
|
|
535
838
|
batchCounter?: InputMaybe<Numeric_Comparison_Exp>;
|
|
536
839
|
batches?: InputMaybe<Batch_Bool_Exp>;
|
|
537
|
-
|
|
840
|
+
batches_aggregate?: InputMaybe<Batch_Aggregate_Bool_Exp>;
|
|
538
841
|
id?: InputMaybe<String_Comparison_Exp>;
|
|
539
842
|
};
|
|
540
843
|
export type Batcher_Order_By = {
|
|
541
844
|
batchCounter?: InputMaybe<Order_By>;
|
|
542
845
|
batches_aggregate?: InputMaybe<Batch_Aggregate_Order_By>;
|
|
543
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
544
846
|
id?: InputMaybe<Order_By>;
|
|
545
847
|
};
|
|
546
848
|
export declare enum Batcher_Select_Column {
|
|
547
849
|
BatchCounter = "batchCounter",
|
|
548
|
-
DbWriteTimestamp = "db_write_timestamp",
|
|
549
850
|
Id = "id"
|
|
550
851
|
}
|
|
551
852
|
export type Batcher_Stream_Cursor_Input = {
|
|
@@ -554,7 +855,6 @@ export type Batcher_Stream_Cursor_Input = {
|
|
|
554
855
|
};
|
|
555
856
|
export type Batcher_Stream_Cursor_Value_Input = {
|
|
556
857
|
batchCounter?: InputMaybe<Scalars['numeric']['input']>;
|
|
557
|
-
db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
558
858
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
559
859
|
};
|
|
560
860
|
export type Boolean_Comparison_Exp = {
|
|
@@ -568,490 +868,112 @@ export type Boolean_Comparison_Exp = {
|
|
|
568
868
|
_neq?: InputMaybe<Scalars['Boolean']['input']>;
|
|
569
869
|
_nin?: InputMaybe<Array<Scalars['Boolean']['input']>>;
|
|
570
870
|
};
|
|
571
|
-
export type
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
_is_null?: InputMaybe<Scalars['Boolean']['input']>;
|
|
577
|
-
_lt?: InputMaybe<Scalars['Int']['input']>;
|
|
578
|
-
_lte?: InputMaybe<Scalars['Int']['input']>;
|
|
579
|
-
_neq?: InputMaybe<Scalars['Int']['input']>;
|
|
580
|
-
_nin?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
581
|
-
};
|
|
582
|
-
export type Revenue = {
|
|
583
|
-
__typename?: 'Revenue';
|
|
584
|
-
amount: Scalars['float8']['output'];
|
|
871
|
+
export type Contract = {
|
|
872
|
+
__typename?: 'Contract';
|
|
873
|
+
address: Scalars['String']['output'];
|
|
874
|
+
alias: Scalars['String']['output'];
|
|
875
|
+
category: Scalars['String']['output'];
|
|
585
876
|
chainId: Scalars['numeric']['output'];
|
|
586
|
-
currency: Scalars['String']['output'];
|
|
587
|
-
date: Scalars['String']['output'];
|
|
588
|
-
dateTimestamp: Scalars['timestamptz']['output'];
|
|
589
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
590
|
-
id: Scalars['String']['output'];
|
|
591
|
-
transactions: Array<RevenueTransaction>;
|
|
592
|
-
transactions_aggregate: RevenueTransaction_Aggregate;
|
|
593
|
-
};
|
|
594
|
-
export type RevenueTransactionsArgs = {
|
|
595
|
-
distinct_on?: InputMaybe<Array<RevenueTransaction_Select_Column>>;
|
|
596
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
597
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
598
|
-
order_by?: InputMaybe<Array<RevenueTransaction_Order_By>>;
|
|
599
|
-
where?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
600
|
-
};
|
|
601
|
-
export type RevenueTransactions_AggregateArgs = {
|
|
602
|
-
distinct_on?: InputMaybe<Array<RevenueTransaction_Select_Column>>;
|
|
603
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
604
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
605
|
-
order_by?: InputMaybe<Array<RevenueTransaction_Order_By>>;
|
|
606
|
-
where?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
607
|
-
};
|
|
608
|
-
export type RevenueTransaction = {
|
|
609
|
-
__typename?: 'RevenueTransaction';
|
|
610
|
-
amount: Scalars['float8']['output'];
|
|
611
|
-
block: Scalars['numeric']['output'];
|
|
612
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
613
|
-
hash: Scalars['String']['output'];
|
|
614
877
|
id: Scalars['String']['output'];
|
|
615
|
-
revenue?: Maybe<Revenue>;
|
|
616
|
-
revenue_id: Scalars['String']['output'];
|
|
617
|
-
timestamp: Scalars['numeric']['output'];
|
|
618
|
-
};
|
|
619
|
-
export type RevenueTransaction_Aggregate = {
|
|
620
|
-
__typename?: 'RevenueTransaction_aggregate';
|
|
621
|
-
aggregate?: Maybe<RevenueTransaction_Aggregate_Fields>;
|
|
622
|
-
nodes: Array<RevenueTransaction>;
|
|
623
|
-
};
|
|
624
|
-
export type RevenueTransaction_Aggregate_Bool_Exp = {
|
|
625
|
-
avg?: InputMaybe<RevenueTransaction_Aggregate_Bool_Exp_Avg>;
|
|
626
|
-
corr?: InputMaybe<RevenueTransaction_Aggregate_Bool_Exp_Corr>;
|
|
627
|
-
count?: InputMaybe<RevenueTransaction_Aggregate_Bool_Exp_Count>;
|
|
628
|
-
covar_samp?: InputMaybe<RevenueTransaction_Aggregate_Bool_Exp_Covar_Samp>;
|
|
629
|
-
max?: InputMaybe<RevenueTransaction_Aggregate_Bool_Exp_Max>;
|
|
630
|
-
min?: InputMaybe<RevenueTransaction_Aggregate_Bool_Exp_Min>;
|
|
631
|
-
stddev_samp?: InputMaybe<RevenueTransaction_Aggregate_Bool_Exp_Stddev_Samp>;
|
|
632
|
-
sum?: InputMaybe<RevenueTransaction_Aggregate_Bool_Exp_Sum>;
|
|
633
|
-
var_samp?: InputMaybe<RevenueTransaction_Aggregate_Bool_Exp_Var_Samp>;
|
|
634
|
-
};
|
|
635
|
-
export type RevenueTransaction_Aggregate_Bool_Exp_Avg = {
|
|
636
|
-
arguments: RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Avg_Arguments_Columns;
|
|
637
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
638
|
-
filter?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
639
|
-
predicate: Float8_Comparison_Exp;
|
|
640
|
-
};
|
|
641
|
-
export type RevenueTransaction_Aggregate_Bool_Exp_Corr = {
|
|
642
|
-
arguments: RevenueTransaction_Aggregate_Bool_Exp_Corr_Arguments;
|
|
643
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
644
|
-
filter?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
645
|
-
predicate: Float8_Comparison_Exp;
|
|
646
|
-
};
|
|
647
|
-
export type RevenueTransaction_Aggregate_Bool_Exp_Corr_Arguments = {
|
|
648
|
-
X: RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Corr_Arguments_Columns;
|
|
649
|
-
Y: RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Corr_Arguments_Columns;
|
|
650
|
-
};
|
|
651
|
-
export type RevenueTransaction_Aggregate_Bool_Exp_Count = {
|
|
652
|
-
arguments?: InputMaybe<Array<RevenueTransaction_Select_Column>>;
|
|
653
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
654
|
-
filter?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
655
|
-
predicate: Int_Comparison_Exp;
|
|
656
|
-
};
|
|
657
|
-
export type RevenueTransaction_Aggregate_Bool_Exp_Covar_Samp = {
|
|
658
|
-
arguments: RevenueTransaction_Aggregate_Bool_Exp_Covar_Samp_Arguments;
|
|
659
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
660
|
-
filter?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
661
|
-
predicate: Float8_Comparison_Exp;
|
|
662
|
-
};
|
|
663
|
-
export type RevenueTransaction_Aggregate_Bool_Exp_Covar_Samp_Arguments = {
|
|
664
|
-
X: RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Covar_Samp_Arguments_Columns;
|
|
665
|
-
Y: RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Covar_Samp_Arguments_Columns;
|
|
666
|
-
};
|
|
667
|
-
export type RevenueTransaction_Aggregate_Bool_Exp_Max = {
|
|
668
|
-
arguments: RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Max_Arguments_Columns;
|
|
669
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
670
|
-
filter?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
671
|
-
predicate: Float8_Comparison_Exp;
|
|
672
|
-
};
|
|
673
|
-
export type RevenueTransaction_Aggregate_Bool_Exp_Min = {
|
|
674
|
-
arguments: RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Min_Arguments_Columns;
|
|
675
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
676
|
-
filter?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
677
|
-
predicate: Float8_Comparison_Exp;
|
|
678
878
|
};
|
|
679
|
-
export type
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
688
|
-
filter?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
689
|
-
predicate: Float8_Comparison_Exp;
|
|
690
|
-
};
|
|
691
|
-
export type RevenueTransaction_Aggregate_Bool_Exp_Var_Samp = {
|
|
692
|
-
arguments: RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Var_Samp_Arguments_Columns;
|
|
693
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
694
|
-
filter?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
695
|
-
predicate: Float8_Comparison_Exp;
|
|
696
|
-
};
|
|
697
|
-
export type RevenueTransaction_Aggregate_Fields = {
|
|
698
|
-
__typename?: 'RevenueTransaction_aggregate_fields';
|
|
699
|
-
avg?: Maybe<RevenueTransaction_Avg_Fields>;
|
|
700
|
-
count: Scalars['Int']['output'];
|
|
701
|
-
max?: Maybe<RevenueTransaction_Max_Fields>;
|
|
702
|
-
min?: Maybe<RevenueTransaction_Min_Fields>;
|
|
703
|
-
stddev?: Maybe<RevenueTransaction_Stddev_Fields>;
|
|
704
|
-
stddev_pop?: Maybe<RevenueTransaction_Stddev_Pop_Fields>;
|
|
705
|
-
stddev_samp?: Maybe<RevenueTransaction_Stddev_Samp_Fields>;
|
|
706
|
-
sum?: Maybe<RevenueTransaction_Sum_Fields>;
|
|
707
|
-
var_pop?: Maybe<RevenueTransaction_Var_Pop_Fields>;
|
|
708
|
-
var_samp?: Maybe<RevenueTransaction_Var_Samp_Fields>;
|
|
709
|
-
variance?: Maybe<RevenueTransaction_Variance_Fields>;
|
|
710
|
-
};
|
|
711
|
-
export type RevenueTransaction_Aggregate_FieldsCountArgs = {
|
|
712
|
-
columns?: InputMaybe<Array<RevenueTransaction_Select_Column>>;
|
|
713
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
714
|
-
};
|
|
715
|
-
export type RevenueTransaction_Aggregate_Order_By = {
|
|
716
|
-
avg?: InputMaybe<RevenueTransaction_Avg_Order_By>;
|
|
717
|
-
count?: InputMaybe<Order_By>;
|
|
718
|
-
max?: InputMaybe<RevenueTransaction_Max_Order_By>;
|
|
719
|
-
min?: InputMaybe<RevenueTransaction_Min_Order_By>;
|
|
720
|
-
stddev?: InputMaybe<RevenueTransaction_Stddev_Order_By>;
|
|
721
|
-
stddev_pop?: InputMaybe<RevenueTransaction_Stddev_Pop_Order_By>;
|
|
722
|
-
stddev_samp?: InputMaybe<RevenueTransaction_Stddev_Samp_Order_By>;
|
|
723
|
-
sum?: InputMaybe<RevenueTransaction_Sum_Order_By>;
|
|
724
|
-
var_pop?: InputMaybe<RevenueTransaction_Var_Pop_Order_By>;
|
|
725
|
-
var_samp?: InputMaybe<RevenueTransaction_Var_Samp_Order_By>;
|
|
726
|
-
variance?: InputMaybe<RevenueTransaction_Variance_Order_By>;
|
|
727
|
-
};
|
|
728
|
-
export type RevenueTransaction_Avg_Fields = {
|
|
729
|
-
__typename?: 'RevenueTransaction_avg_fields';
|
|
730
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
731
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
732
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
733
|
-
};
|
|
734
|
-
export type RevenueTransaction_Avg_Order_By = {
|
|
735
|
-
amount?: InputMaybe<Order_By>;
|
|
736
|
-
block?: InputMaybe<Order_By>;
|
|
737
|
-
timestamp?: InputMaybe<Order_By>;
|
|
738
|
-
};
|
|
739
|
-
export type RevenueTransaction_Bool_Exp = {
|
|
740
|
-
_and?: InputMaybe<Array<RevenueTransaction_Bool_Exp>>;
|
|
741
|
-
_not?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
742
|
-
_or?: InputMaybe<Array<RevenueTransaction_Bool_Exp>>;
|
|
743
|
-
amount?: InputMaybe<Float8_Comparison_Exp>;
|
|
744
|
-
block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
745
|
-
db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
746
|
-
hash?: InputMaybe<String_Comparison_Exp>;
|
|
879
|
+
export type Contract_Bool_Exp = {
|
|
880
|
+
_and?: InputMaybe<Array<Contract_Bool_Exp>>;
|
|
881
|
+
_not?: InputMaybe<Contract_Bool_Exp>;
|
|
882
|
+
_or?: InputMaybe<Array<Contract_Bool_Exp>>;
|
|
883
|
+
address?: InputMaybe<String_Comparison_Exp>;
|
|
884
|
+
alias?: InputMaybe<String_Comparison_Exp>;
|
|
885
|
+
category?: InputMaybe<String_Comparison_Exp>;
|
|
886
|
+
chainId?: InputMaybe<Numeric_Comparison_Exp>;
|
|
747
887
|
id?: InputMaybe<String_Comparison_Exp>;
|
|
748
|
-
revenue?: InputMaybe<Revenue_Bool_Exp>;
|
|
749
|
-
revenue_id?: InputMaybe<String_Comparison_Exp>;
|
|
750
|
-
timestamp?: InputMaybe<Numeric_Comparison_Exp>;
|
|
751
|
-
};
|
|
752
|
-
export type RevenueTransaction_Max_Fields = {
|
|
753
|
-
__typename?: 'RevenueTransaction_max_fields';
|
|
754
|
-
amount?: Maybe<Scalars['float8']['output']>;
|
|
755
|
-
block?: Maybe<Scalars['numeric']['output']>;
|
|
756
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
757
|
-
hash?: Maybe<Scalars['String']['output']>;
|
|
758
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
759
|
-
revenue_id?: Maybe<Scalars['String']['output']>;
|
|
760
|
-
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
761
|
-
};
|
|
762
|
-
export type RevenueTransaction_Max_Order_By = {
|
|
763
|
-
amount?: InputMaybe<Order_By>;
|
|
764
|
-
block?: InputMaybe<Order_By>;
|
|
765
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
766
|
-
hash?: InputMaybe<Order_By>;
|
|
767
|
-
id?: InputMaybe<Order_By>;
|
|
768
|
-
revenue_id?: InputMaybe<Order_By>;
|
|
769
|
-
timestamp?: InputMaybe<Order_By>;
|
|
770
|
-
};
|
|
771
|
-
export type RevenueTransaction_Min_Fields = {
|
|
772
|
-
__typename?: 'RevenueTransaction_min_fields';
|
|
773
|
-
amount?: Maybe<Scalars['float8']['output']>;
|
|
774
|
-
block?: Maybe<Scalars['numeric']['output']>;
|
|
775
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
776
|
-
hash?: Maybe<Scalars['String']['output']>;
|
|
777
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
778
|
-
revenue_id?: Maybe<Scalars['String']['output']>;
|
|
779
|
-
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
780
|
-
};
|
|
781
|
-
export type RevenueTransaction_Min_Order_By = {
|
|
782
|
-
amount?: InputMaybe<Order_By>;
|
|
783
|
-
block?: InputMaybe<Order_By>;
|
|
784
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
785
|
-
hash?: InputMaybe<Order_By>;
|
|
786
|
-
id?: InputMaybe<Order_By>;
|
|
787
|
-
revenue_id?: InputMaybe<Order_By>;
|
|
788
|
-
timestamp?: InputMaybe<Order_By>;
|
|
789
888
|
};
|
|
790
|
-
export type
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
889
|
+
export type Contract_Order_By = {
|
|
890
|
+
address?: InputMaybe<Order_By>;
|
|
891
|
+
alias?: InputMaybe<Order_By>;
|
|
892
|
+
category?: InputMaybe<Order_By>;
|
|
893
|
+
chainId?: InputMaybe<Order_By>;
|
|
795
894
|
id?: InputMaybe<Order_By>;
|
|
796
|
-
revenue?: InputMaybe<Revenue_Order_By>;
|
|
797
|
-
revenue_id?: InputMaybe<Order_By>;
|
|
798
|
-
timestamp?: InputMaybe<Order_By>;
|
|
799
895
|
};
|
|
800
|
-
export declare enum
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
Id = "id"
|
|
806
|
-
RevenueId = "revenue_id",
|
|
807
|
-
Timestamp = "timestamp"
|
|
808
|
-
}
|
|
809
|
-
export declare enum RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Avg_Arguments_Columns {
|
|
810
|
-
Amount = "amount"
|
|
811
|
-
}
|
|
812
|
-
export declare enum RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Corr_Arguments_Columns {
|
|
813
|
-
Amount = "amount"
|
|
814
|
-
}
|
|
815
|
-
export declare enum RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Covar_Samp_Arguments_Columns {
|
|
816
|
-
Amount = "amount"
|
|
817
|
-
}
|
|
818
|
-
export declare enum RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Max_Arguments_Columns {
|
|
819
|
-
Amount = "amount"
|
|
820
|
-
}
|
|
821
|
-
export declare enum RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Min_Arguments_Columns {
|
|
822
|
-
Amount = "amount"
|
|
823
|
-
}
|
|
824
|
-
export declare enum RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Stddev_Samp_Arguments_Columns {
|
|
825
|
-
Amount = "amount"
|
|
826
|
-
}
|
|
827
|
-
export declare enum RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Sum_Arguments_Columns {
|
|
828
|
-
Amount = "amount"
|
|
829
|
-
}
|
|
830
|
-
export declare enum RevenueTransaction_Select_Column_RevenueTransaction_Aggregate_Bool_Exp_Var_Samp_Arguments_Columns {
|
|
831
|
-
Amount = "amount"
|
|
896
|
+
export declare enum Contract_Select_Column {
|
|
897
|
+
Address = "address",
|
|
898
|
+
Alias = "alias",
|
|
899
|
+
Category = "category",
|
|
900
|
+
ChainId = "chainId",
|
|
901
|
+
Id = "id"
|
|
832
902
|
}
|
|
833
|
-
export type
|
|
834
|
-
|
|
835
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
836
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
837
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
838
|
-
};
|
|
839
|
-
export type RevenueTransaction_Stddev_Order_By = {
|
|
840
|
-
amount?: InputMaybe<Order_By>;
|
|
841
|
-
block?: InputMaybe<Order_By>;
|
|
842
|
-
timestamp?: InputMaybe<Order_By>;
|
|
843
|
-
};
|
|
844
|
-
export type RevenueTransaction_Stddev_Pop_Fields = {
|
|
845
|
-
__typename?: 'RevenueTransaction_stddev_pop_fields';
|
|
846
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
847
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
848
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
849
|
-
};
|
|
850
|
-
export type RevenueTransaction_Stddev_Pop_Order_By = {
|
|
851
|
-
amount?: InputMaybe<Order_By>;
|
|
852
|
-
block?: InputMaybe<Order_By>;
|
|
853
|
-
timestamp?: InputMaybe<Order_By>;
|
|
854
|
-
};
|
|
855
|
-
export type RevenueTransaction_Stddev_Samp_Fields = {
|
|
856
|
-
__typename?: 'RevenueTransaction_stddev_samp_fields';
|
|
857
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
858
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
859
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
860
|
-
};
|
|
861
|
-
export type RevenueTransaction_Stddev_Samp_Order_By = {
|
|
862
|
-
amount?: InputMaybe<Order_By>;
|
|
863
|
-
block?: InputMaybe<Order_By>;
|
|
864
|
-
timestamp?: InputMaybe<Order_By>;
|
|
865
|
-
};
|
|
866
|
-
export type RevenueTransaction_Stream_Cursor_Input = {
|
|
867
|
-
initial_value: RevenueTransaction_Stream_Cursor_Value_Input;
|
|
903
|
+
export type Contract_Stream_Cursor_Input = {
|
|
904
|
+
initial_value: Contract_Stream_Cursor_Value_Input;
|
|
868
905
|
ordering?: InputMaybe<Cursor_Ordering>;
|
|
869
906
|
};
|
|
870
|
-
export type
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
907
|
+
export type Contract_Stream_Cursor_Value_Input = {
|
|
908
|
+
address?: InputMaybe<Scalars['String']['input']>;
|
|
909
|
+
alias?: InputMaybe<Scalars['String']['input']>;
|
|
910
|
+
category?: InputMaybe<Scalars['String']['input']>;
|
|
911
|
+
chainId?: InputMaybe<Scalars['numeric']['input']>;
|
|
875
912
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
876
|
-
revenue_id?: InputMaybe<Scalars['String']['input']>;
|
|
877
|
-
timestamp?: InputMaybe<Scalars['numeric']['input']>;
|
|
878
|
-
};
|
|
879
|
-
export type RevenueTransaction_Sum_Fields = {
|
|
880
|
-
__typename?: 'RevenueTransaction_sum_fields';
|
|
881
|
-
amount?: Maybe<Scalars['float8']['output']>;
|
|
882
|
-
block?: Maybe<Scalars['numeric']['output']>;
|
|
883
|
-
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
884
|
-
};
|
|
885
|
-
export type RevenueTransaction_Sum_Order_By = {
|
|
886
|
-
amount?: InputMaybe<Order_By>;
|
|
887
|
-
block?: InputMaybe<Order_By>;
|
|
888
|
-
timestamp?: InputMaybe<Order_By>;
|
|
889
|
-
};
|
|
890
|
-
export type RevenueTransaction_Var_Pop_Fields = {
|
|
891
|
-
__typename?: 'RevenueTransaction_var_pop_fields';
|
|
892
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
893
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
894
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
895
|
-
};
|
|
896
|
-
export type RevenueTransaction_Var_Pop_Order_By = {
|
|
897
|
-
amount?: InputMaybe<Order_By>;
|
|
898
|
-
block?: InputMaybe<Order_By>;
|
|
899
|
-
timestamp?: InputMaybe<Order_By>;
|
|
900
|
-
};
|
|
901
|
-
export type RevenueTransaction_Var_Samp_Fields = {
|
|
902
|
-
__typename?: 'RevenueTransaction_var_samp_fields';
|
|
903
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
904
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
905
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
906
|
-
};
|
|
907
|
-
export type RevenueTransaction_Var_Samp_Order_By = {
|
|
908
|
-
amount?: InputMaybe<Order_By>;
|
|
909
|
-
block?: InputMaybe<Order_By>;
|
|
910
|
-
timestamp?: InputMaybe<Order_By>;
|
|
911
|
-
};
|
|
912
|
-
export type RevenueTransaction_Variance_Fields = {
|
|
913
|
-
__typename?: 'RevenueTransaction_variance_fields';
|
|
914
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
915
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
916
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
917
|
-
};
|
|
918
|
-
export type RevenueTransaction_Variance_Order_By = {
|
|
919
|
-
amount?: InputMaybe<Order_By>;
|
|
920
|
-
block?: InputMaybe<Order_By>;
|
|
921
|
-
timestamp?: InputMaybe<Order_By>;
|
|
922
|
-
};
|
|
923
|
-
export type Revenue_Aggregate = {
|
|
924
|
-
__typename?: 'Revenue_aggregate';
|
|
925
|
-
aggregate?: Maybe<Revenue_Aggregate_Fields>;
|
|
926
|
-
nodes: Array<Revenue>;
|
|
927
|
-
};
|
|
928
|
-
export type Revenue_Aggregate_Fields = {
|
|
929
|
-
__typename?: 'Revenue_aggregate_fields';
|
|
930
|
-
avg?: Maybe<Revenue_Avg_Fields>;
|
|
931
|
-
count: Scalars['Int']['output'];
|
|
932
|
-
max?: Maybe<Revenue_Max_Fields>;
|
|
933
|
-
min?: Maybe<Revenue_Min_Fields>;
|
|
934
|
-
stddev?: Maybe<Revenue_Stddev_Fields>;
|
|
935
|
-
stddev_pop?: Maybe<Revenue_Stddev_Pop_Fields>;
|
|
936
|
-
stddev_samp?: Maybe<Revenue_Stddev_Samp_Fields>;
|
|
937
|
-
sum?: Maybe<Revenue_Sum_Fields>;
|
|
938
|
-
var_pop?: Maybe<Revenue_Var_Pop_Fields>;
|
|
939
|
-
var_samp?: Maybe<Revenue_Var_Samp_Fields>;
|
|
940
|
-
variance?: Maybe<Revenue_Variance_Fields>;
|
|
941
|
-
};
|
|
942
|
-
export type Revenue_Aggregate_FieldsCountArgs = {
|
|
943
|
-
columns?: InputMaybe<Array<Revenue_Select_Column>>;
|
|
944
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
945
913
|
};
|
|
946
|
-
export type
|
|
947
|
-
__typename?: '
|
|
948
|
-
|
|
949
|
-
|
|
914
|
+
export type DeprecatedStream = {
|
|
915
|
+
__typename?: 'DeprecatedStream';
|
|
916
|
+
chainId: Scalars['numeric']['output'];
|
|
917
|
+
contractAddress: Scalars['String']['output'];
|
|
918
|
+
hash: Scalars['String']['output'];
|
|
919
|
+
id: Scalars['String']['output'];
|
|
920
|
+
timestamp: Scalars['numeric']['output'];
|
|
921
|
+
tokenId: Scalars['numeric']['output'];
|
|
950
922
|
};
|
|
951
|
-
export type
|
|
952
|
-
_and?: InputMaybe<Array<
|
|
953
|
-
_not?: InputMaybe<
|
|
954
|
-
_or?: InputMaybe<Array<
|
|
955
|
-
amount?: InputMaybe<Float8_Comparison_Exp>;
|
|
923
|
+
export type DeprecatedStream_Bool_Exp = {
|
|
924
|
+
_and?: InputMaybe<Array<DeprecatedStream_Bool_Exp>>;
|
|
925
|
+
_not?: InputMaybe<DeprecatedStream_Bool_Exp>;
|
|
926
|
+
_or?: InputMaybe<Array<DeprecatedStream_Bool_Exp>>;
|
|
956
927
|
chainId?: InputMaybe<Numeric_Comparison_Exp>;
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
dateTimestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
960
|
-
db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
928
|
+
contractAddress?: InputMaybe<String_Comparison_Exp>;
|
|
929
|
+
hash?: InputMaybe<String_Comparison_Exp>;
|
|
961
930
|
id?: InputMaybe<String_Comparison_Exp>;
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
};
|
|
965
|
-
export type Revenue_Max_Fields = {
|
|
966
|
-
__typename?: 'Revenue_max_fields';
|
|
967
|
-
amount?: Maybe<Scalars['float8']['output']>;
|
|
968
|
-
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
969
|
-
currency?: Maybe<Scalars['String']['output']>;
|
|
970
|
-
date?: Maybe<Scalars['String']['output']>;
|
|
971
|
-
dateTimestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
972
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
973
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
974
|
-
};
|
|
975
|
-
export type Revenue_Min_Fields = {
|
|
976
|
-
__typename?: 'Revenue_min_fields';
|
|
977
|
-
amount?: Maybe<Scalars['float8']['output']>;
|
|
978
|
-
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
979
|
-
currency?: Maybe<Scalars['String']['output']>;
|
|
980
|
-
date?: Maybe<Scalars['String']['output']>;
|
|
981
|
-
dateTimestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
982
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
983
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
931
|
+
timestamp?: InputMaybe<Numeric_Comparison_Exp>;
|
|
932
|
+
tokenId?: InputMaybe<Numeric_Comparison_Exp>;
|
|
984
933
|
};
|
|
985
|
-
export type
|
|
986
|
-
amount?: InputMaybe<Order_By>;
|
|
934
|
+
export type DeprecatedStream_Order_By = {
|
|
987
935
|
chainId?: InputMaybe<Order_By>;
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
dateTimestamp?: InputMaybe<Order_By>;
|
|
991
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
936
|
+
contractAddress?: InputMaybe<Order_By>;
|
|
937
|
+
hash?: InputMaybe<Order_By>;
|
|
992
938
|
id?: InputMaybe<Order_By>;
|
|
993
|
-
|
|
939
|
+
timestamp?: InputMaybe<Order_By>;
|
|
940
|
+
tokenId?: InputMaybe<Order_By>;
|
|
994
941
|
};
|
|
995
|
-
export declare enum
|
|
996
|
-
Amount = "amount",
|
|
942
|
+
export declare enum DeprecatedStream_Select_Column {
|
|
997
943
|
ChainId = "chainId",
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
944
|
+
ContractAddress = "contractAddress",
|
|
945
|
+
Hash = "hash",
|
|
946
|
+
Id = "id",
|
|
947
|
+
Timestamp = "timestamp",
|
|
948
|
+
TokenId = "tokenId"
|
|
1003
949
|
}
|
|
1004
|
-
export type
|
|
1005
|
-
|
|
1006
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
1007
|
-
chainId?: Maybe<Scalars['Float']['output']>;
|
|
1008
|
-
};
|
|
1009
|
-
export type Revenue_Stddev_Pop_Fields = {
|
|
1010
|
-
__typename?: 'Revenue_stddev_pop_fields';
|
|
1011
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
1012
|
-
chainId?: Maybe<Scalars['Float']['output']>;
|
|
1013
|
-
};
|
|
1014
|
-
export type Revenue_Stddev_Samp_Fields = {
|
|
1015
|
-
__typename?: 'Revenue_stddev_samp_fields';
|
|
1016
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
1017
|
-
chainId?: Maybe<Scalars['Float']['output']>;
|
|
1018
|
-
};
|
|
1019
|
-
export type Revenue_Stream_Cursor_Input = {
|
|
1020
|
-
initial_value: Revenue_Stream_Cursor_Value_Input;
|
|
950
|
+
export type DeprecatedStream_Stream_Cursor_Input = {
|
|
951
|
+
initial_value: DeprecatedStream_Stream_Cursor_Value_Input;
|
|
1021
952
|
ordering?: InputMaybe<Cursor_Ordering>;
|
|
1022
953
|
};
|
|
1023
|
-
export type
|
|
1024
|
-
amount?: InputMaybe<Scalars['float8']['input']>;
|
|
954
|
+
export type DeprecatedStream_Stream_Cursor_Value_Input = {
|
|
1025
955
|
chainId?: InputMaybe<Scalars['numeric']['input']>;
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
dateTimestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
1029
|
-
db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
956
|
+
contractAddress?: InputMaybe<Scalars['String']['input']>;
|
|
957
|
+
hash?: InputMaybe<Scalars['String']['input']>;
|
|
1030
958
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
959
|
+
timestamp?: InputMaybe<Scalars['numeric']['input']>;
|
|
960
|
+
tokenId?: InputMaybe<Scalars['numeric']['input']>;
|
|
1031
961
|
};
|
|
1032
|
-
export type
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
export type Revenue_Var_Samp_Fields = {
|
|
1043
|
-
__typename?: 'Revenue_var_samp_fields';
|
|
1044
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
1045
|
-
chainId?: Maybe<Scalars['Float']['output']>;
|
|
1046
|
-
};
|
|
1047
|
-
export type Revenue_Variance_Fields = {
|
|
1048
|
-
__typename?: 'Revenue_variance_fields';
|
|
1049
|
-
amount?: Maybe<Scalars['Float']['output']>;
|
|
1050
|
-
chainId?: Maybe<Scalars['Float']['output']>;
|
|
962
|
+
export type Int_Comparison_Exp = {
|
|
963
|
+
_eq?: InputMaybe<Scalars['Int']['input']>;
|
|
964
|
+
_gt?: InputMaybe<Scalars['Int']['input']>;
|
|
965
|
+
_gte?: InputMaybe<Scalars['Int']['input']>;
|
|
966
|
+
_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
967
|
+
_is_null?: InputMaybe<Scalars['Boolean']['input']>;
|
|
968
|
+
_lt?: InputMaybe<Scalars['Int']['input']>;
|
|
969
|
+
_lte?: InputMaybe<Scalars['Int']['input']>;
|
|
970
|
+
_neq?: InputMaybe<Scalars['Int']['input']>;
|
|
971
|
+
_nin?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
1051
972
|
};
|
|
1052
973
|
export type Stream = {
|
|
1053
974
|
__typename?: 'Stream';
|
|
1054
975
|
actions: Array<Action>;
|
|
976
|
+
actions_aggregate: Action_Aggregate;
|
|
1055
977
|
alias: Scalars['String']['output'];
|
|
1056
978
|
asset?: Maybe<Asset>;
|
|
1057
979
|
assetDecimalsValue: Scalars['numeric']['output'];
|
|
@@ -1063,7 +985,6 @@ export type Stream = {
|
|
|
1063
985
|
chainId: Scalars['numeric']['output'];
|
|
1064
986
|
contract: Scalars['String']['output'];
|
|
1065
987
|
creator: Scalars['String']['output'];
|
|
1066
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
1067
988
|
depletionTime: Scalars['numeric']['output'];
|
|
1068
989
|
depositedAmount: Scalars['numeric']['output'];
|
|
1069
990
|
forgivenDebt: Scalars['numeric']['output'];
|
|
@@ -1101,6 +1022,13 @@ export type StreamActionsArgs = {
|
|
|
1101
1022
|
order_by?: InputMaybe<Array<Action_Order_By>>;
|
|
1102
1023
|
where?: InputMaybe<Action_Bool_Exp>;
|
|
1103
1024
|
};
|
|
1025
|
+
export type StreamActions_AggregateArgs = {
|
|
1026
|
+
distinct_on?: InputMaybe<Array<Action_Select_Column>>;
|
|
1027
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1028
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1029
|
+
order_by?: InputMaybe<Array<Action_Order_By>>;
|
|
1030
|
+
where?: InputMaybe<Action_Bool_Exp>;
|
|
1031
|
+
};
|
|
1104
1032
|
export type Stream_Aggregate = {
|
|
1105
1033
|
__typename?: 'Stream_aggregate';
|
|
1106
1034
|
aggregate?: Maybe<Stream_Aggregate_Fields>;
|
|
@@ -1206,6 +1134,7 @@ export type Stream_Bool_Exp = {
|
|
|
1206
1134
|
_not?: InputMaybe<Stream_Bool_Exp>;
|
|
1207
1135
|
_or?: InputMaybe<Array<Stream_Bool_Exp>>;
|
|
1208
1136
|
actions?: InputMaybe<Action_Bool_Exp>;
|
|
1137
|
+
actions_aggregate?: InputMaybe<Action_Aggregate_Bool_Exp>;
|
|
1209
1138
|
alias?: InputMaybe<String_Comparison_Exp>;
|
|
1210
1139
|
asset?: InputMaybe<Asset_Bool_Exp>;
|
|
1211
1140
|
assetDecimalsValue?: InputMaybe<Numeric_Comparison_Exp>;
|
|
@@ -1217,7 +1146,6 @@ export type Stream_Bool_Exp = {
|
|
|
1217
1146
|
chainId?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1218
1147
|
contract?: InputMaybe<String_Comparison_Exp>;
|
|
1219
1148
|
creator?: InputMaybe<String_Comparison_Exp>;
|
|
1220
|
-
db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
1221
1149
|
depletionTime?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1222
1150
|
depositedAmount?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1223
1151
|
forgivenDebt?: InputMaybe<Numeric_Comparison_Exp>;
|
|
@@ -1259,7 +1187,6 @@ export type Stream_Max_Fields = {
|
|
|
1259
1187
|
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
1260
1188
|
contract?: Maybe<Scalars['String']['output']>;
|
|
1261
1189
|
creator?: Maybe<Scalars['String']['output']>;
|
|
1262
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
1263
1190
|
depletionTime?: Maybe<Scalars['numeric']['output']>;
|
|
1264
1191
|
depositedAmount?: Maybe<Scalars['numeric']['output']>;
|
|
1265
1192
|
forgivenDebt?: Maybe<Scalars['numeric']['output']>;
|
|
@@ -1294,7 +1221,6 @@ export type Stream_Max_Order_By = {
|
|
|
1294
1221
|
chainId?: InputMaybe<Order_By>;
|
|
1295
1222
|
contract?: InputMaybe<Order_By>;
|
|
1296
1223
|
creator?: InputMaybe<Order_By>;
|
|
1297
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
1298
1224
|
depletionTime?: InputMaybe<Order_By>;
|
|
1299
1225
|
depositedAmount?: InputMaybe<Order_By>;
|
|
1300
1226
|
forgivenDebt?: InputMaybe<Order_By>;
|
|
@@ -1330,7 +1256,6 @@ export type Stream_Min_Fields = {
|
|
|
1330
1256
|
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
1331
1257
|
contract?: Maybe<Scalars['String']['output']>;
|
|
1332
1258
|
creator?: Maybe<Scalars['String']['output']>;
|
|
1333
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
1334
1259
|
depletionTime?: Maybe<Scalars['numeric']['output']>;
|
|
1335
1260
|
depositedAmount?: Maybe<Scalars['numeric']['output']>;
|
|
1336
1261
|
forgivenDebt?: Maybe<Scalars['numeric']['output']>;
|
|
@@ -1365,7 +1290,6 @@ export type Stream_Min_Order_By = {
|
|
|
1365
1290
|
chainId?: InputMaybe<Order_By>;
|
|
1366
1291
|
contract?: InputMaybe<Order_By>;
|
|
1367
1292
|
creator?: InputMaybe<Order_By>;
|
|
1368
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
1369
1293
|
depletionTime?: InputMaybe<Order_By>;
|
|
1370
1294
|
depositedAmount?: InputMaybe<Order_By>;
|
|
1371
1295
|
forgivenDebt?: InputMaybe<Order_By>;
|
|
@@ -1403,7 +1327,6 @@ export type Stream_Order_By = {
|
|
|
1403
1327
|
chainId?: InputMaybe<Order_By>;
|
|
1404
1328
|
contract?: InputMaybe<Order_By>;
|
|
1405
1329
|
creator?: InputMaybe<Order_By>;
|
|
1406
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
1407
1330
|
depletionTime?: InputMaybe<Order_By>;
|
|
1408
1331
|
depositedAmount?: InputMaybe<Order_By>;
|
|
1409
1332
|
forgivenDebt?: InputMaybe<Order_By>;
|
|
@@ -1444,7 +1367,6 @@ export declare enum Stream_Select_Column {
|
|
|
1444
1367
|
ChainId = "chainId",
|
|
1445
1368
|
Contract = "contract",
|
|
1446
1369
|
Creator = "creator",
|
|
1447
|
-
DbWriteTimestamp = "db_write_timestamp",
|
|
1448
1370
|
DepletionTime = "depletionTime",
|
|
1449
1371
|
DepositedAmount = "depositedAmount",
|
|
1450
1372
|
ForgivenDebt = "forgivenDebt",
|
|
@@ -1619,7 +1541,6 @@ export type Stream_Stream_Cursor_Value_Input = {
|
|
|
1619
1541
|
chainId?: InputMaybe<Scalars['numeric']['input']>;
|
|
1620
1542
|
contract?: InputMaybe<Scalars['String']['input']>;
|
|
1621
1543
|
creator?: InputMaybe<Scalars['String']['input']>;
|
|
1622
|
-
db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
1623
1544
|
depletionTime?: InputMaybe<Scalars['numeric']['input']>;
|
|
1624
1545
|
depositedAmount?: InputMaybe<Scalars['numeric']['input']>;
|
|
1625
1546
|
forgivenDebt?: InputMaybe<Scalars['numeric']['input']>;
|
|
@@ -1791,523 +1712,51 @@ export type Stream_Variance_Fields = {
|
|
|
1791
1712
|
voidedTime?: Maybe<Scalars['Float']['output']>;
|
|
1792
1713
|
withdrawnAmount?: Maybe<Scalars['Float']['output']>;
|
|
1793
1714
|
};
|
|
1794
|
-
export type Stream_Variance_Order_By = {
|
|
1795
|
-
assetDecimalsValue?: InputMaybe<Order_By>;
|
|
1796
|
-
availableAmount?: InputMaybe<Order_By>;
|
|
1797
|
-
chainId?: InputMaybe<Order_By>;
|
|
1798
|
-
depletionTime?: InputMaybe<Order_By>;
|
|
1799
|
-
depositedAmount?: InputMaybe<Order_By>;
|
|
1800
|
-
forgivenDebt?: InputMaybe<Order_By>;
|
|
1801
|
-
lastAdjustmentTimestamp?: InputMaybe<Order_By>;
|
|
1802
|
-
pausedTime?: InputMaybe<Order_By>;
|
|
1803
|
-
position?: InputMaybe<Order_By>;
|
|
1804
|
-
ratePerSecond?: InputMaybe<Order_By>;
|
|
1805
|
-
refundedAmount?: InputMaybe<Order_By>;
|
|
1806
|
-
snapshotAmount?: InputMaybe<Order_By>;
|
|
1807
|
-
startTime?: InputMaybe<Order_By>;
|
|
1808
|
-
subgraphId?: InputMaybe<Order_By>;
|
|
1809
|
-
timestamp?: InputMaybe<Order_By>;
|
|
1810
|
-
tokenId?: InputMaybe<Order_By>;
|
|
1811
|
-
voidedTime?: InputMaybe<Order_By>;
|
|
1812
|
-
withdrawnAmount?: InputMaybe<Order_By>;
|
|
1813
|
-
};
|
|
1814
|
-
export type String_Comparison_Exp = {
|
|
1815
|
-
_eq?: InputMaybe<Scalars['String']['input']>;
|
|
1816
|
-
_gt?: InputMaybe<Scalars['String']['input']>;
|
|
1817
|
-
_gte?: InputMaybe<Scalars['String']['input']>;
|
|
1818
|
-
_ilike?: InputMaybe<Scalars['String']['input']>;
|
|
1819
|
-
_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1820
|
-
_iregex?: InputMaybe<Scalars['String']['input']>;
|
|
1821
|
-
_is_null?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1822
|
-
_like?: InputMaybe<Scalars['String']['input']>;
|
|
1823
|
-
_lt?: InputMaybe<Scalars['String']['input']>;
|
|
1824
|
-
_lte?: InputMaybe<Scalars['String']['input']>;
|
|
1825
|
-
_neq?: InputMaybe<Scalars['String']['input']>;
|
|
1826
|
-
_nilike?: InputMaybe<Scalars['String']['input']>;
|
|
1827
|
-
_nin?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1828
|
-
_niregex?: InputMaybe<Scalars['String']['input']>;
|
|
1829
|
-
_nlike?: InputMaybe<Scalars['String']['input']>;
|
|
1830
|
-
_nregex?: InputMaybe<Scalars['String']['input']>;
|
|
1831
|
-
_nsimilar?: InputMaybe<Scalars['String']['input']>;
|
|
1832
|
-
_regex?: InputMaybe<Scalars['String']['input']>;
|
|
1833
|
-
_similar?: InputMaybe<Scalars['String']['input']>;
|
|
1834
|
-
};
|
|
1835
|
-
export type User = {
|
|
1836
|
-
__typename?: 'User';
|
|
1837
|
-
address: Scalars['String']['output'];
|
|
1838
|
-
chainId: Scalars['numeric']['output'];
|
|
1839
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
1840
|
-
id: Scalars['String']['output'];
|
|
1841
|
-
isOnlyAirdropClaimer: Scalars['Boolean']['output'];
|
|
1842
|
-
transactions: Array<UserTransaction>;
|
|
1843
|
-
transactions_aggregate: UserTransaction_Aggregate;
|
|
1844
|
-
};
|
|
1845
|
-
export type UserTransactionsArgs = {
|
|
1846
|
-
distinct_on?: InputMaybe<Array<UserTransaction_Select_Column>>;
|
|
1847
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1848
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1849
|
-
order_by?: InputMaybe<Array<UserTransaction_Order_By>>;
|
|
1850
|
-
where?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1851
|
-
};
|
|
1852
|
-
export type UserTransactions_AggregateArgs = {
|
|
1853
|
-
distinct_on?: InputMaybe<Array<UserTransaction_Select_Column>>;
|
|
1854
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1855
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1856
|
-
order_by?: InputMaybe<Array<UserTransaction_Order_By>>;
|
|
1857
|
-
where?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1858
|
-
};
|
|
1859
|
-
export type UserTransaction = {
|
|
1860
|
-
__typename?: 'UserTransaction';
|
|
1861
|
-
block: Scalars['numeric']['output'];
|
|
1862
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
1863
|
-
fee: Scalars['float8']['output'];
|
|
1864
|
-
hash: Scalars['String']['output'];
|
|
1865
|
-
id: Scalars['String']['output'];
|
|
1866
|
-
isAirdropClaim: Scalars['Boolean']['output'];
|
|
1867
|
-
timestamp: Scalars['numeric']['output'];
|
|
1868
|
-
user?: Maybe<User>;
|
|
1869
|
-
user_id: Scalars['String']['output'];
|
|
1870
|
-
};
|
|
1871
|
-
export type UserTransaction_Aggregate = {
|
|
1872
|
-
__typename?: 'UserTransaction_aggregate';
|
|
1873
|
-
aggregate?: Maybe<UserTransaction_Aggregate_Fields>;
|
|
1874
|
-
nodes: Array<UserTransaction>;
|
|
1875
|
-
};
|
|
1876
|
-
export type UserTransaction_Aggregate_Bool_Exp = {
|
|
1877
|
-
avg?: InputMaybe<UserTransaction_Aggregate_Bool_Exp_Avg>;
|
|
1878
|
-
bool_and?: InputMaybe<UserTransaction_Aggregate_Bool_Exp_Bool_And>;
|
|
1879
|
-
bool_or?: InputMaybe<UserTransaction_Aggregate_Bool_Exp_Bool_Or>;
|
|
1880
|
-
corr?: InputMaybe<UserTransaction_Aggregate_Bool_Exp_Corr>;
|
|
1881
|
-
count?: InputMaybe<UserTransaction_Aggregate_Bool_Exp_Count>;
|
|
1882
|
-
covar_samp?: InputMaybe<UserTransaction_Aggregate_Bool_Exp_Covar_Samp>;
|
|
1883
|
-
max?: InputMaybe<UserTransaction_Aggregate_Bool_Exp_Max>;
|
|
1884
|
-
min?: InputMaybe<UserTransaction_Aggregate_Bool_Exp_Min>;
|
|
1885
|
-
stddev_samp?: InputMaybe<UserTransaction_Aggregate_Bool_Exp_Stddev_Samp>;
|
|
1886
|
-
sum?: InputMaybe<UserTransaction_Aggregate_Bool_Exp_Sum>;
|
|
1887
|
-
var_samp?: InputMaybe<UserTransaction_Aggregate_Bool_Exp_Var_Samp>;
|
|
1888
|
-
};
|
|
1889
|
-
export type UserTransaction_Aggregate_Bool_Exp_Avg = {
|
|
1890
|
-
arguments: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Avg_Arguments_Columns;
|
|
1891
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1892
|
-
filter?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1893
|
-
predicate: Float8_Comparison_Exp;
|
|
1894
|
-
};
|
|
1895
|
-
export type UserTransaction_Aggregate_Bool_Exp_Bool_And = {
|
|
1896
|
-
arguments: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Bool_And_Arguments_Columns;
|
|
1897
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1898
|
-
filter?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1899
|
-
predicate: Boolean_Comparison_Exp;
|
|
1900
|
-
};
|
|
1901
|
-
export type UserTransaction_Aggregate_Bool_Exp_Bool_Or = {
|
|
1902
|
-
arguments: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns;
|
|
1903
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1904
|
-
filter?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1905
|
-
predicate: Boolean_Comparison_Exp;
|
|
1906
|
-
};
|
|
1907
|
-
export type UserTransaction_Aggregate_Bool_Exp_Corr = {
|
|
1908
|
-
arguments: UserTransaction_Aggregate_Bool_Exp_Corr_Arguments;
|
|
1909
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1910
|
-
filter?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1911
|
-
predicate: Float8_Comparison_Exp;
|
|
1912
|
-
};
|
|
1913
|
-
export type UserTransaction_Aggregate_Bool_Exp_Corr_Arguments = {
|
|
1914
|
-
X: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Corr_Arguments_Columns;
|
|
1915
|
-
Y: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Corr_Arguments_Columns;
|
|
1916
|
-
};
|
|
1917
|
-
export type UserTransaction_Aggregate_Bool_Exp_Count = {
|
|
1918
|
-
arguments?: InputMaybe<Array<UserTransaction_Select_Column>>;
|
|
1919
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1920
|
-
filter?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1921
|
-
predicate: Int_Comparison_Exp;
|
|
1922
|
-
};
|
|
1923
|
-
export type UserTransaction_Aggregate_Bool_Exp_Covar_Samp = {
|
|
1924
|
-
arguments: UserTransaction_Aggregate_Bool_Exp_Covar_Samp_Arguments;
|
|
1925
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1926
|
-
filter?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1927
|
-
predicate: Float8_Comparison_Exp;
|
|
1928
|
-
};
|
|
1929
|
-
export type UserTransaction_Aggregate_Bool_Exp_Covar_Samp_Arguments = {
|
|
1930
|
-
X: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Covar_Samp_Arguments_Columns;
|
|
1931
|
-
Y: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Covar_Samp_Arguments_Columns;
|
|
1932
|
-
};
|
|
1933
|
-
export type UserTransaction_Aggregate_Bool_Exp_Max = {
|
|
1934
|
-
arguments: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Max_Arguments_Columns;
|
|
1935
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1936
|
-
filter?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1937
|
-
predicate: Float8_Comparison_Exp;
|
|
1938
|
-
};
|
|
1939
|
-
export type UserTransaction_Aggregate_Bool_Exp_Min = {
|
|
1940
|
-
arguments: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Min_Arguments_Columns;
|
|
1941
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1942
|
-
filter?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1943
|
-
predicate: Float8_Comparison_Exp;
|
|
1944
|
-
};
|
|
1945
|
-
export type UserTransaction_Aggregate_Bool_Exp_Stddev_Samp = {
|
|
1946
|
-
arguments: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Stddev_Samp_Arguments_Columns;
|
|
1947
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1948
|
-
filter?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1949
|
-
predicate: Float8_Comparison_Exp;
|
|
1950
|
-
};
|
|
1951
|
-
export type UserTransaction_Aggregate_Bool_Exp_Sum = {
|
|
1952
|
-
arguments: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Sum_Arguments_Columns;
|
|
1953
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1954
|
-
filter?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1955
|
-
predicate: Float8_Comparison_Exp;
|
|
1956
|
-
};
|
|
1957
|
-
export type UserTransaction_Aggregate_Bool_Exp_Var_Samp = {
|
|
1958
|
-
arguments: UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Var_Samp_Arguments_Columns;
|
|
1959
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1960
|
-
filter?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
1961
|
-
predicate: Float8_Comparison_Exp;
|
|
1962
|
-
};
|
|
1963
|
-
export type UserTransaction_Aggregate_Fields = {
|
|
1964
|
-
__typename?: 'UserTransaction_aggregate_fields';
|
|
1965
|
-
avg?: Maybe<UserTransaction_Avg_Fields>;
|
|
1966
|
-
count: Scalars['Int']['output'];
|
|
1967
|
-
max?: Maybe<UserTransaction_Max_Fields>;
|
|
1968
|
-
min?: Maybe<UserTransaction_Min_Fields>;
|
|
1969
|
-
stddev?: Maybe<UserTransaction_Stddev_Fields>;
|
|
1970
|
-
stddev_pop?: Maybe<UserTransaction_Stddev_Pop_Fields>;
|
|
1971
|
-
stddev_samp?: Maybe<UserTransaction_Stddev_Samp_Fields>;
|
|
1972
|
-
sum?: Maybe<UserTransaction_Sum_Fields>;
|
|
1973
|
-
var_pop?: Maybe<UserTransaction_Var_Pop_Fields>;
|
|
1974
|
-
var_samp?: Maybe<UserTransaction_Var_Samp_Fields>;
|
|
1975
|
-
variance?: Maybe<UserTransaction_Variance_Fields>;
|
|
1976
|
-
};
|
|
1977
|
-
export type UserTransaction_Aggregate_FieldsCountArgs = {
|
|
1978
|
-
columns?: InputMaybe<Array<UserTransaction_Select_Column>>;
|
|
1979
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1980
|
-
};
|
|
1981
|
-
export type UserTransaction_Aggregate_Order_By = {
|
|
1982
|
-
avg?: InputMaybe<UserTransaction_Avg_Order_By>;
|
|
1983
|
-
count?: InputMaybe<Order_By>;
|
|
1984
|
-
max?: InputMaybe<UserTransaction_Max_Order_By>;
|
|
1985
|
-
min?: InputMaybe<UserTransaction_Min_Order_By>;
|
|
1986
|
-
stddev?: InputMaybe<UserTransaction_Stddev_Order_By>;
|
|
1987
|
-
stddev_pop?: InputMaybe<UserTransaction_Stddev_Pop_Order_By>;
|
|
1988
|
-
stddev_samp?: InputMaybe<UserTransaction_Stddev_Samp_Order_By>;
|
|
1989
|
-
sum?: InputMaybe<UserTransaction_Sum_Order_By>;
|
|
1990
|
-
var_pop?: InputMaybe<UserTransaction_Var_Pop_Order_By>;
|
|
1991
|
-
var_samp?: InputMaybe<UserTransaction_Var_Samp_Order_By>;
|
|
1992
|
-
variance?: InputMaybe<UserTransaction_Variance_Order_By>;
|
|
1993
|
-
};
|
|
1994
|
-
export type UserTransaction_Avg_Fields = {
|
|
1995
|
-
__typename?: 'UserTransaction_avg_fields';
|
|
1996
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
1997
|
-
fee?: Maybe<Scalars['Float']['output']>;
|
|
1998
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
1999
|
-
};
|
|
2000
|
-
export type UserTransaction_Avg_Order_By = {
|
|
2001
|
-
block?: InputMaybe<Order_By>;
|
|
2002
|
-
fee?: InputMaybe<Order_By>;
|
|
2003
|
-
timestamp?: InputMaybe<Order_By>;
|
|
2004
|
-
};
|
|
2005
|
-
export type UserTransaction_Bool_Exp = {
|
|
2006
|
-
_and?: InputMaybe<Array<UserTransaction_Bool_Exp>>;
|
|
2007
|
-
_not?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
2008
|
-
_or?: InputMaybe<Array<UserTransaction_Bool_Exp>>;
|
|
2009
|
-
block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2010
|
-
db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
2011
|
-
fee?: InputMaybe<Float8_Comparison_Exp>;
|
|
2012
|
-
hash?: InputMaybe<String_Comparison_Exp>;
|
|
2013
|
-
id?: InputMaybe<String_Comparison_Exp>;
|
|
2014
|
-
isAirdropClaim?: InputMaybe<Boolean_Comparison_Exp>;
|
|
2015
|
-
timestamp?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2016
|
-
user?: InputMaybe<User_Bool_Exp>;
|
|
2017
|
-
user_id?: InputMaybe<String_Comparison_Exp>;
|
|
2018
|
-
};
|
|
2019
|
-
export type UserTransaction_Max_Fields = {
|
|
2020
|
-
__typename?: 'UserTransaction_max_fields';
|
|
2021
|
-
block?: Maybe<Scalars['numeric']['output']>;
|
|
2022
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
2023
|
-
fee?: Maybe<Scalars['float8']['output']>;
|
|
2024
|
-
hash?: Maybe<Scalars['String']['output']>;
|
|
2025
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
2026
|
-
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
2027
|
-
user_id?: Maybe<Scalars['String']['output']>;
|
|
2028
|
-
};
|
|
2029
|
-
export type UserTransaction_Max_Order_By = {
|
|
2030
|
-
block?: InputMaybe<Order_By>;
|
|
2031
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
2032
|
-
fee?: InputMaybe<Order_By>;
|
|
2033
|
-
hash?: InputMaybe<Order_By>;
|
|
2034
|
-
id?: InputMaybe<Order_By>;
|
|
2035
|
-
timestamp?: InputMaybe<Order_By>;
|
|
2036
|
-
user_id?: InputMaybe<Order_By>;
|
|
2037
|
-
};
|
|
2038
|
-
export type UserTransaction_Min_Fields = {
|
|
2039
|
-
__typename?: 'UserTransaction_min_fields';
|
|
2040
|
-
block?: Maybe<Scalars['numeric']['output']>;
|
|
2041
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
2042
|
-
fee?: Maybe<Scalars['float8']['output']>;
|
|
2043
|
-
hash?: Maybe<Scalars['String']['output']>;
|
|
2044
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
2045
|
-
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
2046
|
-
user_id?: Maybe<Scalars['String']['output']>;
|
|
2047
|
-
};
|
|
2048
|
-
export type UserTransaction_Min_Order_By = {
|
|
2049
|
-
block?: InputMaybe<Order_By>;
|
|
2050
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
2051
|
-
fee?: InputMaybe<Order_By>;
|
|
2052
|
-
hash?: InputMaybe<Order_By>;
|
|
2053
|
-
id?: InputMaybe<Order_By>;
|
|
2054
|
-
timestamp?: InputMaybe<Order_By>;
|
|
2055
|
-
user_id?: InputMaybe<Order_By>;
|
|
2056
|
-
};
|
|
2057
|
-
export type UserTransaction_Order_By = {
|
|
2058
|
-
block?: InputMaybe<Order_By>;
|
|
2059
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
2060
|
-
fee?: InputMaybe<Order_By>;
|
|
2061
|
-
hash?: InputMaybe<Order_By>;
|
|
2062
|
-
id?: InputMaybe<Order_By>;
|
|
2063
|
-
isAirdropClaim?: InputMaybe<Order_By>;
|
|
2064
|
-
timestamp?: InputMaybe<Order_By>;
|
|
2065
|
-
user?: InputMaybe<User_Order_By>;
|
|
2066
|
-
user_id?: InputMaybe<Order_By>;
|
|
2067
|
-
};
|
|
2068
|
-
export declare enum UserTransaction_Select_Column {
|
|
2069
|
-
Block = "block",
|
|
2070
|
-
DbWriteTimestamp = "db_write_timestamp",
|
|
2071
|
-
Fee = "fee",
|
|
2072
|
-
Hash = "hash",
|
|
2073
|
-
Id = "id",
|
|
2074
|
-
IsAirdropClaim = "isAirdropClaim",
|
|
2075
|
-
Timestamp = "timestamp",
|
|
2076
|
-
UserId = "user_id"
|
|
2077
|
-
}
|
|
2078
|
-
export declare enum UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Avg_Arguments_Columns {
|
|
2079
|
-
Fee = "fee"
|
|
2080
|
-
}
|
|
2081
|
-
export declare enum UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Bool_And_Arguments_Columns {
|
|
2082
|
-
IsAirdropClaim = "isAirdropClaim"
|
|
2083
|
-
}
|
|
2084
|
-
export declare enum UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns {
|
|
2085
|
-
IsAirdropClaim = "isAirdropClaim"
|
|
2086
|
-
}
|
|
2087
|
-
export declare enum UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Corr_Arguments_Columns {
|
|
2088
|
-
Fee = "fee"
|
|
2089
|
-
}
|
|
2090
|
-
export declare enum UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Covar_Samp_Arguments_Columns {
|
|
2091
|
-
Fee = "fee"
|
|
2092
|
-
}
|
|
2093
|
-
export declare enum UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Max_Arguments_Columns {
|
|
2094
|
-
Fee = "fee"
|
|
2095
|
-
}
|
|
2096
|
-
export declare enum UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Min_Arguments_Columns {
|
|
2097
|
-
Fee = "fee"
|
|
2098
|
-
}
|
|
2099
|
-
export declare enum UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Stddev_Samp_Arguments_Columns {
|
|
2100
|
-
Fee = "fee"
|
|
2101
|
-
}
|
|
2102
|
-
export declare enum UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Sum_Arguments_Columns {
|
|
2103
|
-
Fee = "fee"
|
|
2104
|
-
}
|
|
2105
|
-
export declare enum UserTransaction_Select_Column_UserTransaction_Aggregate_Bool_Exp_Var_Samp_Arguments_Columns {
|
|
2106
|
-
Fee = "fee"
|
|
2107
|
-
}
|
|
2108
|
-
export type UserTransaction_Stddev_Fields = {
|
|
2109
|
-
__typename?: 'UserTransaction_stddev_fields';
|
|
2110
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
2111
|
-
fee?: Maybe<Scalars['Float']['output']>;
|
|
2112
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
2113
|
-
};
|
|
2114
|
-
export type UserTransaction_Stddev_Order_By = {
|
|
2115
|
-
block?: InputMaybe<Order_By>;
|
|
2116
|
-
fee?: InputMaybe<Order_By>;
|
|
2117
|
-
timestamp?: InputMaybe<Order_By>;
|
|
2118
|
-
};
|
|
2119
|
-
export type UserTransaction_Stddev_Pop_Fields = {
|
|
2120
|
-
__typename?: 'UserTransaction_stddev_pop_fields';
|
|
2121
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
2122
|
-
fee?: Maybe<Scalars['Float']['output']>;
|
|
2123
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
2124
|
-
};
|
|
2125
|
-
export type UserTransaction_Stddev_Pop_Order_By = {
|
|
2126
|
-
block?: InputMaybe<Order_By>;
|
|
2127
|
-
fee?: InputMaybe<Order_By>;
|
|
2128
|
-
timestamp?: InputMaybe<Order_By>;
|
|
2129
|
-
};
|
|
2130
|
-
export type UserTransaction_Stddev_Samp_Fields = {
|
|
2131
|
-
__typename?: 'UserTransaction_stddev_samp_fields';
|
|
2132
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
2133
|
-
fee?: Maybe<Scalars['Float']['output']>;
|
|
2134
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
2135
|
-
};
|
|
2136
|
-
export type UserTransaction_Stddev_Samp_Order_By = {
|
|
2137
|
-
block?: InputMaybe<Order_By>;
|
|
2138
|
-
fee?: InputMaybe<Order_By>;
|
|
2139
|
-
timestamp?: InputMaybe<Order_By>;
|
|
2140
|
-
};
|
|
2141
|
-
export type UserTransaction_Stream_Cursor_Input = {
|
|
2142
|
-
initial_value: UserTransaction_Stream_Cursor_Value_Input;
|
|
2143
|
-
ordering?: InputMaybe<Cursor_Ordering>;
|
|
2144
|
-
};
|
|
2145
|
-
export type UserTransaction_Stream_Cursor_Value_Input = {
|
|
2146
|
-
block?: InputMaybe<Scalars['numeric']['input']>;
|
|
2147
|
-
db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
2148
|
-
fee?: InputMaybe<Scalars['float8']['input']>;
|
|
2149
|
-
hash?: InputMaybe<Scalars['String']['input']>;
|
|
2150
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
2151
|
-
isAirdropClaim?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2152
|
-
timestamp?: InputMaybe<Scalars['numeric']['input']>;
|
|
2153
|
-
user_id?: InputMaybe<Scalars['String']['input']>;
|
|
2154
|
-
};
|
|
2155
|
-
export type UserTransaction_Sum_Fields = {
|
|
2156
|
-
__typename?: 'UserTransaction_sum_fields';
|
|
2157
|
-
block?: Maybe<Scalars['numeric']['output']>;
|
|
2158
|
-
fee?: Maybe<Scalars['float8']['output']>;
|
|
2159
|
-
timestamp?: Maybe<Scalars['numeric']['output']>;
|
|
2160
|
-
};
|
|
2161
|
-
export type UserTransaction_Sum_Order_By = {
|
|
2162
|
-
block?: InputMaybe<Order_By>;
|
|
2163
|
-
fee?: InputMaybe<Order_By>;
|
|
2164
|
-
timestamp?: InputMaybe<Order_By>;
|
|
2165
|
-
};
|
|
2166
|
-
export type UserTransaction_Var_Pop_Fields = {
|
|
2167
|
-
__typename?: 'UserTransaction_var_pop_fields';
|
|
2168
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
2169
|
-
fee?: Maybe<Scalars['Float']['output']>;
|
|
2170
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
2171
|
-
};
|
|
2172
|
-
export type UserTransaction_Var_Pop_Order_By = {
|
|
2173
|
-
block?: InputMaybe<Order_By>;
|
|
2174
|
-
fee?: InputMaybe<Order_By>;
|
|
2175
|
-
timestamp?: InputMaybe<Order_By>;
|
|
2176
|
-
};
|
|
2177
|
-
export type UserTransaction_Var_Samp_Fields = {
|
|
2178
|
-
__typename?: 'UserTransaction_var_samp_fields';
|
|
2179
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
2180
|
-
fee?: Maybe<Scalars['Float']['output']>;
|
|
2181
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
2182
|
-
};
|
|
2183
|
-
export type UserTransaction_Var_Samp_Order_By = {
|
|
2184
|
-
block?: InputMaybe<Order_By>;
|
|
2185
|
-
fee?: InputMaybe<Order_By>;
|
|
2186
|
-
timestamp?: InputMaybe<Order_By>;
|
|
2187
|
-
};
|
|
2188
|
-
export type UserTransaction_Variance_Fields = {
|
|
2189
|
-
__typename?: 'UserTransaction_variance_fields';
|
|
2190
|
-
block?: Maybe<Scalars['Float']['output']>;
|
|
2191
|
-
fee?: Maybe<Scalars['Float']['output']>;
|
|
2192
|
-
timestamp?: Maybe<Scalars['Float']['output']>;
|
|
2193
|
-
};
|
|
2194
|
-
export type UserTransaction_Variance_Order_By = {
|
|
2195
|
-
block?: InputMaybe<Order_By>;
|
|
2196
|
-
fee?: InputMaybe<Order_By>;
|
|
2197
|
-
timestamp?: InputMaybe<Order_By>;
|
|
2198
|
-
};
|
|
2199
|
-
export type User_Aggregate = {
|
|
2200
|
-
__typename?: 'User_aggregate';
|
|
2201
|
-
aggregate?: Maybe<User_Aggregate_Fields>;
|
|
2202
|
-
nodes: Array<User>;
|
|
2203
|
-
};
|
|
2204
|
-
export type User_Aggregate_Fields = {
|
|
2205
|
-
__typename?: 'User_aggregate_fields';
|
|
2206
|
-
avg?: Maybe<User_Avg_Fields>;
|
|
2207
|
-
count: Scalars['Int']['output'];
|
|
2208
|
-
max?: Maybe<User_Max_Fields>;
|
|
2209
|
-
min?: Maybe<User_Min_Fields>;
|
|
2210
|
-
stddev?: Maybe<User_Stddev_Fields>;
|
|
2211
|
-
stddev_pop?: Maybe<User_Stddev_Pop_Fields>;
|
|
2212
|
-
stddev_samp?: Maybe<User_Stddev_Samp_Fields>;
|
|
2213
|
-
sum?: Maybe<User_Sum_Fields>;
|
|
2214
|
-
var_pop?: Maybe<User_Var_Pop_Fields>;
|
|
2215
|
-
var_samp?: Maybe<User_Var_Samp_Fields>;
|
|
2216
|
-
variance?: Maybe<User_Variance_Fields>;
|
|
2217
|
-
};
|
|
2218
|
-
export type User_Aggregate_FieldsCountArgs = {
|
|
2219
|
-
columns?: InputMaybe<Array<User_Select_Column>>;
|
|
2220
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2221
|
-
};
|
|
2222
|
-
export type User_Avg_Fields = {
|
|
2223
|
-
__typename?: 'User_avg_fields';
|
|
2224
|
-
chainId?: Maybe<Scalars['Float']['output']>;
|
|
2225
|
-
};
|
|
2226
|
-
export type User_Bool_Exp = {
|
|
2227
|
-
_and?: InputMaybe<Array<User_Bool_Exp>>;
|
|
2228
|
-
_not?: InputMaybe<User_Bool_Exp>;
|
|
2229
|
-
_or?: InputMaybe<Array<User_Bool_Exp>>;
|
|
2230
|
-
address?: InputMaybe<String_Comparison_Exp>;
|
|
2231
|
-
chainId?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2232
|
-
db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
2233
|
-
id?: InputMaybe<String_Comparison_Exp>;
|
|
2234
|
-
isOnlyAirdropClaimer?: InputMaybe<Boolean_Comparison_Exp>;
|
|
2235
|
-
transactions?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
2236
|
-
transactions_aggregate?: InputMaybe<UserTransaction_Aggregate_Bool_Exp>;
|
|
2237
|
-
};
|
|
2238
|
-
export type User_Max_Fields = {
|
|
2239
|
-
__typename?: 'User_max_fields';
|
|
2240
|
-
address?: Maybe<Scalars['String']['output']>;
|
|
2241
|
-
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
2242
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
2243
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
2244
|
-
};
|
|
2245
|
-
export type User_Min_Fields = {
|
|
2246
|
-
__typename?: 'User_min_fields';
|
|
2247
|
-
address?: Maybe<Scalars['String']['output']>;
|
|
2248
|
-
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
2249
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
2250
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
2251
|
-
};
|
|
2252
|
-
export type User_Order_By = {
|
|
2253
|
-
address?: InputMaybe<Order_By>;
|
|
2254
|
-
chainId?: InputMaybe<Order_By>;
|
|
2255
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
2256
|
-
id?: InputMaybe<Order_By>;
|
|
2257
|
-
isOnlyAirdropClaimer?: InputMaybe<Order_By>;
|
|
2258
|
-
transactions_aggregate?: InputMaybe<UserTransaction_Aggregate_Order_By>;
|
|
2259
|
-
};
|
|
2260
|
-
export declare enum User_Select_Column {
|
|
2261
|
-
Address = "address",
|
|
2262
|
-
ChainId = "chainId",
|
|
2263
|
-
DbWriteTimestamp = "db_write_timestamp",
|
|
2264
|
-
Id = "id",
|
|
2265
|
-
IsOnlyAirdropClaimer = "isOnlyAirdropClaimer"
|
|
2266
|
-
}
|
|
2267
|
-
export type User_Stddev_Fields = {
|
|
2268
|
-
__typename?: 'User_stddev_fields';
|
|
2269
|
-
chainId?: Maybe<Scalars['Float']['output']>;
|
|
2270
|
-
};
|
|
2271
|
-
export type User_Stddev_Pop_Fields = {
|
|
2272
|
-
__typename?: 'User_stddev_pop_fields';
|
|
2273
|
-
chainId?: Maybe<Scalars['Float']['output']>;
|
|
2274
|
-
};
|
|
2275
|
-
export type User_Stddev_Samp_Fields = {
|
|
2276
|
-
__typename?: 'User_stddev_samp_fields';
|
|
2277
|
-
chainId?: Maybe<Scalars['Float']['output']>;
|
|
2278
|
-
};
|
|
2279
|
-
export type User_Stream_Cursor_Input = {
|
|
2280
|
-
initial_value: User_Stream_Cursor_Value_Input;
|
|
2281
|
-
ordering?: InputMaybe<Cursor_Ordering>;
|
|
2282
|
-
};
|
|
2283
|
-
export type User_Stream_Cursor_Value_Input = {
|
|
2284
|
-
address?: InputMaybe<Scalars['String']['input']>;
|
|
2285
|
-
chainId?: InputMaybe<Scalars['numeric']['input']>;
|
|
2286
|
-
db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
2287
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
2288
|
-
isOnlyAirdropClaimer?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2289
|
-
};
|
|
2290
|
-
export type User_Sum_Fields = {
|
|
2291
|
-
__typename?: 'User_sum_fields';
|
|
2292
|
-
chainId?: Maybe<Scalars['numeric']['output']>;
|
|
2293
|
-
};
|
|
2294
|
-
export type User_Var_Pop_Fields = {
|
|
2295
|
-
__typename?: 'User_var_pop_fields';
|
|
2296
|
-
chainId?: Maybe<Scalars['Float']['output']>;
|
|
2297
|
-
};
|
|
2298
|
-
export type User_Var_Samp_Fields = {
|
|
2299
|
-
__typename?: 'User_var_samp_fields';
|
|
2300
|
-
chainId?: Maybe<Scalars['Float']['output']>;
|
|
1715
|
+
export type Stream_Variance_Order_By = {
|
|
1716
|
+
assetDecimalsValue?: InputMaybe<Order_By>;
|
|
1717
|
+
availableAmount?: InputMaybe<Order_By>;
|
|
1718
|
+
chainId?: InputMaybe<Order_By>;
|
|
1719
|
+
depletionTime?: InputMaybe<Order_By>;
|
|
1720
|
+
depositedAmount?: InputMaybe<Order_By>;
|
|
1721
|
+
forgivenDebt?: InputMaybe<Order_By>;
|
|
1722
|
+
lastAdjustmentTimestamp?: InputMaybe<Order_By>;
|
|
1723
|
+
pausedTime?: InputMaybe<Order_By>;
|
|
1724
|
+
position?: InputMaybe<Order_By>;
|
|
1725
|
+
ratePerSecond?: InputMaybe<Order_By>;
|
|
1726
|
+
refundedAmount?: InputMaybe<Order_By>;
|
|
1727
|
+
snapshotAmount?: InputMaybe<Order_By>;
|
|
1728
|
+
startTime?: InputMaybe<Order_By>;
|
|
1729
|
+
subgraphId?: InputMaybe<Order_By>;
|
|
1730
|
+
timestamp?: InputMaybe<Order_By>;
|
|
1731
|
+
tokenId?: InputMaybe<Order_By>;
|
|
1732
|
+
voidedTime?: InputMaybe<Order_By>;
|
|
1733
|
+
withdrawnAmount?: InputMaybe<Order_By>;
|
|
2301
1734
|
};
|
|
2302
|
-
export type
|
|
2303
|
-
|
|
2304
|
-
|
|
1735
|
+
export type String_Comparison_Exp = {
|
|
1736
|
+
_eq?: InputMaybe<Scalars['String']['input']>;
|
|
1737
|
+
_gt?: InputMaybe<Scalars['String']['input']>;
|
|
1738
|
+
_gte?: InputMaybe<Scalars['String']['input']>;
|
|
1739
|
+
_ilike?: InputMaybe<Scalars['String']['input']>;
|
|
1740
|
+
_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1741
|
+
_iregex?: InputMaybe<Scalars['String']['input']>;
|
|
1742
|
+
_is_null?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1743
|
+
_like?: InputMaybe<Scalars['String']['input']>;
|
|
1744
|
+
_lt?: InputMaybe<Scalars['String']['input']>;
|
|
1745
|
+
_lte?: InputMaybe<Scalars['String']['input']>;
|
|
1746
|
+
_neq?: InputMaybe<Scalars['String']['input']>;
|
|
1747
|
+
_nilike?: InputMaybe<Scalars['String']['input']>;
|
|
1748
|
+
_nin?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1749
|
+
_niregex?: InputMaybe<Scalars['String']['input']>;
|
|
1750
|
+
_nlike?: InputMaybe<Scalars['String']['input']>;
|
|
1751
|
+
_nregex?: InputMaybe<Scalars['String']['input']>;
|
|
1752
|
+
_nsimilar?: InputMaybe<Scalars['String']['input']>;
|
|
1753
|
+
_regex?: InputMaybe<Scalars['String']['input']>;
|
|
1754
|
+
_similar?: InputMaybe<Scalars['String']['input']>;
|
|
2305
1755
|
};
|
|
2306
1756
|
export type Watcher = {
|
|
2307
1757
|
__typename?: 'Watcher';
|
|
2308
1758
|
actionCounter: Scalars['numeric']['output'];
|
|
2309
1759
|
chainId: Scalars['numeric']['output'];
|
|
2310
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
2311
1760
|
id: Scalars['String']['output'];
|
|
2312
1761
|
streamCounter: Scalars['numeric']['output'];
|
|
2313
1762
|
};
|
|
@@ -2317,21 +1766,18 @@ export type Watcher_Bool_Exp = {
|
|
|
2317
1766
|
_or?: InputMaybe<Array<Watcher_Bool_Exp>>;
|
|
2318
1767
|
actionCounter?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2319
1768
|
chainId?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2320
|
-
db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
2321
1769
|
id?: InputMaybe<String_Comparison_Exp>;
|
|
2322
1770
|
streamCounter?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2323
1771
|
};
|
|
2324
1772
|
export type Watcher_Order_By = {
|
|
2325
1773
|
actionCounter?: InputMaybe<Order_By>;
|
|
2326
1774
|
chainId?: InputMaybe<Order_By>;
|
|
2327
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
2328
1775
|
id?: InputMaybe<Order_By>;
|
|
2329
1776
|
streamCounter?: InputMaybe<Order_By>;
|
|
2330
1777
|
};
|
|
2331
1778
|
export declare enum Watcher_Select_Column {
|
|
2332
1779
|
ActionCounter = "actionCounter",
|
|
2333
1780
|
ChainId = "chainId",
|
|
2334
|
-
DbWriteTimestamp = "db_write_timestamp",
|
|
2335
1781
|
Id = "id",
|
|
2336
1782
|
StreamCounter = "streamCounter"
|
|
2337
1783
|
}
|
|
@@ -2342,10 +1788,77 @@ export type Watcher_Stream_Cursor_Input = {
|
|
|
2342
1788
|
export type Watcher_Stream_Cursor_Value_Input = {
|
|
2343
1789
|
actionCounter?: InputMaybe<Scalars['numeric']['input']>;
|
|
2344
1790
|
chainId?: InputMaybe<Scalars['numeric']['input']>;
|
|
2345
|
-
db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
2346
1791
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
2347
1792
|
streamCounter?: InputMaybe<Scalars['numeric']['input']>;
|
|
2348
1793
|
};
|
|
1794
|
+
export type _Meta = {
|
|
1795
|
+
__typename?: '_meta';
|
|
1796
|
+
bufferBlock?: Maybe<Scalars['Int']['output']>;
|
|
1797
|
+
chainId?: Maybe<Scalars['Int']['output']>;
|
|
1798
|
+
endBlock?: Maybe<Scalars['Int']['output']>;
|
|
1799
|
+
eventsProcessed?: Maybe<Scalars['Int']['output']>;
|
|
1800
|
+
firstEventBlock?: Maybe<Scalars['Int']['output']>;
|
|
1801
|
+
isReady?: Maybe<Scalars['Boolean']['output']>;
|
|
1802
|
+
progressBlock?: Maybe<Scalars['Int']['output']>;
|
|
1803
|
+
readyAt?: Maybe<Scalars['timestamptz']['output']>;
|
|
1804
|
+
sourceBlock?: Maybe<Scalars['Int']['output']>;
|
|
1805
|
+
startBlock?: Maybe<Scalars['Int']['output']>;
|
|
1806
|
+
};
|
|
1807
|
+
export type _Meta_Bool_Exp = {
|
|
1808
|
+
_and?: InputMaybe<Array<_Meta_Bool_Exp>>;
|
|
1809
|
+
_not?: InputMaybe<_Meta_Bool_Exp>;
|
|
1810
|
+
_or?: InputMaybe<Array<_Meta_Bool_Exp>>;
|
|
1811
|
+
bufferBlock?: InputMaybe<Int_Comparison_Exp>;
|
|
1812
|
+
chainId?: InputMaybe<Int_Comparison_Exp>;
|
|
1813
|
+
endBlock?: InputMaybe<Int_Comparison_Exp>;
|
|
1814
|
+
eventsProcessed?: InputMaybe<Int_Comparison_Exp>;
|
|
1815
|
+
firstEventBlock?: InputMaybe<Int_Comparison_Exp>;
|
|
1816
|
+
isReady?: InputMaybe<Boolean_Comparison_Exp>;
|
|
1817
|
+
progressBlock?: InputMaybe<Int_Comparison_Exp>;
|
|
1818
|
+
readyAt?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
1819
|
+
sourceBlock?: InputMaybe<Int_Comparison_Exp>;
|
|
1820
|
+
startBlock?: InputMaybe<Int_Comparison_Exp>;
|
|
1821
|
+
};
|
|
1822
|
+
export type _Meta_Order_By = {
|
|
1823
|
+
bufferBlock?: InputMaybe<Order_By>;
|
|
1824
|
+
chainId?: InputMaybe<Order_By>;
|
|
1825
|
+
endBlock?: InputMaybe<Order_By>;
|
|
1826
|
+
eventsProcessed?: InputMaybe<Order_By>;
|
|
1827
|
+
firstEventBlock?: InputMaybe<Order_By>;
|
|
1828
|
+
isReady?: InputMaybe<Order_By>;
|
|
1829
|
+
progressBlock?: InputMaybe<Order_By>;
|
|
1830
|
+
readyAt?: InputMaybe<Order_By>;
|
|
1831
|
+
sourceBlock?: InputMaybe<Order_By>;
|
|
1832
|
+
startBlock?: InputMaybe<Order_By>;
|
|
1833
|
+
};
|
|
1834
|
+
export declare enum _Meta_Select_Column {
|
|
1835
|
+
BufferBlock = "bufferBlock",
|
|
1836
|
+
ChainId = "chainId",
|
|
1837
|
+
EndBlock = "endBlock",
|
|
1838
|
+
EventsProcessed = "eventsProcessed",
|
|
1839
|
+
FirstEventBlock = "firstEventBlock",
|
|
1840
|
+
IsReady = "isReady",
|
|
1841
|
+
ProgressBlock = "progressBlock",
|
|
1842
|
+
ReadyAt = "readyAt",
|
|
1843
|
+
SourceBlock = "sourceBlock",
|
|
1844
|
+
StartBlock = "startBlock"
|
|
1845
|
+
}
|
|
1846
|
+
export type _Meta_Stream_Cursor_Input = {
|
|
1847
|
+
initial_value: _Meta_Stream_Cursor_Value_Input;
|
|
1848
|
+
ordering?: InputMaybe<Cursor_Ordering>;
|
|
1849
|
+
};
|
|
1850
|
+
export type _Meta_Stream_Cursor_Value_Input = {
|
|
1851
|
+
bufferBlock?: InputMaybe<Scalars['Int']['input']>;
|
|
1852
|
+
chainId?: InputMaybe<Scalars['Int']['input']>;
|
|
1853
|
+
endBlock?: InputMaybe<Scalars['Int']['input']>;
|
|
1854
|
+
eventsProcessed?: InputMaybe<Scalars['Int']['input']>;
|
|
1855
|
+
firstEventBlock?: InputMaybe<Scalars['Int']['input']>;
|
|
1856
|
+
isReady?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1857
|
+
progressBlock?: InputMaybe<Scalars['Int']['input']>;
|
|
1858
|
+
readyAt?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
1859
|
+
sourceBlock?: InputMaybe<Scalars['Int']['input']>;
|
|
1860
|
+
startBlock?: InputMaybe<Scalars['Int']['input']>;
|
|
1861
|
+
};
|
|
2349
1862
|
export type Actioncategory_Comparison_Exp = {
|
|
2350
1863
|
_eq?: InputMaybe<Scalars['actioncategory']['input']>;
|
|
2351
1864
|
_gt?: InputMaybe<Scalars['actioncategory']['input']>;
|
|
@@ -2359,16 +1872,16 @@ export type Actioncategory_Comparison_Exp = {
|
|
|
2359
1872
|
};
|
|
2360
1873
|
export type Chain_Metadata = {
|
|
2361
1874
|
__typename?: 'chain_metadata';
|
|
2362
|
-
block_height
|
|
2363
|
-
chain_id
|
|
1875
|
+
block_height?: Maybe<Scalars['Int']['output']>;
|
|
1876
|
+
chain_id?: Maybe<Scalars['Int']['output']>;
|
|
2364
1877
|
end_block?: Maybe<Scalars['Int']['output']>;
|
|
2365
1878
|
first_event_block_number?: Maybe<Scalars['Int']['output']>;
|
|
2366
|
-
is_hyper_sync
|
|
2367
|
-
latest_fetched_block_number
|
|
1879
|
+
is_hyper_sync?: Maybe<Scalars['Boolean']['output']>;
|
|
1880
|
+
latest_fetched_block_number?: Maybe<Scalars['Int']['output']>;
|
|
2368
1881
|
latest_processed_block?: Maybe<Scalars['Int']['output']>;
|
|
2369
|
-
num_batches_fetched
|
|
1882
|
+
num_batches_fetched?: Maybe<Scalars['Int']['output']>;
|
|
2370
1883
|
num_events_processed?: Maybe<Scalars['Int']['output']>;
|
|
2371
|
-
start_block
|
|
1884
|
+
start_block?: Maybe<Scalars['Int']['output']>;
|
|
2372
1885
|
timestamp_caught_up_to_head_or_endblock?: Maybe<Scalars['timestamptz']['output']>;
|
|
2373
1886
|
};
|
|
2374
1887
|
export type Chain_Metadata_Bool_Exp = {
|
|
@@ -2430,176 +1943,10 @@ export type Chain_Metadata_Stream_Cursor_Value_Input = {
|
|
|
2430
1943
|
start_block?: InputMaybe<Scalars['Int']['input']>;
|
|
2431
1944
|
timestamp_caught_up_to_head_or_endblock?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
2432
1945
|
};
|
|
2433
|
-
export type Contract_Type_Comparison_Exp = {
|
|
2434
|
-
_eq?: InputMaybe<Scalars['contract_type']['input']>;
|
|
2435
|
-
_gt?: InputMaybe<Scalars['contract_type']['input']>;
|
|
2436
|
-
_gte?: InputMaybe<Scalars['contract_type']['input']>;
|
|
2437
|
-
_in?: InputMaybe<Array<Scalars['contract_type']['input']>>;
|
|
2438
|
-
_is_null?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2439
|
-
_lt?: InputMaybe<Scalars['contract_type']['input']>;
|
|
2440
|
-
_lte?: InputMaybe<Scalars['contract_type']['input']>;
|
|
2441
|
-
_neq?: InputMaybe<Scalars['contract_type']['input']>;
|
|
2442
|
-
_nin?: InputMaybe<Array<Scalars['contract_type']['input']>>;
|
|
2443
|
-
};
|
|
2444
1946
|
export declare enum Cursor_Ordering {
|
|
2445
1947
|
Asc = "ASC",
|
|
2446
1948
|
Desc = "DESC"
|
|
2447
1949
|
}
|
|
2448
|
-
export type Dynamic_Contract_Registry = {
|
|
2449
|
-
__typename?: 'dynamic_contract_registry';
|
|
2450
|
-
chain_id: Scalars['Int']['output'];
|
|
2451
|
-
contract_address: Scalars['String']['output'];
|
|
2452
|
-
contract_type: Scalars['contract_type']['output'];
|
|
2453
|
-
id: Scalars['String']['output'];
|
|
2454
|
-
registering_event_block_number: Scalars['Int']['output'];
|
|
2455
|
-
registering_event_block_timestamp: Scalars['Int']['output'];
|
|
2456
|
-
registering_event_contract_name: Scalars['String']['output'];
|
|
2457
|
-
registering_event_log_index: Scalars['Int']['output'];
|
|
2458
|
-
registering_event_name: Scalars['String']['output'];
|
|
2459
|
-
registering_event_src_address: Scalars['String']['output'];
|
|
2460
|
-
};
|
|
2461
|
-
export type Dynamic_Contract_Registry_Bool_Exp = {
|
|
2462
|
-
_and?: InputMaybe<Array<Dynamic_Contract_Registry_Bool_Exp>>;
|
|
2463
|
-
_not?: InputMaybe<Dynamic_Contract_Registry_Bool_Exp>;
|
|
2464
|
-
_or?: InputMaybe<Array<Dynamic_Contract_Registry_Bool_Exp>>;
|
|
2465
|
-
chain_id?: InputMaybe<Int_Comparison_Exp>;
|
|
2466
|
-
contract_address?: InputMaybe<String_Comparison_Exp>;
|
|
2467
|
-
contract_type?: InputMaybe<Contract_Type_Comparison_Exp>;
|
|
2468
|
-
id?: InputMaybe<String_Comparison_Exp>;
|
|
2469
|
-
registering_event_block_number?: InputMaybe<Int_Comparison_Exp>;
|
|
2470
|
-
registering_event_block_timestamp?: InputMaybe<Int_Comparison_Exp>;
|
|
2471
|
-
registering_event_contract_name?: InputMaybe<String_Comparison_Exp>;
|
|
2472
|
-
registering_event_log_index?: InputMaybe<Int_Comparison_Exp>;
|
|
2473
|
-
registering_event_name?: InputMaybe<String_Comparison_Exp>;
|
|
2474
|
-
registering_event_src_address?: InputMaybe<String_Comparison_Exp>;
|
|
2475
|
-
};
|
|
2476
|
-
export type Dynamic_Contract_Registry_Order_By = {
|
|
2477
|
-
chain_id?: InputMaybe<Order_By>;
|
|
2478
|
-
contract_address?: InputMaybe<Order_By>;
|
|
2479
|
-
contract_type?: InputMaybe<Order_By>;
|
|
2480
|
-
id?: InputMaybe<Order_By>;
|
|
2481
|
-
registering_event_block_number?: InputMaybe<Order_By>;
|
|
2482
|
-
registering_event_block_timestamp?: InputMaybe<Order_By>;
|
|
2483
|
-
registering_event_contract_name?: InputMaybe<Order_By>;
|
|
2484
|
-
registering_event_log_index?: InputMaybe<Order_By>;
|
|
2485
|
-
registering_event_name?: InputMaybe<Order_By>;
|
|
2486
|
-
registering_event_src_address?: InputMaybe<Order_By>;
|
|
2487
|
-
};
|
|
2488
|
-
export declare enum Dynamic_Contract_Registry_Select_Column {
|
|
2489
|
-
ChainId = "chain_id",
|
|
2490
|
-
ContractAddress = "contract_address",
|
|
2491
|
-
ContractType = "contract_type",
|
|
2492
|
-
Id = "id",
|
|
2493
|
-
RegisteringEventBlockNumber = "registering_event_block_number",
|
|
2494
|
-
RegisteringEventBlockTimestamp = "registering_event_block_timestamp",
|
|
2495
|
-
RegisteringEventContractName = "registering_event_contract_name",
|
|
2496
|
-
RegisteringEventLogIndex = "registering_event_log_index",
|
|
2497
|
-
RegisteringEventName = "registering_event_name",
|
|
2498
|
-
RegisteringEventSrcAddress = "registering_event_src_address"
|
|
2499
|
-
}
|
|
2500
|
-
export type Dynamic_Contract_Registry_Stream_Cursor_Input = {
|
|
2501
|
-
initial_value: Dynamic_Contract_Registry_Stream_Cursor_Value_Input;
|
|
2502
|
-
ordering?: InputMaybe<Cursor_Ordering>;
|
|
2503
|
-
};
|
|
2504
|
-
export type Dynamic_Contract_Registry_Stream_Cursor_Value_Input = {
|
|
2505
|
-
chain_id?: InputMaybe<Scalars['Int']['input']>;
|
|
2506
|
-
contract_address?: InputMaybe<Scalars['String']['input']>;
|
|
2507
|
-
contract_type?: InputMaybe<Scalars['contract_type']['input']>;
|
|
2508
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
2509
|
-
registering_event_block_number?: InputMaybe<Scalars['Int']['input']>;
|
|
2510
|
-
registering_event_block_timestamp?: InputMaybe<Scalars['Int']['input']>;
|
|
2511
|
-
registering_event_contract_name?: InputMaybe<Scalars['String']['input']>;
|
|
2512
|
-
registering_event_log_index?: InputMaybe<Scalars['Int']['input']>;
|
|
2513
|
-
registering_event_name?: InputMaybe<Scalars['String']['input']>;
|
|
2514
|
-
registering_event_src_address?: InputMaybe<Scalars['String']['input']>;
|
|
2515
|
-
};
|
|
2516
|
-
export type End_Of_Block_Range_Scanned_Data = {
|
|
2517
|
-
__typename?: 'end_of_block_range_scanned_data';
|
|
2518
|
-
block_hash: Scalars['String']['output'];
|
|
2519
|
-
block_number: Scalars['Int']['output'];
|
|
2520
|
-
chain_id: Scalars['Int']['output'];
|
|
2521
|
-
};
|
|
2522
|
-
export type End_Of_Block_Range_Scanned_Data_Bool_Exp = {
|
|
2523
|
-
_and?: InputMaybe<Array<End_Of_Block_Range_Scanned_Data_Bool_Exp>>;
|
|
2524
|
-
_not?: InputMaybe<End_Of_Block_Range_Scanned_Data_Bool_Exp>;
|
|
2525
|
-
_or?: InputMaybe<Array<End_Of_Block_Range_Scanned_Data_Bool_Exp>>;
|
|
2526
|
-
block_hash?: InputMaybe<String_Comparison_Exp>;
|
|
2527
|
-
block_number?: InputMaybe<Int_Comparison_Exp>;
|
|
2528
|
-
chain_id?: InputMaybe<Int_Comparison_Exp>;
|
|
2529
|
-
};
|
|
2530
|
-
export type End_Of_Block_Range_Scanned_Data_Order_By = {
|
|
2531
|
-
block_hash?: InputMaybe<Order_By>;
|
|
2532
|
-
block_number?: InputMaybe<Order_By>;
|
|
2533
|
-
chain_id?: InputMaybe<Order_By>;
|
|
2534
|
-
};
|
|
2535
|
-
export declare enum End_Of_Block_Range_Scanned_Data_Select_Column {
|
|
2536
|
-
BlockHash = "block_hash",
|
|
2537
|
-
BlockNumber = "block_number",
|
|
2538
|
-
ChainId = "chain_id"
|
|
2539
|
-
}
|
|
2540
|
-
export type End_Of_Block_Range_Scanned_Data_Stream_Cursor_Input = {
|
|
2541
|
-
initial_value: End_Of_Block_Range_Scanned_Data_Stream_Cursor_Value_Input;
|
|
2542
|
-
ordering?: InputMaybe<Cursor_Ordering>;
|
|
2543
|
-
};
|
|
2544
|
-
export type End_Of_Block_Range_Scanned_Data_Stream_Cursor_Value_Input = {
|
|
2545
|
-
block_hash?: InputMaybe<Scalars['String']['input']>;
|
|
2546
|
-
block_number?: InputMaybe<Scalars['Int']['input']>;
|
|
2547
|
-
chain_id?: InputMaybe<Scalars['Int']['input']>;
|
|
2548
|
-
};
|
|
2549
|
-
export type Event_Sync_State = {
|
|
2550
|
-
__typename?: 'event_sync_state';
|
|
2551
|
-
block_number: Scalars['Int']['output'];
|
|
2552
|
-
block_timestamp: Scalars['Int']['output'];
|
|
2553
|
-
chain_id: Scalars['Int']['output'];
|
|
2554
|
-
is_pre_registering_dynamic_contracts?: Maybe<Scalars['Boolean']['output']>;
|
|
2555
|
-
log_index: Scalars['Int']['output'];
|
|
2556
|
-
};
|
|
2557
|
-
export type Event_Sync_State_Bool_Exp = {
|
|
2558
|
-
_and?: InputMaybe<Array<Event_Sync_State_Bool_Exp>>;
|
|
2559
|
-
_not?: InputMaybe<Event_Sync_State_Bool_Exp>;
|
|
2560
|
-
_or?: InputMaybe<Array<Event_Sync_State_Bool_Exp>>;
|
|
2561
|
-
block_number?: InputMaybe<Int_Comparison_Exp>;
|
|
2562
|
-
block_timestamp?: InputMaybe<Int_Comparison_Exp>;
|
|
2563
|
-
chain_id?: InputMaybe<Int_Comparison_Exp>;
|
|
2564
|
-
is_pre_registering_dynamic_contracts?: InputMaybe<Boolean_Comparison_Exp>;
|
|
2565
|
-
log_index?: InputMaybe<Int_Comparison_Exp>;
|
|
2566
|
-
};
|
|
2567
|
-
export type Event_Sync_State_Order_By = {
|
|
2568
|
-
block_number?: InputMaybe<Order_By>;
|
|
2569
|
-
block_timestamp?: InputMaybe<Order_By>;
|
|
2570
|
-
chain_id?: InputMaybe<Order_By>;
|
|
2571
|
-
is_pre_registering_dynamic_contracts?: InputMaybe<Order_By>;
|
|
2572
|
-
log_index?: InputMaybe<Order_By>;
|
|
2573
|
-
};
|
|
2574
|
-
export declare enum Event_Sync_State_Select_Column {
|
|
2575
|
-
BlockNumber = "block_number",
|
|
2576
|
-
BlockTimestamp = "block_timestamp",
|
|
2577
|
-
ChainId = "chain_id",
|
|
2578
|
-
IsPreRegisteringDynamicContracts = "is_pre_registering_dynamic_contracts",
|
|
2579
|
-
LogIndex = "log_index"
|
|
2580
|
-
}
|
|
2581
|
-
export type Event_Sync_State_Stream_Cursor_Input = {
|
|
2582
|
-
initial_value: Event_Sync_State_Stream_Cursor_Value_Input;
|
|
2583
|
-
ordering?: InputMaybe<Cursor_Ordering>;
|
|
2584
|
-
};
|
|
2585
|
-
export type Event_Sync_State_Stream_Cursor_Value_Input = {
|
|
2586
|
-
block_number?: InputMaybe<Scalars['Int']['input']>;
|
|
2587
|
-
block_timestamp?: InputMaybe<Scalars['Int']['input']>;
|
|
2588
|
-
chain_id?: InputMaybe<Scalars['Int']['input']>;
|
|
2589
|
-
is_pre_registering_dynamic_contracts?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2590
|
-
log_index?: InputMaybe<Scalars['Int']['input']>;
|
|
2591
|
-
};
|
|
2592
|
-
export type Float8_Comparison_Exp = {
|
|
2593
|
-
_eq?: InputMaybe<Scalars['float8']['input']>;
|
|
2594
|
-
_gt?: InputMaybe<Scalars['float8']['input']>;
|
|
2595
|
-
_gte?: InputMaybe<Scalars['float8']['input']>;
|
|
2596
|
-
_in?: InputMaybe<Array<Scalars['float8']['input']>>;
|
|
2597
|
-
_is_null?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2598
|
-
_lt?: InputMaybe<Scalars['float8']['input']>;
|
|
2599
|
-
_lte?: InputMaybe<Scalars['float8']['input']>;
|
|
2600
|
-
_neq?: InputMaybe<Scalars['float8']['input']>;
|
|
2601
|
-
_nin?: InputMaybe<Array<Scalars['float8']['input']>>;
|
|
2602
|
-
};
|
|
2603
1950
|
export type Jsonb_Cast_Exp = {
|
|
2604
1951
|
String?: InputMaybe<String_Comparison_Exp>;
|
|
2605
1952
|
};
|
|
@@ -2639,91 +1986,30 @@ export declare enum Order_By {
|
|
|
2639
1986
|
DescNullsFirst = "desc_nulls_first",
|
|
2640
1987
|
DescNullsLast = "desc_nulls_last"
|
|
2641
1988
|
}
|
|
2642
|
-
export type Persisted_State = {
|
|
2643
|
-
__typename?: 'persisted_state';
|
|
2644
|
-
abi_files_hash: Scalars['String']['output'];
|
|
2645
|
-
config_hash: Scalars['String']['output'];
|
|
2646
|
-
envio_version: Scalars['String']['output'];
|
|
2647
|
-
handler_files_hash: Scalars['String']['output'];
|
|
2648
|
-
id: Scalars['Int']['output'];
|
|
2649
|
-
schema_hash: Scalars['String']['output'];
|
|
2650
|
-
};
|
|
2651
|
-
export type Persisted_State_Bool_Exp = {
|
|
2652
|
-
_and?: InputMaybe<Array<Persisted_State_Bool_Exp>>;
|
|
2653
|
-
_not?: InputMaybe<Persisted_State_Bool_Exp>;
|
|
2654
|
-
_or?: InputMaybe<Array<Persisted_State_Bool_Exp>>;
|
|
2655
|
-
abi_files_hash?: InputMaybe<String_Comparison_Exp>;
|
|
2656
|
-
config_hash?: InputMaybe<String_Comparison_Exp>;
|
|
2657
|
-
envio_version?: InputMaybe<String_Comparison_Exp>;
|
|
2658
|
-
handler_files_hash?: InputMaybe<String_Comparison_Exp>;
|
|
2659
|
-
id?: InputMaybe<Int_Comparison_Exp>;
|
|
2660
|
-
schema_hash?: InputMaybe<String_Comparison_Exp>;
|
|
2661
|
-
};
|
|
2662
|
-
export type Persisted_State_Order_By = {
|
|
2663
|
-
abi_files_hash?: InputMaybe<Order_By>;
|
|
2664
|
-
config_hash?: InputMaybe<Order_By>;
|
|
2665
|
-
envio_version?: InputMaybe<Order_By>;
|
|
2666
|
-
handler_files_hash?: InputMaybe<Order_By>;
|
|
2667
|
-
id?: InputMaybe<Order_By>;
|
|
2668
|
-
schema_hash?: InputMaybe<Order_By>;
|
|
2669
|
-
};
|
|
2670
|
-
export declare enum Persisted_State_Select_Column {
|
|
2671
|
-
AbiFilesHash = "abi_files_hash",
|
|
2672
|
-
ConfigHash = "config_hash",
|
|
2673
|
-
EnvioVersion = "envio_version",
|
|
2674
|
-
HandlerFilesHash = "handler_files_hash",
|
|
2675
|
-
Id = "id",
|
|
2676
|
-
SchemaHash = "schema_hash"
|
|
2677
|
-
}
|
|
2678
|
-
export type Persisted_State_Stream_Cursor_Input = {
|
|
2679
|
-
initial_value: Persisted_State_Stream_Cursor_Value_Input;
|
|
2680
|
-
ordering?: InputMaybe<Cursor_Ordering>;
|
|
2681
|
-
};
|
|
2682
|
-
export type Persisted_State_Stream_Cursor_Value_Input = {
|
|
2683
|
-
abi_files_hash?: InputMaybe<Scalars['String']['input']>;
|
|
2684
|
-
config_hash?: InputMaybe<Scalars['String']['input']>;
|
|
2685
|
-
envio_version?: InputMaybe<Scalars['String']['input']>;
|
|
2686
|
-
handler_files_hash?: InputMaybe<Scalars['String']['input']>;
|
|
2687
|
-
id?: InputMaybe<Scalars['Int']['input']>;
|
|
2688
|
-
schema_hash?: InputMaybe<Scalars['String']['input']>;
|
|
2689
|
-
};
|
|
2690
1989
|
export type Query_Root = {
|
|
2691
1990
|
__typename?: 'query_root';
|
|
2692
1991
|
Action: Array<Action>;
|
|
1992
|
+
Action_aggregate: Action_Aggregate;
|
|
2693
1993
|
Action_by_pk?: Maybe<Action>;
|
|
2694
1994
|
Asset: Array<Asset>;
|
|
1995
|
+
Asset_aggregate: Asset_Aggregate;
|
|
2695
1996
|
Asset_by_pk?: Maybe<Asset>;
|
|
2696
1997
|
Batch: Array<Batch>;
|
|
1998
|
+
Batch_aggregate: Batch_Aggregate;
|
|
2697
1999
|
Batch_by_pk?: Maybe<Batch>;
|
|
2698
2000
|
Batcher: Array<Batcher>;
|
|
2699
2001
|
Batcher_by_pk?: Maybe<Batcher>;
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
Revenue_aggregate: Revenue_Aggregate;
|
|
2705
|
-
Revenue_by_pk?: Maybe<Revenue>;
|
|
2002
|
+
Contract: Array<Contract>;
|
|
2003
|
+
Contract_by_pk?: Maybe<Contract>;
|
|
2004
|
+
DeprecatedStream: Array<DeprecatedStream>;
|
|
2005
|
+
DeprecatedStream_by_pk?: Maybe<DeprecatedStream>;
|
|
2706
2006
|
Stream: Array<Stream>;
|
|
2707
2007
|
Stream_aggregate: Stream_Aggregate;
|
|
2708
2008
|
Stream_by_pk?: Maybe<Stream>;
|
|
2709
|
-
User: Array<User>;
|
|
2710
|
-
UserTransaction: Array<UserTransaction>;
|
|
2711
|
-
UserTransaction_aggregate: UserTransaction_Aggregate;
|
|
2712
|
-
UserTransaction_by_pk?: Maybe<UserTransaction>;
|
|
2713
|
-
User_aggregate: User_Aggregate;
|
|
2714
|
-
User_by_pk?: Maybe<User>;
|
|
2715
2009
|
Watcher: Array<Watcher>;
|
|
2716
2010
|
Watcher_by_pk?: Maybe<Watcher>;
|
|
2011
|
+
_meta: Array<_Meta>;
|
|
2717
2012
|
chain_metadata: Array<Chain_Metadata>;
|
|
2718
|
-
chain_metadata_by_pk?: Maybe<Chain_Metadata>;
|
|
2719
|
-
dynamic_contract_registry: Array<Dynamic_Contract_Registry>;
|
|
2720
|
-
dynamic_contract_registry_by_pk?: Maybe<Dynamic_Contract_Registry>;
|
|
2721
|
-
end_of_block_range_scanned_data: Array<End_Of_Block_Range_Scanned_Data>;
|
|
2722
|
-
end_of_block_range_scanned_data_by_pk?: Maybe<End_Of_Block_Range_Scanned_Data>;
|
|
2723
|
-
event_sync_state: Array<Event_Sync_State>;
|
|
2724
|
-
event_sync_state_by_pk?: Maybe<Event_Sync_State>;
|
|
2725
|
-
persisted_state: Array<Persisted_State>;
|
|
2726
|
-
persisted_state_by_pk?: Maybe<Persisted_State>;
|
|
2727
2013
|
raw_events: Array<Raw_Events>;
|
|
2728
2014
|
raw_events_by_pk?: Maybe<Raw_Events>;
|
|
2729
2015
|
};
|
|
@@ -2734,6 +2020,13 @@ export type Query_RootActionArgs = {
|
|
|
2734
2020
|
order_by?: InputMaybe<Array<Action_Order_By>>;
|
|
2735
2021
|
where?: InputMaybe<Action_Bool_Exp>;
|
|
2736
2022
|
};
|
|
2023
|
+
export type Query_RootAction_AggregateArgs = {
|
|
2024
|
+
distinct_on?: InputMaybe<Array<Action_Select_Column>>;
|
|
2025
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2026
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2027
|
+
order_by?: InputMaybe<Array<Action_Order_By>>;
|
|
2028
|
+
where?: InputMaybe<Action_Bool_Exp>;
|
|
2029
|
+
};
|
|
2737
2030
|
export type Query_RootAction_By_PkArgs = {
|
|
2738
2031
|
id: Scalars['String']['input'];
|
|
2739
2032
|
};
|
|
@@ -2744,6 +2037,13 @@ export type Query_RootAssetArgs = {
|
|
|
2744
2037
|
order_by?: InputMaybe<Array<Asset_Order_By>>;
|
|
2745
2038
|
where?: InputMaybe<Asset_Bool_Exp>;
|
|
2746
2039
|
};
|
|
2040
|
+
export type Query_RootAsset_AggregateArgs = {
|
|
2041
|
+
distinct_on?: InputMaybe<Array<Asset_Select_Column>>;
|
|
2042
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2043
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2044
|
+
order_by?: InputMaybe<Array<Asset_Order_By>>;
|
|
2045
|
+
where?: InputMaybe<Asset_Bool_Exp>;
|
|
2046
|
+
};
|
|
2747
2047
|
export type Query_RootAsset_By_PkArgs = {
|
|
2748
2048
|
id: Scalars['String']['input'];
|
|
2749
2049
|
};
|
|
@@ -2754,6 +2054,13 @@ export type Query_RootBatchArgs = {
|
|
|
2754
2054
|
order_by?: InputMaybe<Array<Batch_Order_By>>;
|
|
2755
2055
|
where?: InputMaybe<Batch_Bool_Exp>;
|
|
2756
2056
|
};
|
|
2057
|
+
export type Query_RootBatch_AggregateArgs = {
|
|
2058
|
+
distinct_on?: InputMaybe<Array<Batch_Select_Column>>;
|
|
2059
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2060
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2061
|
+
order_by?: InputMaybe<Array<Batch_Order_By>>;
|
|
2062
|
+
where?: InputMaybe<Batch_Bool_Exp>;
|
|
2063
|
+
};
|
|
2757
2064
|
export type Query_RootBatch_By_PkArgs = {
|
|
2758
2065
|
id: Scalars['String']['input'];
|
|
2759
2066
|
};
|
|
@@ -2767,38 +2074,24 @@ export type Query_RootBatcherArgs = {
|
|
|
2767
2074
|
export type Query_RootBatcher_By_PkArgs = {
|
|
2768
2075
|
id: Scalars['String']['input'];
|
|
2769
2076
|
};
|
|
2770
|
-
export type
|
|
2771
|
-
distinct_on?: InputMaybe<Array<
|
|
2077
|
+
export type Query_RootContractArgs = {
|
|
2078
|
+
distinct_on?: InputMaybe<Array<Contract_Select_Column>>;
|
|
2772
2079
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2773
2080
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2774
|
-
order_by?: InputMaybe<Array<
|
|
2775
|
-
where?: InputMaybe<
|
|
2081
|
+
order_by?: InputMaybe<Array<Contract_Order_By>>;
|
|
2082
|
+
where?: InputMaybe<Contract_Bool_Exp>;
|
|
2776
2083
|
};
|
|
2777
|
-
export type
|
|
2778
|
-
distinct_on?: InputMaybe<Array<RevenueTransaction_Select_Column>>;
|
|
2779
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2780
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2781
|
-
order_by?: InputMaybe<Array<RevenueTransaction_Order_By>>;
|
|
2782
|
-
where?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
2783
|
-
};
|
|
2784
|
-
export type Query_RootRevenueTransaction_AggregateArgs = {
|
|
2785
|
-
distinct_on?: InputMaybe<Array<RevenueTransaction_Select_Column>>;
|
|
2786
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2787
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2788
|
-
order_by?: InputMaybe<Array<RevenueTransaction_Order_By>>;
|
|
2789
|
-
where?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
2790
|
-
};
|
|
2791
|
-
export type Query_RootRevenueTransaction_By_PkArgs = {
|
|
2084
|
+
export type Query_RootContract_By_PkArgs = {
|
|
2792
2085
|
id: Scalars['String']['input'];
|
|
2793
2086
|
};
|
|
2794
|
-
export type
|
|
2795
|
-
distinct_on?: InputMaybe<Array<
|
|
2087
|
+
export type Query_RootDeprecatedStreamArgs = {
|
|
2088
|
+
distinct_on?: InputMaybe<Array<DeprecatedStream_Select_Column>>;
|
|
2796
2089
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2797
2090
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2798
|
-
order_by?: InputMaybe<Array<
|
|
2799
|
-
where?: InputMaybe<
|
|
2091
|
+
order_by?: InputMaybe<Array<DeprecatedStream_Order_By>>;
|
|
2092
|
+
where?: InputMaybe<DeprecatedStream_Bool_Exp>;
|
|
2800
2093
|
};
|
|
2801
|
-
export type
|
|
2094
|
+
export type Query_RootDeprecatedStream_By_PkArgs = {
|
|
2802
2095
|
id: Scalars['String']['input'];
|
|
2803
2096
|
};
|
|
2804
2097
|
export type Query_RootStreamArgs = {
|
|
@@ -2818,40 +2111,6 @@ export type Query_RootStream_AggregateArgs = {
|
|
|
2818
2111
|
export type Query_RootStream_By_PkArgs = {
|
|
2819
2112
|
id: Scalars['String']['input'];
|
|
2820
2113
|
};
|
|
2821
|
-
export type Query_RootUserArgs = {
|
|
2822
|
-
distinct_on?: InputMaybe<Array<User_Select_Column>>;
|
|
2823
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2824
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2825
|
-
order_by?: InputMaybe<Array<User_Order_By>>;
|
|
2826
|
-
where?: InputMaybe<User_Bool_Exp>;
|
|
2827
|
-
};
|
|
2828
|
-
export type Query_RootUserTransactionArgs = {
|
|
2829
|
-
distinct_on?: InputMaybe<Array<UserTransaction_Select_Column>>;
|
|
2830
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2831
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2832
|
-
order_by?: InputMaybe<Array<UserTransaction_Order_By>>;
|
|
2833
|
-
where?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
2834
|
-
};
|
|
2835
|
-
export type Query_RootUserTransaction_AggregateArgs = {
|
|
2836
|
-
distinct_on?: InputMaybe<Array<UserTransaction_Select_Column>>;
|
|
2837
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2838
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2839
|
-
order_by?: InputMaybe<Array<UserTransaction_Order_By>>;
|
|
2840
|
-
where?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
2841
|
-
};
|
|
2842
|
-
export type Query_RootUserTransaction_By_PkArgs = {
|
|
2843
|
-
id: Scalars['String']['input'];
|
|
2844
|
-
};
|
|
2845
|
-
export type Query_RootUser_AggregateArgs = {
|
|
2846
|
-
distinct_on?: InputMaybe<Array<User_Select_Column>>;
|
|
2847
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2848
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2849
|
-
order_by?: InputMaybe<Array<User_Order_By>>;
|
|
2850
|
-
where?: InputMaybe<User_Bool_Exp>;
|
|
2851
|
-
};
|
|
2852
|
-
export type Query_RootUser_By_PkArgs = {
|
|
2853
|
-
id: Scalars['String']['input'];
|
|
2854
|
-
};
|
|
2855
2114
|
export type Query_RootWatcherArgs = {
|
|
2856
2115
|
distinct_on?: InputMaybe<Array<Watcher_Select_Column>>;
|
|
2857
2116
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -2862,6 +2121,13 @@ export type Query_RootWatcherArgs = {
|
|
|
2862
2121
|
export type Query_RootWatcher_By_PkArgs = {
|
|
2863
2122
|
id: Scalars['String']['input'];
|
|
2864
2123
|
};
|
|
2124
|
+
export type Query_Root_MetaArgs = {
|
|
2125
|
+
distinct_on?: InputMaybe<Array<_Meta_Select_Column>>;
|
|
2126
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2127
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2128
|
+
order_by?: InputMaybe<Array<_Meta_Order_By>>;
|
|
2129
|
+
where?: InputMaybe<_Meta_Bool_Exp>;
|
|
2130
|
+
};
|
|
2865
2131
|
export type Query_RootChain_MetadataArgs = {
|
|
2866
2132
|
distinct_on?: InputMaybe<Array<Chain_Metadata_Select_Column>>;
|
|
2867
2133
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -2869,50 +2135,6 @@ export type Query_RootChain_MetadataArgs = {
|
|
|
2869
2135
|
order_by?: InputMaybe<Array<Chain_Metadata_Order_By>>;
|
|
2870
2136
|
where?: InputMaybe<Chain_Metadata_Bool_Exp>;
|
|
2871
2137
|
};
|
|
2872
|
-
export type Query_RootChain_Metadata_By_PkArgs = {
|
|
2873
|
-
chain_id: Scalars['Int']['input'];
|
|
2874
|
-
};
|
|
2875
|
-
export type Query_RootDynamic_Contract_RegistryArgs = {
|
|
2876
|
-
distinct_on?: InputMaybe<Array<Dynamic_Contract_Registry_Select_Column>>;
|
|
2877
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2878
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2879
|
-
order_by?: InputMaybe<Array<Dynamic_Contract_Registry_Order_By>>;
|
|
2880
|
-
where?: InputMaybe<Dynamic_Contract_Registry_Bool_Exp>;
|
|
2881
|
-
};
|
|
2882
|
-
export type Query_RootDynamic_Contract_Registry_By_PkArgs = {
|
|
2883
|
-
id: Scalars['String']['input'];
|
|
2884
|
-
};
|
|
2885
|
-
export type Query_RootEnd_Of_Block_Range_Scanned_DataArgs = {
|
|
2886
|
-
distinct_on?: InputMaybe<Array<End_Of_Block_Range_Scanned_Data_Select_Column>>;
|
|
2887
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2888
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2889
|
-
order_by?: InputMaybe<Array<End_Of_Block_Range_Scanned_Data_Order_By>>;
|
|
2890
|
-
where?: InputMaybe<End_Of_Block_Range_Scanned_Data_Bool_Exp>;
|
|
2891
|
-
};
|
|
2892
|
-
export type Query_RootEnd_Of_Block_Range_Scanned_Data_By_PkArgs = {
|
|
2893
|
-
block_number: Scalars['Int']['input'];
|
|
2894
|
-
chain_id: Scalars['Int']['input'];
|
|
2895
|
-
};
|
|
2896
|
-
export type Query_RootEvent_Sync_StateArgs = {
|
|
2897
|
-
distinct_on?: InputMaybe<Array<Event_Sync_State_Select_Column>>;
|
|
2898
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2899
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2900
|
-
order_by?: InputMaybe<Array<Event_Sync_State_Order_By>>;
|
|
2901
|
-
where?: InputMaybe<Event_Sync_State_Bool_Exp>;
|
|
2902
|
-
};
|
|
2903
|
-
export type Query_RootEvent_Sync_State_By_PkArgs = {
|
|
2904
|
-
chain_id: Scalars['Int']['input'];
|
|
2905
|
-
};
|
|
2906
|
-
export type Query_RootPersisted_StateArgs = {
|
|
2907
|
-
distinct_on?: InputMaybe<Array<Persisted_State_Select_Column>>;
|
|
2908
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2909
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2910
|
-
order_by?: InputMaybe<Array<Persisted_State_Order_By>>;
|
|
2911
|
-
where?: InputMaybe<Persisted_State_Bool_Exp>;
|
|
2912
|
-
};
|
|
2913
|
-
export type Query_RootPersisted_State_By_PkArgs = {
|
|
2914
|
-
id: Scalars['Int']['input'];
|
|
2915
|
-
};
|
|
2916
2138
|
export type Query_RootRaw_EventsArgs = {
|
|
2917
2139
|
distinct_on?: InputMaybe<Array<Raw_Events_Select_Column>>;
|
|
2918
2140
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -2931,7 +2153,6 @@ export type Raw_Events = {
|
|
|
2931
2153
|
block_timestamp: Scalars['Int']['output'];
|
|
2932
2154
|
chain_id: Scalars['Int']['output'];
|
|
2933
2155
|
contract_name: Scalars['String']['output'];
|
|
2934
|
-
db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
2935
2156
|
event_id: Scalars['numeric']['output'];
|
|
2936
2157
|
event_name: Scalars['String']['output'];
|
|
2937
2158
|
log_index: Scalars['Int']['output'];
|
|
@@ -2959,7 +2180,6 @@ export type Raw_Events_Bool_Exp = {
|
|
|
2959
2180
|
block_timestamp?: InputMaybe<Int_Comparison_Exp>;
|
|
2960
2181
|
chain_id?: InputMaybe<Int_Comparison_Exp>;
|
|
2961
2182
|
contract_name?: InputMaybe<String_Comparison_Exp>;
|
|
2962
|
-
db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
2963
2183
|
event_id?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2964
2184
|
event_name?: InputMaybe<String_Comparison_Exp>;
|
|
2965
2185
|
log_index?: InputMaybe<Int_Comparison_Exp>;
|
|
@@ -2975,7 +2195,6 @@ export type Raw_Events_Order_By = {
|
|
|
2975
2195
|
block_timestamp?: InputMaybe<Order_By>;
|
|
2976
2196
|
chain_id?: InputMaybe<Order_By>;
|
|
2977
2197
|
contract_name?: InputMaybe<Order_By>;
|
|
2978
|
-
db_write_timestamp?: InputMaybe<Order_By>;
|
|
2979
2198
|
event_id?: InputMaybe<Order_By>;
|
|
2980
2199
|
event_name?: InputMaybe<Order_By>;
|
|
2981
2200
|
log_index?: InputMaybe<Order_By>;
|
|
@@ -2991,7 +2210,6 @@ export declare enum Raw_Events_Select_Column {
|
|
|
2991
2210
|
BlockTimestamp = "block_timestamp",
|
|
2992
2211
|
ChainId = "chain_id",
|
|
2993
2212
|
ContractName = "contract_name",
|
|
2994
|
-
DbWriteTimestamp = "db_write_timestamp",
|
|
2995
2213
|
EventId = "event_id",
|
|
2996
2214
|
EventName = "event_name",
|
|
2997
2215
|
LogIndex = "log_index",
|
|
@@ -3011,7 +2229,6 @@ export type Raw_Events_Stream_Cursor_Value_Input = {
|
|
|
3011
2229
|
block_timestamp?: InputMaybe<Scalars['Int']['input']>;
|
|
3012
2230
|
chain_id?: InputMaybe<Scalars['Int']['input']>;
|
|
3013
2231
|
contract_name?: InputMaybe<Scalars['String']['input']>;
|
|
3014
|
-
db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
3015
2232
|
event_id?: InputMaybe<Scalars['numeric']['input']>;
|
|
3016
2233
|
event_name?: InputMaybe<Scalars['String']['input']>;
|
|
3017
2234
|
log_index?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -3034,55 +2251,37 @@ export type Streamcategory_Comparison_Exp = {
|
|
|
3034
2251
|
export type Subscription_Root = {
|
|
3035
2252
|
__typename?: 'subscription_root';
|
|
3036
2253
|
Action: Array<Action>;
|
|
2254
|
+
Action_aggregate: Action_Aggregate;
|
|
3037
2255
|
Action_by_pk?: Maybe<Action>;
|
|
3038
2256
|
Action_stream: Array<Action>;
|
|
3039
2257
|
Asset: Array<Asset>;
|
|
2258
|
+
Asset_aggregate: Asset_Aggregate;
|
|
3040
2259
|
Asset_by_pk?: Maybe<Asset>;
|
|
3041
2260
|
Asset_stream: Array<Asset>;
|
|
3042
2261
|
Batch: Array<Batch>;
|
|
2262
|
+
Batch_aggregate: Batch_Aggregate;
|
|
3043
2263
|
Batch_by_pk?: Maybe<Batch>;
|
|
3044
2264
|
Batch_stream: Array<Batch>;
|
|
3045
2265
|
Batcher: Array<Batcher>;
|
|
3046
2266
|
Batcher_by_pk?: Maybe<Batcher>;
|
|
3047
2267
|
Batcher_stream: Array<Batcher>;
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
Revenue_by_pk?: Maybe<Revenue>;
|
|
3055
|
-
Revenue_stream: Array<Revenue>;
|
|
2268
|
+
Contract: Array<Contract>;
|
|
2269
|
+
Contract_by_pk?: Maybe<Contract>;
|
|
2270
|
+
Contract_stream: Array<Contract>;
|
|
2271
|
+
DeprecatedStream: Array<DeprecatedStream>;
|
|
2272
|
+
DeprecatedStream_by_pk?: Maybe<DeprecatedStream>;
|
|
2273
|
+
DeprecatedStream_stream: Array<DeprecatedStream>;
|
|
3056
2274
|
Stream: Array<Stream>;
|
|
3057
2275
|
Stream_aggregate: Stream_Aggregate;
|
|
3058
2276
|
Stream_by_pk?: Maybe<Stream>;
|
|
3059
2277
|
Stream_stream: Array<Stream>;
|
|
3060
|
-
User: Array<User>;
|
|
3061
|
-
UserTransaction: Array<UserTransaction>;
|
|
3062
|
-
UserTransaction_aggregate: UserTransaction_Aggregate;
|
|
3063
|
-
UserTransaction_by_pk?: Maybe<UserTransaction>;
|
|
3064
|
-
UserTransaction_stream: Array<UserTransaction>;
|
|
3065
|
-
User_aggregate: User_Aggregate;
|
|
3066
|
-
User_by_pk?: Maybe<User>;
|
|
3067
|
-
User_stream: Array<User>;
|
|
3068
2278
|
Watcher: Array<Watcher>;
|
|
3069
2279
|
Watcher_by_pk?: Maybe<Watcher>;
|
|
3070
2280
|
Watcher_stream: Array<Watcher>;
|
|
2281
|
+
_meta: Array<_Meta>;
|
|
2282
|
+
_meta_stream: Array<_Meta>;
|
|
3071
2283
|
chain_metadata: Array<Chain_Metadata>;
|
|
3072
|
-
chain_metadata_by_pk?: Maybe<Chain_Metadata>;
|
|
3073
2284
|
chain_metadata_stream: Array<Chain_Metadata>;
|
|
3074
|
-
dynamic_contract_registry: Array<Dynamic_Contract_Registry>;
|
|
3075
|
-
dynamic_contract_registry_by_pk?: Maybe<Dynamic_Contract_Registry>;
|
|
3076
|
-
dynamic_contract_registry_stream: Array<Dynamic_Contract_Registry>;
|
|
3077
|
-
end_of_block_range_scanned_data: Array<End_Of_Block_Range_Scanned_Data>;
|
|
3078
|
-
end_of_block_range_scanned_data_by_pk?: Maybe<End_Of_Block_Range_Scanned_Data>;
|
|
3079
|
-
end_of_block_range_scanned_data_stream: Array<End_Of_Block_Range_Scanned_Data>;
|
|
3080
|
-
event_sync_state: Array<Event_Sync_State>;
|
|
3081
|
-
event_sync_state_by_pk?: Maybe<Event_Sync_State>;
|
|
3082
|
-
event_sync_state_stream: Array<Event_Sync_State>;
|
|
3083
|
-
persisted_state: Array<Persisted_State>;
|
|
3084
|
-
persisted_state_by_pk?: Maybe<Persisted_State>;
|
|
3085
|
-
persisted_state_stream: Array<Persisted_State>;
|
|
3086
2285
|
raw_events: Array<Raw_Events>;
|
|
3087
2286
|
raw_events_by_pk?: Maybe<Raw_Events>;
|
|
3088
2287
|
raw_events_stream: Array<Raw_Events>;
|
|
@@ -3094,6 +2293,13 @@ export type Subscription_RootActionArgs = {
|
|
|
3094
2293
|
order_by?: InputMaybe<Array<Action_Order_By>>;
|
|
3095
2294
|
where?: InputMaybe<Action_Bool_Exp>;
|
|
3096
2295
|
};
|
|
2296
|
+
export type Subscription_RootAction_AggregateArgs = {
|
|
2297
|
+
distinct_on?: InputMaybe<Array<Action_Select_Column>>;
|
|
2298
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2299
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2300
|
+
order_by?: InputMaybe<Array<Action_Order_By>>;
|
|
2301
|
+
where?: InputMaybe<Action_Bool_Exp>;
|
|
2302
|
+
};
|
|
3097
2303
|
export type Subscription_RootAction_By_PkArgs = {
|
|
3098
2304
|
id: Scalars['String']['input'];
|
|
3099
2305
|
};
|
|
@@ -3109,6 +2315,13 @@ export type Subscription_RootAssetArgs = {
|
|
|
3109
2315
|
order_by?: InputMaybe<Array<Asset_Order_By>>;
|
|
3110
2316
|
where?: InputMaybe<Asset_Bool_Exp>;
|
|
3111
2317
|
};
|
|
2318
|
+
export type Subscription_RootAsset_AggregateArgs = {
|
|
2319
|
+
distinct_on?: InputMaybe<Array<Asset_Select_Column>>;
|
|
2320
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2321
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2322
|
+
order_by?: InputMaybe<Array<Asset_Order_By>>;
|
|
2323
|
+
where?: InputMaybe<Asset_Bool_Exp>;
|
|
2324
|
+
};
|
|
3112
2325
|
export type Subscription_RootAsset_By_PkArgs = {
|
|
3113
2326
|
id: Scalars['String']['input'];
|
|
3114
2327
|
};
|
|
@@ -3124,6 +2337,13 @@ export type Subscription_RootBatchArgs = {
|
|
|
3124
2337
|
order_by?: InputMaybe<Array<Batch_Order_By>>;
|
|
3125
2338
|
where?: InputMaybe<Batch_Bool_Exp>;
|
|
3126
2339
|
};
|
|
2340
|
+
export type Subscription_RootBatch_AggregateArgs = {
|
|
2341
|
+
distinct_on?: InputMaybe<Array<Batch_Select_Column>>;
|
|
2342
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2343
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2344
|
+
order_by?: InputMaybe<Array<Batch_Order_By>>;
|
|
2345
|
+
where?: InputMaybe<Batch_Bool_Exp>;
|
|
2346
|
+
};
|
|
3127
2347
|
export type Subscription_RootBatch_By_PkArgs = {
|
|
3128
2348
|
id: Scalars['String']['input'];
|
|
3129
2349
|
};
|
|
@@ -3147,49 +2367,35 @@ export type Subscription_RootBatcher_StreamArgs = {
|
|
|
3147
2367
|
cursor: Array<InputMaybe<Batcher_Stream_Cursor_Input>>;
|
|
3148
2368
|
where?: InputMaybe<Batcher_Bool_Exp>;
|
|
3149
2369
|
};
|
|
3150
|
-
export type
|
|
3151
|
-
distinct_on?: InputMaybe<Array<
|
|
3152
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3153
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3154
|
-
order_by?: InputMaybe<Array<Revenue_Order_By>>;
|
|
3155
|
-
where?: InputMaybe<Revenue_Bool_Exp>;
|
|
3156
|
-
};
|
|
3157
|
-
export type Subscription_RootRevenueTransactionArgs = {
|
|
3158
|
-
distinct_on?: InputMaybe<Array<RevenueTransaction_Select_Column>>;
|
|
2370
|
+
export type Subscription_RootContractArgs = {
|
|
2371
|
+
distinct_on?: InputMaybe<Array<Contract_Select_Column>>;
|
|
3159
2372
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3160
2373
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3161
|
-
order_by?: InputMaybe<Array<
|
|
3162
|
-
where?: InputMaybe<
|
|
2374
|
+
order_by?: InputMaybe<Array<Contract_Order_By>>;
|
|
2375
|
+
where?: InputMaybe<Contract_Bool_Exp>;
|
|
3163
2376
|
};
|
|
3164
|
-
export type
|
|
3165
|
-
distinct_on?: InputMaybe<Array<RevenueTransaction_Select_Column>>;
|
|
3166
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3167
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3168
|
-
order_by?: InputMaybe<Array<RevenueTransaction_Order_By>>;
|
|
3169
|
-
where?: InputMaybe<RevenueTransaction_Bool_Exp>;
|
|
3170
|
-
};
|
|
3171
|
-
export type Subscription_RootRevenueTransaction_By_PkArgs = {
|
|
2377
|
+
export type Subscription_RootContract_By_PkArgs = {
|
|
3172
2378
|
id: Scalars['String']['input'];
|
|
3173
2379
|
};
|
|
3174
|
-
export type
|
|
2380
|
+
export type Subscription_RootContract_StreamArgs = {
|
|
3175
2381
|
batch_size: Scalars['Int']['input'];
|
|
3176
|
-
cursor: Array<InputMaybe<
|
|
3177
|
-
where?: InputMaybe<
|
|
2382
|
+
cursor: Array<InputMaybe<Contract_Stream_Cursor_Input>>;
|
|
2383
|
+
where?: InputMaybe<Contract_Bool_Exp>;
|
|
3178
2384
|
};
|
|
3179
|
-
export type
|
|
3180
|
-
distinct_on?: InputMaybe<Array<
|
|
2385
|
+
export type Subscription_RootDeprecatedStreamArgs = {
|
|
2386
|
+
distinct_on?: InputMaybe<Array<DeprecatedStream_Select_Column>>;
|
|
3181
2387
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3182
2388
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3183
|
-
order_by?: InputMaybe<Array<
|
|
3184
|
-
where?: InputMaybe<
|
|
2389
|
+
order_by?: InputMaybe<Array<DeprecatedStream_Order_By>>;
|
|
2390
|
+
where?: InputMaybe<DeprecatedStream_Bool_Exp>;
|
|
3185
2391
|
};
|
|
3186
|
-
export type
|
|
2392
|
+
export type Subscription_RootDeprecatedStream_By_PkArgs = {
|
|
3187
2393
|
id: Scalars['String']['input'];
|
|
3188
2394
|
};
|
|
3189
|
-
export type
|
|
2395
|
+
export type Subscription_RootDeprecatedStream_StreamArgs = {
|
|
3190
2396
|
batch_size: Scalars['Int']['input'];
|
|
3191
|
-
cursor: Array<InputMaybe<
|
|
3192
|
-
where?: InputMaybe<
|
|
2397
|
+
cursor: Array<InputMaybe<DeprecatedStream_Stream_Cursor_Input>>;
|
|
2398
|
+
where?: InputMaybe<DeprecatedStream_Bool_Exp>;
|
|
3193
2399
|
};
|
|
3194
2400
|
export type Subscription_RootStreamArgs = {
|
|
3195
2401
|
distinct_on?: InputMaybe<Array<Stream_Select_Column>>;
|
|
@@ -3213,50 +2419,6 @@ export type Subscription_RootStream_StreamArgs = {
|
|
|
3213
2419
|
cursor: Array<InputMaybe<Stream_Stream_Cursor_Input>>;
|
|
3214
2420
|
where?: InputMaybe<Stream_Bool_Exp>;
|
|
3215
2421
|
};
|
|
3216
|
-
export type Subscription_RootUserArgs = {
|
|
3217
|
-
distinct_on?: InputMaybe<Array<User_Select_Column>>;
|
|
3218
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3219
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3220
|
-
order_by?: InputMaybe<Array<User_Order_By>>;
|
|
3221
|
-
where?: InputMaybe<User_Bool_Exp>;
|
|
3222
|
-
};
|
|
3223
|
-
export type Subscription_RootUserTransactionArgs = {
|
|
3224
|
-
distinct_on?: InputMaybe<Array<UserTransaction_Select_Column>>;
|
|
3225
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3226
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3227
|
-
order_by?: InputMaybe<Array<UserTransaction_Order_By>>;
|
|
3228
|
-
where?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
3229
|
-
};
|
|
3230
|
-
export type Subscription_RootUserTransaction_AggregateArgs = {
|
|
3231
|
-
distinct_on?: InputMaybe<Array<UserTransaction_Select_Column>>;
|
|
3232
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3233
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3234
|
-
order_by?: InputMaybe<Array<UserTransaction_Order_By>>;
|
|
3235
|
-
where?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
3236
|
-
};
|
|
3237
|
-
export type Subscription_RootUserTransaction_By_PkArgs = {
|
|
3238
|
-
id: Scalars['String']['input'];
|
|
3239
|
-
};
|
|
3240
|
-
export type Subscription_RootUserTransaction_StreamArgs = {
|
|
3241
|
-
batch_size: Scalars['Int']['input'];
|
|
3242
|
-
cursor: Array<InputMaybe<UserTransaction_Stream_Cursor_Input>>;
|
|
3243
|
-
where?: InputMaybe<UserTransaction_Bool_Exp>;
|
|
3244
|
-
};
|
|
3245
|
-
export type Subscription_RootUser_AggregateArgs = {
|
|
3246
|
-
distinct_on?: InputMaybe<Array<User_Select_Column>>;
|
|
3247
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3248
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3249
|
-
order_by?: InputMaybe<Array<User_Order_By>>;
|
|
3250
|
-
where?: InputMaybe<User_Bool_Exp>;
|
|
3251
|
-
};
|
|
3252
|
-
export type Subscription_RootUser_By_PkArgs = {
|
|
3253
|
-
id: Scalars['String']['input'];
|
|
3254
|
-
};
|
|
3255
|
-
export type Subscription_RootUser_StreamArgs = {
|
|
3256
|
-
batch_size: Scalars['Int']['input'];
|
|
3257
|
-
cursor: Array<InputMaybe<User_Stream_Cursor_Input>>;
|
|
3258
|
-
where?: InputMaybe<User_Bool_Exp>;
|
|
3259
|
-
};
|
|
3260
2422
|
export type Subscription_RootWatcherArgs = {
|
|
3261
2423
|
distinct_on?: InputMaybe<Array<Watcher_Select_Column>>;
|
|
3262
2424
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -3272,6 +2434,18 @@ export type Subscription_RootWatcher_StreamArgs = {
|
|
|
3272
2434
|
cursor: Array<InputMaybe<Watcher_Stream_Cursor_Input>>;
|
|
3273
2435
|
where?: InputMaybe<Watcher_Bool_Exp>;
|
|
3274
2436
|
};
|
|
2437
|
+
export type Subscription_Root_MetaArgs = {
|
|
2438
|
+
distinct_on?: InputMaybe<Array<_Meta_Select_Column>>;
|
|
2439
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2440
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2441
|
+
order_by?: InputMaybe<Array<_Meta_Order_By>>;
|
|
2442
|
+
where?: InputMaybe<_Meta_Bool_Exp>;
|
|
2443
|
+
};
|
|
2444
|
+
export type Subscription_Root_Meta_StreamArgs = {
|
|
2445
|
+
batch_size: Scalars['Int']['input'];
|
|
2446
|
+
cursor: Array<InputMaybe<_Meta_Stream_Cursor_Input>>;
|
|
2447
|
+
where?: InputMaybe<_Meta_Bool_Exp>;
|
|
2448
|
+
};
|
|
3275
2449
|
export type Subscription_RootChain_MetadataArgs = {
|
|
3276
2450
|
distinct_on?: InputMaybe<Array<Chain_Metadata_Select_Column>>;
|
|
3277
2451
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -3279,75 +2453,11 @@ export type Subscription_RootChain_MetadataArgs = {
|
|
|
3279
2453
|
order_by?: InputMaybe<Array<Chain_Metadata_Order_By>>;
|
|
3280
2454
|
where?: InputMaybe<Chain_Metadata_Bool_Exp>;
|
|
3281
2455
|
};
|
|
3282
|
-
export type Subscription_RootChain_Metadata_By_PkArgs = {
|
|
3283
|
-
chain_id: Scalars['Int']['input'];
|
|
3284
|
-
};
|
|
3285
2456
|
export type Subscription_RootChain_Metadata_StreamArgs = {
|
|
3286
2457
|
batch_size: Scalars['Int']['input'];
|
|
3287
2458
|
cursor: Array<InputMaybe<Chain_Metadata_Stream_Cursor_Input>>;
|
|
3288
2459
|
where?: InputMaybe<Chain_Metadata_Bool_Exp>;
|
|
3289
2460
|
};
|
|
3290
|
-
export type Subscription_RootDynamic_Contract_RegistryArgs = {
|
|
3291
|
-
distinct_on?: InputMaybe<Array<Dynamic_Contract_Registry_Select_Column>>;
|
|
3292
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3293
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3294
|
-
order_by?: InputMaybe<Array<Dynamic_Contract_Registry_Order_By>>;
|
|
3295
|
-
where?: InputMaybe<Dynamic_Contract_Registry_Bool_Exp>;
|
|
3296
|
-
};
|
|
3297
|
-
export type Subscription_RootDynamic_Contract_Registry_By_PkArgs = {
|
|
3298
|
-
id: Scalars['String']['input'];
|
|
3299
|
-
};
|
|
3300
|
-
export type Subscription_RootDynamic_Contract_Registry_StreamArgs = {
|
|
3301
|
-
batch_size: Scalars['Int']['input'];
|
|
3302
|
-
cursor: Array<InputMaybe<Dynamic_Contract_Registry_Stream_Cursor_Input>>;
|
|
3303
|
-
where?: InputMaybe<Dynamic_Contract_Registry_Bool_Exp>;
|
|
3304
|
-
};
|
|
3305
|
-
export type Subscription_RootEnd_Of_Block_Range_Scanned_DataArgs = {
|
|
3306
|
-
distinct_on?: InputMaybe<Array<End_Of_Block_Range_Scanned_Data_Select_Column>>;
|
|
3307
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3308
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3309
|
-
order_by?: InputMaybe<Array<End_Of_Block_Range_Scanned_Data_Order_By>>;
|
|
3310
|
-
where?: InputMaybe<End_Of_Block_Range_Scanned_Data_Bool_Exp>;
|
|
3311
|
-
};
|
|
3312
|
-
export type Subscription_RootEnd_Of_Block_Range_Scanned_Data_By_PkArgs = {
|
|
3313
|
-
block_number: Scalars['Int']['input'];
|
|
3314
|
-
chain_id: Scalars['Int']['input'];
|
|
3315
|
-
};
|
|
3316
|
-
export type Subscription_RootEnd_Of_Block_Range_Scanned_Data_StreamArgs = {
|
|
3317
|
-
batch_size: Scalars['Int']['input'];
|
|
3318
|
-
cursor: Array<InputMaybe<End_Of_Block_Range_Scanned_Data_Stream_Cursor_Input>>;
|
|
3319
|
-
where?: InputMaybe<End_Of_Block_Range_Scanned_Data_Bool_Exp>;
|
|
3320
|
-
};
|
|
3321
|
-
export type Subscription_RootEvent_Sync_StateArgs = {
|
|
3322
|
-
distinct_on?: InputMaybe<Array<Event_Sync_State_Select_Column>>;
|
|
3323
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3324
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3325
|
-
order_by?: InputMaybe<Array<Event_Sync_State_Order_By>>;
|
|
3326
|
-
where?: InputMaybe<Event_Sync_State_Bool_Exp>;
|
|
3327
|
-
};
|
|
3328
|
-
export type Subscription_RootEvent_Sync_State_By_PkArgs = {
|
|
3329
|
-
chain_id: Scalars['Int']['input'];
|
|
3330
|
-
};
|
|
3331
|
-
export type Subscription_RootEvent_Sync_State_StreamArgs = {
|
|
3332
|
-
batch_size: Scalars['Int']['input'];
|
|
3333
|
-
cursor: Array<InputMaybe<Event_Sync_State_Stream_Cursor_Input>>;
|
|
3334
|
-
where?: InputMaybe<Event_Sync_State_Bool_Exp>;
|
|
3335
|
-
};
|
|
3336
|
-
export type Subscription_RootPersisted_StateArgs = {
|
|
3337
|
-
distinct_on?: InputMaybe<Array<Persisted_State_Select_Column>>;
|
|
3338
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3339
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3340
|
-
order_by?: InputMaybe<Array<Persisted_State_Order_By>>;
|
|
3341
|
-
where?: InputMaybe<Persisted_State_Bool_Exp>;
|
|
3342
|
-
};
|
|
3343
|
-
export type Subscription_RootPersisted_State_By_PkArgs = {
|
|
3344
|
-
id: Scalars['Int']['input'];
|
|
3345
|
-
};
|
|
3346
|
-
export type Subscription_RootPersisted_State_StreamArgs = {
|
|
3347
|
-
batch_size: Scalars['Int']['input'];
|
|
3348
|
-
cursor: Array<InputMaybe<Persisted_State_Stream_Cursor_Input>>;
|
|
3349
|
-
where?: InputMaybe<Persisted_State_Bool_Exp>;
|
|
3350
|
-
};
|
|
3351
2461
|
export type Subscription_RootRaw_EventsArgs = {
|
|
3352
2462
|
distinct_on?: InputMaybe<Array<Raw_Events_Select_Column>>;
|
|
3353
2463
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -3363,17 +2473,6 @@ export type Subscription_RootRaw_Events_StreamArgs = {
|
|
|
3363
2473
|
cursor: Array<InputMaybe<Raw_Events_Stream_Cursor_Input>>;
|
|
3364
2474
|
where?: InputMaybe<Raw_Events_Bool_Exp>;
|
|
3365
2475
|
};
|
|
3366
|
-
export type Timestamp_Comparison_Exp = {
|
|
3367
|
-
_eq?: InputMaybe<Scalars['timestamp']['input']>;
|
|
3368
|
-
_gt?: InputMaybe<Scalars['timestamp']['input']>;
|
|
3369
|
-
_gte?: InputMaybe<Scalars['timestamp']['input']>;
|
|
3370
|
-
_in?: InputMaybe<Array<Scalars['timestamp']['input']>>;
|
|
3371
|
-
_is_null?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3372
|
-
_lt?: InputMaybe<Scalars['timestamp']['input']>;
|
|
3373
|
-
_lte?: InputMaybe<Scalars['timestamp']['input']>;
|
|
3374
|
-
_neq?: InputMaybe<Scalars['timestamp']['input']>;
|
|
3375
|
-
_nin?: InputMaybe<Array<Scalars['timestamp']['input']>>;
|
|
3376
|
-
};
|
|
3377
2476
|
export type Timestamptz_Comparison_Exp = {
|
|
3378
2477
|
_eq?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
3379
2478
|
_gt?: InputMaybe<Scalars['timestamptz']['input']>;
|