@whisk/graphql 0.0.13 → 0.0.14

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.
@@ -6536,10 +6536,133 @@ var __schema = {
6536
6536
  interfaces: [
6537
6537
  ]
6538
6538
  },
6539
+ {
6540
+ kind: "OBJECT",
6541
+ name: "SteakhouseTvlSnapshot",
6542
+ fields: [
6543
+ {
6544
+ name: "timestamp",
6545
+ type: {
6546
+ kind: "NON_NULL",
6547
+ ofType: {
6548
+ kind: "SCALAR",
6549
+ name: "Int",
6550
+ ofType: null
6551
+ }
6552
+ },
6553
+ args: [
6554
+ ]
6555
+ },
6556
+ {
6557
+ name: "totalUsd",
6558
+ type: {
6559
+ kind: "NON_NULL",
6560
+ ofType: {
6561
+ kind: "SCALAR",
6562
+ name: "Float",
6563
+ ofType: null
6564
+ }
6565
+ },
6566
+ args: [
6567
+ ]
6568
+ },
6569
+ {
6570
+ name: "byChain",
6571
+ type: {
6572
+ kind: "NON_NULL",
6573
+ ofType: {
6574
+ kind: "LIST",
6575
+ ofType: {
6576
+ kind: "NON_NULL",
6577
+ ofType: {
6578
+ kind: "OBJECT",
6579
+ name: "SteakhouseTvlByChain",
6580
+ ofType: null
6581
+ }
6582
+ }
6583
+ }
6584
+ },
6585
+ args: [
6586
+ ]
6587
+ },
6588
+ {
6589
+ name: "byProtocol",
6590
+ type: {
6591
+ kind: "NON_NULL",
6592
+ ofType: {
6593
+ kind: "LIST",
6594
+ ofType: {
6595
+ kind: "NON_NULL",
6596
+ ofType: {
6597
+ kind: "OBJECT",
6598
+ name: "SteakhouseTvlByProtocol",
6599
+ ofType: null
6600
+ }
6601
+ }
6602
+ }
6603
+ },
6604
+ args: [
6605
+ ]
6606
+ },
6607
+ {
6608
+ name: "byAssetCategory",
6609
+ type: {
6610
+ kind: "NON_NULL",
6611
+ ofType: {
6612
+ kind: "LIST",
6613
+ ofType: {
6614
+ kind: "NON_NULL",
6615
+ ofType: {
6616
+ kind: "OBJECT",
6617
+ name: "SteakhouseTvlByAssetCategory",
6618
+ ofType: null
6619
+ }
6620
+ }
6621
+ }
6622
+ },
6623
+ args: [
6624
+ ]
6625
+ }
6626
+ ],
6627
+ interfaces: [
6628
+ ]
6629
+ },
6539
6630
  {
6540
6631
  kind: "OBJECT",
6541
6632
  name: "SteakhouseTvl",
6542
6633
  fields: [
6634
+ {
6635
+ name: "current",
6636
+ type: {
6637
+ kind: "NON_NULL",
6638
+ ofType: {
6639
+ kind: "OBJECT",
6640
+ name: "SteakhouseTvlSnapshot",
6641
+ ofType: null
6642
+ }
6643
+ },
6644
+ args: [
6645
+ ]
6646
+ },
6647
+ {
6648
+ name: "historical",
6649
+ type: {
6650
+ kind: "NON_NULL",
6651
+ ofType: {
6652
+ kind: "LIST",
6653
+ ofType: {
6654
+ kind: "NON_NULL",
6655
+ ofType: {
6656
+ kind: "OBJECT",
6657
+ name: "SteakhouseTvlSnapshot",
6658
+ ofType: null
6659
+ }
6660
+ }
6661
+ }
6662
+ },
6663
+ args: [
6664
+ ]
6665
+ },
6543
6666
  {
6544
6667
  name: "totalUsd",
6545
6668
  type: {
@@ -6701,11 +6824,8 @@ var __schema = {
6701
6824
  {
6702
6825
  name: "category",
6703
6826
  type: {
6704
- kind: "NON_NULL",
6705
- ofType: {
6706
- kind: "SCALAR",
6707
- name: "Any"
6708
- }
6827
+ kind: "SCALAR",
6828
+ name: "Any"
6709
6829
  },
6710
6830
  args: [
6711
6831
  ]