@whisk/graphql 0.0.9 → 0.0.11

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.
@@ -521,6 +521,19 @@ var __schema = {
521
521
  }
522
522
  ]
523
523
  },
524
+ {
525
+ name: "steakhouseTvl",
526
+ type: {
527
+ kind: "NON_NULL",
528
+ ofType: {
529
+ kind: "OBJECT",
530
+ name: "SteakhouseTvl",
531
+ ofType: null
532
+ }
533
+ },
534
+ args: [
535
+ ]
536
+ },
524
537
  {
525
538
  name: "tokens",
526
539
  type: {
@@ -1428,6 +1441,25 @@ var __schema = {
1428
1441
  },
1429
1442
  args: [
1430
1443
  ]
1444
+ },
1445
+ {
1446
+ name: "fundingModules",
1447
+ type: {
1448
+ kind: "NON_NULL",
1449
+ ofType: {
1450
+ kind: "LIST",
1451
+ ofType: {
1452
+ kind: "NON_NULL",
1453
+ ofType: {
1454
+ kind: "INTERFACE",
1455
+ name: "BoxFundingModule",
1456
+ ofType: null
1457
+ }
1458
+ }
1459
+ }
1460
+ },
1461
+ args: [
1462
+ ]
1431
1463
  }
1432
1464
  ],
1433
1465
  interfaces: [
@@ -1437,6 +1469,259 @@ var __schema = {
1437
1469
  }
1438
1470
  ]
1439
1471
  },
