@whisk/graphql 0.0.13 → 0.0.15

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