@whisk/graphql 0.0.15 → 0.0.16

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.
@@ -4126,6 +4126,25 @@ var __schema = {
4126
4126
  args: [
4127
4127
  ]
4128
4128
  },
4129
+ {
4130
+ name: "allocations",
4131
+ type: {
4132
+ kind: "NON_NULL",
4133
+ ofType: {
4134
+ kind: "LIST",
4135
+ ofType: {
4136
+ kind: "NON_NULL",
4137
+ ofType: {
4138
+ kind: "INTERFACE",
4139
+ name: "Adapter",
4140
+ ofType: null
4141
+ }
4142
+ }
4143
+ }
4144
+ },
4145
+ args: [
4146
+ ]
4147
+ },
4129
4148
  {
4130
4149
  name: "adapters",
4131
4150
  type: {
@@ -4337,6 +4356,10 @@ var __schema = {
4337
4356
  kind: "OBJECT",
4338
4357
  name: "BoxVaultAdapter"
4339
4358
  },
4359
+ {
4360
+ kind: "OBJECT",
4361
+ name: "Erc4626VaultAdapter"
4362
+ },
4340
4363
  {
4341
4364
  kind: "OBJECT",
4342
4365
  name: "UnknownAdapter"
@@ -4556,6 +4579,74 @@ var __schema = {
4556
4579
  }
4557
4580
  ]
4558
4581
  },
4582
+ {
4583
+ kind: "OBJECT",
4584
+ name: "Erc4626VaultAdapter",
4585
+ fields: [
4586
+ {
4587
+ name: "adapterAddress",
4588
+ type: {
4589
+ kind: "NON_NULL",
4590
+ ofType: {
4591
+ kind: "SCALAR",
4592
+ name: "Address",
4593
+ ofType: null
4594
+ }
4595
+ },
4596
+ args: [
4597
+ ]
4598
+ },
4599
+ {
4600
+ name: "adapterCap",
4601
+ type: {
4602
+ kind: "OBJECT",
4603
+ name: "AdapterCap",
4604
+ ofType: null
4605
+ },
4606
+ args: [
4607
+ ]
4608
+ },
4609
+ {
4610
+ name: "name",
4611
+ type: {
4612
+ kind: "SCALAR",
4613
+ name: "String",
4614
+ ofType: null
4615
+ },
4616
+ args: [
4617
+ ]
4618
+ },
4619
+ {
4620
+ name: "riskAssessment",
4621
+ type: {
4622
+ kind: "NON_NULL",
4623
+ ofType: {
4624
+ kind: "OBJECT",
4625
+ name: "RiskAssessment",
4626
+ ofType: null
4627
+ }
4628
+ },
4629
+ args: [
4630
+ ]
4631
+ },
4632
+ {
4633
+ name: "vault",
4634
+ type: {
4635
+ kind: "INTERFACE",
4636
+ name: "Erc4626Vault",
4637
+ ofType: null
4638
+ },
4639
+ args: [
4640
+ ]
4641
+ }
4642
+ ],
4643
+ interfaces: [
4644
+ {
4645
+ kind: "INTERFACE",
4646
+ name: "Adapter"
4647
+ }
4648
+ ]
4649
+ },
4559
4650
  {
4560
4651
  kind: "OBJECT",
4561
4652
  name: "UnknownAdapter",