@whisk/graphql 0.0.7 → 0.0.10

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.
@@ -1428,6 +1428,25 @@ var __schema = {
1428
1428
  },
1429
1429
  args: [
1430
1430
  ]
1431
+ },
1432
+ {
1433
+ name: "fundingModules",
1434
+ type: {
1435
+ kind: "NON_NULL",
1436
+ ofType: {
1437
+ kind: "LIST",
1438
+ ofType: {
1439
+ kind: "NON_NULL",
1440
+ ofType: {
1441
+ kind: "INTERFACE",
1442
+ name: "BoxFundingModule",
1443
+ ofType: null
1444
+ }
1445
+ }
1446
+ }
1447
+ },
1448
+ args: [
1449
+ ]
1431
1450
  }
1432
1451
  ],
1433
1452
  interfaces: [
@@ -1437,6 +1456,259 @@ var __schema = {
1437
1456
  }
1438
1457
  ]
1439
1458
  },
1459
+ {
1460
+ kind: "INTERFACE",
1461
+ name: "BoxFundingModule",
1462
+ fields: [
1463
+ {
1464
+ name: "fundingModuleAddress",
1465
+ type: {
1466
+ kind: "NON_NULL",
1467
+ ofType: {
1468
+ kind: "SCALAR",
1469
+ name: "Address",
1470
+ ofType: null
1471
+ }
1472
+ },
1473
+ args: [
1474
+ ]
1475
+ },
1476
+ {
1477
+ name: "collateralHoldings",
1478
+ type: {
1479
+ kind: "NON_NULL",
1480
+ ofType: {
1481
+ kind: "LIST",
1482
+ ofType: {
1483
+ kind: "NON_NULL",
1484
+ ofType: {
1485
+ kind: "OBJECT",
1486
+ name: "TokenHolding",
1487
+ ofType: null
1488
+ }
1489
+ }
1490
+ }
1491
+ },
1492
+ args: [
1493
+ ]
1494
+ },
1495
+ {
1496
+ name: "debtHoldings",
1497
+ type: {
1498
+ kind: "NON_NULL",
1499
+ ofType: {
1500
+ kind: "LIST",
1501
+ ofType: {
1502
+ kind: "NON_NULL",
1503
+ ofType: {
1504
+ kind: "OBJECT",
1505
+ name: "TokenHolding",
1506
+ ofType: null
1507
+ }
1508
+ }
1509
+ }
1510
+ },
1511
+ args: [
1512
+ ]
1513
+ },
1514
+ {
1515
+ name: "nav",
1516
+ type: {
1517
+ kind: "NON_NULL",
1518
+ ofType: {
1519
+ kind: "OBJECT",
1520
+ name: "TokenAmount",
1521
+ ofType: null
1522
+ }
1523
+ },
1524
+ args: [
1525
+ ]
1526
+ }
1527
+ ],
1528
+ interfaces: [
1529
+ ],
1530
+ possibleTypes: [
1531
+ {
1532
+ kind: "OBJECT",
1533
+ name: "BoxMorphoFundingModule"
1534
+ },
1535
+ {
1536
+ kind: "OBJECT",
1537
+ name: "BoxUnknownFundingModule"
1538
+ }
1539
+ ]
1540
+ },
1541
+ {
1542
+ kind: "OBJECT",
1543
+ name: "BoxMorphoFundingModule",
1544
+ fields: [
1545
+ {
1546
+ name: "fundingModuleAddress",
1547
+ type: {
1548
+ kind: "NON_NULL",
1549
+ ofType: {
1550
+ kind: "SCALAR",
1551
+ name: "Address",
1552
+ ofType: null
1553
+ }
1554
+ },
1555
+ args: [
1556
+ ]
1557
+ },
1558
+ {
1559
+ name: "collateralHoldings",
1560
+ type: {
1561
+ kind: "NON_NULL",
1562
+ ofType: {
1563
+ kind: "LIST",
1564
+ ofType: {
1565
+ kind: "NON_NULL",
1566
+ ofType: {
1567
+ kind: "OBJECT",
1568
+ name: "TokenHolding",
1569
+ ofType: null
1570
+ }
1571
+ }
1572
+ }
1573
+ },
1574
+ args: [
1575
+ ]
1576
+ },
1577
+ {
1578
+ name: "debtHoldings",
1579
+ type: {
1580
+ kind: "NON_NULL",
1581
+ ofType: {
1582
+ kind: "LIST",
1583
+ ofType: {
1584
+ kind: "NON_NULL",
1585
+ ofType: {
1586
+ kind: "OBJECT",
1587
+ name: "TokenHolding",
1588
+ ofType: null
1589
+ }
1590
+ }
1591
+ }
1592
+ },
1593
+ args: [
1594
+ ]
1595
+ },
1596
+ {
1597
+ name: "nav",
1598
+ type: {
1599
+ kind: "NON_NULL",
1600
+ ofType: {
1601
+ kind: "OBJECT",
1602
+ name: "TokenAmount",
1603
+ ofType: null
1604
+ }
1605
+ },
1606
+ args: [
1607
+ ]
1608
+ },
1609
+ {
1610
+ name: "positions",
1611
+ type: {
1612
+ kind: "NON_NULL",
1613
+ ofType: {
1614
+ kind: "LIST",
1615
+ ofType: {
1616
+ kind: "NON_NULL",
1617
+ ofType: {
1618
+ kind: "OBJECT",
1619
+ name: "MorphoMarketPosition",
1620
+ ofType: null
1621
+ }
1622
+ }
1623
+ }
1624
+ },
1625
+ args: [
1626
+ ]
1627
+ }
1628
+ ],
1629
+ interfaces: [
1630
+ {
1631
+ kind: "INTERFACE",
1632
+ name: "BoxFundingModule"
1633
+ }
1634
+ ]
1635
+ },
1636
+ {
1637
+ kind: "OBJECT",
1638
+ name: "BoxUnknownFundingModule",
1639
+ fields: [
1640
+ {
1641
+ name: "fundingModuleAddress",
1642
+ type: {
1643
+ kind: "NON_NULL",
1644
+ ofType: {
1645
+ kind: "SCALAR",
1646
+ name: "Address",
1647
+ ofType: null
1648
+ }
1649
+ },
1650
+ args: [
1651
+ ]
1652
+ },
1653
+ {
1654
+ name: "collateralHoldings",
1655
+ type: {
1656
+ kind: "NON_NULL",
1657
+ ofType: {
1658
+ kind: "LIST",
1659
+ ofType: {
1660
+ kind: "NON_NULL",
1661
+ ofType: {
1662
+ kind: "OBJECT",
1663
+ name: "TokenHolding",
1664
+ ofType: null
1665
+ }
1666
+ }
1667
+ }
1668
+ },
1669
+ args: [
1670
+ ]
1671
+ },
1672
+ {
1673
+ name: "debtHoldings",
1674
+ type: {
1675
+ kind: "NON_NULL",
1676
+ ofType: {
1677
+ kind: "LIST",
1678
+ ofType: {
1679
+ kind: "NON_NULL",
1680
+ ofType: {
1681
+ kind: "OBJECT",
1682
+ name: "TokenHolding",
1683
+ ofType: null
1684
+ }
1685
+ }
1686
+ }
1687
+ },
1688
+ args: [
1689
+ ]
1690
+ },
1691
+ {
1692
+ name: "nav",
1693
+ type: {
1694
+ kind: "NON_NULL",
1695
+ ofType: {
1696
+ kind: "OBJECT",
1697
+ name: "TokenAmount",
1698
+ ofType: null
1699
+ }
1700
+ },
1701
+ args: [
1702
+ ]
1703
+ }
1704
+ ],
1705
+ interfaces: [
1706
+ {
1707
+ kind: "INTERFACE",
1708
+ name: "BoxFundingModule"
1709
+ }
1710
+ ]
1711
+ },
1440
1712
  {
1441
1713
  kind: "OBJECT",
1442
1714
  name: "Chain",