1472
+ {
1473
+ kind: "INTERFACE",
1474
+ name: "BoxFundingModule",
1475
+ fields: [
1476
+ {
1477
+ name: "fundingModuleAddress",
1478
+ type: {
1479
+ kind: "NON_NULL",
1480
+ ofType: {
1481
+ kind: "SCALAR",
1482
+ name: "Address",
1483
+ ofType: null
1484
+ }
1485
+ },
1486
+ args: [
1487
+ ]
1488
+ },
1489
+ {
1490
+ name: "collateralHoldings",
1491
+ type: {
1492
+ kind: "NON_NULL",
1493
+ ofType: {
1494
+ kind: "LIST",
1495
+ ofType: {
1496
+ kind: "NON_NULL",
1497
+ ofType: {
1498
+ kind: "OBJECT",
1499
+ name: "TokenHolding",
1500
+ ofType: null
1501
+ }
1502
+ }
1503
+ }
1504
+ },
1505
+ args: [
1506
+ ]
1507
+ },
1508
+ {
1509
+ name: "debtHoldings",
1510
+ type: {
1511
+ kind: "NON_NULL",
1512
+ ofType: {
1513
+ kind: "LIST",
1514
+ ofType: {
1515
+ kind: "NON_NULL",
1516
+ ofType: {
1517
+ kind: "OBJECT",
1518
+ name: "TokenHolding",
1519
+ ofType: null
1520
+ }
1521
+ }
1522
+ }
1523
+ },
1524
+ args: [
1525
+ ]
1526
+ },
1527
+ {
1528
+ name: "nav",
1529
+ type: {
1530
+ kind: "NON_NULL",
1531
+ ofType: {
1532
+ kind: "OBJECT",
1533
+ name: "TokenAmount",
1534
+ ofType: null
1535
+ }
1536
+ },
1537
+ args: [
1538
+ ]
1539
+ }
1540
+ ],
1541
+ interfaces: [
1542
+ ],
1543
+ possibleTypes: [
1544
+ {
1545
+ kind: "OBJECT",
1546
+ name: "BoxMorphoFundingModule"
1547
+ },
1548
+ {
1549
+ kind: "OBJECT",
1550
+ name: "BoxUnknownFundingModule"
1551
+ }
1552
+ ]
1553
+ },
1554
+ {
1555
+ kind: "OBJECT",
1556
+ name: "BoxMorphoFundingModule",
1557
+ fields: [
1558
+ {
1559
+ name: "fundingModuleAddress",
1560
+ type: {
1561
+ kind: "NON_NULL",
1562
+ ofType: {
1563
+ kind: "SCALAR",
1564
+ name: "Address",
1565
+ ofType: null
1566
+ }
1567
+ },
1568
+ args: [
1569
+ ]
1570
+ },
1571
+ {
1572
+ name: "collateralHoldings",
1573
+ type: {
1574
+ kind: "NON_NULL",
1575
+ ofType: {
1576
+ kind: "LIST",
1577
+ ofType: {
1578
+ kind: "NON_NULL",
1579
+ ofType: {
1580
+ kind: "OBJECT",
1581
+ name: "TokenHolding",
1582
+ ofType: null
1583
+ }
1584
+ }
1585
+ }
1586
+ },
1587
+ args: [
1588
+ ]
1589
+ },
1590
+ {
1591
+ name: "debtHoldings",
1592
+ type: {
1593
+ kind: "NON_NULL",
1594
+ ofType: {
1595
+ kind: "LIST",
1596
+ ofType: {
1597
+ kind: "NON_NULL",
1598
+ ofType: {
1599
+ kind: "OBJECT",
1600
+ name: "TokenHolding",
1601
+ ofType: null
1602
+ }
1603
+ }
1604
+ }
1605
+ },
1606
+ args: [
1607
+ ]
1608
+ },
1609
+ {
1610
+ name: "nav",
1611
+ type: {
1612
+ kind: "NON_NULL",
1613
+ ofType: {
1614
+ kind: "OBJECT",
1615
+ name: "TokenAmount",
1616
+ ofType: null
1617
+ }
1618
+ },
1619
+ args: [
1620
+ ]
1621
+ },
1622
+ {
1623
+ name: "positions",
1624
+ type: {
1625
+ kind: "NON_NULL",
1626
+ ofType: {
1627
+ kind: "LIST",
1628
+ ofType: {
1629
+ kind: "NON_NULL",
1630
+ ofType: {
1631
+ kind: "OBJECT",
1632
+ name: "MorphoMarketPosition",
1633
+ ofType: null
1634
+ }
1635
+ }
1636
+ }
1637
+ },
1638
+ args: [
1639
+ ]
1640
+ }
1641
+ ],
1642
+ interfaces: [
1643
+ {
1644
+ kind: "INTERFACE",
1645
+ name: "BoxFundingModule"
1646
+ }
1647
+ ]
1648
+ },
1649
+ {
1650
+ kind: "OBJECT",
1651
+ name: "BoxUnknownFundingModule",
1652
+ fields: [
1653
+ {
1654
+ name: "fundingModuleAddress",
1655
+ type: {
1656
+ kind: "NON_NULL",
1657
+ ofType: {
1658
+ kind: "SCALAR",
1659
+ name: "Address",
1660
+ ofType: null
1661
+ }
1662
+ },
1663
+ args: [
1664
+ ]
1665
+ },
1666
+ {
1667
+ name: "collateralHoldings",
1668
+ type: {
1669
+ kind: "NON_NULL",
1670
+ ofType: {
1671
+ kind: "LIST",
1672
+ ofType: {
1673
+ kind: "NON_NULL",
1674
+ ofType: {
1675
+ kind: "OBJECT",
1676
+ name: "TokenHolding",
1677
+ ofType: null
1678
+ }
1679
+ }
1680
+ }
1681
+ },
1682
+ args: [
1683
+ ]
1684
+ },
1685
+ {
1686
+ name: "debtHoldings",
1687
+ type: {
1688
+ kind: "NON_NULL",
1689
+ ofType: {
1690
+ kind: "LIST",
1691
+ ofType: {
1692
+ kind: "NON_NULL",
1693
+ ofType: {
1694
+ kind: "OBJECT",
1695
+ name: "TokenHolding",
1696
+ ofType: null
1697
+ }
1698
+ }
1699
+ }
1700
+ },
1701
+ args: [
1702
+ ]
1703
+ },
1704
+ {
1705
+ name: "nav",
1706
+ type: {
1707
+ kind: "NON_NULL",
1708
+ ofType: {
1709
+ kind: "OBJECT",
1710
+ name: "TokenAmount",
1711
+ ofType: null
1712
+ }
1713
+ },
1714
+ args: [
1715
+ ]
1716
+ }
1717
+ ],
1718
+ interfaces: [
1719
+ {
1720
+ kind: "INTERFACE",
1721
+ name: "BoxFundingModule"
1722
+ }
1723
+ ]
1724
+ },
1440
1725
  {
1441
1726
  kind: "OBJECT",
1442
1727
  name: "Chain",
@@ -5430,6 +5715,197 @@ var __schema = {
5430
5715
  interfaces: [
5431
5716
  ]
5432
5717
  },
5718
+ {
5719
+ kind: "OBJECT",
5720
+ name: "SteakhouseTvl",
5721
+ fields: [
5722
+ {
5723
+ name: "totalUsd",
5724
+ type: {
5725
+ kind: "NON_NULL",
5726
+ ofType: {
5727
+ kind: "SCALAR",
5728
+ name: "Float",
5729
+ ofType: null
5730
+ }
5731
+ },
5732
+ args: [
5733
+ ]
5734
+ },
5735
+ {
5736
+ name: "computedAt",
5737
+ type: {
5738
+ kind: "NON_NULL",
5739
+ ofType: {
5740
+ kind: "SCALAR",
5741
+ name: "Int",
5742
+ ofType: null
5743
+ }
5744
+ },
5745
+ args: [
5746
+ ]
5747
+ },
5748
+ {
5749
+ name: "byChain",
5750
+ type: {
5751
+ kind: "NON_NULL",
5752
+ ofType: {
5753
+ kind: "LIST",
5754
+ ofType: {
5755
+ kind: "NON_NULL",
5756
+ ofType: {
5757
+ kind: "OBJECT",
5758
+ name: "SteakhouseTvlByChain",
5759
+ ofType: null
5760
+ }
5761
+ }
5762
+ }
5763
+ },
5764
+ args: [
5765
+ ]
5766
+ },
5767
+ {
5768
+ name: "byProtocol",
5769
+ type: {
5770
+ kind: "NON_NULL",
5771
+ ofType: {
5772
+ kind: "LIST",
5773
+ ofType: {
5774
+ kind: "NON_NULL",
5775
+ ofType: {
5776
+ kind: "OBJECT",
5777
+ name: "SteakhouseTvlByProtocol",
5778
+ ofType: null
5779
+ }
5780
+ }
5781
+ }
5782
+ },
5783
+ args: [
5784
+ ]
5785
+ },
5786
+ {
5787
+ name: "byAssetCategory",
5788
+ type: {
5789
+ kind: "NON_NULL",
5790
+ ofType: {
5791
+ kind: "LIST",
5792
+ ofType: {
5793
+ kind: "NON_NULL",
5794
+ ofType: {
5795
+ kind: "OBJECT",
5796
+ name: "SteakhouseTvlByAssetCategory",
5797
+ ofType: null
5798
+ }
5799
+ }
5800
+ }
5801
+ },
5802
+ args: [
5803
+ ]
5804
+ }
5805
+ ],
5806
+ interfaces: [
5807
+ ]
5808
+ },
5809
+ {
5810
+ kind: "OBJECT",
5811
+ name: "SteakhouseTvlByChain",
5812
+ fields: [
5813
+ {
5814
+ name: "chain",
5815
+ type: {
5816
+ kind: "NON_NULL",
5817
+ ofType: {
5818
+ kind: "OBJECT",
5819
+ name: "Chain",
5820
+ ofType: null
5821
+ }
5822
+ },
5823
+ args: [
5824
+ ]
5825
+ },
5826
+ {
5827
+ name: "tvlUsd",
5828
+ type: {
5829
+ kind: "NON_NULL",
5830
+ ofType: {
5831
+ kind: "SCALAR",
5832
+ name: "Float",
5833
+ ofType: null
5834
+ }
5835
+ },
5836
+ args: [
5837
+ ]
5838
+ }
5839
+ ],
5840
+ interfaces: [
5841
+ ]
5842
+ },
5843
+ {
5844
+ kind: "OBJECT",
5845
+ name: "SteakhouseTvlByProtocol",
5846
+ fields: [
5847
+ {
5848
+ name: "protocol",
5849
+ type: {
5850
+ kind: "NON_NULL",
5851
+ ofType: {
5852
+ kind: "SCALAR",
5853
+ name: "Any"
5854
+ }
5855
+ },
5856
+ args: [
5857
+ ]
5858
+ },
5859
+ {
5860
+ name: "tvlUsd",
5861
+ type: {
5862
+ kind: "NON_NULL",
5863
+ ofType: {
5864
+ kind: "SCALAR",
5865
+ name: "Float",
5866
+ ofType: null
5867
+ }
5868
+ },
5869
+ args: [
5870
+ ]
5871
+ }
5872
+ ],
5873
+ interfaces: [
5874
+ ]
5875
+ },
5876
+ {
5877
+ kind: "OBJECT",
5878
+ name: "SteakhouseTvlByAssetCategory",
5879
+ fields: [
5880
+ {
5881
+ name: "category",
5882
+ type: {
5883
+ kind: "NON_NULL",
5884
+ ofType: {
5885
+ kind: "SCALAR",
5886
+ name: "Any"
5887
+ }
5888
+ },
5889
+ args: [
5890
+ ]
5891
+ },
5892
+ {
5893
+ name: "tvlUsd",
5894
+ type: {
5895
+ kind: "NON_NULL",
5896
+ ofType: {
5897
+ kind: "SCALAR",
5898
+ name: "Float",
5899
+ ofType: null
5900
+ }
5901
+ },
5902
+ args: [
5903
+ ]
5904
+ }
5905
+ ],
5906
+ interfaces: [
5907
+ ]
5908
+ },
5433
5909
  {
5434
5910
  kind: "OBJECT",
5435
5911
  name: "TokenHistoricalEntry",