@whisk/graphql 0.0.15 → 0.0.17

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.
@@ -585,6 +585,19 @@ var __schema = {
585
585
  }
586
586
  ]
587
587
  },
588
+ {
589
+ name: "steakhouseStats",
590
+ type: {
591
+ kind: "NON_NULL",
592
+ ofType: {
593
+ kind: "OBJECT",
594
+ name: "SteakhouseStats",
595
+ ofType: null
596
+ }
597
+ },
598
+ args: [
599
+ ]
600
+ },
588
601
  {
589
602
  name: "steakhouseTvl",
590
603
  type: {
@@ -4126,6 +4139,25 @@ var __schema = {
4126
4139
  args: [
4127
4140
  ]
4128
4141
  },
4142
+ {
4143
+ name: "allocations",
4144
+ type: {
4145
+ kind: "NON_NULL",
4146
+ ofType: {
4147
+ kind: "LIST",
4148
+ ofType: {
4149
+ kind: "NON_NULL",
4150
+ ofType: {
4151
+ kind: "INTERFACE",
4152
+ name: "Adapter",
4153
+ ofType: null
4154
+ }
4155
+ }
4156
+ }
4157
+ },
4158
+ args: [
4159
+ ]
4160
+ },
4129
4161
  {
4130
4162
  name: "adapters",
4131
4163
  type: {
@@ -4337,6 +4369,10 @@ var __schema = {
4337
4369
  kind: "OBJECT",
4338
4370
  name: "BoxVaultAdapter"
4339
4371
  },
4372
+ {
4373
+ kind: "OBJECT",
4374
+ name: "Erc4626VaultAdapter"
4375
+ },
4340
4376
  {
4341
4377
  kind: "OBJECT",
4342
4378
  name: "UnknownAdapter"
@@ -4556,6 +4592,74 @@ var __schema = {
4556
4592
  }
4557
4593
  ]
4558
4594
  },
4595
+ {
4596
+ kind: "OBJECT",
4597
+ name: "Erc4626VaultAdapter",
4598
+ fields: [
4599
+ {
4600
+ name: "adapterAddress",
4601
+ type: {
4602
+ kind: "NON_NULL",
4603
+ ofType: {
4604
+ kind: "SCALAR",
4605
+ name: "Address",
4606
+ ofType: null
4607
+ }
4608
+ },
4609
+ args: [
4610
+ ]
4611
+ },
4612
+ {
4613
+ name: "adapterCap",
4614
+ type: {
4615
+ kind: "OBJECT",
4616
+ name: "AdapterCap",
4617
+ ofType: null
4618
+ },
4619
+ args: [
4620
+ ]
4621
+ },
4622
+ {
4623
+ name: "name",
4624
+ type: {
4625
+ kind: "SCALAR",
4626
+ name: "String",
4627
+ ofType: null
4628
+ },
4629
+ args: [
4630
+ ]
4631
+ },
4632
+ {
4633
+ name: "riskAssessment",
4634
+ type: {
4635
+ kind: "NON_NULL",
4636
+ ofType: {
4637
+ kind: "OBJECT",
4638
+ name: "RiskAssessment",
4639
+ ofType: null
4640
+ }
4641
+ },
4642
+ args: [
4643
+ ]
4644
+ },
4645
+ {
4646
+ name: "vault",
4647
+ type: {
4648
+ kind: "INTERFACE",
4649
+ name: "Erc4626Vault",
4650
+ ofType: null
4651
+ },
4652
+ args: [
4653
+ ]
4654
+ }
4655
+ ],
4656
+ interfaces: [
4657
+ {
4658
+ kind: "INTERFACE",
4659
+ name: "Adapter"
4660
+ }
4661
+ ]
4662
+ },
4559
4663
  {
4560
4664
  kind: "OBJECT",
4561
4665
  name: "UnknownAdapter",
@@ -6546,6 +6650,37 @@ var __schema = {
6546
6650
  interfaces: [
6547
6651
  ]
6548
6652
  },
6653
+ {
6654
+ kind: "OBJECT",
6655
+ name: "SteakhouseStats",
6656
+ fields: [
6657
+ {
6658
+ name: "tvl",
6659
+ type: {
6660
+ kind: "NON_NULL",
6661
+ ofType: {
6662
+ kind: "OBJECT",
6663
+ name: "SteakhouseTvl",
6664
+ ofType: null
6665
+ }
6666
+ },
6667
+ args: [
6668
+ ]
6669
+ },
6670
+ {
6671
+ name: "uniqueDepositors",
6672
+ type: {
6673
+ kind: "SCALAR",
6674
+ name: "Int",
6675
+ ofType: null
6676
+ },
6677
+ args: [
6678
+ ]
6679
+ }
6680
+ ],
6681
+ interfaces: [
6682
+ ]
6683
+ },
6549
6684
  {
6550
6685
  kind: "OBJECT",
6551
6686
  name: "SteakhouseTvlSnapshot",