@whisk/graphql 0.0.12 → 0.0.13

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.
@@ -2,4158 +2,107 @@
2
2
  /* prettier-ignore */
3
3
 
4
4
  type introspection_types = {
5
- Adapter: {
6
- kind: "INTERFACE"
7
- name: "Adapter"
8
- fields: {
9
- adapterAddress: {
10
- name: "adapterAddress"
11
- type: {
12
- kind: "NON_NULL"
13
- name: never
14
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
15
- }
16
- }
17
- adapterCap: { name: "adapterCap"; type: { kind: "OBJECT"; name: "AdapterCap"; ofType: null } }
18
- name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
19
- riskAssessment: {
20
- name: "riskAssessment"
21
- type: { kind: "OBJECT"; name: "AdapterRiskAssessment"; ofType: null }
22
- }
23
- }
24
- possibleTypes: "BoxVaultAdapter" | "MarketV1Adapter" | "UnknownAdapter" | "VaultV1Adapter"
25
- }
26
- AdapterCap: {
27
- kind: "OBJECT"
28
- name: "AdapterCap"
29
- fields: {
30
- absoluteCap: {
31
- name: "absoluteCap"
32
- type: {
33
- kind: "NON_NULL"
34
- name: never
35
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
36
- }
37
- }
38
- allocation: {
39
- name: "allocation"
40
- type: {
41
- kind: "NON_NULL"
42
- name: never
43
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
44
- }
45
- }
46
- capId: {
47
- name: "capId"
48
- type: {
49
- kind: "NON_NULL"
50
- name: never
51
- ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
52
- }
53
- }
54
- relativeCap: {
55
- name: "relativeCap"
56
- type: {
57
- kind: "NON_NULL"
58
- name: never
59
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
60
- }
61
- }
62
- }
63
- }
64
- AdapterRiskAssessment: {
65
- kind: "OBJECT"
66
- name: "AdapterRiskAssessment"
67
- fields: {
68
- steakhouse: {
69
- name: "steakhouse"
70
- type: { kind: "OBJECT"; name: "SteakhouseRiskAssessment"; ofType: null }
71
- }
72
- }
73
- }
74
- Address: unknown
75
- AeraPendingAction: {
76
- kind: "OBJECT"
77
- name: "AeraPendingAction"
78
- fields: {
79
- amount: {
80
- name: "amount"
81
- type: {
82
- kind: "NON_NULL"
83
- name: never
84
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
85
- }
86
- }
87
- hash: {
88
- name: "hash"
89
- type: {
90
- kind: "NON_NULL"
91
- name: never
92
- ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
93
- }
94
- }
95
- token: {
96
- name: "token"
97
- type: {
98
- kind: "NON_NULL"
99
- name: never
100
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
101
- }
102
- }
103
- }
104
- }
105
- AeraVault: {
106
- kind: "OBJECT"
107
- name: "AeraVault"
108
- fields: {
109
- chain: {
110
- name: "chain"
111
- type: {
112
- kind: "NON_NULL"
113
- name: never
114
- ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
115
- }
116
- }
117
- isPaused: {
118
- name: "isPaused"
119
- type: {
120
- kind: "NON_NULL"
121
- name: never
122
- ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
123
- }
124
- }
125
- managementFee: {
126
- name: "managementFee"
127
- type: {
128
- kind: "NON_NULL"
129
- name: never
130
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
131
- }
132
- }
133
- name: {
134
- name: "name"
135
- type: {
136
- kind: "NON_NULL"
137
- name: never
138
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
139
- }
140
- }
141
- numeraireAsset: {
142
- name: "numeraireAsset"
143
- type: {
144
- kind: "NON_NULL"
145
- name: never
146
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
147
- }
148
- }
149
- performanceFee: {
150
- name: "performanceFee"
151
- type: {
152
- kind: "NON_NULL"
153
- name: never
154
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
155
- }
156
- }
157
- supplyApy1d: {
158
- name: "supplyApy1d"
159
- type: {
160
- kind: "NON_NULL"
161
- name: never
162
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
163
- }
164
- }
165
- supplyApy30d: {
166
- name: "supplyApy30d"
167
- type: {
168
- kind: "NON_NULL"
169
- name: never
170
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
171
- }
172
- }
173
- supplyApy7d: {
174
- name: "supplyApy7d"
175
- type: {
176
- kind: "NON_NULL"
177
- name: never
178
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
179
- }
180
- }
181
- totalSupplied: {
182
- name: "totalSupplied"
183
- type: {
184
- kind: "NON_NULL"
185
- name: never
186
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
187
- }
188
- }
189
- vaultAddress: {
190
- name: "vaultAddress"
191
- type: {
192
- kind: "NON_NULL"
193
- name: never
194
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
195
- }
196
- }
197
- }
198
- }
199
- AeraVaultFilter: {
200
- kind: "INPUT_OBJECT"
201
- name: "AeraVaultFilter"
202
- isOneOf: false
203
- inputFields: [
204
- {
205
- name: "chainId_in"
206
- type: {
207
- kind: "LIST"
208
- name: never
209
- ofType: {
210
- kind: "NON_NULL"
211
- name: never
212
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
213
- }
214
- }
215
- defaultValue: null
216
- },
217
- {
218
- name: "vaultAddress_in"
219
- type: {
220
- kind: "LIST"
221
- name: never
222
- ofType: {
223
- kind: "NON_NULL"
224
- name: never
225
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
226
- }
227
- }
228
- defaultValue: null
229
- },
230
- ]
231
- }
232
- AeraVaultPage: {
233
- kind: "OBJECT"
234
- name: "AeraVaultPage"
235
- fields: {
236
- items: {
237
- name: "items"
238
- type: {
239
- kind: "NON_NULL"
240
- name: never
241
- ofType: {
242
- kind: "LIST"
243
- name: never
244
- ofType: { kind: "OBJECT"; name: "AeraVault"; ofType: null }
245
- }
246
- }
247
- }
248
- pageInfo: {
249
- name: "pageInfo"
250
- type: {
251
- kind: "NON_NULL"
252
- name: never
253
- ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
254
- }
255
- }
256
- totalCount: {
257
- name: "totalCount"
258
- type: {
259
- kind: "NON_NULL"
260
- name: never
261
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
262
- }
263
- }
264
- }
265
- }
266
- AeraVaultPosition: {
267
- kind: "OBJECT"
268
- name: "AeraVaultPosition"
269
- fields: {
270
- accountAddress: {
271
- name: "accountAddress"
272
- type: {
273
- kind: "NON_NULL"
274
- name: never
275
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
276
- }
277
- }
278
- hasPendingDeposit: {
279
- name: "hasPendingDeposit"
280
- type: {
281
- kind: "NON_NULL"
282
- name: never
283
- ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
284
- }
285
- }
286
- hasPendingWithdrawal: {
287
- name: "hasPendingWithdrawal"
288
- type: {
289
- kind: "NON_NULL"
290
- name: never
291
- ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
292
- }
293
- }
294
- pendingDeposits: {
295
- name: "pendingDeposits"
296
- type: {
297
- kind: "NON_NULL"
298
- name: never
299
- ofType: {
300
- kind: "LIST"
301
- name: never
302
- ofType: {
303
- kind: "NON_NULL"
304
- name: never
305
- ofType: { kind: "OBJECT"; name: "AeraPendingAction"; ofType: null }
306
- }
307
- }
308
- }
309
- }
310
- pendingWithdrawals: {
311
- name: "pendingWithdrawals"
312
- type: {
313
- kind: "NON_NULL"
314
- name: never
315
- ofType: {
316
- kind: "LIST"
317
- name: never
318
- ofType: {
319
- kind: "NON_NULL"
320
- name: never
321
- ofType: { kind: "OBJECT"; name: "AeraPendingAction"; ofType: null }
322
- }
323
- }
324
- }
325
- }
326
- supplyAmount: {
327
- name: "supplyAmount"
328
- type: {
329
- kind: "NON_NULL"
330
- name: never
331
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
332
- }
333
- }
334
- supplyShares: {
335
- name: "supplyShares"
336
- type: {
337
- kind: "NON_NULL"
338
- name: never
339
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
340
- }
341
- }
342
- vault: {
343
- name: "vault"
344
- type: {
345
- kind: "NON_NULL"
346
- name: never
347
- ofType: { kind: "OBJECT"; name: "AeraVault"; ofType: null }
348
- }
349
- }
350
- }
351
- }
352
- AeraVaultPositionFilter: {
353
- kind: "INPUT_OBJECT"
354
- name: "AeraVaultPositionFilter"
355
- isOneOf: false
356
- inputFields: [
357
- {
358
- name: "chainId_in"
359
- type: {
360
- kind: "LIST"
361
- name: never
362
- ofType: {
363
- kind: "NON_NULL"
364
- name: never
365
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
366
- }
367
- }
368
- defaultValue: null
369
- },
370
- {
371
- name: "vaultAddress_in"
372
- type: {
373
- kind: "LIST"
374
- name: never
375
- ofType: {
376
- kind: "NON_NULL"
377
- name: never
378
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
379
- }
380
- }
381
- defaultValue: null
382
- },
383
- {
384
- name: "accountAddress_in"
385
- type: {
386
- kind: "LIST"
387
- name: never
388
- ofType: {
389
- kind: "NON_NULL"
390
- name: never
391
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
392
- }
393
- }
394
- defaultValue: null
395
- },
396
- ]
397
- }
398
- AeraVaultPositionPage: {
399
- kind: "OBJECT"
400
- name: "AeraVaultPositionPage"
401
- fields: {
402
- items: {
403
- name: "items"
404
- type: {
405
- kind: "NON_NULL"
406
- name: never
407
- ofType: {
408
- kind: "LIST"
409
- name: never
410
- ofType: { kind: "OBJECT"; name: "AeraVaultPosition"; ofType: null }
411
- }
412
- }
413
- }
414
- pageInfo: {
415
- name: "pageInfo"
416
- type: {
417
- kind: "NON_NULL"
418
- name: never
419
- ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
420
- }
421
- }
422
- totalCount: {
423
- name: "totalCount"
424
- type: {
425
- kind: "NON_NULL"
426
- name: never
427
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
428
- }
429
- }
430
- }
431
- }
432
- Apy: {
433
- kind: "OBJECT"
434
- name: "Apy"
435
- fields: {
436
- base: {
437
- name: "base"
438
- type: {
439
- kind: "NON_NULL"
440
- name: never
441
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
442
- }
443
- }
444
- fee: {
445
- name: "fee"
446
- type: {
447
- kind: "NON_NULL"
448
- name: never
449
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
450
- }
451
- }
452
- rewards: {
453
- name: "rewards"
454
- type: {
455
- kind: "NON_NULL"
456
- name: never
457
- ofType: {
458
- kind: "LIST"
459
- name: never
460
- ofType: {
461
- kind: "NON_NULL"
462
- name: never
463
- ofType: { kind: "OBJECT"; name: "Reward"; ofType: null }
464
- }
465
- }
466
- }
467
- }
468
- side: {
469
- name: "side"
470
- type: {
471
- kind: "NON_NULL"
472
- name: never
473
- ofType: { kind: "ENUM"; name: "ApySide"; ofType: null }
474
- }
475
- }
476
- total: {
477
- name: "total"
478
- type: {
479
- kind: "NON_NULL"
480
- name: never
481
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
482
- }
483
- }
484
- }
485
- }
486
- ApySide: { name: "ApySide"; enumValues: "Supply" | "Borrow" }
487
- ApyTimeframe: {
488
- name: "ApyTimeframe"
489
- enumValues: "six_hours" | "one_day" | "seven_days" | "thirty_days"
490
- }
491
- BigInt: unknown
492
- Boolean: unknown
493
- BoxFundingModule: {
494
- kind: "INTERFACE"
495
- name: "BoxFundingModule"
496
- fields: {
497
- collateralHoldings: {
498
- name: "collateralHoldings"
499
- type: {
500
- kind: "NON_NULL"
501
- name: never
502
- ofType: {
503
- kind: "LIST"
504
- name: never
505
- ofType: {
506
- kind: "NON_NULL"
507
- name: never
508
- ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
509
- }
510
- }
511
- }
512
- }
513
- debtHoldings: {
514
- name: "debtHoldings"
515
- type: {
516
- kind: "NON_NULL"
517
- name: never
518
- ofType: {
519
- kind: "LIST"
520
- name: never
521
- ofType: {
522
- kind: "NON_NULL"
523
- name: never
524
- ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
525
- }
526
- }
527
- }
528
- }
529
- fundingModuleAddress: {
530
- name: "fundingModuleAddress"
531
- type: {
532
- kind: "NON_NULL"
533
- name: never
534
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
535
- }
536
- }
537
- nav: {
538
- name: "nav"
539
- type: {
540
- kind: "NON_NULL"
541
- name: never
542
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
543
- }
544
- }
545
- }
546
- possibleTypes: "BoxMorphoFundingModule" | "BoxUnknownFundingModule"
547
- }
548
- BoxMorphoFundingModule: {
549
- kind: "OBJECT"
550
- name: "BoxMorphoFundingModule"
551
- fields: {
552
- collateralHoldings: {
553
- name: "collateralHoldings"
554
- type: {
555
- kind: "NON_NULL"
556
- name: never
557
- ofType: {
558
- kind: "LIST"
559
- name: never
560
- ofType: {
561
- kind: "NON_NULL"
562
- name: never
563
- ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
564
- }
565
- }
566
- }
567
- }
568
- debtHoldings: {
569
- name: "debtHoldings"
570
- type: {
571
- kind: "NON_NULL"
572
- name: never
573
- ofType: {
574
- kind: "LIST"
575
- name: never
576
- ofType: {
577
- kind: "NON_NULL"
578
- name: never
579
- ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
580
- }
581
- }
582
- }
583
- }
584
- fundingModuleAddress: {
585
- name: "fundingModuleAddress"
586
- type: {
587
- kind: "NON_NULL"
588
- name: never
589
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
590
- }
591
- }
592
- nav: {
593
- name: "nav"
594
- type: {
595
- kind: "NON_NULL"
596
- name: never
597
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
598
- }
599
- }
600
- positions: {
601
- name: "positions"
602
- type: {
603
- kind: "NON_NULL"
604
- name: never
605
- ofType: {
606
- kind: "LIST"
607
- name: never
608
- ofType: {
609
- kind: "NON_NULL"
610
- name: never
611
- ofType: { kind: "OBJECT"; name: "MorphoMarketPosition"; ofType: null }
612
- }
613
- }
614
- }
615
- }
616
- }
617
- }
618
- BoxUnknownFundingModule: {
619
- kind: "OBJECT"
620
- name: "BoxUnknownFundingModule"
621
- fields: {
622
- collateralHoldings: {
623
- name: "collateralHoldings"
624
- type: {
625
- kind: "NON_NULL"
626
- name: never
627
- ofType: {
628
- kind: "LIST"
629
- name: never
630
- ofType: {
631
- kind: "NON_NULL"
632
- name: never
633
- ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
634
- }
635
- }
636
- }
637
- }
638
- debtHoldings: {
639
- name: "debtHoldings"
640
- type: {
641
- kind: "NON_NULL"
642
- name: never
643
- ofType: {
644
- kind: "LIST"
645
- name: never
646
- ofType: {
647
- kind: "NON_NULL"
648
- name: never
649
- ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
650
- }
651
- }
652
- }
653
- }
654
- fundingModuleAddress: {
655
- name: "fundingModuleAddress"
656
- type: {
657
- kind: "NON_NULL"
658
- name: never
659
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
660
- }
661
- }
662
- nav: {
663
- name: "nav"
664
- type: {
665
- kind: "NON_NULL"
666
- name: never
667
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
668
- }
669
- }
670
- }
671
- }
672
- BoxVault: {
673
- kind: "OBJECT"
674
- name: "BoxVault"
675
- fields: {
676
- allocations: {
677
- name: "allocations"
678
- type: {
679
- kind: "NON_NULL"
680
- name: never
681
- ofType: {
682
- kind: "LIST"
683
- name: never
684
- ofType: {
685
- kind: "NON_NULL"
686
- name: never
687
- ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
688
- }
689
- }
690
- }
691
- }
692
- apy: {
693
- name: "apy"
694
- type: {
695
- kind: "NON_NULL"
696
- name: never
697
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
698
- }
699
- }
700
- asset: {
701
- name: "asset"
702
- type: {
703
- kind: "NON_NULL"
704
- name: never
705
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
706
- }
707
- }
708
- chain: {
709
- name: "chain"
710
- type: {
711
- kind: "NON_NULL"
712
- name: never
713
- ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
714
- }
715
- }
716
- decimals: {
717
- name: "decimals"
718
- type: {
719
- kind: "NON_NULL"
720
- name: never
721
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
722
- }
723
- }
724
- fundingModules: {
725
- name: "fundingModules"
726
- type: {
727
- kind: "NON_NULL"
728
- name: never
729
- ofType: {
730
- kind: "LIST"
731
- name: never
732
- ofType: {
733
- kind: "NON_NULL"
734
- name: never
735
- ofType: { kind: "INTERFACE"; name: "BoxFundingModule"; ofType: null }
736
- }
737
- }
738
- }
739
- }
740
- name: {
741
- name: "name"
742
- type: {
743
- kind: "NON_NULL"
744
- name: never
745
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
746
- }
747
- }
748
- riskAssessment: {
749
- name: "riskAssessment"
750
- type: {
751
- kind: "NON_NULL"
752
- name: never
753
- ofType: { kind: "OBJECT"; name: "BoxVaultRiskAssessment"; ofType: null }
754
- }
755
- }
756
- symbol: {
757
- name: "symbol"
758
- type: {
759
- kind: "NON_NULL"
760
- name: never
761
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
762
- }
763
- }
764
- totalAssets: {
765
- name: "totalAssets"
766
- type: {
767
- kind: "NON_NULL"
768
- name: never
769
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
770
- }
771
- }
772
- vaultAddress: {
773
- name: "vaultAddress"
774
- type: {
775
- kind: "NON_NULL"
776
- name: never
777
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
778
- }
779
- }
780
- }
781
- }
782
- BoxVaultAdapter: {
783
- kind: "OBJECT"
784
- name: "BoxVaultAdapter"
785
- fields: {
786
- adapterAddress: {
787
- name: "adapterAddress"
788
- type: {
789
- kind: "NON_NULL"
790
- name: never
791
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
792
- }
793
- }
794
- adapterCap: { name: "adapterCap"; type: { kind: "OBJECT"; name: "AdapterCap"; ofType: null } }
795
- name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
796
- riskAssessment: {
797
- name: "riskAssessment"
798
- type: { kind: "OBJECT"; name: "AdapterRiskAssessment"; ofType: null }
799
- }
800
- vault: { name: "vault"; type: { kind: "OBJECT"; name: "BoxVault"; ofType: null } }
801
- }
802
- }
803
- BoxVaultRiskAssessment: {
804
- kind: "OBJECT"
805
- name: "BoxVaultRiskAssessment"
806
- fields: {
807
- steakhouse: {
808
- name: "steakhouse"
809
- type: { kind: "OBJECT"; name: "SteakhouseRiskAssessment"; ofType: null }
810
- }
811
- }
812
- }
813
- Cap: {
814
- kind: "INTERFACE"
815
- name: "Cap"
816
- fields: {
817
- absoluteCap: {
818
- name: "absoluteCap"
819
- type: {
820
- kind: "NON_NULL"
821
- name: never
822
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
823
- }
824
- }
825
- allocation: {
826
- name: "allocation"
827
- type: {
828
- kind: "NON_NULL"
829
- name: never
830
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
831
- }
832
- }
833
- capId: {
834
- name: "capId"
835
- type: {
836
- kind: "NON_NULL"
837
- name: never
838
- ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
839
- }
840
- }
841
- relativeCap: {
842
- name: "relativeCap"
843
- type: {
844
- kind: "NON_NULL"
845
- name: never
846
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
847
- }
848
- }
849
- }
850
- possibleTypes: "AdapterCap" | "CollateralExposureCap" | "MarketV1ExposureCap" | "UnknownCap"
851
- }
852
- Chain: {
853
- kind: "OBJECT"
854
- name: "Chain"
855
- fields: {
856
- icon: {
857
- name: "icon"
858
- type: {
859
- kind: "NON_NULL"
860
- name: never
861
- ofType: { kind: "SCALAR"; name: "URL"; ofType: null }
862
- }
863
- }
864
- id: {
865
- name: "id"
866
- type: {
867
- kind: "NON_NULL"
868
- name: never
869
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
870
- }
871
- }
872
- name: {
873
- name: "name"
874
- type: {
875
- kind: "NON_NULL"
876
- name: never
877
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
878
- }
879
- }
880
- nativeToken: {
881
- name: "nativeToken"
882
- type: {
883
- kind: "NON_NULL"
884
- name: never
885
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
886
- }
887
- }
888
- wrappedNativeToken: {
889
- name: "wrappedNativeToken"
890
- type: {
891
- kind: "NON_NULL"
892
- name: never
893
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
894
- }
895
- }
896
- }
897
- }
898
- ChainFilter: {
899
- kind: "INPUT_OBJECT"
900
- name: "ChainFilter"
901
- isOneOf: false
902
- inputFields: [
903
- {
904
- name: "chainId_in"
905
- type: {
906
- kind: "LIST"
907
- name: never
908
- ofType: {
909
- kind: "NON_NULL"
910
- name: never
911
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
912
- }
913
- }
914
- defaultValue: null
915
- },
916
- ]
917
- }
918
- ChainId: unknown
919
- CollateralExposureCap: {
920
- kind: "OBJECT"
921
- name: "CollateralExposureCap"
922
- fields: {
923
- absoluteCap: {
924
- name: "absoluteCap"
925
- type: {
926
- kind: "NON_NULL"
927
- name: never
928
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
929
- }
930
- }
931
- allocation: {
932
- name: "allocation"
933
- type: {
934
- kind: "NON_NULL"
935
- name: never
936
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
937
- }
938
- }
939
- capId: {
940
- name: "capId"
941
- type: {
942
- kind: "NON_NULL"
943
- name: never
944
- ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
945
- }
946
- }
947
- collateralToken: {
948
- name: "collateralToken"
949
- type: {
950
- kind: "NON_NULL"
951
- name: never
952
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
953
- }
954
- }
955
- relativeCap: {
956
- name: "relativeCap"
957
- type: {
958
- kind: "NON_NULL"
959
- name: never
960
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
961
- }
962
- }
963
- }
964
- }
965
- Curator: {
966
- kind: "OBJECT"
967
- name: "Curator"
968
- fields: {
969
- image: {
970
- name: "image"
971
- type: {
972
- kind: "NON_NULL"
973
- name: never
974
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
975
- }
976
- }
977
- name: {
978
- name: "name"
979
- type: {
980
- kind: "NON_NULL"
981
- name: never
982
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
983
- }
984
- }
985
- url: {
986
- name: "url"
987
- type: {
988
- kind: "NON_NULL"
989
- name: never
990
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
991
- }
992
- }
993
- }
994
- }
995
- Erc4626Vault: {
996
- kind: "INTERFACE"
997
- name: "Erc4626Vault"
998
- fields: {
999
- apy: {
1000
- name: "apy"
1001
- type: {
1002
- kind: "NON_NULL"
1003
- name: never
1004
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1005
- }
1006
- }
1007
- asset: {
1008
- name: "asset"
1009
- type: {
1010
- kind: "NON_NULL"
1011
- name: never
1012
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
1013
- }
1014
- }
1015
- chain: {
1016
- name: "chain"
1017
- type: {
1018
- kind: "NON_NULL"
1019
- name: never
1020
- ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
1021
- }
1022
- }
1023
- decimals: {
1024
- name: "decimals"
1025
- type: {
1026
- kind: "NON_NULL"
1027
- name: never
1028
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
1029
- }
1030
- }
1031
- name: {
1032
- name: "name"
1033
- type: {
1034
- kind: "NON_NULL"
1035
- name: never
1036
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1037
- }
1038
- }
1039
- symbol: {
1040
- name: "symbol"
1041
- type: {
1042
- kind: "NON_NULL"
1043
- name: never
1044
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1045
- }
1046
- }
1047
- totalAssets: {
1048
- name: "totalAssets"
1049
- type: {
1050
- kind: "NON_NULL"
1051
- name: never
1052
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1053
- }
1054
- }
1055
- vaultAddress: {
1056
- name: "vaultAddress"
1057
- type: {
1058
- kind: "NON_NULL"
1059
- name: never
1060
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1061
- }
1062
- }
1063
- }
1064
- possibleTypes: "BoxVault" | "GenericErc4626Vault" | "MorphoVault" | "MorphoVaultV2"
1065
- }
1066
- Erc4626VaultFilter: {
1067
- kind: "INPUT_OBJECT"
1068
- name: "Erc4626VaultFilter"
1069
- isOneOf: false
1070
- inputFields: [
1071
- {
1072
- name: "keys"
1073
- type: {
1074
- kind: "LIST"
1075
- name: never
1076
- ofType: {
1077
- kind: "NON_NULL"
1078
- name: never
1079
- ofType: { kind: "INPUT_OBJECT"; name: "Erc4626VaultKey"; ofType: null }
1080
- }
1081
- }
1082
- defaultValue: null
1083
- },
1084
- ]
1085
- }
1086
- Erc4626VaultKey: {
1087
- kind: "INPUT_OBJECT"
1088
- name: "Erc4626VaultKey"
1089
- isOneOf: false
1090
- inputFields: [
1091
- {
1092
- name: "chainId"
1093
- type: {
1094
- kind: "NON_NULL"
1095
- name: never
1096
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
1097
- }
1098
- defaultValue: null
1099
- },
1100
- {
1101
- name: "vaultAddress"
1102
- type: {
1103
- kind: "NON_NULL"
1104
- name: never
1105
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1106
- }
1107
- defaultValue: null
1108
- },
1109
- {
1110
- name: "protocol"
1111
- type: {
1112
- kind: "NON_NULL"
1113
- name: never
1114
- ofType: { kind: "ENUM"; name: "Erc4626VaultProtocol"; ofType: null }
1115
- }
1116
- defaultValue: null
1117
- },
1118
- ]
1119
- }
1120
- Erc4626VaultPage: {
1121
- kind: "OBJECT"
1122
- name: "Erc4626VaultPage"
1123
- fields: {
1124
- items: {
1125
- name: "items"
1126
- type: {
1127
- kind: "NON_NULL"
1128
- name: never
1129
- ofType: {
1130
- kind: "LIST"
1131
- name: never
1132
- ofType: { kind: "INTERFACE"; name: "Erc4626Vault"; ofType: null }
1133
- }
1134
- }
1135
- }
1136
- pageInfo: {
1137
- name: "pageInfo"
1138
- type: {
1139
- kind: "NON_NULL"
1140
- name: never
1141
- ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
1142
- }
1143
- }
1144
- totalCount: {
1145
- name: "totalCount"
1146
- type: {
1147
- kind: "NON_NULL"
1148
- name: never
1149
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
1150
- }
1151
- }
1152
- }
1153
- }
1154
- Erc4626VaultPosition: {
1155
- kind: "INTERFACE"
1156
- name: "Erc4626VaultPosition"
1157
- fields: {
1158
- accountAddress: {
1159
- name: "accountAddress"
1160
- type: {
1161
- kind: "NON_NULL"
1162
- name: never
1163
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1164
- }
1165
- }
1166
- assets: {
1167
- name: "assets"
1168
- type: {
1169
- kind: "NON_NULL"
1170
- name: never
1171
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1172
- }
1173
- }
1174
- shares: {
1175
- name: "shares"
1176
- type: {
1177
- kind: "NON_NULL"
1178
- name: never
1179
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1180
- }
1181
- }
1182
- vault: {
1183
- name: "vault"
1184
- type: {
1185
- kind: "NON_NULL"
1186
- name: never
1187
- ofType: { kind: "INTERFACE"; name: "Erc4626Vault"; ofType: null }
1188
- }
1189
- }
1190
- walletAssetHolding: {
1191
- name: "walletAssetHolding"
1192
- type: {
1193
- kind: "NON_NULL"
1194
- name: never
1195
- ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
1196
- }
1197
- }
1198
- }
1199
- possibleTypes: "GenericErc4626VaultPosition"
1200
- }
1201
- Erc4626VaultPositionFilter: {
1202
- kind: "INPUT_OBJECT"
1203
- name: "Erc4626VaultPositionFilter"
1204
- isOneOf: false
1205
- inputFields: [
1206
- {
1207
- name: "keys"
1208
- type: {
1209
- kind: "LIST"
1210
- name: never
1211
- ofType: {
1212
- kind: "NON_NULL"
1213
- name: never
1214
- ofType: { kind: "INPUT_OBJECT"; name: "Erc4626VaultPositionKey"; ofType: null }
1215
- }
1216
- }
1217
- defaultValue: null
1218
- },
1219
- ]
1220
- }
1221
- Erc4626VaultPositionKey: {
1222
- kind: "INPUT_OBJECT"
1223
- name: "Erc4626VaultPositionKey"
1224
- isOneOf: false
1225
- inputFields: [
1226
- {
1227
- name: "chainId"
1228
- type: {
1229
- kind: "NON_NULL"
1230
- name: never
1231
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
1232
- }
1233
- defaultValue: null
1234
- },
1235
- {
1236
- name: "vaultAddress"
1237
- type: {
1238
- kind: "NON_NULL"
1239
- name: never
1240
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1241
- }
1242
- defaultValue: null
1243
- },
1244
- {
1245
- name: "protocol"
1246
- type: {
1247
- kind: "NON_NULL"
1248
- name: never
1249
- ofType: { kind: "ENUM"; name: "Erc4626VaultProtocol"; ofType: null }
1250
- }
1251
- defaultValue: null
1252
- },
1253
- {
1254
- name: "accountAddress"
1255
- type: {
1256
- kind: "NON_NULL"
1257
- name: never
1258
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1259
- }
1260
- defaultValue: null
1261
- },
1262
- ]
1263
- }
1264
- Erc4626VaultPositionPage: {
1265
- kind: "OBJECT"
1266
- name: "Erc4626VaultPositionPage"
1267
- fields: {
1268
- items: {
1269
- name: "items"
1270
- type: {
1271
- kind: "NON_NULL"
1272
- name: never
1273
- ofType: {
1274
- kind: "LIST"
1275
- name: never
1276
- ofType: { kind: "INTERFACE"; name: "Erc4626VaultPosition"; ofType: null }
1277
- }
1278
- }
1279
- }
1280
- pageInfo: {
1281
- name: "pageInfo"
1282
- type: {
1283
- kind: "NON_NULL"
1284
- name: never
1285
- ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
1286
- }
1287
- }
1288
- totalCount: {
1289
- name: "totalCount"
1290
- type: {
1291
- kind: "NON_NULL"
1292
- name: never
1293
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
1294
- }
1295
- }
1296
- }
1297
- }
1298
- Erc4626VaultProtocol: {
1299
- name: "Erc4626VaultProtocol"
1300
- enumValues: "generic" | "morpho_v1" | "morpho_v2" | "box"
1301
- }
1302
- Float: unknown
1303
- GenericErc4626Vault: {
1304
- kind: "OBJECT"
1305
- name: "GenericErc4626Vault"
1306
- fields: {
1307
- apy: {
1308
- name: "apy"
1309
- type: {
1310
- kind: "NON_NULL"
1311
- name: never
1312
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1313
- }
1314
- }
1315
- asset: {
1316
- name: "asset"
1317
- type: {
1318
- kind: "NON_NULL"
1319
- name: never
1320
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
1321
- }
1322
- }
1323
- chain: {
1324
- name: "chain"
1325
- type: {
1326
- kind: "NON_NULL"
1327
- name: never
1328
- ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
1329
- }
1330
- }
1331
- decimals: {
1332
- name: "decimals"
1333
- type: {
1334
- kind: "NON_NULL"
1335
- name: never
1336
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
1337
- }
1338
- }
1339
- name: {
1340
- name: "name"
1341
- type: {
1342
- kind: "NON_NULL"
1343
- name: never
1344
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1345
- }
1346
- }
1347
- symbol: {
1348
- name: "symbol"
1349
- type: {
1350
- kind: "NON_NULL"
1351
- name: never
1352
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1353
- }
1354
- }
1355
- totalAssets: {
1356
- name: "totalAssets"
1357
- type: {
1358
- kind: "NON_NULL"
1359
- name: never
1360
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1361
- }
1362
- }
1363
- vaultAddress: {
1364
- name: "vaultAddress"
1365
- type: {
1366
- kind: "NON_NULL"
1367
- name: never
1368
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1369
- }
1370
- }
1371
- }
1372
- }
1373
- GenericErc4626VaultPosition: {
1374
- kind: "OBJECT"
1375
- name: "GenericErc4626VaultPosition"
1376
- fields: {
1377
- accountAddress: {
1378
- name: "accountAddress"
1379
- type: {
1380
- kind: "NON_NULL"
1381
- name: never
1382
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1383
- }
1384
- }
1385
- assets: {
1386
- name: "assets"
1387
- type: {
1388
- kind: "NON_NULL"
1389
- name: never
1390
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1391
- }
1392
- }
1393
- shares: {
1394
- name: "shares"
1395
- type: {
1396
- kind: "NON_NULL"
1397
- name: never
1398
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1399
- }
1400
- }
1401
- vault: {
1402
- name: "vault"
1403
- type: {
1404
- kind: "NON_NULL"
1405
- name: never
1406
- ofType: { kind: "INTERFACE"; name: "Erc4626Vault"; ofType: null }
1407
- }
1408
- }
1409
- walletAssetHolding: {
1410
- name: "walletAssetHolding"
1411
- type: {
1412
- kind: "NON_NULL"
1413
- name: never
1414
- ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
1415
- }
1416
- }
1417
- }
1418
- }
1419
- Hex: unknown
1420
- Identity: {
1421
- kind: "OBJECT"
1422
- name: "Identity"
1423
- fields: {
1424
- aggregate: {
1425
- name: "aggregate"
1426
- type: {
1427
- kind: "NON_NULL"
1428
- name: never
1429
- ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1430
- }
1431
- }
1432
- base: {
1433
- name: "base"
1434
- type: {
1435
- kind: "NON_NULL"
1436
- name: never
1437
- ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1438
- }
1439
- }
1440
- ens: {
1441
- name: "ens"
1442
- type: {
1443
- kind: "NON_NULL"
1444
- name: never
1445
- ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1446
- }
1447
- }
1448
- farcaster: {
1449
- name: "farcaster"
1450
- type: {
1451
- kind: "NON_NULL"
1452
- name: never
1453
- ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1454
- }
1455
- }
1456
- isOfacSanctioned: {
1457
- name: "isOfacSanctioned"
1458
- type: {
1459
- kind: "NON_NULL"
1460
- name: never
1461
- ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
1462
- }
1463
- }
1464
- lens: {
1465
- name: "lens"
1466
- type: {
1467
- kind: "NON_NULL"
1468
- name: never
1469
- ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1470
- }
1471
- }
1472
- nns: {
1473
- name: "nns"
1474
- type: {
1475
- kind: "NON_NULL"
1476
- name: never
1477
- ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1478
- }
1479
- }
1480
- uni: {
1481
- name: "uni"
1482
- type: {
1483
- kind: "NON_NULL"
1484
- name: never
1485
- ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1486
- }
1487
- }
1488
- world: {
1489
- name: "world"
1490
- type: {
1491
- kind: "NON_NULL"
1492
- name: never
1493
- ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1494
- }
1495
- }
1496
- }
1497
- }
1498
- IdentityResolver: {
1499
- name: "IdentityResolver"
1500
- enumValues: "ens" | "farcaster" | "nns" | "base" | "uni" | "lens" | "world"
1501
- }
1502
- IdentityResolverOutput: {
1503
- kind: "OBJECT"
1504
- name: "IdentityResolverOutput"
1505
- fields: {
1506
- avatar: { name: "avatar"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1507
- bio: { name: "bio"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1508
- discord: { name: "discord"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1509
- github: { name: "github"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1510
- name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1511
- telegram: { name: "telegram"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1512
- website: { name: "website"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1513
- x: { name: "x"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1514
- }
1515
- }
1516
- Int: unknown
1517
- MarketV1Adapter: {
1518
- kind: "OBJECT"
1519
- name: "MarketV1Adapter"
1520
- fields: {
1521
- adapterAddress: {
1522
- name: "adapterAddress"
1523
- type: {
1524
- kind: "NON_NULL"
1525
- name: never
1526
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1527
- }
1528
- }
1529
- adapterCap: { name: "adapterCap"; type: { kind: "OBJECT"; name: "AdapterCap"; ofType: null } }
1530
- marketCaps: {
1531
- name: "marketCaps"
1532
- type: {
1533
- kind: "NON_NULL"
1534
- name: never
1535
- ofType: {
1536
- kind: "LIST"
1537
- name: never
1538
- ofType: {
1539
- kind: "NON_NULL"
1540
- name: never
1541
- ofType: { kind: "OBJECT"; name: "MarketV1ExposureCap"; ofType: null }
1542
- }
1543
- }
1544
- }
1545
- }
1546
- name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1547
- riskAssessment: {
1548
- name: "riskAssessment"
1549
- type: { kind: "OBJECT"; name: "AdapterRiskAssessment"; ofType: null }
1550
- }
1551
- }
1552
- }
1553
- MarketV1ExposureCap: {
1554
- kind: "OBJECT"
1555
- name: "MarketV1ExposureCap"
1556
- fields: {
1557
- absoluteCap: {
1558
- name: "absoluteCap"
1559
- type: {
1560
- kind: "NON_NULL"
1561
- name: never
1562
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1563
- }
1564
- }
1565
- allocation: {
1566
- name: "allocation"
1567
- type: {
1568
- kind: "NON_NULL"
1569
- name: never
1570
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1571
- }
1572
- }
1573
- capId: {
1574
- name: "capId"
1575
- type: {
1576
- kind: "NON_NULL"
1577
- name: never
1578
- ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
1579
- }
1580
- }
1581
- market: {
1582
- name: "market"
1583
- type: {
1584
- kind: "NON_NULL"
1585
- name: never
1586
- ofType: { kind: "OBJECT"; name: "MorphoMarket"; ofType: null }
1587
- }
1588
- }
1589
- relativeCap: {
1590
- name: "relativeCap"
1591
- type: {
1592
- kind: "NON_NULL"
1593
- name: never
1594
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1595
- }
1596
- }
1597
- }
1598
- }
1599
- MerklAccountReward: {
1600
- kind: "OBJECT"
1601
- name: "MerklAccountReward"
1602
- fields: {
1603
- claimableAmount: {
1604
- name: "claimableAmount"
1605
- type: {
1606
- kind: "NON_NULL"
1607
- name: never
1608
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1609
- }
1610
- }
1611
- creditedAmount: {
1612
- name: "creditedAmount"
1613
- type: {
1614
- kind: "NON_NULL"
1615
- name: never
1616
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1617
- }
1618
- }
1619
- distributorAddress: {
1620
- name: "distributorAddress"
1621
- type: {
1622
- kind: "NON_NULL"
1623
- name: never
1624
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1625
- }
1626
- }
1627
- pendingAmount: {
1628
- name: "pendingAmount"
1629
- type: {
1630
- kind: "NON_NULL"
1631
- name: never
1632
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1633
- }
1634
- }
1635
- proofs: {
1636
- name: "proofs"
1637
- type: {
1638
- kind: "NON_NULL"
1639
- name: never
1640
- ofType: {
1641
- kind: "LIST"
1642
- name: never
1643
- ofType: {
1644
- kind: "NON_NULL"
1645
- name: never
1646
- ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
1647
- }
1648
- }
1649
- }
1650
- }
1651
- token: {
1652
- name: "token"
1653
- type: {
1654
- kind: "NON_NULL"
1655
- name: never
1656
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
1657
- }
1658
- }
1659
- }
1660
- }
1661
- MerklAction: { name: "MerklAction"; enumValues: "Lend" | "Borrow" }
1662
- MerklRewardInput: {
1663
- kind: "INPUT_OBJECT"
1664
- name: "MerklRewardInput"
1665
- isOneOf: false
1666
- inputFields: [
1667
- {
1668
- name: "chainId"
1669
- type: {
1670
- kind: "NON_NULL"
1671
- name: never
1672
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
1673
- }
1674
- defaultValue: null
1675
- },
1676
- {
1677
- name: "mainProtocolId"
1678
- type: {
1679
- kind: "NON_NULL"
1680
- name: never
1681
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1682
- }
1683
- defaultValue: null
1684
- },
1685
- {
1686
- name: "identifier"
1687
- type: {
1688
- kind: "NON_NULL"
1689
- name: never
1690
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1691
- }
1692
- defaultValue: null
1693
- },
1694
- {
1695
- name: "action"
1696
- type: { kind: "ENUM"; name: "MerklAction"; ofType: null }
1697
- defaultValue: null
1698
- },
1699
- ]
1700
- }
1701
- MorphoIrm: {
1702
- kind: "OBJECT"
1703
- name: "MorphoIrm"
1704
- fields: {
1705
- address: {
1706
- name: "address"
1707
- type: {
1708
- kind: "NON_NULL"
1709
- name: never
1710
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1711
- }
1712
- }
1713
- curve: {
1714
- name: "curve"
1715
- type: {
1716
- kind: "LIST"
1717
- name: never
1718
- ofType: {
1719
- kind: "NON_NULL"
1720
- name: never
1721
- ofType: { kind: "OBJECT"; name: "MorphoIrmCurvePoint"; ofType: null }
1722
- }
1723
- }
1724
- }
1725
- rateAtTarget: { name: "rateAtTarget"; type: { kind: "SCALAR"; name: "BigInt"; ofType: null } }
1726
- targetUtilization: {
1727
- name: "targetUtilization"
1728
- type: {
1729
- kind: "NON_NULL"
1730
- name: never
1731
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1732
- }
1733
- }
1734
- }
1735
- }
1736
- MorphoIrmCurvePoint: {
1737
- kind: "OBJECT"
1738
- name: "MorphoIrmCurvePoint"
1739
- fields: {
1740
- borrowApy: {
1741
- name: "borrowApy"
1742
- type: {
1743
- kind: "NON_NULL"
1744
- name: never
1745
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1746
- }
1747
- }
1748
- supplyApy: {
1749
- name: "supplyApy"
1750
- type: {
1751
- kind: "NON_NULL"
1752
- name: never
1753
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1754
- }
1755
- }
1756
- utilization: {
1757
- name: "utilization"
1758
- type: {
1759
- kind: "NON_NULL"
1760
- name: never
1761
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1762
- }
1763
- }
1764
- }
1765
- }
1766
- MorphoMarket: {
1767
- kind: "OBJECT"
1768
- name: "MorphoMarket"
1769
- fields: {
1770
- borrowApy: {
1771
- name: "borrowApy"
1772
- type: {
1773
- kind: "NON_NULL"
1774
- name: never
1775
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1776
- }
1777
- }
1778
- borrowApy1d: {
1779
- name: "borrowApy1d"
1780
- type: {
1781
- kind: "NON_NULL"
1782
- name: never
1783
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1784
- }
1785
- }
1786
- borrowApy30d: {
1787
- name: "borrowApy30d"
1788
- type: {
1789
- kind: "NON_NULL"
1790
- name: never
1791
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1792
- }
1793
- }
1794
- borrowApy6h: {
1795
- name: "borrowApy6h"
1796
- type: {
1797
- kind: "NON_NULL"
1798
- name: never
1799
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1800
- }
1801
- }
1802
- borrowApy7d: {
1803
- name: "borrowApy7d"
1804
- type: {
1805
- kind: "NON_NULL"
1806
- name: never
1807
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1808
- }
1809
- }
1810
- chain: {
1811
- name: "chain"
1812
- type: {
1813
- kind: "NON_NULL"
1814
- name: never
1815
- ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
1816
- }
1817
- }
1818
- collateralAsset: {
1819
- name: "collateralAsset"
1820
- type: { kind: "OBJECT"; name: "Token"; ofType: null }
1821
- }
1822
- collateralPriceInLoanAsset: {
1823
- name: "collateralPriceInLoanAsset"
1824
- type: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1825
- }
1826
- fee: {
1827
- name: "fee"
1828
- type: {
1829
- kind: "NON_NULL"
1830
- name: never
1831
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1832
- }
1833
- }
1834
- historical: {
1835
- name: "historical"
1836
- type: { kind: "OBJECT"; name: "MorphoMarketHistorical"; ofType: null }
1837
- }
1838
- irm: {
1839
- name: "irm"
1840
- type: {
1841
- kind: "NON_NULL"
1842
- name: never
1843
- ofType: { kind: "OBJECT"; name: "MorphoIrm"; ofType: null }
1844
- }
1845
- }
1846
- isIdle: {
1847
- name: "isIdle"
1848
- type: {
1849
- kind: "NON_NULL"
1850
- name: never
1851
- ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
1852
- }
1853
- }
1854
- liquidationPenalty: {
1855
- name: "liquidationPenalty"
1856
- type: {
1857
- kind: "NON_NULL"
1858
- name: never
1859
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1860
- }
1861
- }
1862
- liquidityInMarket: {
1863
- name: "liquidityInMarket"
1864
- type: {
1865
- kind: "NON_NULL"
1866
- name: never
1867
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1868
- }
1869
- }
1870
- lltv: {
1871
- name: "lltv"
1872
- type: {
1873
- kind: "NON_NULL"
1874
- name: never
1875
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1876
- }
1877
- }
1878
- loanAsset: {
1879
- name: "loanAsset"
1880
- type: {
1881
- kind: "NON_NULL"
1882
- name: never
1883
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
1884
- }
1885
- }
1886
- marketId: {
1887
- name: "marketId"
1888
- type: {
1889
- kind: "NON_NULL"
1890
- name: never
1891
- ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
1892
- }
1893
- }
1894
- name: {
1895
- name: "name"
1896
- type: {
1897
- kind: "NON_NULL"
1898
- name: never
1899
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1900
- }
1901
- }
1902
- oracleAddress: {
1903
- name: "oracleAddress"
1904
- type: {
1905
- kind: "NON_NULL"
1906
- name: never
1907
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1908
- }
1909
- }
1910
- publicAllocatorSharedLiquidity: {
1911
- name: "publicAllocatorSharedLiquidity"
1912
- type: {
1913
- kind: "NON_NULL"
1914
- name: never
1915
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1916
- }
1917
- }
1918
- riskAssessment: {
1919
- name: "riskAssessment"
1920
- type: {
1921
- kind: "NON_NULL"
1922
- name: never
1923
- ofType: { kind: "OBJECT"; name: "MorphoMarketV1RiskAssessment"; ofType: null }
1924
- }
1925
- }
1926
- supplyApy: {
1927
- name: "supplyApy"
1928
- type: {
1929
- kind: "NON_NULL"
1930
- name: never
1931
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1932
- }
1933
- }
1934
- supplyApy1d: {
1935
- name: "supplyApy1d"
1936
- type: {
1937
- kind: "NON_NULL"
1938
- name: never
1939
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1940
- }
1941
- }
1942
- supplyApy30d: {
1943
- name: "supplyApy30d"
1944
- type: {
1945
- kind: "NON_NULL"
1946
- name: never
1947
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1948
- }
1949
- }
1950
- supplyApy6h: {
1951
- name: "supplyApy6h"
1952
- type: {
1953
- kind: "NON_NULL"
1954
- name: never
1955
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1956
- }
1957
- }
1958
- supplyApy7d: {
1959
- name: "supplyApy7d"
1960
- type: {
1961
- kind: "NON_NULL"
1962
- name: never
1963
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1964
- }
1965
- }
1966
- totalBorrowed: {
1967
- name: "totalBorrowed"
1968
- type: {
1969
- kind: "NON_NULL"
1970
- name: never
1971
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1972
- }
1973
- }
1974
- totalCollateral: {
1975
- name: "totalCollateral"
1976
- type: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1977
- }
1978
- totalSupplied: {
1979
- name: "totalSupplied"
1980
- type: {
1981
- kind: "NON_NULL"
1982
- name: never
1983
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1984
- }
1985
- }
1986
- utilization: {
1987
- name: "utilization"
1988
- type: {
1989
- kind: "NON_NULL"
1990
- name: never
1991
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1992
- }
1993
- }
1994
- vaultAllocations: {
1995
- name: "vaultAllocations"
1996
- type: {
1997
- kind: "NON_NULL"
1998
- name: never
1999
- ofType: {
2000
- kind: "LIST"
2001
- name: never
2002
- ofType: {
2003
- kind: "NON_NULL"
2004
- name: never
2005
- ofType: { kind: "OBJECT"; name: "MorphoVaultMarketAllocation"; ofType: null }
2006
- }
2007
- }
2008
- }
2009
- }
2010
- }
2011
- }
2012
- MorphoMarketFilter: {
2013
- kind: "INPUT_OBJECT"
2014
- name: "MorphoMarketFilter"
2015
- isOneOf: false
2016
- inputFields: [
2017
- {
2018
- name: "chainId_in"
2019
- type: {
2020
- kind: "LIST"
2021
- name: never
2022
- ofType: {
2023
- kind: "NON_NULL"
2024
- name: never
2025
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
2026
- }
2027
- }
2028
- defaultValue: null
2029
- },
2030
- {
2031
- name: "marketId_in"
2032
- type: {
2033
- kind: "LIST"
2034
- name: never
2035
- ofType: {
2036
- kind: "NON_NULL"
2037
- name: never
2038
- ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
2039
- }
2040
- }
2041
- defaultValue: null
2042
- },
2043
- {
2044
- name: "whitelisted"
2045
- type: { kind: "SCALAR"; name: "Boolean"; ofType: null }
2046
- defaultValue: null
2047
- },
2048
- ]
2049
- }
2050
- MorphoMarketHistorical: {
2051
- kind: "OBJECT"
2052
- name: "MorphoMarketHistorical"
2053
- fields: {
2054
- daily: {
2055
- name: "daily"
2056
- type: {
2057
- kind: "NON_NULL"
2058
- name: never
2059
- ofType: {
2060
- kind: "LIST"
2061
- name: never
2062
- ofType: {
2063
- kind: "NON_NULL"
2064
- name: never
2065
- ofType: { kind: "OBJECT"; name: "MorphoMarketHistoricalEntry"; ofType: null }
2066
- }
2067
- }
2068
- }
2069
- }
2070
- hourly: {
2071
- name: "hourly"
2072
- type: {
2073
- kind: "NON_NULL"
2074
- name: never
2075
- ofType: {
2076
- kind: "LIST"
2077
- name: never
2078
- ofType: {
2079
- kind: "NON_NULL"
2080
- name: never
2081
- ofType: { kind: "OBJECT"; name: "MorphoMarketHistoricalEntry"; ofType: null }
2082
- }
2083
- }
2084
- }
2085
- }
2086
- weekly: {
2087
- name: "weekly"
2088
- type: {
2089
- kind: "NON_NULL"
2090
- name: never
2091
- ofType: {
2092
- kind: "LIST"
2093
- name: never
2094
- ofType: {
2095
- kind: "NON_NULL"
2096
- name: never
2097
- ofType: { kind: "OBJECT"; name: "MorphoMarketHistoricalEntry"; ofType: null }
2098
- }
2099
- }
2100
- }
2101
- }
2102
- }
2103
- }
2104
- MorphoMarketHistoricalEntry: {
2105
- kind: "OBJECT"
2106
- name: "MorphoMarketHistoricalEntry"
2107
- fields: {
2108
- borrowApy1d: {
2109
- name: "borrowApy1d"
2110
- type: {
2111
- kind: "NON_NULL"
2112
- name: never
2113
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2114
- }
2115
- }
2116
- borrowApy30d: {
2117
- name: "borrowApy30d"
2118
- type: {
2119
- kind: "NON_NULL"
2120
- name: never
2121
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2122
- }
2123
- }
2124
- borrowApy6h: {
2125
- name: "borrowApy6h"
2126
- type: {
2127
- kind: "NON_NULL"
2128
- name: never
2129
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2130
- }
2131
- }
2132
- borrowApy7d: {
2133
- name: "borrowApy7d"
2134
- type: {
2135
- kind: "NON_NULL"
2136
- name: never
2137
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2138
- }
2139
- }
2140
- borrowApyInstantaneous: {
2141
- name: "borrowApyInstantaneous"
2142
- type: {
2143
- kind: "NON_NULL"
2144
- name: never
2145
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2146
- }
2147
- }
2148
- bucketTimestamp: {
2149
- name: "bucketTimestamp"
2150
- type: {
2151
- kind: "NON_NULL"
2152
- name: never
2153
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2154
- }
2155
- }
2156
- collateralPriceInLoanAsset: {
2157
- name: "collateralPriceInLoanAsset"
2158
- type: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
2159
- }
2160
- supplyApy1d: {
2161
- name: "supplyApy1d"
2162
- type: {
2163
- kind: "NON_NULL"
2164
- name: never
2165
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2166
- }
2167
- }
2168
- supplyApy30d: {
2169
- name: "supplyApy30d"
2170
- type: {
2171
- kind: "NON_NULL"
2172
- name: never
2173
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2174
- }
2175
- }
2176
- supplyApy6h: {
2177
- name: "supplyApy6h"
2178
- type: {
2179
- kind: "NON_NULL"
2180
- name: never
2181
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2182
- }
2183
- }
2184
- supplyApy7d: {
2185
- name: "supplyApy7d"
2186
- type: {
2187
- kind: "NON_NULL"
2188
- name: never
2189
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2190
- }
2191
- }
2192
- supplyApyInstantaneous: {
2193
- name: "supplyApyInstantaneous"
2194
- type: {
2195
- kind: "NON_NULL"
2196
- name: never
2197
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2198
- }
2199
- }
2200
- totalBorrowed: {
2201
- name: "totalBorrowed"
2202
- type: {
2203
- kind: "NON_NULL"
2204
- name: never
2205
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2206
- }
2207
- }
2208
- totalCollateral: {
2209
- name: "totalCollateral"
2210
- type: {
2211
- kind: "NON_NULL"
2212
- name: never
2213
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2214
- }
2215
- }
2216
- totalSupplied: {
2217
- name: "totalSupplied"
2218
- type: {
2219
- kind: "NON_NULL"
2220
- name: never
2221
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2222
- }
2223
- }
2224
- }
2225
- }
2226
- MorphoMarketPage: {
2227
- kind: "OBJECT"
2228
- name: "MorphoMarketPage"
2229
- fields: {
2230
- items: {
2231
- name: "items"
2232
- type: {
2233
- kind: "NON_NULL"
2234
- name: never
2235
- ofType: {
2236
- kind: "LIST"
2237
- name: never
2238
- ofType: { kind: "OBJECT"; name: "MorphoMarket"; ofType: null }
2239
- }
2240
- }
2241
- }
2242
- pageInfo: {
2243
- name: "pageInfo"
2244
- type: {
2245
- kind: "NON_NULL"
2246
- name: never
2247
- ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
2248
- }
2249
- }
2250
- totalCount: {
2251
- name: "totalCount"
2252
- type: {
2253
- kind: "NON_NULL"
2254
- name: never
2255
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2256
- }
2257
- }
2258
- }
2259
- }
2260
- MorphoMarketPosition: {
2261
- kind: "OBJECT"
2262
- name: "MorphoMarketPosition"
2263
- fields: {
2264
- accountAddress: {
2265
- name: "accountAddress"
2266
- type: {
2267
- kind: "NON_NULL"
2268
- name: never
2269
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2270
- }
2271
- }
2272
- borrowAmount: {
2273
- name: "borrowAmount"
2274
- type: {
2275
- kind: "NON_NULL"
2276
- name: never
2277
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2278
- }
2279
- }
2280
- borrowShares: {
2281
- name: "borrowShares"
2282
- type: {
2283
- kind: "NON_NULL"
2284
- name: never
2285
- ofType: { kind: "SCALAR"; name: "BigInt"; ofType: null }
2286
- }
2287
- }
2288
- collateralAmount: {
2289
- name: "collateralAmount"
2290
- type: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2291
- }
2292
- healthFactor: {
2293
- name: "healthFactor"
2294
- type: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
2295
- }
2296
- ltv: { name: "ltv"; type: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null } }
2297
- market: {
2298
- name: "market"
2299
- type: {
2300
- kind: "NON_NULL"
2301
- name: never
2302
- ofType: { kind: "OBJECT"; name: "MorphoMarket"; ofType: null }
2303
- }
2304
- }
2305
- supplyAmount: {
2306
- name: "supplyAmount"
2307
- type: {
2308
- kind: "NON_NULL"
2309
- name: never
2310
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2311
- }
2312
- }
2313
- supplyShares: {
2314
- name: "supplyShares"
2315
- type: {
2316
- kind: "NON_NULL"
2317
- name: never
2318
- ofType: { kind: "SCALAR"; name: "BigInt"; ofType: null }
2319
- }
2320
- }
2321
- walletCollateralAssetHolding: {
2322
- name: "walletCollateralAssetHolding"
2323
- type: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
2324
- }
2325
- walletLoanAssetHolding: {
2326
- name: "walletLoanAssetHolding"
2327
- type: {
2328
- kind: "NON_NULL"
2329
- name: never
2330
- ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
2331
- }
2332
- }
2333
- }
2334
- }
2335
- MorphoMarketPositionFilter: {
2336
- kind: "INPUT_OBJECT"
2337
- name: "MorphoMarketPositionFilter"
2338
- isOneOf: false
2339
- inputFields: [
2340
- {
2341
- name: "chainId_in"
2342
- type: {
2343
- kind: "LIST"
2344
- name: never
2345
- ofType: {
2346
- kind: "NON_NULL"
2347
- name: never
2348
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
2349
- }
2350
- }
2351
- defaultValue: null
2352
- },
2353
- {
2354
- name: "marketId_in"
2355
- type: {
2356
- kind: "LIST"
2357
- name: never
2358
- ofType: {
2359
- kind: "NON_NULL"
2360
- name: never
2361
- ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
2362
- }
2363
- }
2364
- defaultValue: null
2365
- },
2366
- {
2367
- name: "accountAddress_in"
2368
- type: {
2369
- kind: "NON_NULL"
2370
- name: never
2371
- ofType: {
2372
- kind: "LIST"
2373
- name: never
2374
- ofType: {
2375
- kind: "NON_NULL"
2376
- name: never
2377
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2378
- }
2379
- }
2380
- }
2381
- defaultValue: null
2382
- },
2383
- {
2384
- name: "whitelisted"
2385
- type: { kind: "SCALAR"; name: "Boolean"; ofType: null }
2386
- defaultValue: null
2387
- },
2388
- ]
2389
- }
2390
- MorphoMarketPositionPage: {
2391
- kind: "OBJECT"
2392
- name: "MorphoMarketPositionPage"
2393
- fields: {
2394
- items: {
2395
- name: "items"
2396
- type: {
2397
- kind: "NON_NULL"
2398
- name: never
2399
- ofType: {
2400
- kind: "LIST"
2401
- name: never
2402
- ofType: { kind: "OBJECT"; name: "MorphoMarketPosition"; ofType: null }
2403
- }
2404
- }
2405
- }
2406
- pageInfo: {
2407
- name: "pageInfo"
2408
- type: {
2409
- kind: "NON_NULL"
2410
- name: never
2411
- ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
2412
- }
2413
- }
2414
- totalCount: {
2415
- name: "totalCount"
2416
- type: {
2417
- kind: "NON_NULL"
2418
- name: never
2419
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2420
- }
2421
- }
2422
- }
2423
- }
2424
- MorphoMarketV1RiskAssessment: {
2425
- kind: "OBJECT"
2426
- name: "MorphoMarketV1RiskAssessment"
2427
- fields: {
2428
- steakhouse: {
2429
- name: "steakhouse"
2430
- type: { kind: "OBJECT"; name: "SteakhouseRiskAssessment"; ofType: null }
2431
- }
2432
- }
2433
- }
2434
- MorphoVault: {
2435
- kind: "OBJECT"
2436
- name: "MorphoVault"
2437
- fields: {
2438
- apy: {
2439
- name: "apy"
2440
- type: {
2441
- kind: "NON_NULL"
2442
- name: never
2443
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2444
- }
2445
- }
2446
- asset: {
2447
- name: "asset"
2448
- type: {
2449
- kind: "NON_NULL"
2450
- name: never
2451
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
2452
- }
2453
- }
2454
- chain: {
2455
- name: "chain"
2456
- type: {
2457
- kind: "NON_NULL"
2458
- name: never
2459
- ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
2460
- }
2461
- }
2462
- curatorAddress: {
2463
- name: "curatorAddress"
2464
- type: {
2465
- kind: "NON_NULL"
2466
- name: never
2467
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2468
- }
2469
- }
2470
- decimals: {
2471
- name: "decimals"
2472
- type: {
2473
- kind: "NON_NULL"
2474
- name: never
2475
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2476
- }
2477
- }
2478
- feeRecipientAddress: {
2479
- name: "feeRecipientAddress"
2480
- type: { kind: "SCALAR"; name: "Address"; ofType: null }
2481
- }
2482
- guardianAddress: {
2483
- name: "guardianAddress"
2484
- type: {
2485
- kind: "NON_NULL"
2486
- name: never
2487
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2488
- }
2489
- }
2490
- historical: {
2491
- name: "historical"
2492
- type: { kind: "OBJECT"; name: "MorphoVaultHistorical"; ofType: null }
2493
- }
2494
- marketAllocations: {
2495
- name: "marketAllocations"
2496
- type: {
2497
- kind: "NON_NULL"
2498
- name: never
2499
- ofType: {
2500
- kind: "LIST"
2501
- name: never
2502
- ofType: {
2503
- kind: "NON_NULL"
2504
- name: never
2505
- ofType: { kind: "OBJECT"; name: "MorphoVaultMarketAllocation"; ofType: null }
2506
- }
2507
- }
2508
- }
2509
- }
2510
- metadata: {
2511
- name: "metadata"
2512
- type: { kind: "OBJECT"; name: "MorphoVaultMetadata"; ofType: null }
2513
- }
2514
- name: {
2515
- name: "name"
2516
- type: {
2517
- kind: "NON_NULL"
2518
- name: never
2519
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
2520
- }
2521
- }
2522
- ownerAddress: {
2523
- name: "ownerAddress"
2524
- type: {
2525
- kind: "NON_NULL"
2526
- name: never
2527
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2528
- }
2529
- }
2530
- performanceFee: {
2531
- name: "performanceFee"
2532
- type: {
2533
- kind: "NON_NULL"
2534
- name: never
2535
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
2536
- }
2537
- }
2538
- riskAssessment: {
2539
- name: "riskAssessment"
2540
- type: {
2541
- kind: "NON_NULL"
2542
- name: never
2543
- ofType: { kind: "OBJECT"; name: "MorphoVaultV1RiskAssessment"; ofType: null }
2544
- }
2545
- }
2546
- supplyApy: {
2547
- name: "supplyApy"
2548
- type: {
2549
- kind: "NON_NULL"
2550
- name: never
2551
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2552
- }
2553
- }
2554
- supplyApy1d: {
2555
- name: "supplyApy1d"
2556
- type: {
2557
- kind: "NON_NULL"
2558
- name: never
2559
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2560
- }
2561
- }
2562
- supplyApy30d: {
2563
- name: "supplyApy30d"
2564
- type: {
2565
- kind: "NON_NULL"
2566
- name: never
2567
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2568
- }
2569
- }
2570
- supplyApy7d: {
2571
- name: "supplyApy7d"
2572
- type: {
2573
- kind: "NON_NULL"
2574
- name: never
2575
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2576
- }
2577
- }
2578
- symbol: {
2579
- name: "symbol"
2580
- type: {
2581
- kind: "NON_NULL"
2582
- name: never
2583
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
2584
- }
2585
- }
2586
- totalAssets: {
2587
- name: "totalAssets"
2588
- type: {
2589
- kind: "NON_NULL"
2590
- name: never
2591
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2592
- }
2593
- }
2594
- totalLiquidity: {
2595
- name: "totalLiquidity"
2596
- type: {
2597
- kind: "NON_NULL"
2598
- name: never
2599
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2600
- }
2601
- }
2602
- totalSupplied: {
2603
- name: "totalSupplied"
2604
- type: {
2605
- kind: "NON_NULL"
2606
- name: never
2607
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2608
- }
2609
- }
2610
- vaultAddress: {
2611
- name: "vaultAddress"
2612
- type: {
2613
- kind: "NON_NULL"
2614
- name: never
2615
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2616
- }
2617
- }
2618
- }
2619
- }
2620
- MorphoVaultFilter: {
2621
- kind: "INPUT_OBJECT"
2622
- name: "MorphoVaultFilter"
2623
- isOneOf: false
2624
- inputFields: [
2625
- {
2626
- name: "chainId_in"
2627
- type: {
2628
- kind: "LIST"
2629
- name: never
2630
- ofType: {
2631
- kind: "NON_NULL"
2632
- name: never
2633
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
2634
- }
2635
- }
2636
- defaultValue: null
2637
- },
2638
- {
2639
- name: "vaultAddress_in"
2640
- type: {
2641
- kind: "LIST"
2642
- name: never
2643
- ofType: {
2644
- kind: "NON_NULL"
2645
- name: never
2646
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2647
- }
2648
- }
2649
- defaultValue: null
2650
- },
2651
- {
2652
- name: "whitelisted"
2653
- type: { kind: "SCALAR"; name: "Boolean"; ofType: null }
2654
- defaultValue: null
2655
- },
2656
- ]
2657
- }
2658
- MorphoVaultHistorical: {
2659
- kind: "OBJECT"
2660
- name: "MorphoVaultHistorical"
2661
- fields: {
2662
- daily: {
2663
- name: "daily"
2664
- type: {
2665
- kind: "NON_NULL"
2666
- name: never
2667
- ofType: {
2668
- kind: "LIST"
2669
- name: never
2670
- ofType: {
2671
- kind: "NON_NULL"
2672
- name: never
2673
- ofType: { kind: "OBJECT"; name: "MorphoVaultHistoricalEntry"; ofType: null }
2674
- }
2675
- }
2676
- }
2677
- }
2678
- hourly: {
2679
- name: "hourly"
2680
- type: {
2681
- kind: "NON_NULL"
2682
- name: never
2683
- ofType: {
2684
- kind: "LIST"
2685
- name: never
2686
- ofType: {
2687
- kind: "NON_NULL"
2688
- name: never
2689
- ofType: { kind: "OBJECT"; name: "MorphoVaultHistoricalEntry"; ofType: null }
2690
- }
2691
- }
2692
- }
2693
- }
2694
- weekly: {
2695
- name: "weekly"
2696
- type: {
2697
- kind: "NON_NULL"
2698
- name: never
2699
- ofType: {
2700
- kind: "LIST"
2701
- name: never
2702
- ofType: {
2703
- kind: "NON_NULL"
2704
- name: never
2705
- ofType: { kind: "OBJECT"; name: "MorphoVaultHistoricalEntry"; ofType: null }
2706
- }
2707
- }
2708
- }
2709
- }
2710
- }
2711
- }
2712
- MorphoVaultHistoricalEntry: {
2713
- kind: "OBJECT"
2714
- name: "MorphoVaultHistoricalEntry"
2715
- fields: {
2716
- bucketTimestamp: {
2717
- name: "bucketTimestamp"
2718
- type: {
2719
- kind: "NON_NULL"
2720
- name: never
2721
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2722
- }
2723
- }
2724
- supplyApy1d: {
2725
- name: "supplyApy1d"
2726
- type: {
2727
- kind: "NON_NULL"
2728
- name: never
2729
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2730
- }
2731
- }
2732
- supplyApy30d: {
2733
- name: "supplyApy30d"
2734
- type: {
2735
- kind: "NON_NULL"
2736
- name: never
2737
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2738
- }
2739
- }
2740
- supplyApy6h: {
2741
- name: "supplyApy6h"
2742
- type: {
2743
- kind: "NON_NULL"
2744
- name: never
2745
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2746
- }
2747
- }
2748
- supplyApy7d: {
2749
- name: "supplyApy7d"
2750
- type: {
2751
- kind: "NON_NULL"
2752
- name: never
2753
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2754
- }
2755
- }
2756
- totalSupplied: {
2757
- name: "totalSupplied"
2758
- type: {
2759
- kind: "NON_NULL"
2760
- name: never
2761
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2762
- }
2763
- }
2764
- }
2765
- }
2766
- MorphoVaultMarketAllocation: {
2767
- kind: "OBJECT"
2768
- name: "MorphoVaultMarketAllocation"
2769
- fields: {
2770
- enabled: {
2771
- name: "enabled"
2772
- type: {
2773
- kind: "NON_NULL"
2774
- name: never
2775
- ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
2776
- }
2777
- }
2778
- market: {
2779
- name: "market"
2780
- type: {
2781
- kind: "NON_NULL"
2782
- name: never
2783
- ofType: { kind: "OBJECT"; name: "MorphoMarket"; ofType: null }
2784
- }
2785
- }
2786
- marketSupplyShare: {
2787
- name: "marketSupplyShare"
2788
- type: {
2789
- kind: "NON_NULL"
2790
- name: never
2791
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
2792
- }
2793
- }
2794
- position: {
2795
- name: "position"
2796
- type: {
2797
- kind: "NON_NULL"
2798
- name: never
2799
- ofType: { kind: "OBJECT"; name: "MorphoMarketPosition"; ofType: null }
2800
- }
2801
- }
2802
- supplyCap: {
2803
- name: "supplyCap"
2804
- type: {
2805
- kind: "NON_NULL"
2806
- name: never
2807
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2808
- }
2809
- }
2810
- vault: {
2811
- name: "vault"
2812
- type: {
2813
- kind: "NON_NULL"
2814
- name: never
2815
- ofType: { kind: "OBJECT"; name: "MorphoVault"; ofType: null }
2816
- }
2817
- }
2818
- vaultSupplyShare: {
2819
- name: "vaultSupplyShare"
2820
- type: {
2821
- kind: "NON_NULL"
2822
- name: never
2823
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
2824
- }
2825
- }
2826
- }
2827
- }
2828
- MorphoVaultMetadata: {
2829
- kind: "OBJECT"
2830
- name: "MorphoVaultMetadata"
2831
- fields: {
2832
- curator: { name: "curator"; type: { kind: "OBJECT"; name: "Curator"; ofType: null } }
2833
- curators: {
2834
- name: "curators"
2835
- type: {
2836
- kind: "NON_NULL"
2837
- name: never
2838
- ofType: {
2839
- kind: "LIST"
2840
- name: never
2841
- ofType: {
2842
- kind: "NON_NULL"
2843
- name: never
2844
- ofType: { kind: "OBJECT"; name: "Curator"; ofType: null }
2845
- }
2846
- }
2847
- }
2848
- }
2849
- description: { name: "description"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
2850
- forumLink: { name: "forumLink"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
2851
- image: { name: "image"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
2852
- }
2853
- }
2854
- MorphoVaultPage: {
2855
- kind: "OBJECT"
2856
- name: "MorphoVaultPage"
2857
- fields: {
2858
- items: {
2859
- name: "items"
2860
- type: {
2861
- kind: "NON_NULL"
2862
- name: never
2863
- ofType: {
2864
- kind: "LIST"
2865
- name: never
2866
- ofType: { kind: "OBJECT"; name: "MorphoVault"; ofType: null }
2867
- }
2868
- }
2869
- }
2870
- pageInfo: {
2871
- name: "pageInfo"
2872
- type: {
2873
- kind: "NON_NULL"
2874
- name: never
2875
- ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
2876
- }
2877
- }
2878
- totalCount: {
2879
- name: "totalCount"
2880
- type: {
2881
- kind: "NON_NULL"
2882
- name: never
2883
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2884
- }
2885
- }
2886
- }
2887
- }
2888
- MorphoVaultPosition: {
2889
- kind: "OBJECT"
2890
- name: "MorphoVaultPosition"
2891
- fields: {
2892
- accountAddress: {
2893
- name: "accountAddress"
2894
- type: {
2895
- kind: "NON_NULL"
2896
- name: never
2897
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2898
- }
2899
- }
2900
- supplyAmount: {
2901
- name: "supplyAmount"
2902
- type: {
2903
- kind: "NON_NULL"
2904
- name: never
2905
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2906
- }
2907
- }
2908
- supplyShares: {
2909
- name: "supplyShares"
2910
- type: {
2911
- kind: "NON_NULL"
2912
- name: never
2913
- ofType: { kind: "SCALAR"; name: "BigInt"; ofType: null }
2914
- }
2915
- }
2916
- vault: {
2917
- name: "vault"
2918
- type: {
2919
- kind: "NON_NULL"
2920
- name: never
2921
- ofType: { kind: "OBJECT"; name: "MorphoVault"; ofType: null }
2922
- }
2923
- }
2924
- walletUnderlyingAssetHolding: {
2925
- name: "walletUnderlyingAssetHolding"
2926
- type: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
2927
- }
2928
- }
2929
- }
2930
- MorphoVaultPositionFilter: {
2931
- kind: "INPUT_OBJECT"
2932
- name: "MorphoVaultPositionFilter"
2933
- isOneOf: false
2934
- inputFields: [
2935
- {
2936
- name: "chainId_in"
2937
- type: {
2938
- kind: "LIST"
2939
- name: never
2940
- ofType: {
2941
- kind: "NON_NULL"
2942
- name: never
2943
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
2944
- }
2945
- }
2946
- defaultValue: null
2947
- },
2948
- {
2949
- name: "vaultAddress_in"
2950
- type: {
2951
- kind: "LIST"
2952
- name: never
2953
- ofType: {
2954
- kind: "NON_NULL"
2955
- name: never
2956
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2957
- }
2958
- }
2959
- defaultValue: null
2960
- },
2961
- {
2962
- name: "accountAddress_in"
2963
- type: {
2964
- kind: "NON_NULL"
2965
- name: never
2966
- ofType: {
2967
- kind: "LIST"
2968
- name: never
2969
- ofType: {
2970
- kind: "NON_NULL"
2971
- name: never
2972
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2973
- }
2974
- }
2975
- }
2976
- defaultValue: null
2977
- },
2978
- {
2979
- name: "whitelisted"
2980
- type: { kind: "SCALAR"; name: "Boolean"; ofType: null }
2981
- defaultValue: null
2982
- },
2983
- ]
2984
- }
2985
- MorphoVaultPositionPage: {
2986
- kind: "OBJECT"
2987
- name: "MorphoVaultPositionPage"
2988
- fields: {
2989
- items: {
2990
- name: "items"
2991
- type: {
2992
- kind: "NON_NULL"
2993
- name: never
2994
- ofType: {
2995
- kind: "LIST"
2996
- name: never
2997
- ofType: { kind: "OBJECT"; name: "MorphoVaultPosition"; ofType: null }
2998
- }
2999
- }
3000
- }
3001
- pageInfo: {
3002
- name: "pageInfo"
3003
- type: {
3004
- kind: "NON_NULL"
3005
- name: never
3006
- ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
3007
- }
3008
- }
3009
- totalCount: {
3010
- name: "totalCount"
3011
- type: {
3012
- kind: "NON_NULL"
3013
- name: never
3014
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
3015
- }
3016
- }
3017
- }
3018
- }
3019
- MorphoVaultV1RiskAssessment: {
3020
- kind: "OBJECT"
3021
- name: "MorphoVaultV1RiskAssessment"
3022
- fields: {
3023
- steakhouse: {
3024
- name: "steakhouse"
3025
- type: { kind: "OBJECT"; name: "SteakhouseRiskAssessment"; ofType: null }
3026
- }
3027
- }
3028
- }
3029
- MorphoVaultV2: {
3030
- kind: "OBJECT"
3031
- name: "MorphoVaultV2"
3032
- fields: {
3033
- adapters: {
3034
- name: "adapters"
3035
- type: {
3036
- kind: "NON_NULL"
3037
- name: never
3038
- ofType: {
3039
- kind: "LIST"
3040
- name: never
3041
- ofType: {
3042
- kind: "NON_NULL"
3043
- name: never
3044
- ofType: { kind: "INTERFACE"; name: "Adapter"; ofType: null }
3045
- }
3046
- }
3047
- }
3048
- }
3049
- allocatorAddresses: {
3050
- name: "allocatorAddresses"
3051
- type: {
3052
- kind: "LIST"
3053
- name: never
3054
- ofType: {
3055
- kind: "NON_NULL"
3056
- name: never
3057
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3058
- }
3059
- }
3060
- }
3061
- apy: {
3062
- name: "apy"
3063
- type: {
3064
- kind: "NON_NULL"
3065
- name: never
3066
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
3067
- }
3068
- }
3069
- asset: {
3070
- name: "asset"
3071
- type: {
3072
- kind: "NON_NULL"
3073
- name: never
3074
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
3075
- }
3076
- }
3077
- caps: {
3078
- name: "caps"
3079
- type: {
3080
- kind: "LIST"
3081
- name: never
3082
- ofType: {
3083
- kind: "NON_NULL"
3084
- name: never
3085
- ofType: { kind: "INTERFACE"; name: "Cap"; ofType: null }
3086
- }
3087
- }
3088
- }
3089
- chain: {
3090
- name: "chain"
3091
- type: {
3092
- kind: "NON_NULL"
3093
- name: never
3094
- ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
3095
- }
3096
- }
3097
- curatorAddress: {
3098
- name: "curatorAddress"
3099
- type: {
3100
- kind: "NON_NULL"
3101
- name: never
3102
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3103
- }
3104
- }
3105
- decimals: {
3106
- name: "decimals"
3107
- type: {
3108
- kind: "NON_NULL"
3109
- name: never
3110
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
3111
- }
3112
- }
3113
- historical: {
3114
- name: "historical"
3115
- type: { kind: "OBJECT"; name: "MorphoVaultHistorical"; ofType: null }
3116
- }
3117
- idleAssets: {
3118
- name: "idleAssets"
3119
- type: {
3120
- kind: "NON_NULL"
3121
- name: never
3122
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
3123
- }
3124
- }
3125
- liquidityAdapterAddress: {
3126
- name: "liquidityAdapterAddress"
3127
- type: {
3128
- kind: "NON_NULL"
3129
- name: never
3130
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3131
- }
3132
- }
3133
- liquidityAssets: {
3134
- name: "liquidityAssets"
3135
- type: {
3136
- kind: "NON_NULL"
3137
- name: never
3138
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
3139
- }
3140
- }
3141
- managementFee: {
3142
- name: "managementFee"
3143
- type: {
3144
- kind: "NON_NULL"
3145
- name: never
3146
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
3147
- }
3148
- }
3149
- managementFeeRecipientAddress: {
3150
- name: "managementFeeRecipientAddress"
3151
- type: {
3152
- kind: "NON_NULL"
3153
- name: never
3154
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3155
- }
3156
- }
3157
- metadata: {
3158
- name: "metadata"
3159
- type: { kind: "OBJECT"; name: "MorphoVaultMetadata"; ofType: null }
3160
- }
3161
- name: {
3162
- name: "name"
3163
- type: {
3164
- kind: "NON_NULL"
3165
- name: never
3166
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3167
- }
3168
- }
3169
- ownerAddress: {
3170
- name: "ownerAddress"
3171
- type: {
3172
- kind: "NON_NULL"
3173
- name: never
3174
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3175
- }
3176
- }
3177
- performanceFee: {
3178
- name: "performanceFee"
3179
- type: {
3180
- kind: "NON_NULL"
3181
- name: never
3182
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
3183
- }
3184
- }
3185
- performanceFeeRecipientAddress: {
3186
- name: "performanceFeeRecipientAddress"
3187
- type: {
3188
- kind: "NON_NULL"
3189
- name: never
3190
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3191
- }
3192
- }
3193
- receiveAssetsGateAddress: {
3194
- name: "receiveAssetsGateAddress"
3195
- type: {
3196
- kind: "NON_NULL"
3197
- name: never
3198
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3199
- }
3200
- }
3201
- receiveSharesGateAddress: {
3202
- name: "receiveSharesGateAddress"
3203
- type: {
3204
- kind: "NON_NULL"
3205
- name: never
3206
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3207
- }
3208
- }
3209
- riskAssessment: {
3210
- name: "riskAssessment"
3211
- type: {
3212
- kind: "NON_NULL"
3213
- name: never
3214
- ofType: { kind: "OBJECT"; name: "MorphoVaultV2RiskAssessment"; ofType: null }
3215
- }
3216
- }
3217
- sendAssetsGateAddress: {
3218
- name: "sendAssetsGateAddress"
3219
- type: {
3220
- kind: "NON_NULL"
3221
- name: never
3222
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3223
- }
3224
- }
3225
- sendSharesGateAddress: {
3226
- name: "sendSharesGateAddress"
3227
- type: {
3228
- kind: "NON_NULL"
3229
- name: never
3230
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3231
- }
3232
- }
3233
- sentinelAddresses: {
3234
- name: "sentinelAddresses"
3235
- type: {
3236
- kind: "LIST"
3237
- name: never
3238
- ofType: {
3239
- kind: "NON_NULL"
3240
- name: never
3241
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3242
- }
3243
- }
3244
- }
3245
- symbol: {
3246
- name: "symbol"
3247
- type: {
3248
- kind: "NON_NULL"
3249
- name: never
3250
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3251
- }
3252
- }
3253
- totalAssets: {
3254
- name: "totalAssets"
3255
- type: {
3256
- kind: "NON_NULL"
3257
- name: never
3258
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
3259
- }
3260
- }
3261
- vaultAddress: {
3262
- name: "vaultAddress"
3263
- type: {
3264
- kind: "NON_NULL"
3265
- name: never
3266
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3267
- }
3268
- }
3269
- }
3270
- }
3271
- MorphoVaultV2RiskAssessment: {
3272
- kind: "OBJECT"
3273
- name: "MorphoVaultV2RiskAssessment"
3274
- fields: {
3275
- steakhouse: {
3276
- name: "steakhouse"
3277
- type: { kind: "OBJECT"; name: "SteakhouseRiskAssessment"; ofType: null }
3278
- }
3279
- }
3280
- }
3281
- OnchainAmount: {
3282
- kind: "OBJECT"
3283
- name: "OnchainAmount"
3284
- fields: {
3285
- formatted: {
3286
- name: "formatted"
3287
- type: {
3288
- kind: "NON_NULL"
3289
- name: never
3290
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3291
- }
3292
- }
3293
- raw: {
3294
- name: "raw"
3295
- type: {
3296
- kind: "NON_NULL"
3297
- name: never
3298
- ofType: { kind: "SCALAR"; name: "BigInt"; ofType: null }
3299
- }
3300
- }
3301
- }
3302
- }
3303
- PageInfo: {
3304
- kind: "OBJECT"
3305
- name: "PageInfo"
3306
- fields: {
3307
- endCursor: { name: "endCursor"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
3308
- hasNextPage: {
3309
- name: "hasNextPage"
3310
- type: {
3311
- kind: "NON_NULL"
3312
- name: never
3313
- ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
3314
- }
3315
- }
3316
- hasPreviousPage: {
3317
- name: "hasPreviousPage"
3318
- type: {
3319
- kind: "NON_NULL"
3320
- name: never
3321
- ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
3322
- }
3323
- }
3324
- startCursor: { name: "startCursor"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
3325
- }
3326
- }
3327
- Protocol: {
3328
- kind: "OBJECT"
3329
- name: "Protocol"
3330
- fields: {
3331
- icon: {
3332
- name: "icon"
3333
- type: {
3334
- kind: "NON_NULL"
3335
- name: never
3336
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3337
- }
3338
- }
3339
- name: {
3340
- name: "name"
3341
- type: {
3342
- kind: "NON_NULL"
3343
- name: never
3344
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3345
- }
3346
- }
3347
- }
3348
- }
3349
- Query: {
3350
- kind: "OBJECT"
3351
- name: "Query"
3352
- fields: {
3353
- aeraVaultPositions: {
3354
- name: "aeraVaultPositions"
3355
- type: {
3356
- kind: "NON_NULL"
3357
- name: never
3358
- ofType: { kind: "OBJECT"; name: "AeraVaultPositionPage"; ofType: null }
3359
- }
3360
- }
3361
- aeraVaults: {
3362
- name: "aeraVaults"
3363
- type: {
3364
- kind: "NON_NULL"
3365
- name: never
3366
- ofType: { kind: "OBJECT"; name: "AeraVaultPage"; ofType: null }
3367
- }
3368
- }
3369
- chains: {
3370
- name: "chains"
3371
- type: {
3372
- kind: "NON_NULL"
3373
- name: never
3374
- ofType: {
3375
- kind: "LIST"
3376
- name: never
3377
- ofType: {
3378
- kind: "NON_NULL"
3379
- name: never
3380
- ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
3381
- }
3382
- }
3383
- }
3384
- }
3385
- erc4626VaultPositions: {
3386
- name: "erc4626VaultPositions"
3387
- type: {
3388
- kind: "NON_NULL"
3389
- name: never
3390
- ofType: { kind: "OBJECT"; name: "Erc4626VaultPositionPage"; ofType: null }
3391
- }
3392
- }
3393
- erc4626Vaults: {
3394
- name: "erc4626Vaults"
3395
- type: {
3396
- kind: "NON_NULL"
3397
- name: never
3398
- ofType: { kind: "OBJECT"; name: "Erc4626VaultPage"; ofType: null }
3399
- }
3400
- }
3401
- identities: {
3402
- name: "identities"
3403
- type: {
3404
- kind: "NON_NULL"
3405
- name: never
3406
- ofType: {
3407
- kind: "LIST"
3408
- name: never
3409
- ofType: {
3410
- kind: "NON_NULL"
3411
- name: never
3412
- ofType: { kind: "OBJECT"; name: "Identity"; ofType: null }
3413
- }
3414
- }
3415
- }
3416
- }
3417
- identity: { name: "identity"; type: { kind: "OBJECT"; name: "Identity"; ofType: null } }
3418
- merklAccountRewards: {
3419
- name: "merklAccountRewards"
3420
- type: {
3421
- kind: "NON_NULL"
3422
- name: never
3423
- ofType: {
3424
- kind: "LIST"
3425
- name: never
3426
- ofType: {
3427
- kind: "NON_NULL"
3428
- name: never
3429
- ofType: { kind: "OBJECT"; name: "MerklAccountReward"; ofType: null }
3430
- }
3431
- }
3432
- }
3433
- }
3434
- morphoMarketPositions: {
3435
- name: "morphoMarketPositions"
3436
- type: {
3437
- kind: "NON_NULL"
3438
- name: never
3439
- ofType: { kind: "OBJECT"; name: "MorphoMarketPositionPage"; ofType: null }
3440
- }
3441
- }
3442
- morphoMarkets: {
3443
- name: "morphoMarkets"
3444
- type: {
3445
- kind: "NON_NULL"
3446
- name: never
3447
- ofType: { kind: "OBJECT"; name: "MorphoMarketPage"; ofType: null }
3448
- }
3449
- }
3450
- morphoVaultPositions: {
3451
- name: "morphoVaultPositions"
3452
- type: {
3453
- kind: "NON_NULL"
3454
- name: never
3455
- ofType: { kind: "OBJECT"; name: "MorphoVaultPositionPage"; ofType: null }
3456
- }
3457
- }
3458
- morphoVaults: {
3459
- name: "morphoVaults"
3460
- type: {
3461
- kind: "NON_NULL"
3462
- name: never
3463
- ofType: { kind: "OBJECT"; name: "MorphoVaultPage"; ofType: null }
3464
- }
3465
- }
3466
- steakhouseTvl: {
3467
- name: "steakhouseTvl"
3468
- type: {
3469
- kind: "NON_NULL"
3470
- name: never
3471
- ofType: { kind: "OBJECT"; name: "SteakhouseTvl"; ofType: null }
3472
- }
3473
- }
3474
- tokenHoldings: {
3475
- name: "tokenHoldings"
3476
- type: {
3477
- kind: "NON_NULL"
3478
- name: never
3479
- ofType: {
3480
- kind: "LIST"
3481
- name: never
3482
- ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
3483
- }
3484
- }
3485
- }
3486
- tokens: {
3487
- name: "tokens"
3488
- type: {
3489
- kind: "NON_NULL"
3490
- name: never
3491
- ofType: {
3492
- kind: "LIST"
3493
- name: never
3494
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
3495
- }
3496
- }
3497
- }
3498
- vaults: {
3499
- name: "vaults"
3500
- type: {
3501
- kind: "NON_NULL"
3502
- name: never
3503
- ofType: {
3504
- kind: "LIST"
3505
- name: never
3506
- ofType: { kind: "OBJECT"; name: "Vault"; ofType: null }
3507
- }
3508
- }
3509
- }
3510
- }
3511
- }
3512
- Reward: {
3513
- kind: "OBJECT"
3514
- name: "Reward"
3515
- fields: {
3516
- apr: {
3517
- name: "apr"
3518
- type: {
3519
- kind: "NON_NULL"
3520
- name: never
3521
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
3522
- }
3523
- }
3524
- asset: {
3525
- name: "asset"
3526
- type: {
3527
- kind: "NON_NULL"
3528
- name: never
3529
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
3530
- }
3531
- }
3532
- }
3533
- }
3534
- SteakhouseRiskAssessment: {
3535
- kind: "OBJECT"
3536
- name: "SteakhouseRiskAssessment"
3537
- fields: {
3538
- rating: {
3539
- name: "rating"
3540
- type: {
3541
- kind: "NON_NULL"
3542
- name: never
3543
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3544
- }
3545
- }
3546
- score: {
3547
- name: "score"
3548
- type: {
3549
- kind: "NON_NULL"
3550
- name: never
3551
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
3552
- }
3553
- }
3554
- }
3555
- }
3556
- SteakhouseTvl: {
3557
- kind: "OBJECT"
3558
- name: "SteakhouseTvl"
3559
- fields: {
3560
- byAssetCategory: {
3561
- name: "byAssetCategory"
3562
- type: {
3563
- kind: "NON_NULL"
3564
- name: never
3565
- ofType: {
3566
- kind: "LIST"
3567
- name: never
3568
- ofType: {
3569
- kind: "NON_NULL"
3570
- name: never
3571
- ofType: { kind: "OBJECT"; name: "SteakhouseTvlByAssetCategory"; ofType: null }
3572
- }
3573
- }
3574
- }
3575
- }
3576
- byChain: {
3577
- name: "byChain"
3578
- type: {
3579
- kind: "NON_NULL"
3580
- name: never
3581
- ofType: {
3582
- kind: "LIST"
3583
- name: never
3584
- ofType: {
3585
- kind: "NON_NULL"
3586
- name: never
3587
- ofType: { kind: "OBJECT"; name: "SteakhouseTvlByChain"; ofType: null }
3588
- }
3589
- }
3590
- }
3591
- }
3592
- byProtocol: {
3593
- name: "byProtocol"
3594
- type: {
3595
- kind: "NON_NULL"
3596
- name: never
3597
- ofType: {
3598
- kind: "LIST"
3599
- name: never
3600
- ofType: {
3601
- kind: "NON_NULL"
3602
- name: never
3603
- ofType: { kind: "OBJECT"; name: "SteakhouseTvlByProtocol"; ofType: null }
3604
- }
3605
- }
3606
- }
3607
- }
3608
- computedAt: {
3609
- name: "computedAt"
3610
- type: {
3611
- kind: "NON_NULL"
3612
- name: never
3613
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
3614
- }
3615
- }
3616
- totalUsd: {
3617
- name: "totalUsd"
3618
- type: {
3619
- kind: "NON_NULL"
3620
- name: never
3621
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
3622
- }
3623
- }
3624
- }
3625
- }
3626
- SteakhouseTvlByAssetCategory: {
3627
- kind: "OBJECT"
3628
- name: "SteakhouseTvlByAssetCategory"
3629
- fields: {
3630
- category: {
3631
- name: "category"
3632
- type: {
3633
- kind: "NON_NULL"
3634
- name: never
3635
- ofType: { kind: "ENUM"; name: "TokenCategory"; ofType: null }
3636
- }
3637
- }
3638
- tvlUsd: {
3639
- name: "tvlUsd"
3640
- type: {
3641
- kind: "NON_NULL"
3642
- name: never
3643
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
3644
- }
3645
- }
3646
- }
3647
- }
3648
- SteakhouseTvlByChain: {
3649
- kind: "OBJECT"
3650
- name: "SteakhouseTvlByChain"
3651
- fields: {
3652
- chain: {
3653
- name: "chain"
3654
- type: {
3655
- kind: "NON_NULL"
3656
- name: never
3657
- ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
3658
- }
3659
- }
3660
- tvlUsd: {
3661
- name: "tvlUsd"
3662
- type: {
3663
- kind: "NON_NULL"
3664
- name: never
3665
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
3666
- }
3667
- }
3668
- }
3669
- }
3670
- SteakhouseTvlByProtocol: {
3671
- kind: "OBJECT"
3672
- name: "SteakhouseTvlByProtocol"
3673
- fields: {
3674
- protocol: {
3675
- name: "protocol"
3676
- type: {
3677
- kind: "NON_NULL"
3678
- name: never
3679
- ofType: { kind: "ENUM"; name: "Erc4626VaultProtocol"; ofType: null }
3680
- }
3681
- }
3682
- tvlUsd: {
3683
- name: "tvlUsd"
3684
- type: {
3685
- kind: "NON_NULL"
3686
- name: never
3687
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
3688
- }
3689
- }
3690
- }
3691
- }
3692
- String: unknown
3693
- Token: {
3694
- kind: "OBJECT"
3695
- name: "Token"
3696
- fields: {
3697
- address: {
3698
- name: "address"
3699
- type: {
3700
- kind: "NON_NULL"
3701
- name: never
3702
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3703
- }
3704
- }
3705
- category: { name: "category"; type: { kind: "ENUM"; name: "TokenCategory"; ofType: null } }
3706
- chain: {
3707
- name: "chain"
3708
- type: {
3709
- kind: "NON_NULL"
3710
- name: never
3711
- ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
3712
- }
3713
- }
3714
- decimals: {
3715
- name: "decimals"
3716
- type: {
3717
- kind: "NON_NULL"
3718
- name: never
3719
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
3720
- }
3721
- }
3722
- historical: {
3723
- name: "historical"
3724
- type: {
3725
- kind: "NON_NULL"
3726
- name: never
3727
- ofType: { kind: "OBJECT"; name: "TokenHistorical"; ofType: null }
3728
- }
3729
- }
3730
- icon: { name: "icon"; type: { kind: "SCALAR"; name: "URL"; ofType: null } }
3731
- name: {
3732
- name: "name"
3733
- type: {
3734
- kind: "NON_NULL"
3735
- name: never
3736
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3737
- }
3738
- }
3739
- priceUsd: { name: "priceUsd"; type: { kind: "SCALAR"; name: "Float"; ofType: null } }
3740
- riskAssessment: {
3741
- name: "riskAssessment"
3742
- type: {
3743
- kind: "NON_NULL"
3744
- name: never
3745
- ofType: { kind: "OBJECT"; name: "TokenRiskAssessment"; ofType: null }
3746
- }
3747
- }
3748
- symbol: {
3749
- name: "symbol"
3750
- type: {
3751
- kind: "NON_NULL"
3752
- name: never
3753
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3754
- }
3755
- }
3756
- }
3757
- }
3758
- TokenAmount: {
3759
- kind: "OBJECT"
3760
- name: "TokenAmount"
3761
- fields: {
3762
- formatted: {
3763
- name: "formatted"
3764
- type: {
3765
- kind: "NON_NULL"
3766
- name: never
3767
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3768
- }
3769
- }
3770
- raw: {
3771
- name: "raw"
3772
- type: {
3773
- kind: "NON_NULL"
3774
- name: never
3775
- ofType: { kind: "SCALAR"; name: "BigInt"; ofType: null }
3776
- }
3777
- }
3778
- usd: { name: "usd"; type: { kind: "SCALAR"; name: "Float"; ofType: null } }
3779
- }
3780
- }
3781
- TokenCategory: { name: "TokenCategory"; enumValues: "Stable" | "Eth" | "Btc" }
3782
- TokenHistorical: {
3783
- kind: "OBJECT"
3784
- name: "TokenHistorical"
3785
- fields: {
3786
- daily: {
3787
- name: "daily"
3788
- type: {
3789
- kind: "LIST"
3790
- name: never
3791
- ofType: {
3792
- kind: "NON_NULL"
3793
- name: never
3794
- ofType: { kind: "OBJECT"; name: "TokenHistoricalEntry"; ofType: null }
3795
- }
3796
- }
3797
- }
3798
- hourly: {
3799
- name: "hourly"
3800
- type: {
3801
- kind: "LIST"
3802
- name: never
3803
- ofType: {
3804
- kind: "NON_NULL"
3805
- name: never
3806
- ofType: { kind: "OBJECT"; name: "TokenHistoricalEntry"; ofType: null }
3807
- }
3808
- }
3809
- }
3810
- weekly: {
3811
- name: "weekly"
3812
- type: {
3813
- kind: "LIST"
3814
- name: never
3815
- ofType: {
3816
- kind: "NON_NULL"
3817
- name: never
3818
- ofType: { kind: "OBJECT"; name: "TokenHistoricalEntry"; ofType: null }
3819
- }
3820
- }
3821
- }
3822
- }
3823
- }
3824
- TokenHistoricalEntry: {
3825
- kind: "OBJECT"
3826
- name: "TokenHistoricalEntry"
3827
- fields: {
3828
- bucketTimestamp: {
3829
- name: "bucketTimestamp"
3830
- type: {
3831
- kind: "NON_NULL"
3832
- name: never
3833
- ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
3834
- }
3835
- }
3836
- priceUsd: {
3837
- name: "priceUsd"
3838
- type: {
3839
- kind: "NON_NULL"
3840
- name: never
3841
- ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
3842
- }
3843
- }
3844
- }
3845
- }
3846
- TokenHolding: {
3847
- kind: "OBJECT"
3848
- name: "TokenHolding"
3849
- fields: {
3850
- accountAddress: {
3851
- name: "accountAddress"
3852
- type: {
3853
- kind: "NON_NULL"
3854
- name: never
3855
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3856
- }
3857
- }
3858
- balance: {
3859
- name: "balance"
3860
- type: {
3861
- kind: "NON_NULL"
3862
- name: never
3863
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
3864
- }
3865
- }
3866
- token: {
3867
- name: "token"
3868
- type: {
3869
- kind: "NON_NULL"
3870
- name: never
3871
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
3872
- }
3873
- }
3874
- }
3875
- }
3876
- TokenHoldingInput: {
3877
- kind: "INPUT_OBJECT"
3878
- name: "TokenHoldingInput"
3879
- isOneOf: false
3880
- inputFields: [
3881
- {
3882
- name: "chainId"
3883
- type: {
3884
- kind: "NON_NULL"
3885
- name: never
3886
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
3887
- }
3888
- defaultValue: null
3889
- },
3890
- {
3891
- name: "tokenAddress"
3892
- type: {
3893
- kind: "NON_NULL"
3894
- name: never
3895
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3896
- }
3897
- defaultValue: null
3898
- },
3899
- {
3900
- name: "accountAddress"
3901
- type: {
3902
- kind: "NON_NULL"
3903
- name: never
3904
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3905
- }
3906
- defaultValue: null
3907
- },
3908
- ]
3909
- }
3910
- TokenInput: {
3911
- kind: "INPUT_OBJECT"
3912
- name: "TokenInput"
3913
- isOneOf: false
3914
- inputFields: [
3915
- {
3916
- name: "chainId"
3917
- type: {
3918
- kind: "NON_NULL"
3919
- name: never
3920
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
3921
- }
3922
- defaultValue: null
3923
- },
3924
- {
3925
- name: "tokenAddress"
3926
- type: {
3927
- kind: "NON_NULL"
3928
- name: never
3929
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3930
- }
3931
- defaultValue: null
3932
- },
3933
- ]
3934
- }
3935
- TokenRiskAssessment: {
3936
- kind: "OBJECT"
3937
- name: "TokenRiskAssessment"
3938
- fields: {
3939
- steakhouse: {
3940
- name: "steakhouse"
3941
- type: { kind: "OBJECT"; name: "SteakhouseRiskAssessment"; ofType: null }
3942
- }
3943
- }
3944
- }
3945
- URL: unknown
3946
- UnknownAdapter: {
3947
- kind: "OBJECT"
3948
- name: "UnknownAdapter"
3949
- fields: {
3950
- adapterAddress: {
3951
- name: "adapterAddress"
3952
- type: {
3953
- kind: "NON_NULL"
3954
- name: never
3955
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3956
- }
3957
- }
3958
- adapterCap: { name: "adapterCap"; type: { kind: "OBJECT"; name: "AdapterCap"; ofType: null } }
3959
- name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
3960
- riskAssessment: {
3961
- name: "riskAssessment"
3962
- type: { kind: "OBJECT"; name: "AdapterRiskAssessment"; ofType: null }
3963
- }
3964
- }
3965
- }
3966
- UnknownCap: {
3967
- kind: "OBJECT"
3968
- name: "UnknownCap"
3969
- fields: {
3970
- absoluteCap: {
3971
- name: "absoluteCap"
3972
- type: {
3973
- kind: "NON_NULL"
3974
- name: never
3975
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
3976
- }
3977
- }
3978
- allocation: {
3979
- name: "allocation"
3980
- type: {
3981
- kind: "NON_NULL"
3982
- name: never
3983
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
3984
- }
3985
- }
3986
- capId: {
3987
- name: "capId"
3988
- type: {
3989
- kind: "NON_NULL"
3990
- name: never
3991
- ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
3992
- }
3993
- }
3994
- relativeCap: {
3995
- name: "relativeCap"
3996
- type: {
3997
- kind: "NON_NULL"
3998
- name: never
3999
- ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
4000
- }
4001
- }
4002
- }
4003
- }
4004
- Vault: {
4005
- kind: "OBJECT"
4006
- name: "Vault"
4007
- fields: {
4008
- asset: {
4009
- name: "asset"
4010
- type: {
4011
- kind: "NON_NULL"
4012
- name: never
4013
- ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
4014
- }
4015
- }
4016
- chain: {
4017
- name: "chain"
4018
- type: {
4019
- kind: "NON_NULL"
4020
- name: never
4021
- ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
4022
- }
4023
- }
4024
- description: { name: "description"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
4025
- name: {
4026
- name: "name"
4027
- type: {
4028
- kind: "NON_NULL"
4029
- name: never
4030
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
4031
- }
4032
- }
4033
- protocol: {
4034
- name: "protocol"
4035
- type: {
4036
- kind: "NON_NULL"
4037
- name: never
4038
- ofType: { kind: "OBJECT"; name: "Protocol"; ofType: null }
4039
- }
4040
- }
4041
- supplyApy: {
4042
- name: "supplyApy"
4043
- type: {
4044
- kind: "NON_NULL"
4045
- name: never
4046
- ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
4047
- }
4048
- }
4049
- totalSupplied: {
4050
- name: "totalSupplied"
4051
- type: {
4052
- kind: "NON_NULL"
4053
- name: never
4054
- ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
4055
- }
4056
- }
4057
- type: {
4058
- name: "type"
4059
- type: {
4060
- kind: "NON_NULL"
4061
- name: never
4062
- ofType: { kind: "ENUM"; name: "VaultType"; ofType: null }
4063
- }
4064
- }
4065
- url: {
4066
- name: "url"
4067
- type: {
4068
- kind: "NON_NULL"
4069
- name: never
4070
- ofType: { kind: "SCALAR"; name: "String"; ofType: null }
4071
- }
4072
- }
4073
- vaultAddress: {
4074
- name: "vaultAddress"
4075
- type: {
4076
- kind: "NON_NULL"
4077
- name: never
4078
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
4079
- }
4080
- }
4081
- }
4082
- }
4083
- VaultInput: {
4084
- kind: "INPUT_OBJECT"
4085
- name: "VaultInput"
4086
- isOneOf: false
4087
- inputFields: [
4088
- {
4089
- name: "chainId"
4090
- type: {
4091
- kind: "NON_NULL"
4092
- name: never
4093
- ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
4094
- }
4095
- defaultValue: null
4096
- },
4097
- {
4098
- name: "protocol"
4099
- type: {
4100
- kind: "NON_NULL"
4101
- name: never
4102
- ofType: { kind: "ENUM"; name: "VaultProtocol"; ofType: null }
4103
- }
4104
- defaultValue: null
4105
- },
4106
- {
4107
- name: "vaultAddress"
4108
- type: {
4109
- kind: "NON_NULL"
4110
- name: never
4111
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
4112
- }
4113
- defaultValue: null
4114
- },
4115
- ]
4116
- }
4117
- VaultProtocol: {
4118
- name: "VaultProtocol"
4119
- enumValues:
4120
- | "euler_v2"
4121
- | "euler_earn"
4122
- | "morpho"
4123
- | "enzyme"
4124
- | "mellow"
4125
- | "midas"
4126
- | "turtle_club"
4127
- | "silo"
4128
- | "reserve"
4129
- | "napier"
4130
- | "gearbox"
4131
- | "pendle"
4132
- | "lista"
4133
- }
4134
- VaultType: { name: "VaultType"; enumValues: "lending" | "staking" | "index" }
4135
- VaultV1Adapter: {
4136
- kind: "OBJECT"
4137
- name: "VaultV1Adapter"
4138
- fields: {
4139
- adapterAddress: {
4140
- name: "adapterAddress"
4141
- type: {
4142
- kind: "NON_NULL"
4143
- name: never
4144
- ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
4145
- }
4146
- }
4147
- adapterCap: { name: "adapterCap"; type: { kind: "OBJECT"; name: "AdapterCap"; ofType: null } }
4148
- name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
4149
- riskAssessment: {
4150
- name: "riskAssessment"
4151
- type: { kind: "OBJECT"; name: "AdapterRiskAssessment"; ofType: null }
4152
- }
4153
- vault: { name: "vault"; type: { kind: "OBJECT"; name: "MorphoVault"; ofType: null } }
4154
- }
4155
- }
4156
- }
5
+ 'Adapter': { kind: 'INTERFACE'; name: 'Adapter'; fields: { 'adapterAddress': { name: 'adapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'adapterCap': { name: 'adapterCap'; type: { kind: 'OBJECT'; name: 'AdapterCap'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; }; possibleTypes: 'BoxVaultAdapter' | 'MarketV1Adapter' | 'UnknownAdapter' | 'VaultV1Adapter'; };
6
+ 'AdapterCap': { kind: 'OBJECT'; name: 'AdapterCap'; fields: { 'absoluteCap': { name: 'absoluteCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'allocation': { name: 'allocation'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'capId': { name: 'capId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'relativeCap': { name: 'relativeCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; }; };
7
+ 'Address': unknown;
8
+ 'AeraPendingAction': { kind: 'OBJECT'; name: 'AeraPendingAction'; fields: { 'amount': { name: 'amount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'hash': { name: 'hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'token': { name: 'token'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; }; };
9
+ 'AeraVault': { kind: 'OBJECT'; name: 'AeraVault'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'isPaused': { name: 'isPaused'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'managementFee': { name: 'managementFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'numeraireAsset': { name: 'numeraireAsset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'performanceFee': { name: 'performanceFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'supplyApy1d': { name: 'supplyApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy30d': { name: 'supplyApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy7d': { name: 'supplyApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; }; };
10
+ 'AeraVaultFilter': { kind: 'INPUT_OBJECT'; name: 'AeraVaultFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'vaultAddress_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; defaultValue: null }]; };
11
+ 'AeraVaultPage': { kind: 'OBJECT'; name: 'AeraVaultPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraVault'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
12
+ 'AeraVaultPosition': { kind: 'OBJECT'; name: 'AeraVaultPosition'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'hasPendingDeposit': { name: 'hasPendingDeposit'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hasPendingWithdrawal': { name: 'hasPendingWithdrawal'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'pendingDeposits': { name: 'pendingDeposits'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraPendingAction'; ofType: null; }; }; }; } }; 'pendingWithdrawals': { name: 'pendingWithdrawals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraPendingAction'; ofType: null; }; }; }; } }; 'supplyAmount': { name: 'supplyAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'supplyShares': { name: 'supplyShares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraVault'; ofType: null; }; } }; }; };
13
+ 'AeraVaultPositionFilter': { kind: 'INPUT_OBJECT'; name: 'AeraVaultPositionFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'vaultAddress_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; defaultValue: null }, { name: 'accountAddress_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; defaultValue: null }]; };
14
+ 'AeraVaultPositionPage': { kind: 'OBJECT'; name: 'AeraVaultPositionPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraVaultPosition'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
15
+ 'Apy': { kind: 'OBJECT'; name: 'Apy'; fields: { 'base': { name: 'base'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'fee': { name: 'fee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'rewards': { name: 'rewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Reward'; ofType: null; }; }; }; } }; 'side': { name: 'side'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'ApySide'; ofType: null; }; } }; 'total': { name: 'total'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
16
+ 'ApySide': { name: 'ApySide'; enumValues: 'Supply' | 'Borrow'; };
17
+ 'ApyTimeframe': { name: 'ApyTimeframe'; enumValues: 'six_hours' | 'one_day' | 'seven_days' | 'thirty_days'; };
18
+ 'BigInt': unknown;
19
+ 'Boolean': unknown;
20
+ 'BoxFundingModule': { kind: 'INTERFACE'; name: 'BoxFundingModule'; fields: { 'collateralHoldings': { name: 'collateralHoldings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; }; }; } }; 'debtHoldings': { name: 'debtHoldings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; }; }; } }; 'fundingModuleAddress': { name: 'fundingModuleAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'nav': { name: 'nav'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; }; possibleTypes: 'BoxMorphoFundingModule' | 'BoxUnknownFundingModule'; };
21
+ 'BoxMorphoFundingModule': { kind: 'OBJECT'; name: 'BoxMorphoFundingModule'; fields: { 'collateralHoldings': { name: 'collateralHoldings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; }; }; } }; 'debtHoldings': { name: 'debtHoldings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; }; }; } }; 'fundingModuleAddress': { name: 'fundingModuleAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'nav': { name: 'nav'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'positions': { name: 'positions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketPosition'; ofType: null; }; }; }; } }; }; };
22
+ 'BoxUnknownFundingModule': { kind: 'OBJECT'; name: 'BoxUnknownFundingModule'; fields: { 'collateralHoldings': { name: 'collateralHoldings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; }; }; } }; 'debtHoldings': { name: 'debtHoldings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; }; }; } }; 'fundingModuleAddress': { name: 'fundingModuleAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'nav': { name: 'nav'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; }; };
23
+ 'BoxVault': { kind: 'OBJECT'; name: 'BoxVault'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'allocations': { name: 'allocations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; }; }; } }; 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'category': { name: 'category'; type: { kind: 'ENUM'; name: 'TokenCategory'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'fundingModules': { name: 'fundingModules'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'BoxFundingModule'; ofType: null; }; }; }; } }; 'historical': { name: 'historical'; type: { kind: 'INTERFACE'; name: 'Erc4626VaultHistorical'; ofType: null; } }; 'icon': { name: 'icon'; type: { kind: 'SCALAR'; name: 'URL'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'priceUsd': { name: 'priceUsd'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'totalAssets': { name: 'totalAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'yield': { name: 'yield'; type: { kind: 'OBJECT'; name: 'YieldInfo'; ofType: null; } }; }; };
24
+ 'BoxVaultAdapter': { kind: 'OBJECT'; name: 'BoxVaultAdapter'; fields: { 'adapterAddress': { name: 'adapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'adapterCap': { name: 'adapterCap'; type: { kind: 'OBJECT'; name: 'AdapterCap'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'OBJECT'; name: 'BoxVault'; ofType: null; } }; }; };
25
+ 'Cap': { kind: 'INTERFACE'; name: 'Cap'; fields: { 'absoluteCap': { name: 'absoluteCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'allocation': { name: 'allocation'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'capId': { name: 'capId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'relativeCap': { name: 'relativeCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; }; possibleTypes: 'AdapterCap' | 'CollateralExposureCap' | 'MarketV1ExposureCap' | 'UnknownCap'; };
26
+ 'Chain': { kind: 'OBJECT'; name: 'Chain'; fields: { 'icon': { name: 'icon'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'URL'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'nativeToken': { name: 'nativeToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'wrappedNativeToken': { name: 'wrappedNativeToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; }; };
27
+ 'ChainFilter': { kind: 'INPUT_OBJECT'; name: 'ChainFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }]; };
28
+ 'ChainId': unknown;
29
+ 'CollateralExposureCap': { kind: 'OBJECT'; name: 'CollateralExposureCap'; fields: { 'absoluteCap': { name: 'absoluteCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'allocation': { name: 'allocation'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'capId': { name: 'capId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'collateralToken': { name: 'collateralToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'relativeCap': { name: 'relativeCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; }; };
30
+ 'Curator': { kind: 'OBJECT'; name: 'Curator'; fields: { 'image': { name: 'image'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'url': { name: 'url'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
31
+ 'Erc20': { kind: 'INTERFACE'; name: 'Erc20'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'category': { name: 'category'; type: { kind: 'ENUM'; name: 'TokenCategory'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'icon': { name: 'icon'; type: { kind: 'SCALAR'; name: 'URL'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'priceUsd': { name: 'priceUsd'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'yield': { name: 'yield'; type: { kind: 'OBJECT'; name: 'YieldInfo'; ofType: null; } }; }; possibleTypes: 'BoxVault' | 'GenericErc4626Vault' | 'MorphoVault' | 'MorphoVaultV2' | 'Token'; };
32
+ 'Erc4626Vault': { kind: 'INTERFACE'; name: 'Erc4626Vault'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'category': { name: 'category'; type: { kind: 'ENUM'; name: 'TokenCategory'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'historical': { name: 'historical'; type: { kind: 'INTERFACE'; name: 'Erc4626VaultHistorical'; ofType: null; } }; 'icon': { name: 'icon'; type: { kind: 'SCALAR'; name: 'URL'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'priceUsd': { name: 'priceUsd'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'totalAssets': { name: 'totalAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'yield': { name: 'yield'; type: { kind: 'OBJECT'; name: 'YieldInfo'; ofType: null; } }; }; possibleTypes: 'BoxVault' | 'GenericErc4626Vault' | 'MorphoVault' | 'MorphoVaultV2'; };
33
+ 'Erc4626VaultFilter': { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultFilter'; isOneOf: false; inputFields: [{ name: 'keys'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultKey'; ofType: null; }; }; }; defaultValue: null }]; };
34
+ 'Erc4626VaultHistorical': { kind: 'INTERFACE'; name: 'Erc4626VaultHistorical'; fields: { 'returns': { name: 'returns'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TimeSeriesPoint'; ofType: null; }; }; } }; }; possibleTypes: 'GenericErc4626VaultHistorical' | 'MorphoVaultHistorical'; };
35
+ 'Erc4626VaultKey': { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultKey'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }, { name: 'protocol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'Erc4626VaultProtocol'; ofType: null; }; }; defaultValue: null }]; };
36
+ 'Erc4626VaultPage': { kind: 'OBJECT'; name: 'Erc4626VaultPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'INTERFACE'; name: 'Erc4626Vault'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
37
+ 'Erc4626VaultPosition': { kind: 'INTERFACE'; name: 'Erc4626VaultPosition'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'assets': { name: 'assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'shares': { name: 'shares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'Erc4626Vault'; ofType: null; }; } }; 'walletAssetHolding': { name: 'walletAssetHolding'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; } }; }; possibleTypes: 'GenericErc4626VaultPosition'; };
38
+ 'Erc4626VaultPositionFilter': { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultPositionFilter'; isOneOf: false; inputFields: [{ name: 'keys'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultPositionKey'; ofType: null; }; }; }; defaultValue: null }]; };
39
+ 'Erc4626VaultPositionKey': { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultPositionKey'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }, { name: 'protocol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'Erc4626VaultProtocol'; ofType: null; }; }; defaultValue: null }, { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }]; };
40
+ 'Erc4626VaultPositionPage': { kind: 'OBJECT'; name: 'Erc4626VaultPositionPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'INTERFACE'; name: 'Erc4626VaultPosition'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
41
+ 'Erc4626VaultProtocol': { name: 'Erc4626VaultProtocol'; enumValues: 'generic' | 'morpho_v1' | 'morpho_v2' | 'box'; };
42
+ 'Float': unknown;
43
+ 'GenericErc4626Vault': { kind: 'OBJECT'; name: 'GenericErc4626Vault'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'category': { name: 'category'; type: { kind: 'ENUM'; name: 'TokenCategory'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'historical': { name: 'historical'; type: { kind: 'INTERFACE'; name: 'Erc4626VaultHistorical'; ofType: null; } }; 'icon': { name: 'icon'; type: { kind: 'SCALAR'; name: 'URL'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'priceUsd': { name: 'priceUsd'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'totalAssets': { name: 'totalAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'yield': { name: 'yield'; type: { kind: 'OBJECT'; name: 'YieldInfo'; ofType: null; } }; }; };
44
+ 'GenericErc4626VaultHistorical': { kind: 'OBJECT'; name: 'GenericErc4626VaultHistorical'; fields: { 'returns': { name: 'returns'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TimeSeriesPoint'; ofType: null; }; }; } }; }; };
45
+ 'GenericErc4626VaultPosition': { kind: 'OBJECT'; name: 'GenericErc4626VaultPosition'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'assets': { name: 'assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'shares': { name: 'shares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'Erc4626Vault'; ofType: null; }; } }; 'walletAssetHolding': { name: 'walletAssetHolding'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; } }; }; };
46
+ 'Hex': unknown;
47
+ 'Identity': { kind: 'OBJECT'; name: 'Identity'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'base': { name: 'base'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'ens': { name: 'ens'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'farcaster': { name: 'farcaster'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'isOfacSanctioned': { name: 'isOfacSanctioned'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'lens': { name: 'lens'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'nns': { name: 'nns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'uni': { name: 'uni'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'world': { name: 'world'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; }; };
48
+ 'IdentityResolver': { name: 'IdentityResolver'; enumValues: 'ens' | 'farcaster' | 'nns' | 'base' | 'uni' | 'lens' | 'world'; };
49
+ 'IdentityResolverOutput': { kind: 'OBJECT'; name: 'IdentityResolverOutput'; fields: { 'avatar': { name: 'avatar'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'bio': { name: 'bio'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'discord': { name: 'discord'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'github': { name: 'github'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'telegram': { name: 'telegram'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'website': { name: 'website'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'x': { name: 'x'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; };
50
+ 'Int': unknown;
51
+ 'MarketV1Adapter': { kind: 'OBJECT'; name: 'MarketV1Adapter'; fields: { 'adapterAddress': { name: 'adapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'adapterCap': { name: 'adapterCap'; type: { kind: 'OBJECT'; name: 'AdapterCap'; ofType: null; } }; 'marketCaps': { name: 'marketCaps'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MarketV1ExposureCap'; ofType: null; }; }; }; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; }; };
52
+ 'MarketV1ExposureCap': { kind: 'OBJECT'; name: 'MarketV1ExposureCap'; fields: { 'absoluteCap': { name: 'absoluteCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'allocation': { name: 'allocation'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'capId': { name: 'capId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarket'; ofType: null; }; } }; 'relativeCap': { name: 'relativeCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; }; };
53
+ 'MerklAccountReward': { kind: 'OBJECT'; name: 'MerklAccountReward'; fields: { 'claimableAmount': { name: 'claimableAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'creditedAmount': { name: 'creditedAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'distributorAddress': { name: 'distributorAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'pendingAmount': { name: 'pendingAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'proofs': { name: 'proofs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; }; }; } }; 'token': { name: 'token'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; }; };
54
+ 'MerklAction': { name: 'MerklAction'; enumValues: 'Lend' | 'Borrow'; };
55
+ 'MerklRewardInput': { kind: 'INPUT_OBJECT'; name: 'MerklRewardInput'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'mainProtocolId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'identifier'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'action'; type: { kind: 'ENUM'; name: 'MerklAction'; ofType: null; }; defaultValue: null }]; };
56
+ 'MorphoIrm': { kind: 'OBJECT'; name: 'MorphoIrm'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'curve': { name: 'curve'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoIrmCurvePoint'; ofType: null; }; }; } }; 'rateAtTarget': { name: 'rateAtTarget'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; 'targetUtilization': { name: 'targetUtilization'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
57
+ 'MorphoIrmCurvePoint': { kind: 'OBJECT'; name: 'MorphoIrmCurvePoint'; fields: { 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'utilization': { name: 'utilization'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
58
+ 'MorphoMarket': { kind: 'OBJECT'; name: 'MorphoMarket'; fields: { 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy1d': { name: 'borrowApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy30d': { name: 'borrowApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy6h': { name: 'borrowApy6h'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy7d': { name: 'borrowApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'collateralAsset': { name: 'collateralAsset'; type: { kind: 'OBJECT'; name: 'Token'; ofType: null; } }; 'collateralPriceInLoanAsset': { name: 'collateralPriceInLoanAsset'; type: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; } }; 'fee': { name: 'fee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'historical': { name: 'historical'; type: { kind: 'OBJECT'; name: 'MorphoMarketHistorical'; ofType: null; } }; 'irm': { name: 'irm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoIrm'; ofType: null; }; } }; 'isIdle': { name: 'isIdle'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'liquidationPenalty': { name: 'liquidationPenalty'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'liquidityInMarket': { name: 'liquidityInMarket'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'lltv': { name: 'lltv'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'loanAsset': { name: 'loanAsset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'marketId': { name: 'marketId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'oracleAddress': { name: 'oracleAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'publicAllocatorSharedLiquidity': { name: 'publicAllocatorSharedLiquidity'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy1d': { name: 'supplyApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy30d': { name: 'supplyApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy6h': { name: 'supplyApy6h'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy7d': { name: 'supplyApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'totalCollateral': { name: 'totalCollateral'; type: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'utilization': { name: 'utilization'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'vaultAllocations': { name: 'vaultAllocations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultMarketAllocation'; ofType: null; }; }; }; } }; }; };
59
+ 'MorphoMarketFilter': { kind: 'INPUT_OBJECT'; name: 'MorphoMarketFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'marketId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; }; }; defaultValue: null }, { name: 'whitelisted'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; };
60
+ 'MorphoMarketHistorical': { kind: 'OBJECT'; name: 'MorphoMarketHistorical'; fields: { 'daily': { name: 'daily'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketHistoricalEntry'; ofType: null; }; }; }; } }; 'hourly': { name: 'hourly'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketHistoricalEntry'; ofType: null; }; }; }; } }; 'weekly': { name: 'weekly'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketHistoricalEntry'; ofType: null; }; }; }; } }; }; };
61
+ 'MorphoMarketHistoricalEntry': { kind: 'OBJECT'; name: 'MorphoMarketHistoricalEntry'; fields: { 'borrowApy1d': { name: 'borrowApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy30d': { name: 'borrowApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy6h': { name: 'borrowApy6h'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy7d': { name: 'borrowApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApyInstantaneous': { name: 'borrowApyInstantaneous'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'bucketTimestamp': { name: 'bucketTimestamp'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'collateralPriceInLoanAsset': { name: 'collateralPriceInLoanAsset'; type: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; } }; 'supplyApy1d': { name: 'supplyApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy30d': { name: 'supplyApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy6h': { name: 'supplyApy6h'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy7d': { name: 'supplyApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApyInstantaneous': { name: 'supplyApyInstantaneous'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'totalCollateral': { name: 'totalCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; }; };
62
+ 'MorphoMarketPage': { kind: 'OBJECT'; name: 'MorphoMarketPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarket'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
63
+ 'MorphoMarketPosition': { kind: 'OBJECT'; name: 'MorphoMarketPosition'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'borrowAmount': { name: 'borrowAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'borrowShares': { name: 'borrowShares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; 'collateralAmount': { name: 'collateralAmount'; type: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; } }; 'healthFactor': { name: 'healthFactor'; type: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; } }; 'ltv': { name: 'ltv'; type: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarket'; ofType: null; }; } }; 'supplyAmount': { name: 'supplyAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'supplyShares': { name: 'supplyShares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; 'walletCollateralAssetHolding': { name: 'walletCollateralAssetHolding'; type: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; } }; 'walletLoanAssetHolding': { name: 'walletLoanAssetHolding'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; } }; }; };
64
+ 'MorphoMarketPositionFilter': { kind: 'INPUT_OBJECT'; name: 'MorphoMarketPositionFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'marketId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; }; }; defaultValue: null }, { name: 'accountAddress_in'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'whitelisted'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; };
65
+ 'MorphoMarketPositionPage': { kind: 'OBJECT'; name: 'MorphoMarketPositionPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketPosition'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
66
+ 'MorphoVault': { kind: 'OBJECT'; name: 'MorphoVault'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'category': { name: 'category'; type: { kind: 'ENUM'; name: 'TokenCategory'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'curatorAddress': { name: 'curatorAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'deploymentTimestamp': { name: 'deploymentTimestamp'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'feeRecipientAddress': { name: 'feeRecipientAddress'; type: { kind: 'SCALAR'; name: 'Address'; ofType: null; } }; 'guardianAddress': { name: 'guardianAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'historical': { name: 'historical'; type: { kind: 'OBJECT'; name: 'MorphoVaultHistorical'; ofType: null; } }; 'icon': { name: 'icon'; type: { kind: 'SCALAR'; name: 'URL'; ofType: null; } }; 'marketAllocations': { name: 'marketAllocations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultMarketAllocation'; ofType: null; }; }; }; } }; 'metadata': { name: 'metadata'; type: { kind: 'OBJECT'; name: 'MorphoVaultMetadata'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'ownerAddress': { name: 'ownerAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'performanceFee': { name: 'performanceFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'priceUsd': { name: 'priceUsd'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy1d': { name: 'supplyApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy30d': { name: 'supplyApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy7d': { name: 'supplyApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'timelockDuration': { name: 'timelockDuration'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; 'totalAssets': { name: 'totalAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'totalLiquidity': { name: 'totalLiquidity'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'yield': { name: 'yield'; type: { kind: 'OBJECT'; name: 'YieldInfo'; ofType: null; } }; }; };
67
+ 'MorphoVaultFilter': { kind: 'INPUT_OBJECT'; name: 'MorphoVaultFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'vaultAddress_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; defaultValue: null }, { name: 'whitelisted'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; };
68
+ 'MorphoVaultHistorical': { kind: 'OBJECT'; name: 'MorphoVaultHistorical'; fields: { 'daily': { name: 'daily'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultHistoricalEntry'; ofType: null; }; }; }; } }; 'hourly': { name: 'hourly'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultHistoricalEntry'; ofType: null; }; }; }; } }; 'returns': { name: 'returns'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TimeSeriesPoint'; ofType: null; }; }; } }; 'weekly': { name: 'weekly'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultHistoricalEntry'; ofType: null; }; }; }; } }; }; };
69
+ 'MorphoVaultHistoricalEntry': { kind: 'OBJECT'; name: 'MorphoVaultHistoricalEntry'; fields: { 'bucketTimestamp': { name: 'bucketTimestamp'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'supplyApy1d': { name: 'supplyApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy30d': { name: 'supplyApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy6h': { name: 'supplyApy6h'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy7d': { name: 'supplyApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; }; };
70
+ 'MorphoVaultMarketAllocation': { kind: 'OBJECT'; name: 'MorphoVaultMarketAllocation'; fields: { 'enabled': { name: 'enabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarket'; ofType: null; }; } }; 'marketSupplyShare': { name: 'marketSupplyShare'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'position': { name: 'position'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketPosition'; ofType: null; }; } }; 'supplyCap': { name: 'supplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVault'; ofType: null; }; } }; 'vaultSupplyShare': { name: 'vaultSupplyShare'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
71
+ 'MorphoVaultMetadata': { kind: 'OBJECT'; name: 'MorphoVaultMetadata'; fields: { 'curator': { name: 'curator'; type: { kind: 'OBJECT'; name: 'Curator'; ofType: null; } }; 'curators': { name: 'curators'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Curator'; ofType: null; }; }; }; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'forumLink': { name: 'forumLink'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'image': { name: 'image'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; };
72
+ 'MorphoVaultPage': { kind: 'OBJECT'; name: 'MorphoVaultPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVault'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
73
+ 'MorphoVaultPosition': { kind: 'OBJECT'; name: 'MorphoVaultPosition'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'supplyAmount': { name: 'supplyAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'supplyShares': { name: 'supplyShares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVault'; ofType: null; }; } }; 'walletUnderlyingAssetHolding': { name: 'walletUnderlyingAssetHolding'; type: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; } }; }; };
74
+ 'MorphoVaultPositionFilter': { kind: 'INPUT_OBJECT'; name: 'MorphoVaultPositionFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'vaultAddress_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; defaultValue: null }, { name: 'accountAddress_in'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'whitelisted'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; };
75
+ 'MorphoVaultPositionPage': { kind: 'OBJECT'; name: 'MorphoVaultPositionPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultPosition'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
76
+ 'MorphoVaultV2': { kind: 'OBJECT'; name: 'MorphoVaultV2'; fields: { 'adapters': { name: 'adapters'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'Adapter'; ofType: null; }; }; }; } }; 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'allocatorAddresses': { name: 'allocatorAddresses'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; } }; 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'caps': { name: 'caps'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'Cap'; ofType: null; }; }; } }; 'category': { name: 'category'; type: { kind: 'ENUM'; name: 'TokenCategory'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'curatorAddress': { name: 'curatorAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'deploymentTimestamp': { name: 'deploymentTimestamp'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'historical': { name: 'historical'; type: { kind: 'OBJECT'; name: 'MorphoVaultHistorical'; ofType: null; } }; 'icon': { name: 'icon'; type: { kind: 'SCALAR'; name: 'URL'; ofType: null; } }; 'idleAssets': { name: 'idleAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'liquidityAdapterAddress': { name: 'liquidityAdapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'liquidityAssets': { name: 'liquidityAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'managementFee': { name: 'managementFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'managementFeeRecipientAddress': { name: 'managementFeeRecipientAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'metadata': { name: 'metadata'; type: { kind: 'OBJECT'; name: 'MorphoVaultMetadata'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'nav': { name: 'nav'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'ownerAddress': { name: 'ownerAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'performanceFee': { name: 'performanceFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'performanceFeeRecipientAddress': { name: 'performanceFeeRecipientAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'priceUsd': { name: 'priceUsd'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'receiveAssetsGateAddress': { name: 'receiveAssetsGateAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'receiveSharesGateAddress': { name: 'receiveSharesGateAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'sendAssetsGateAddress': { name: 'sendAssetsGateAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'sendSharesGateAddress': { name: 'sendSharesGateAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'sentinelAddresses': { name: 'sentinelAddresses'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'totalAssets': { name: 'totalAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'yield': { name: 'yield'; type: { kind: 'OBJECT'; name: 'YieldInfo'; ofType: null; } }; }; };
77
+ 'OnchainAmount': { kind: 'OBJECT'; name: 'OnchainAmount'; fields: { 'formatted': { name: 'formatted'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'raw': { name: 'raw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; }; };
78
+ 'PageInfo': { kind: 'OBJECT'; name: 'PageInfo'; fields: { 'endCursor': { name: 'endCursor'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'hasNextPage': { name: 'hasNextPage'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hasPreviousPage': { name: 'hasPreviousPage'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'startCursor': { name: 'startCursor'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; };
79
+ 'Protocol': { kind: 'OBJECT'; name: 'Protocol'; fields: { 'icon': { name: 'icon'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
80
+ 'Query': { kind: 'OBJECT'; name: 'Query'; fields: { 'aeraVaultPositions': { name: 'aeraVaultPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraVaultPositionPage'; ofType: null; }; } }; 'aeraVaults': { name: 'aeraVaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraVaultPage'; ofType: null; }; } }; 'chains': { name: 'chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; }; }; } }; 'erc4626VaultPositions': { name: 'erc4626VaultPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc4626VaultPositionPage'; ofType: null; }; } }; 'erc4626Vaults': { name: 'erc4626Vaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc4626VaultPage'; ofType: null; }; } }; 'identities': { name: 'identities'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Identity'; ofType: null; }; }; }; } }; 'identity': { name: 'identity'; type: { kind: 'OBJECT'; name: 'Identity'; ofType: null; } }; 'merklAccountRewards': { name: 'merklAccountRewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MerklAccountReward'; ofType: null; }; }; }; } }; 'morphoMarketPositions': { name: 'morphoMarketPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketPositionPage'; ofType: null; }; } }; 'morphoMarkets': { name: 'morphoMarkets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketPage'; ofType: null; }; } }; 'morphoVaultPositions': { name: 'morphoVaultPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultPositionPage'; ofType: null; }; } }; 'morphoVaults': { name: 'morphoVaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultPage'; ofType: null; }; } }; 'steakhouseTvl': { name: 'steakhouseTvl'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvl'; ofType: null; }; } }; 'tokenHoldings': { name: 'tokenHoldings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; }; } }; 'tokens': { name: 'tokens'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; }; } }; 'vaults': { name: 'vaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'Vault'; ofType: null; }; }; } }; }; };
81
+ 'Reward': { kind: 'OBJECT'; name: 'Reward'; fields: { 'apr': { name: 'apr'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; }; };
82
+ 'RiskAssessment': { kind: 'OBJECT'; name: 'RiskAssessment'; fields: { 'steakhouse': { name: 'steakhouse'; type: { kind: 'OBJECT'; name: 'SteakhouseRiskAssessment'; ofType: null; } }; }; };
83
+ 'SteakhouseRiskAssessment': { kind: 'OBJECT'; name: 'SteakhouseRiskAssessment'; fields: { 'rating': { name: 'rating'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'score': { name: 'score'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
84
+ 'SteakhouseTvl': { kind: 'OBJECT'; name: 'SteakhouseTvl'; fields: { 'byAssetCategory': { name: 'byAssetCategory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvlByAssetCategory'; ofType: null; }; }; }; } }; 'byChain': { name: 'byChain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvlByChain'; ofType: null; }; }; }; } }; 'byProtocol': { name: 'byProtocol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvlByProtocol'; ofType: null; }; }; }; } }; 'computedAt': { name: 'computedAt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'totalUsd': { name: 'totalUsd'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
85
+ 'SteakhouseTvlByAssetCategory': { kind: 'OBJECT'; name: 'SteakhouseTvlByAssetCategory'; fields: { 'category': { name: 'category'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'TokenCategory'; ofType: null; }; } }; 'tvlUsd': { name: 'tvlUsd'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
86
+ 'SteakhouseTvlByChain': { kind: 'OBJECT'; name: 'SteakhouseTvlByChain'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'tvlUsd': { name: 'tvlUsd'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
87
+ 'SteakhouseTvlByProtocol': { kind: 'OBJECT'; name: 'SteakhouseTvlByProtocol'; fields: { 'protocol': { name: 'protocol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'Erc4626VaultProtocol'; ofType: null; }; } }; 'tvlUsd': { name: 'tvlUsd'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
88
+ 'String': unknown;
89
+ 'TimeSeriesPoint': { kind: 'OBJECT'; name: 'TimeSeriesPoint'; fields: { 'timestamp': { name: 'timestamp'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'value': { name: 'value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
90
+ 'Token': { kind: 'OBJECT'; name: 'Token'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'category': { name: 'category'; type: { kind: 'ENUM'; name: 'TokenCategory'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'icon': { name: 'icon'; type: { kind: 'SCALAR'; name: 'URL'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'priceUsd': { name: 'priceUsd'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'yield': { name: 'yield'; type: { kind: 'OBJECT'; name: 'YieldInfo'; ofType: null; } }; }; };
91
+ 'TokenAmount': { kind: 'OBJECT'; name: 'TokenAmount'; fields: { 'formatted': { name: 'formatted'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'raw': { name: 'raw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; 'usd': { name: 'usd'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; };
92
+ 'TokenCategory': { name: 'TokenCategory'; enumValues: 'Stable' | 'Eth' | 'Btc'; };
93
+ 'TokenHolding': { kind: 'OBJECT'; name: 'TokenHolding'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'balance': { name: 'balance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'token': { name: 'token'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'Erc20'; ofType: null; }; } }; }; };
94
+ 'TokenHoldingInput': { kind: 'INPUT_OBJECT'; name: 'TokenHoldingInput'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'tokenAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }, { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }]; };
95
+ 'TokenInput': { kind: 'INPUT_OBJECT'; name: 'TokenInput'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'tokenAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }]; };
96
+ 'URL': unknown;
97
+ 'UnknownAdapter': { kind: 'OBJECT'; name: 'UnknownAdapter'; fields: { 'adapterAddress': { name: 'adapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'adapterCap': { name: 'adapterCap'; type: { kind: 'OBJECT'; name: 'AdapterCap'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; }; };
98
+ 'UnknownCap': { kind: 'OBJECT'; name: 'UnknownCap'; fields: { 'absoluteCap': { name: 'absoluteCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'allocation': { name: 'allocation'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'capId': { name: 'capId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'relativeCap': { name: 'relativeCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; }; };
99
+ 'Vault': { kind: 'OBJECT'; name: 'Vault'; fields: { 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'protocol': { name: 'protocol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Protocol'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'type': { name: 'type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'VaultType'; ofType: null; }; } }; 'url': { name: 'url'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; }; };
100
+ 'VaultInput': { kind: 'INPUT_OBJECT'; name: 'VaultInput'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'protocol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'VaultProtocol'; ofType: null; }; }; defaultValue: null }, { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }]; };
101
+ 'VaultProtocol': { name: 'VaultProtocol'; enumValues: 'euler_v2' | 'euler_earn' | 'morpho' | 'enzyme' | 'mellow' | 'midas' | 'turtle_club' | 'silo' | 'reserve' | 'napier' | 'gearbox' | 'pendle' | 'lista'; };
102
+ 'VaultType': { name: 'VaultType'; enumValues: 'lending' | 'staking' | 'index'; };
103
+ 'VaultV1Adapter': { kind: 'OBJECT'; name: 'VaultV1Adapter'; fields: { 'adapterAddress': { name: 'adapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'adapterCap': { name: 'adapterCap'; type: { kind: 'OBJECT'; name: 'AdapterCap'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'OBJECT'; name: 'MorphoVault'; ofType: null; } }; }; };
104
+ 'YieldInfo': { kind: 'OBJECT'; name: 'YieldInfo'; fields: { 'intrinsicApy': { name: 'intrinsicApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'maturity': { name: 'maturity'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; };
105
+ };
4157
106
 
4158
107
  /** An IntrospectionQuery representation of your schema.
4159
108
  *
@@ -4164,14 +113,15 @@ type introspection_types = {
4164
113
  * instead save to a .ts instead of a .d.ts file.
4165
114
  */
4166
115
  type introspection = {
4167
- name: never
4168
- query: "Query"
4169
- mutation: never
4170
- subscription: never
4171
- types: introspection_types
4172
- }
116
+ name: never;
117
+ query: 'Query';
118
+ mutation: never;
119
+ subscription: never;
120
+ types: introspection_types;
121
+ };
122
+
4173
123
 
4174
- declare module "gql.tada" {
124
+ declare module 'gql.tada' {
4175
125
  interface setupSchema {
4176
126
  introspection: introspection
4177
127
  }