From 64987bac7ef9a61207a8b2bd5d30ee7b374dd66d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 7 Mar 2026 08:11:37 +0000 Subject: [PATCH] chore: update GraphQL schema snapshots Schema drift detected from live endpoints. Trigger: schedule Co-authored-by: GitHub Actions --- scripts/graphql-schema-mainnet.json | 2334 +++++- scripts/graphql-schema-testnet.json | 10496 ++++++++++++++++++-------- 2 files changed, 9616 insertions(+), 3214 deletions(-) diff --git a/scripts/graphql-schema-mainnet.json b/scripts/graphql-schema-mainnet.json index e853bfe..c4c4ee9 100644 --- a/scripts/graphql-schema-mainnet.json +++ b/scripts/graphql-schema-mainnet.json @@ -212,6 +212,152 @@ "kind": "SCALAR" } }, + "PnlLeaderboardEntryOutput": { + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "account_image": { + "type": "String", + "kind": "SCALAR" + }, + "account_label": { + "type": "String", + "kind": "SCALAR" + }, + "active_position_count": { + "type": "Int", + "kind": "SCALAR" + }, + "best_trade_pnl_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "best_trade_pnl_raw": { + "type": "String", + "kind": "SCALAR" + }, + "current_equity_value_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "current_equity_value_raw": { + "type": "String", + "kind": "SCALAR" + }, + "first_position_at": { + "type": "String", + "kind": "SCALAR" + }, + "last_activity_at": { + "type": "String", + "kind": "SCALAR" + }, + "losing_positions": { + "type": "Int", + "kind": "SCALAR" + }, + "pnl_change_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "pnl_change_raw": { + "type": "String", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "String", + "kind": "SCALAR" + }, + "rank": { + "type": "String", + "kind": "SCALAR" + }, + "realized_pnl_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "realized_pnl_pct": { + "type": "String", + "kind": "SCALAR" + }, + "realized_pnl_raw": { + "type": "String", + "kind": "SCALAR" + }, + "redeemable_assets_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "redeemable_assets_raw": { + "type": "String", + "kind": "SCALAR" + }, + "total_deposits_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "total_deposits_raw": { + "type": "String", + "kind": "SCALAR" + }, + "total_pnl_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "total_pnl_raw": { + "type": "String", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Int", + "kind": "SCALAR" + }, + "total_redemptions_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "total_redemptions_raw": { + "type": "String", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "String", + "kind": "SCALAR" + }, + "unrealized_pnl_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "unrealized_pnl_pct": { + "type": "String", + "kind": "SCALAR" + }, + "unrealized_pnl_raw": { + "type": "String", + "kind": "SCALAR" + }, + "win_rate": { + "type": "String", + "kind": "SCALAR" + }, + "winning_positions": { + "type": "Int", + "kind": "SCALAR" + }, + "worst_trade_pnl_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "worst_trade_pnl_raw": { + "type": "String", + "kind": "SCALAR" + } + }, "PositionPnlChartOutput": { "account_id": { "type": "String", @@ -329,7 +475,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_pnl": { + "total_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -337,7 +487,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -419,7 +573,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl": { + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -427,7 +585,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, @@ -465,7 +627,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_pnl": { + "total_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -473,7 +639,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -511,7 +681,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_pnl": { + "total_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -519,7 +693,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -545,7 +723,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl": { + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -553,7 +735,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, @@ -579,7 +765,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl": { + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -587,7 +777,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, @@ -613,7 +807,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl": { + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -621,7 +819,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, @@ -647,7 +849,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_pnl": { + "total_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -655,7 +861,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -681,7 +891,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl": { + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -689,7 +903,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, @@ -715,7 +933,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl": { + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -723,7 +945,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, @@ -749,7 +975,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl": { + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -757,7 +987,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, @@ -847,6 +1081,14 @@ "type": "redemptions_aggregate", "kind": "OBJECT" }, + "season2_iq_ledger_entries": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries_aggregate": { + "type": "season2_iq_ledger_entries_aggregate", + "kind": "OBJECT" + }, "signals": { "type": "signals", "kind": "OBJECT" @@ -3197,6 +3439,10 @@ "type": "numeric", "kind": "SCALAR" }, + "realized_pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, "realized_pnl_raw": { "type": "numeric", "kind": "SCALAR" @@ -3249,6 +3495,10 @@ "type": "numeric", "kind": "SCALAR" }, + "unrealized_pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, "unrealized_pnl_raw": { "type": "numeric", "kind": "SCALAR" @@ -3371,6 +3621,10 @@ "type": "Float", "kind": "SCALAR" }, + "realized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -3423,6 +3677,10 @@ "type": "Float", "kind": "SCALAR" }, + "unrealized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "unrealized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -3509,6 +3767,10 @@ "type": "numeric", "kind": "SCALAR" }, + "realized_pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, "realized_pnl_raw": { "type": "numeric", "kind": "SCALAR" @@ -3561,6 +3823,10 @@ "type": "numeric", "kind": "SCALAR" }, + "unrealized_pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, "unrealized_pnl_raw": { "type": "numeric", "kind": "SCALAR" @@ -3647,6 +3913,10 @@ "type": "numeric", "kind": "SCALAR" }, + "realized_pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, "realized_pnl_raw": { "type": "numeric", "kind": "SCALAR" @@ -3699,6 +3969,10 @@ "type": "numeric", "kind": "SCALAR" }, + "unrealized_pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, "unrealized_pnl_raw": { "type": "numeric", "kind": "SCALAR" @@ -3765,6 +4039,10 @@ "type": "Float", "kind": "SCALAR" }, + "realized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -3817,6 +4095,10 @@ "type": "Float", "kind": "SCALAR" }, + "unrealized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "unrealized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -3883,6 +4165,10 @@ "type": "Float", "kind": "SCALAR" }, + "realized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -3935,6 +4221,10 @@ "type": "Float", "kind": "SCALAR" }, + "unrealized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "unrealized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -4001,6 +4291,10 @@ "type": "Float", "kind": "SCALAR" }, + "realized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -4053,6 +4347,10 @@ "type": "Float", "kind": "SCALAR" }, + "unrealized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "unrealized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -4119,6 +4417,10 @@ "type": "numeric", "kind": "SCALAR" }, + "realized_pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, "realized_pnl_raw": { "type": "numeric", "kind": "SCALAR" @@ -4171,6 +4473,10 @@ "type": "numeric", "kind": "SCALAR" }, + "unrealized_pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, "unrealized_pnl_raw": { "type": "numeric", "kind": "SCALAR" @@ -4237,6 +4543,10 @@ "type": "Float", "kind": "SCALAR" }, + "realized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -4289,6 +4599,10 @@ "type": "Float", "kind": "SCALAR" }, + "unrealized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "unrealized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -4355,6 +4669,10 @@ "type": "Float", "kind": "SCALAR" }, + "realized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -4407,6 +4725,10 @@ "type": "Float", "kind": "SCALAR" }, + "unrealized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "unrealized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -4473,6 +4795,10 @@ "type": "Float", "kind": "SCALAR" }, + "realized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -4525,6 +4851,10 @@ "type": "Float", "kind": "SCALAR" }, + "unrealized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, "unrealized_pnl_raw": { "type": "Float", "kind": "SCALAR" @@ -4547,15 +4877,27 @@ } }, "pnl_leaderboard_stats": { - "avg_pnl": { + "avg_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_formatted": { "type": "numeric", "kind": "SCALAR" }, - "avg_volume": { + "avg_volume_raw": { "type": "numeric", "kind": "SCALAR" }, - "median_pnl": { + "median_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "median_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4567,7 +4909,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_pnl_sum": { + "total_pnl_sum_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4575,7 +4921,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4641,15 +4991,27 @@ } }, "pnl_leaderboard_stats_avg_fields": { - "avg_pnl": { + "avg_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_raw": { "type": "Float", "kind": "SCALAR" }, - "avg_volume": { + "median_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "median_pnl": { + "median_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4661,7 +5023,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl_sum": { + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4669,7 +5035,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4679,15 +5049,27 @@ } }, "pnl_leaderboard_stats_max_fields": { - "avg_pnl": { + "avg_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_raw": { "type": "numeric", "kind": "SCALAR" }, - "avg_volume": { + "median_pnl_formatted": { "type": "numeric", "kind": "SCALAR" }, - "median_pnl": { + "median_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4699,7 +5081,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_pnl_sum": { + "total_pnl_sum_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4707,7 +5093,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4717,15 +5107,27 @@ } }, "pnl_leaderboard_stats_min_fields": { - "avg_pnl": { + "avg_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, - "avg_volume": { + "avg_volume_formatted": { "type": "numeric", "kind": "SCALAR" }, - "median_pnl": { + "avg_volume_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "median_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4737,7 +5139,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_pnl_sum": { + "total_pnl_sum_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4745,7 +5151,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4755,15 +5165,27 @@ } }, "pnl_leaderboard_stats_stddev_fields": { - "avg_pnl": { + "avg_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_formatted": { "type": "Float", "kind": "SCALAR" }, - "avg_volume": { + "avg_volume_raw": { "type": "Float", "kind": "SCALAR" }, - "median_pnl": { + "median_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4775,7 +5197,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl_sum": { + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4783,7 +5209,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4793,15 +5223,27 @@ } }, "pnl_leaderboard_stats_stddev_pop_fields": { - "avg_pnl": { + "avg_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_raw": { "type": "Float", "kind": "SCALAR" }, - "avg_volume": { + "median_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "median_pnl": { + "median_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4813,7 +5255,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl_sum": { + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4821,7 +5267,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4831,15 +5281,27 @@ } }, "pnl_leaderboard_stats_stddev_samp_fields": { - "avg_pnl": { + "avg_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "avg_volume": { + "avg_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "median_pnl": { + "avg_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4851,7 +5313,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl_sum": { + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4859,7 +5325,11 @@ "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4869,15 +5339,27 @@ } }, "pnl_leaderboard_stats_sum_fields": { - "avg_pnl": { + "avg_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_raw": { "type": "numeric", "kind": "SCALAR" }, - "avg_volume": { + "median_pnl_formatted": { "type": "numeric", "kind": "SCALAR" }, - "median_pnl": { + "median_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4889,7 +5371,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_pnl_sum": { + "total_pnl_sum_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4897,7 +5383,11 @@ "type": "bigint", "kind": "SCALAR" }, - "total_volume": { + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { "type": "numeric", "kind": "SCALAR" }, @@ -4907,91 +5397,85 @@ } }, "pnl_leaderboard_stats_var_pop_fields": { - "avg_pnl": { + "avg_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "avg_volume": { + "avg_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "median_pnl": { + "avg_volume_formatted": { "type": "Float", "kind": "SCALAR" }, - "profitable_pct": { + "avg_volume_raw": { "type": "Float", "kind": "SCALAR" }, - "profitable_traders": { + "median_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "total_pnl_sum": { + "median_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "total_traders": { + "profitable_pct": { "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "profitable_traders": { "type": "Float", "kind": "SCALAR" }, - "unprofitable_traders": { - "type": "Float", - "kind": "SCALAR" - } - }, - "pnl_leaderboard_stats_var_samp_fields": { - "avg_pnl": { + "total_pnl_sum_formatted": { "type": "Float", "kind": "SCALAR" }, - "avg_volume": { + "total_pnl_sum_raw": { "type": "Float", "kind": "SCALAR" }, - "median_pnl": { + "total_traders": { "type": "Float", "kind": "SCALAR" }, - "profitable_pct": { + "total_volume_formatted": { "type": "Float", "kind": "SCALAR" }, - "profitable_traders": { + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, - "total_pnl_sum": { + "unprofitable_traders": { "type": "Float", "kind": "SCALAR" - }, - "total_traders": { + } + }, + "pnl_leaderboard_stats_var_samp_fields": { + "avg_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "avg_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "unprofitable_traders": { + "avg_volume_formatted": { "type": "Float", "kind": "SCALAR" - } - }, - "pnl_leaderboard_stats_variance_fields": { - "avg_pnl": { + }, + "avg_volume_raw": { "type": "Float", "kind": "SCALAR" }, - "avg_volume": { + "median_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "median_pnl": { + "median_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -5003,19 +5487,85 @@ "type": "Float", "kind": "SCALAR" }, - "total_pnl_sum": { + "total_pnl_sum_formatted": { "type": "Float", "kind": "SCALAR" }, - "total_traders": { + "total_pnl_sum_raw": { "type": "Float", "kind": "SCALAR" }, - "total_volume": { + "total_traders": { "type": "Float", "kind": "SCALAR" }, - "unprofitable_traders": { + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "Float", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats_variance_fields": { + "avg_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "unprofitable_traders": { "type": "Float", "kind": "SCALAR" } @@ -6707,6 +7257,10 @@ "type": "String", "kind": "SCALAR" }, + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, "predicate": { "type": "atoms", "kind": "OBJECT" @@ -6715,6 +7269,10 @@ "type": "String", "kind": "SCALAR" }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -6793,6 +7351,14 @@ } }, "predicate_objects_avg_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -6811,10 +7377,18 @@ "type": "String", "kind": "SCALAR" }, + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, "predicate_id": { "type": "String", "kind": "SCALAR" }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -6833,10 +7407,18 @@ "type": "String", "kind": "SCALAR" }, + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, "predicate_id": { "type": "String", "kind": "SCALAR" }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -6851,6 +7433,14 @@ } }, "predicate_objects_stddev_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -6865,6 +7455,14 @@ } }, "predicate_objects_stddev_pop_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -6879,6 +7477,14 @@ } }, "predicate_objects_stddev_samp_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -6893,6 +7499,14 @@ } }, "predicate_objects_sum_fields": { + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -6907,6 +7521,14 @@ } }, "predicate_objects_var_pop_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -6921,6 +7543,14 @@ } }, "predicate_objects_var_samp_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -6935,6 +7565,14 @@ } }, "predicate_objects_variance_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -7400,11 +8038,11 @@ "kind": "OBJECT" }, "get_pnl_leaderboard_period": { - "type": "pnl_leaderboard_entry", + "type": "PnlLeaderboardEntryOutput", "kind": "OBJECT" }, - "get_pnl_leaderboard_period_aggregate": { - "type": "pnl_leaderboard_entry_aggregate", + "get_pnl_leaderboard_period_min_threshold": { + "type": "PnlLeaderboardEntryOutput", "kind": "OBJECT" }, "get_pnl_leaderboard_stats": { @@ -7423,14 +8061,6 @@ "type": "pnl_leaderboard_entry_aggregate", "kind": "OBJECT" }, - "get_vault_leaderboard_period": { - "type": "pnl_leaderboard_entry", - "kind": "OBJECT" - }, - "get_vault_leaderboard_period_aggregate": { - "type": "pnl_leaderboard_entry_aggregate", - "kind": "OBJECT" - }, "json_object": { "type": "json_objects", "kind": "OBJECT" @@ -7595,6 +8225,66 @@ "type": "terms_aggregate", "kind": "OBJECT" }, + "season2_epoch": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "season2_epoch_price": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + }, + "season2_epoch_prices": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + }, + "season2_epoch_prices_aggregate": { + "type": "season2_epoch_prices_aggregate", + "kind": "OBJECT" + }, + "season2_epochs": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "season2_epochs_aggregate": { + "type": "season2_epochs_aggregate", + "kind": "OBJECT" + }, + "season2_iq_ledger": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries_aggregate": { + "type": "season2_iq_ledger_entries_aggregate", + "kind": "OBJECT" + }, + "season2_leaderboard_payout": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + }, + "season2_leaderboard_payouts": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + }, + "season2_leaderboard_payouts_aggregate": { + "type": "season2_leaderboard_payouts_aggregate", + "kind": "OBJECT" + }, + "season2_trust_price_snapshot": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + }, + "season2_trust_price_snapshots": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + }, + "season2_trust_price_snapshots_aggregate": { + "type": "season2_trust_price_snapshots_aggregate", + "kind": "OBJECT" + }, "share_price_change_stats_daily": { "type": "share_price_change_stats_daily", "kind": "OBJECT" @@ -8151,117 +8841,1215 @@ "type": "numeric", "kind": "SCALAR" }, - "block_number": { - "type": "numeric", + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_shares": { + "type": "numeric", + "kind": "SCALAR" + } + }, + "redemptions_var_pop_fields": { + "assets": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "fees": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_shares": { + "type": "Float", + "kind": "SCALAR" + } + }, + "redemptions_var_samp_fields": { + "assets": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "fees": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_shares": { + "type": "Float", + "kind": "SCALAR" + } + }, + "redemptions_variance_fields": { + "assets": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "fees": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_shares": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices": { + "average_price_usd": { + "type": "numeric", + "kind": "SCALAR" + }, + "computed_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "season2_epoch": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "snapshot_count": { + "type": "Int", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_aggregate": { + "aggregate": { + "type": "season2_epoch_prices_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + } + }, + "season2_epoch_prices_aggregate_fields": { + "avg": { + "type": "season2_epoch_prices_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "season2_epoch_prices_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "season2_epoch_prices_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "season2_epoch_prices_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "season2_epoch_prices_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "season2_epoch_prices_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "season2_epoch_prices_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "season2_epoch_prices_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "season2_epoch_prices_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "season2_epoch_prices_variance_fields", + "kind": "OBJECT" + } + }, + "season2_epoch_prices_avg_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_max_fields": { + "average_price_usd": { + "type": "numeric", + "kind": "SCALAR" + }, + "computed_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "snapshot_count": { + "type": "Int", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_min_fields": { + "average_price_usd": { + "type": "numeric", + "kind": "SCALAR" + }, + "computed_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "snapshot_count": { + "type": "Int", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_stddev_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_stddev_pop_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_stddev_samp_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_sum_fields": { + "average_price_usd": { + "type": "numeric", + "kind": "SCALAR" + }, + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "snapshot_count": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_var_pop_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_var_samp_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_variance_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs": { + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "end_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "epoch_price": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + }, + "epoch_price_aggregate": { + "type": "season2_epoch_prices_aggregate", + "kind": "OBJECT" + }, + "finalized_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "iq_ledger_entries": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "iq_ledger_entries_aggregate": { + "type": "season2_iq_ledger_entries_aggregate", + "kind": "OBJECT" + }, + "is_final": { + "type": "Boolean", + "kind": "SCALAR" + }, + "last_settlement_force": { + "type": "Boolean", + "kind": "SCALAR" + }, + "settle_after": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "settled_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "start_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epochs_aggregate": { + "aggregate": { + "type": "season2_epochs_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "season2_epochs", + "kind": "OBJECT" + } + }, + "season2_epochs_aggregate_fields": { + "avg": { + "type": "season2_epochs_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "season2_epochs_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "season2_epochs_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "season2_epochs_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "season2_epochs_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "season2_epochs_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "season2_epochs_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "season2_epochs_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "season2_epochs_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "season2_epochs_variance_fields", + "kind": "OBJECT" + } + }, + "season2_epochs_avg_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_max_fields": { + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "end_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "finalized_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "settle_after": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "settled_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "start_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epochs_min_fields": { + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "end_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "finalized_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "settle_after": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "settled_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "start_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epochs_stddev_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_stddev_pop_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_stddev_samp_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_sum_fields": { + "epoch": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_epochs_var_pop_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_var_samp_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_variance_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries": { + "account": { + "type": "accounts", + "kind": "OBJECT" + }, + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "entry_type": { + "type": "String", + "kind": "SCALAR" + }, + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "id": { + "type": "bigint", + "kind": "SCALAR" + }, + "iq_points": { + "type": "numeric", + "kind": "SCALAR" + }, + "metadata": { + "type": "jsonb", + "kind": "SCALAR" + }, + "season2_epoch": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "source_id": { + "type": "String", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_aggregate": { + "aggregate": { + "type": "season2_iq_ledger_entries_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + } + }, + "season2_iq_ledger_entries_aggregate_fields": { + "avg": { + "type": "season2_iq_ledger_entries_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "season2_iq_ledger_entries_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "season2_iq_ledger_entries_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "season2_iq_ledger_entries_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "season2_iq_ledger_entries_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "season2_iq_ledger_entries_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "season2_iq_ledger_entries_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "season2_iq_ledger_entries_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "season2_iq_ledger_entries_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "season2_iq_ledger_entries_variance_fields", + "kind": "OBJECT" + } + }, + "season2_iq_ledger_entries_avg_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "iq_points": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_max_fields": { + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "entry_type": { + "type": "String", + "kind": "SCALAR" + }, + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "id": { + "type": "bigint", + "kind": "SCALAR" + }, + "iq_points": { + "type": "numeric", + "kind": "SCALAR" + }, + "source_id": { + "type": "String", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_min_fields": { + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "entry_type": { + "type": "String", + "kind": "SCALAR" + }, + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "id": { + "type": "bigint", + "kind": "SCALAR" + }, + "iq_points": { + "type": "numeric", + "kind": "SCALAR" + }, + "source_id": { + "type": "String", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_stddev_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "iq_points": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_stddev_pop_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "iq_points": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_stddev_samp_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "iq_points": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_sum_fields": { + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "id": { + "type": "bigint", + "kind": "SCALAR" + }, + "iq_points": { + "type": "numeric", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_var_pop_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "iq_points": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_var_samp_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "iq_points": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_variance_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "iq_points": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts": { + "iq_points": { + "type": "numeric", + "kind": "SCALAR" + }, + "rank": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_aggregate": { + "aggregate": { + "type": "season2_leaderboard_payouts_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + } + }, + "season2_leaderboard_payouts_aggregate_fields": { + "avg": { + "type": "season2_leaderboard_payouts_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "season2_leaderboard_payouts_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "season2_leaderboard_payouts_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "season2_leaderboard_payouts_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "season2_leaderboard_payouts_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "season2_leaderboard_payouts_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "season2_leaderboard_payouts_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "season2_leaderboard_payouts_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "season2_leaderboard_payouts_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "season2_leaderboard_payouts_variance_fields", + "kind": "OBJECT" + } + }, + "season2_leaderboard_payouts_avg_fields": { + "iq_points": { + "type": "Float", + "kind": "SCALAR" + }, + "rank": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_max_fields": { + "iq_points": { + "type": "numeric", + "kind": "SCALAR" + }, + "rank": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_min_fields": { + "iq_points": { + "type": "numeric", + "kind": "SCALAR" + }, + "rank": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_stddev_fields": { + "iq_points": { + "type": "Float", + "kind": "SCALAR" + }, + "rank": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_stddev_pop_fields": { + "iq_points": { + "type": "Float", + "kind": "SCALAR" + }, + "rank": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_stddev_samp_fields": { + "iq_points": { + "type": "Float", + "kind": "SCALAR" + }, + "rank": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_sum_fields": { + "iq_points": { + "type": "numeric", + "kind": "SCALAR" + }, + "rank": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_var_pop_fields": { + "iq_points": { + "type": "Float", + "kind": "SCALAR" + }, + "rank": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_var_samp_fields": { + "iq_points": { + "type": "Float", + "kind": "SCALAR" + }, + "rank": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_variance_fields": { + "iq_points": { + "type": "Float", + "kind": "SCALAR" + }, + "rank": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_trust_price_snapshots": { + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "price_usd": { + "type": "numeric", + "kind": "SCALAR" + }, + "snapshot_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "source": { + "type": "String", + "kind": "SCALAR" + }, + "source_ref": { + "type": "String", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_trust_price_snapshots_aggregate": { + "aggregate": { + "type": "season2_trust_price_snapshots_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + } + }, + "season2_trust_price_snapshots_aggregate_fields": { + "avg": { + "type": "season2_trust_price_snapshots_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", - "kind": "SCALAR" + "max": { + "type": "season2_trust_price_snapshots_max_fields", + "kind": "OBJECT" }, - "fees": { - "type": "numeric", - "kind": "SCALAR" + "min": { + "type": "season2_trust_price_snapshots_min_fields", + "kind": "OBJECT" }, - "log_index": { - "type": "bigint", - "kind": "SCALAR" + "stddev": { + "type": "season2_trust_price_snapshots_stddev_fields", + "kind": "OBJECT" }, - "shares": { - "type": "numeric", - "kind": "SCALAR" + "stddev_pop": { + "type": "season2_trust_price_snapshots_stddev_pop_fields", + "kind": "OBJECT" }, - "total_shares": { - "type": "numeric", - "kind": "SCALAR" + "stddev_samp": { + "type": "season2_trust_price_snapshots_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "season2_trust_price_snapshots_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "season2_trust_price_snapshots_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "season2_trust_price_snapshots_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "season2_trust_price_snapshots_variance_fields", + "kind": "OBJECT" } }, - "redemptions_var_pop_fields": { - "assets": { + "season2_trust_price_snapshots_avg_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "block_number": { - "type": "Float", + } + }, + "season2_trust_price_snapshots_max_fields": { + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "price_usd": { + "type": "numeric", "kind": "SCALAR" }, - "fees": { - "type": "Float", + "snapshot_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "source": { + "type": "String", "kind": "SCALAR" }, - "shares": { - "type": "Float", + "source_ref": { + "type": "String", "kind": "SCALAR" }, - "total_shares": { - "type": "Float", + "updated_at": { + "type": "timestamptz", "kind": "SCALAR" } }, - "redemptions_var_samp_fields": { - "assets": { - "type": "Float", - "kind": "SCALAR" - }, - "block_number": { - "type": "Float", + "season2_trust_price_snapshots_min_fields": { + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "price_usd": { + "type": "numeric", "kind": "SCALAR" }, - "fees": { - "type": "Float", + "snapshot_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "source": { + "type": "String", "kind": "SCALAR" }, - "shares": { - "type": "Float", + "source_ref": { + "type": "String", "kind": "SCALAR" }, - "total_shares": { - "type": "Float", + "updated_at": { + "type": "timestamptz", "kind": "SCALAR" } }, - "redemptions_variance_fields": { - "assets": { + "season2_trust_price_snapshots_stddev_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "block_number": { + } + }, + "season2_trust_price_snapshots_stddev_pop_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "curve_id": { + } + }, + "season2_trust_price_snapshots_stddev_samp_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "fees": { - "type": "Float", + } + }, + "season2_trust_price_snapshots_sum_fields": { + "price_usd": { + "type": "numeric", "kind": "SCALAR" - }, - "log_index": { + } + }, + "season2_trust_price_snapshots_var_pop_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "shares": { + } + }, + "season2_trust_price_snapshots_var_samp_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "total_shares": { + } + }, + "season2_trust_price_snapshots_variance_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" } @@ -9867,6 +11655,10 @@ } }, "subject_predicates": { + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, "predicate": { "type": "atoms", "kind": "OBJECT" @@ -9883,6 +11675,10 @@ "type": "String", "kind": "SCALAR" }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -9961,6 +11757,14 @@ } }, "subject_predicates_avg_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -9975,6 +11779,10 @@ } }, "subject_predicates_max_fields": { + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, "predicate_id": { "type": "String", "kind": "SCALAR" @@ -9983,6 +11791,10 @@ "type": "String", "kind": "SCALAR" }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -9997,6 +11809,10 @@ } }, "subject_predicates_min_fields": { + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, "predicate_id": { "type": "String", "kind": "SCALAR" @@ -10005,6 +11821,10 @@ "type": "String", "kind": "SCALAR" }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -10019,6 +11839,14 @@ } }, "subject_predicates_stddev_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -10033,6 +11861,14 @@ } }, "subject_predicates_stddev_pop_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -10047,6 +11883,14 @@ } }, "subject_predicates_stddev_samp_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -10061,6 +11905,14 @@ } }, "subject_predicates_sum_fields": { + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -10075,6 +11927,14 @@ } }, "subject_predicates_var_pop_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -10089,6 +11949,14 @@ } }, "subject_predicates_var_samp_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -10103,6 +11971,14 @@ } }, "subject_predicates_variance_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -10321,14 +12197,6 @@ "type": "pnl_leaderboard_entry_aggregate", "kind": "OBJECT" }, - "get_pnl_leaderboard_period": { - "type": "pnl_leaderboard_entry", - "kind": "OBJECT" - }, - "get_pnl_leaderboard_period_aggregate": { - "type": "pnl_leaderboard_entry_aggregate", - "kind": "OBJECT" - }, "get_pnl_leaderboard_stats": { "type": "pnl_leaderboard_stats", "kind": "OBJECT" @@ -10345,14 +12213,6 @@ "type": "pnl_leaderboard_entry_aggregate", "kind": "OBJECT" }, - "get_vault_leaderboard_period": { - "type": "pnl_leaderboard_entry", - "kind": "OBJECT" - }, - "get_vault_leaderboard_period_aggregate": { - "type": "pnl_leaderboard_entry_aggregate", - "kind": "OBJECT" - }, "json_object": { "type": "json_objects", "kind": "OBJECT" @@ -10569,6 +12429,86 @@ "type": "terms_aggregate", "kind": "OBJECT" }, + "season2_epoch": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "season2_epoch_price": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + }, + "season2_epoch_prices": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + }, + "season2_epoch_prices_aggregate": { + "type": "season2_epoch_prices_aggregate", + "kind": "OBJECT" + }, + "season2_epoch_prices_stream": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + }, + "season2_epochs": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "season2_epochs_aggregate": { + "type": "season2_epochs_aggregate", + "kind": "OBJECT" + }, + "season2_epochs_stream": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "season2_iq_ledger": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries_aggregate": { + "type": "season2_iq_ledger_entries_aggregate", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries_stream": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_leaderboard_payout": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + }, + "season2_leaderboard_payouts": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + }, + "season2_leaderboard_payouts_aggregate": { + "type": "season2_leaderboard_payouts_aggregate", + "kind": "OBJECT" + }, + "season2_leaderboard_payouts_stream": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + }, + "season2_trust_price_snapshot": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + }, + "season2_trust_price_snapshots": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + }, + "season2_trust_price_snapshots_aggregate": { + "type": "season2_trust_price_snapshots_aggregate", + "kind": "OBJECT" + }, + "season2_trust_price_snapshots_stream": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + }, "share_price_change_stats_daily": { "type": "share_price_change_stats_daily", "kind": "OBJECT" @@ -11463,6 +13403,14 @@ "type": "String", "kind": "SCALAR" }, + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "term": { "type": "terms", "kind": "OBJECT" @@ -11579,6 +13527,10 @@ "type": "String", "kind": "SCALAR" }, + "object_term": { + "type": "terms", + "kind": "OBJECT" + }, "positions": { "type": "positions", "kind": "OBJECT" @@ -11595,6 +13547,10 @@ "type": "String", "kind": "SCALAR" }, + "predicate_term": { + "type": "terms", + "kind": "OBJECT" + }, "subject": { "type": "atoms", "kind": "OBJECT" @@ -11603,6 +13559,10 @@ "type": "String", "kind": "SCALAR" }, + "subject_term": { + "type": "terms", + "kind": "OBJECT" + }, "term": { "type": "terms", "kind": "OBJECT" diff --git a/scripts/graphql-schema-testnet.json b/scripts/graphql-schema-testnet.json index 436d25c..c4c4ee9 100644 --- a/scripts/graphql-schema-testnet.json +++ b/scripts/graphql-schema-testnet.json @@ -212,6 +212,152 @@ "kind": "SCALAR" } }, + "PnlLeaderboardEntryOutput": { + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "account_image": { + "type": "String", + "kind": "SCALAR" + }, + "account_label": { + "type": "String", + "kind": "SCALAR" + }, + "active_position_count": { + "type": "Int", + "kind": "SCALAR" + }, + "best_trade_pnl_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "best_trade_pnl_raw": { + "type": "String", + "kind": "SCALAR" + }, + "current_equity_value_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "current_equity_value_raw": { + "type": "String", + "kind": "SCALAR" + }, + "first_position_at": { + "type": "String", + "kind": "SCALAR" + }, + "last_activity_at": { + "type": "String", + "kind": "SCALAR" + }, + "losing_positions": { + "type": "Int", + "kind": "SCALAR" + }, + "pnl_change_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "pnl_change_raw": { + "type": "String", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "String", + "kind": "SCALAR" + }, + "rank": { + "type": "String", + "kind": "SCALAR" + }, + "realized_pnl_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "realized_pnl_pct": { + "type": "String", + "kind": "SCALAR" + }, + "realized_pnl_raw": { + "type": "String", + "kind": "SCALAR" + }, + "redeemable_assets_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "redeemable_assets_raw": { + "type": "String", + "kind": "SCALAR" + }, + "total_deposits_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "total_deposits_raw": { + "type": "String", + "kind": "SCALAR" + }, + "total_pnl_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "total_pnl_raw": { + "type": "String", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Int", + "kind": "SCALAR" + }, + "total_redemptions_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "total_redemptions_raw": { + "type": "String", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "String", + "kind": "SCALAR" + }, + "unrealized_pnl_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "unrealized_pnl_pct": { + "type": "String", + "kind": "SCALAR" + }, + "unrealized_pnl_raw": { + "type": "String", + "kind": "SCALAR" + }, + "win_rate": { + "type": "String", + "kind": "SCALAR" + }, + "winning_positions": { + "type": "Int", + "kind": "SCALAR" + }, + "worst_trade_pnl_formatted": { + "type": "String", + "kind": "SCALAR" + }, + "worst_trade_pnl_raw": { + "type": "String", + "kind": "SCALAR" + } + }, "PositionPnlChartOutput": { "account_id": { "type": "String", @@ -354,600 +500,552 @@ "kind": "SCALAR" } }, - "accounts": { - "atom": { - "type": "atoms", + "account_pnl_rank_aggregate": { + "aggregate": { + "type": "account_pnl_rank_aggregate_fields", "kind": "OBJECT" }, - "atom_id": { - "type": "String", + "nodes": { + "type": "account_pnl_rank", + "kind": "OBJECT" + } + }, + "account_pnl_rank_aggregate_fields": { + "avg": { + "type": "account_pnl_rank_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", "kind": "SCALAR" }, - "atoms": { - "type": "atoms", + "max": { + "type": "account_pnl_rank_max_fields", "kind": "OBJECT" }, - "atoms_aggregate": { - "type": "atoms_aggregate", + "min": { + "type": "account_pnl_rank_min_fields", "kind": "OBJECT" }, - "cached_image": { - "type": "cached_images_cached_image", + "stddev": { + "type": "account_pnl_rank_stddev_fields", "kind": "OBJECT" }, - "deposits_received": { - "type": "deposits", + "stddev_pop": { + "type": "account_pnl_rank_stddev_pop_fields", "kind": "OBJECT" }, - "deposits_received_aggregate": { - "type": "deposits_aggregate", + "stddev_samp": { + "type": "account_pnl_rank_stddev_samp_fields", "kind": "OBJECT" }, - "deposits_sent": { - "type": "deposits", + "sum": { + "type": "account_pnl_rank_sum_fields", "kind": "OBJECT" }, - "deposits_sent_aggregate": { - "type": "deposits_aggregate", + "var_pop": { + "type": "account_pnl_rank_var_pop_fields", "kind": "OBJECT" }, - "fee_transfers": { - "type": "fee_transfers", + "var_samp": { + "type": "account_pnl_rank_var_samp_fields", "kind": "OBJECT" }, - "fee_transfers_aggregate": { - "type": "fee_transfers_aggregate", + "variance": { + "type": "account_pnl_rank_variance_fields", "kind": "OBJECT" - }, - "id": { - "type": "String", + } + }, + "account_pnl_rank_avg_fields": { + "percentile": { + "type": "Float", "kind": "SCALAR" }, - "image": { - "type": "String", + "pnl_pct": { + "type": "Float", "kind": "SCALAR" }, - "label": { - "type": "String", + "rank": { + "type": "Float", "kind": "SCALAR" }, - "positions": { - "type": "positions", - "kind": "OBJECT" + "total_accounts": { + "type": "Float", + "kind": "SCALAR" }, - "positions_aggregate": { - "type": "positions_aggregate", - "kind": "OBJECT" + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "redemptions_received": { - "type": "redemptions", - "kind": "OBJECT" + "total_pnl_raw": { + "type": "Float", + "kind": "SCALAR" }, - "redemptions_received_aggregate": { - "type": "redemptions_aggregate", - "kind": "OBJECT" + "total_position_count": { + "type": "Float", + "kind": "SCALAR" }, - "redemptions_sent": { - "type": "redemptions", - "kind": "OBJECT" + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "redemptions_sent_aggregate": { - "type": "redemptions_aggregate", - "kind": "OBJECT" + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" }, - "signals": { - "type": "signals", - "kind": "OBJECT" + "win_rate": { + "type": "Float", + "kind": "SCALAR" + } + }, + "account_pnl_rank_max_fields": { + "account_id": { + "type": "String", + "kind": "SCALAR" }, - "signals_aggregate": { - "type": "signals_aggregate", - "kind": "OBJECT" + "account_image": { + "type": "String", + "kind": "SCALAR" }, - "triples": { - "type": "triples", - "kind": "OBJECT" - }, - "triples_aggregate": { - "type": "triples_aggregate", - "kind": "OBJECT" - }, - "type": { - "type": "account_type", + "account_label": { + "type": "String", "kind": "SCALAR" - } - }, - "accounts_aggregate": { - "aggregate": { - "type": "accounts_aggregate_fields", - "kind": "OBJECT" }, - "nodes": { - "type": "accounts", - "kind": "OBJECT" - } - }, - "accounts_aggregate_fields": { - "count": { - "type": "Int", + "percentile": { + "type": "numeric", "kind": "SCALAR" }, - "max": { - "type": "accounts_max_fields", - "kind": "OBJECT" - }, - "min": { - "type": "accounts_min_fields", - "kind": "OBJECT" - } - }, - "accounts_max_fields": { - "atom_id": { - "type": "String", + "pnl_pct": { + "type": "numeric", "kind": "SCALAR" }, - "id": { - "type": "String", + "rank": { + "type": "bigint", "kind": "SCALAR" }, - "image": { - "type": "String", + "total_accounts": { + "type": "bigint", "kind": "SCALAR" }, - "label": { - "type": "String", + "total_pnl_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "type": { - "type": "account_type", - "kind": "SCALAR" - } - }, - "accounts_min_fields": { - "atom_id": { - "type": "String", + "total_pnl_raw": { + "type": "numeric", "kind": "SCALAR" }, - "id": { - "type": "String", + "total_position_count": { + "type": "bigint", "kind": "SCALAR" }, - "image": { - "type": "String", + "total_volume_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "label": { - "type": "String", + "total_volume_raw": { + "type": "numeric", "kind": "SCALAR" }, - "type": { - "type": "account_type", + "win_rate": { + "type": "numeric", "kind": "SCALAR" } }, - "atom_values": { - "account": { - "type": "accounts", - "kind": "OBJECT" - }, + "account_pnl_rank_min_fields": { "account_id": { "type": "String", "kind": "SCALAR" }, - "atom": { - "type": "atoms", - "kind": "OBJECT" - }, - "book": { - "type": "books", - "kind": "OBJECT" - }, - "book_id": { + "account_image": { "type": "String", "kind": "SCALAR" }, - "byte_object": { - "type": "byte_object", - "kind": "OBJECT" - }, - "byte_object_id": { + "account_label": { "type": "String", "kind": "SCALAR" }, - "caip10": { - "type": "caip10", - "kind": "OBJECT" - }, - "caip10_id": { - "type": "String", + "percentile": { + "type": "numeric", "kind": "SCALAR" }, - "id": { - "type": "String", + "pnl_pct": { + "type": "numeric", "kind": "SCALAR" }, - "json_object": { - "type": "json_objects", - "kind": "OBJECT" - }, - "json_object_id": { - "type": "String", + "rank": { + "type": "bigint", "kind": "SCALAR" }, - "organization": { - "type": "organizations", - "kind": "OBJECT" - }, - "organization_id": { - "type": "String", + "total_accounts": { + "type": "bigint", "kind": "SCALAR" }, - "person": { - "type": "persons", - "kind": "OBJECT" - }, - "person_id": { - "type": "String", + "total_pnl_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "text_object": { - "type": "text_objects", - "kind": "OBJECT" - }, - "text_object_id": { - "type": "String", + "total_pnl_raw": { + "type": "numeric", "kind": "SCALAR" }, - "thing": { - "type": "things", - "kind": "OBJECT" - }, - "thing_id": { - "type": "String", + "total_position_count": { + "type": "bigint", "kind": "SCALAR" - } - }, - "atom_values_aggregate": { - "aggregate": { - "type": "atom_values_aggregate_fields", - "kind": "OBJECT" }, - "nodes": { - "type": "atom_values", - "kind": "OBJECT" - } - }, - "atom_values_aggregate_fields": { - "count": { - "type": "Int", + "total_volume_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "max": { - "type": "atom_values_max_fields", - "kind": "OBJECT" + "total_volume_raw": { + "type": "numeric", + "kind": "SCALAR" }, - "min": { - "type": "atom_values_min_fields", - "kind": "OBJECT" + "win_rate": { + "type": "numeric", + "kind": "SCALAR" } }, - "atom_values_max_fields": { - "account_id": { - "type": "String", + "account_pnl_rank_stddev_fields": { + "percentile": { + "type": "Float", "kind": "SCALAR" }, - "book_id": { - "type": "String", + "pnl_pct": { + "type": "Float", "kind": "SCALAR" }, - "byte_object_id": { - "type": "String", + "rank": { + "type": "Float", "kind": "SCALAR" }, - "caip10_id": { - "type": "String", + "total_accounts": { + "type": "Float", "kind": "SCALAR" }, - "id": { - "type": "String", + "total_pnl_formatted": { + "type": "Float", "kind": "SCALAR" }, - "json_object_id": { - "type": "String", + "total_pnl_raw": { + "type": "Float", "kind": "SCALAR" }, - "organization_id": { - "type": "String", + "total_position_count": { + "type": "Float", "kind": "SCALAR" }, - "person_id": { - "type": "String", + "total_volume_formatted": { + "type": "Float", "kind": "SCALAR" }, - "text_object_id": { - "type": "String", + "total_volume_raw": { + "type": "Float", "kind": "SCALAR" }, - "thing_id": { - "type": "String", + "win_rate": { + "type": "Float", "kind": "SCALAR" } }, - "atom_values_min_fields": { - "account_id": { - "type": "String", + "account_pnl_rank_stddev_pop_fields": { + "percentile": { + "type": "Float", "kind": "SCALAR" }, - "book_id": { - "type": "String", + "pnl_pct": { + "type": "Float", "kind": "SCALAR" }, - "byte_object_id": { - "type": "String", + "rank": { + "type": "Float", "kind": "SCALAR" }, - "caip10_id": { - "type": "String", + "total_accounts": { + "type": "Float", "kind": "SCALAR" }, - "id": { - "type": "String", + "total_pnl_formatted": { + "type": "Float", "kind": "SCALAR" }, - "json_object_id": { - "type": "String", + "total_pnl_raw": { + "type": "Float", "kind": "SCALAR" }, - "organization_id": { - "type": "String", + "total_position_count": { + "type": "Float", "kind": "SCALAR" }, - "person_id": { - "type": "String", + "total_volume_formatted": { + "type": "Float", "kind": "SCALAR" }, - "text_object_id": { - "type": "String", + "total_volume_raw": { + "type": "Float", "kind": "SCALAR" }, - "thing_id": { - "type": "String", + "win_rate": { + "type": "Float", "kind": "SCALAR" } }, - "atoms": { - "accounts": { - "type": "accounts", - "kind": "OBJECT" + "account_pnl_rank_stddev_samp_fields": { + "percentile": { + "type": "Float", + "kind": "SCALAR" }, - "accounts_aggregate": { - "type": "accounts_aggregate", - "kind": "OBJECT" + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" }, - "as_object_predicate_objects": { - "type": "predicate_objects", - "kind": "OBJECT" + "rank": { + "type": "Float", + "kind": "SCALAR" }, - "as_object_predicate_objects_aggregate": { - "type": "predicate_objects_aggregate", - "kind": "OBJECT" + "total_accounts": { + "type": "Float", + "kind": "SCALAR" }, - "as_object_triples": { - "type": "triples", - "kind": "OBJECT" + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "as_object_triples_aggregate": { - "type": "triples_aggregate", - "kind": "OBJECT" + "total_pnl_raw": { + "type": "Float", + "kind": "SCALAR" }, - "as_predicate_predicate_objects": { - "type": "predicate_objects", - "kind": "OBJECT" + "total_position_count": { + "type": "Float", + "kind": "SCALAR" }, - "as_predicate_predicate_objects_aggregate": { - "type": "predicate_objects_aggregate", - "kind": "OBJECT" + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "as_predicate_triples": { - "type": "triples", - "kind": "OBJECT" + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" }, - "as_predicate_triples_aggregate": { - "type": "triples_aggregate", - "kind": "OBJECT" + "win_rate": { + "type": "Float", + "kind": "SCALAR" + } + }, + "account_pnl_rank_sum_fields": { + "percentile": { + "type": "numeric", + "kind": "SCALAR" }, - "as_subject_triples": { - "type": "triples", - "kind": "OBJECT" + "pnl_pct": { + "type": "numeric", + "kind": "SCALAR" }, - "as_subject_triples_aggregate": { - "type": "triples_aggregate", - "kind": "OBJECT" + "rank": { + "type": "bigint", + "kind": "SCALAR" }, - "block_number": { - "type": "numeric", + "total_accounts": { + "type": "bigint", "kind": "SCALAR" }, - "cached_image": { - "type": "cached_images_cached_image", - "kind": "OBJECT" + "total_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" }, - "controller": { - "type": "accounts", - "kind": "OBJECT" + "total_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" }, - "created_at": { - "type": "timestamptz", + "total_position_count": { + "type": "bigint", "kind": "SCALAR" }, - "creator": { - "type": "accounts", - "kind": "OBJECT" + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" }, - "creator_id": { - "type": "String", + "total_volume_raw": { + "type": "numeric", "kind": "SCALAR" }, - "data": { - "type": "String", + "win_rate": { + "type": "numeric", + "kind": "SCALAR" + } + }, + "account_pnl_rank_var_pop_fields": { + "percentile": { + "type": "Float", "kind": "SCALAR" }, - "emoji": { - "type": "String", + "pnl_pct": { + "type": "Float", "kind": "SCALAR" }, - "image": { - "type": "String", + "rank": { + "type": "Float", "kind": "SCALAR" }, - "label": { - "type": "String", + "total_accounts": { + "type": "Float", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "total_pnl_formatted": { + "type": "Float", "kind": "SCALAR" }, - "positions": { - "type": "positions", - "kind": "OBJECT" + "total_pnl_raw": { + "type": "Float", + "kind": "SCALAR" }, - "positions_aggregate": { - "type": "positions_aggregate", - "kind": "OBJECT" + "total_position_count": { + "type": "Float", + "kind": "SCALAR" }, - "raw_data": { - "type": "String", + "total_volume_formatted": { + "type": "Float", "kind": "SCALAR" }, - "resolving_status": { - "type": "atom_resolving_status", + "total_volume_raw": { + "type": "Float", "kind": "SCALAR" }, - "signals": { - "type": "signals", - "kind": "OBJECT" + "win_rate": { + "type": "Float", + "kind": "SCALAR" + } + }, + "account_pnl_rank_var_samp_fields": { + "percentile": { + "type": "Float", + "kind": "SCALAR" }, - "signals_aggregate": { - "type": "signals_aggregate", - "kind": "OBJECT" + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" }, - "term": { - "type": "terms", - "kind": "OBJECT" + "rank": { + "type": "Float", + "kind": "SCALAR" }, - "term_id": { - "type": "String", + "total_accounts": { + "type": "Float", "kind": "SCALAR" }, - "transaction_hash": { - "type": "String", + "total_pnl_formatted": { + "type": "Float", "kind": "SCALAR" }, - "type": { - "type": "atom_type", + "total_pnl_raw": { + "type": "Float", "kind": "SCALAR" }, - "updated_at": { - "type": "timestamptz", + "total_position_count": { + "type": "Float", "kind": "SCALAR" }, - "value": { - "type": "atom_values", - "kind": "OBJECT" + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "value_id": { - "type": "String", + "total_volume_raw": { + "type": "Float", "kind": "SCALAR" }, - "wallet_id": { - "type": "String", + "win_rate": { + "type": "Float", "kind": "SCALAR" } }, - "atoms_aggregate": { - "aggregate": { - "type": "atoms_aggregate_fields", - "kind": "OBJECT" + "account_pnl_rank_variance_fields": { + "percentile": { + "type": "Float", + "kind": "SCALAR" }, - "nodes": { - "type": "atoms", - "kind": "OBJECT" - } - }, - "atoms_aggregate_fields": { - "avg": { - "type": "atoms_avg_fields", - "kind": "OBJECT" + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" }, - "count": { - "type": "Int", + "rank": { + "type": "Float", "kind": "SCALAR" }, - "max": { - "type": "atoms_max_fields", - "kind": "OBJECT" + "total_accounts": { + "type": "Float", + "kind": "SCALAR" }, - "min": { - "type": "atoms_min_fields", - "kind": "OBJECT" + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "stddev": { - "type": "atoms_stddev_fields", - "kind": "OBJECT" + "total_pnl_raw": { + "type": "Float", + "kind": "SCALAR" }, - "stddev_pop": { - "type": "atoms_stddev_pop_fields", - "kind": "OBJECT" + "total_position_count": { + "type": "Float", + "kind": "SCALAR" }, - "stddev_samp": { - "type": "atoms_stddev_samp_fields", + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "win_rate": { + "type": "Float", + "kind": "SCALAR" + } + }, + "accounts": { + "atom": { + "type": "atoms", "kind": "OBJECT" }, - "sum": { - "type": "atoms_sum_fields", + "atom_id": { + "type": "String", + "kind": "SCALAR" + }, + "atoms": { + "type": "atoms", "kind": "OBJECT" }, - "var_pop": { - "type": "atoms_var_pop_fields", + "atoms_aggregate": { + "type": "atoms_aggregate", "kind": "OBJECT" }, - "var_samp": { - "type": "atoms_var_samp_fields", + "cached_image": { + "type": "cached_images_cached_image", "kind": "OBJECT" }, - "variance": { - "type": "atoms_variance_fields", + "deposits_received": { + "type": "deposits", "kind": "OBJECT" - } - }, - "atoms_avg_fields": { - "block_number": { - "type": "Float", - "kind": "SCALAR" }, - "log_index": { - "type": "Float", - "kind": "SCALAR" - } - }, - "atoms_max_fields": { - "block_number": { - "type": "numeric", - "kind": "SCALAR" + "deposits_received_aggregate": { + "type": "deposits_aggregate", + "kind": "OBJECT" }, - "created_at": { - "type": "timestamptz", - "kind": "SCALAR" + "deposits_sent": { + "type": "deposits", + "kind": "OBJECT" }, - "creator_id": { - "type": "String", - "kind": "SCALAR" + "deposits_sent_aggregate": { + "type": "deposits_aggregate", + "kind": "OBJECT" }, - "data": { - "type": "String", - "kind": "SCALAR" + "fee_transfers": { + "type": "fee_transfers", + "kind": "OBJECT" }, - "emoji": { + "fee_transfers_aggregate": { + "type": "fee_transfers_aggregate", + "kind": "OBJECT" + }, + "id": { "type": "String", "kind": "SCALAR" }, @@ -959,61 +1057,111 @@ "type": "String", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", - "kind": "SCALAR" + "positions": { + "type": "positions", + "kind": "OBJECT" }, - "raw_data": { - "type": "String", - "kind": "SCALAR" + "positions_aggregate": { + "type": "positions_aggregate", + "kind": "OBJECT" }, - "resolving_status": { - "type": "atom_resolving_status", - "kind": "SCALAR" + "redemptions_received": { + "type": "redemptions", + "kind": "OBJECT" }, - "term_id": { - "type": "String", - "kind": "SCALAR" + "redemptions_received_aggregate": { + "type": "redemptions_aggregate", + "kind": "OBJECT" }, - "transaction_hash": { - "type": "String", - "kind": "SCALAR" + "redemptions_sent": { + "type": "redemptions", + "kind": "OBJECT" + }, + "redemptions_sent_aggregate": { + "type": "redemptions_aggregate", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries_aggregate": { + "type": "season2_iq_ledger_entries_aggregate", + "kind": "OBJECT" + }, + "signals": { + "type": "signals", + "kind": "OBJECT" + }, + "signals_aggregate": { + "type": "signals_aggregate", + "kind": "OBJECT" + }, + "triples": { + "type": "triples", + "kind": "OBJECT" + }, + "triples_aggregate": { + "type": "triples_aggregate", + "kind": "OBJECT" }, "type": { - "type": "atom_type", + "type": "account_type", "kind": "SCALAR" + } + }, + "accounts_aggregate": { + "aggregate": { + "type": "accounts_aggregate_fields", + "kind": "OBJECT" }, - "updated_at": { - "type": "timestamptz", + "nodes": { + "type": "accounts", + "kind": "OBJECT" + } + }, + "accounts_aggregate_fields": { + "count": { + "type": "Int", "kind": "SCALAR" }, - "value_id": { + "max": { + "type": "accounts_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "accounts_min_fields", + "kind": "OBJECT" + } + }, + "accounts_max_fields": { + "atom_id": { "type": "String", "kind": "SCALAR" }, - "wallet_id": { + "id": { "type": "String", "kind": "SCALAR" - } - }, - "atoms_min_fields": { - "block_number": { - "type": "numeric", - "kind": "SCALAR" }, - "created_at": { - "type": "timestamptz", + "image": { + "type": "String", "kind": "SCALAR" }, - "creator_id": { + "label": { "type": "String", "kind": "SCALAR" }, - "data": { + "type": { + "type": "account_type", + "kind": "SCALAR" + } + }, + "accounts_min_fields": { + "atom_id": { "type": "String", "kind": "SCALAR" }, - "emoji": { + "id": { "type": "String", "kind": "SCALAR" }, @@ -1025,473 +1173,287 @@ "type": "String", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "type": { + "type": "account_type", "kind": "SCALAR" + } + }, + "atom_values": { + "account": { + "type": "accounts", + "kind": "OBJECT" }, - "raw_data": { + "account_id": { "type": "String", "kind": "SCALAR" }, - "resolving_status": { - "type": "atom_resolving_status", - "kind": "SCALAR" + "atom": { + "type": "atoms", + "kind": "OBJECT" }, - "term_id": { + "book": { + "type": "books", + "kind": "OBJECT" + }, + "book_id": { "type": "String", "kind": "SCALAR" }, - "transaction_hash": { + "byte_object": { + "type": "byte_object", + "kind": "OBJECT" + }, + "byte_object_id": { "type": "String", "kind": "SCALAR" }, - "type": { - "type": "atom_type", - "kind": "SCALAR" + "caip10": { + "type": "caip10", + "kind": "OBJECT" }, - "updated_at": { - "type": "timestamptz", + "caip10_id": { + "type": "String", "kind": "SCALAR" }, - "value_id": { + "id": { "type": "String", "kind": "SCALAR" }, - "wallet_id": { + "json_object": { + "type": "json_objects", + "kind": "OBJECT" + }, + "json_object_id": { "type": "String", "kind": "SCALAR" - } - }, - "atoms_stddev_fields": { - "block_number": { - "type": "Float", - "kind": "SCALAR" }, - "log_index": { - "type": "Float", - "kind": "SCALAR" - } - }, - "atoms_stddev_pop_fields": { - "block_number": { - "type": "Float", - "kind": "SCALAR" - }, - "log_index": { - "type": "Float", - "kind": "SCALAR" - } - }, - "atoms_stddev_samp_fields": { - "block_number": { - "type": "Float", - "kind": "SCALAR" - }, - "log_index": { - "type": "Float", - "kind": "SCALAR" - } - }, - "atoms_sum_fields": { - "block_number": { - "type": "numeric", - "kind": "SCALAR" - }, - "log_index": { - "type": "bigint", - "kind": "SCALAR" - } - }, - "atoms_var_pop_fields": { - "block_number": { - "type": "Float", - "kind": "SCALAR" - }, - "log_index": { - "type": "Float", - "kind": "SCALAR" - } - }, - "atoms_var_samp_fields": { - "block_number": { - "type": "Float", - "kind": "SCALAR" - }, - "log_index": { - "type": "Float", - "kind": "SCALAR" - } - }, - "atoms_variance_fields": { - "block_number": { - "type": "Float", + "organization": { + "type": "organizations", + "kind": "OBJECT" + }, + "organization_id": { + "type": "String", "kind": "SCALAR" }, - "log_index": { - "type": "Float", - "kind": "SCALAR" - } - }, - "books": { - "atom": { - "type": "atoms", + "person": { + "type": "persons", "kind": "OBJECT" }, - "description": { + "person_id": { "type": "String", "kind": "SCALAR" }, - "genre": { - "type": "String", - "kind": "SCALAR" + "text_object": { + "type": "text_objects", + "kind": "OBJECT" }, - "id": { + "text_object_id": { "type": "String", "kind": "SCALAR" }, - "name": { - "type": "String", - "kind": "SCALAR" + "thing": { + "type": "things", + "kind": "OBJECT" }, - "url": { + "thing_id": { "type": "String", "kind": "SCALAR" } }, - "books_aggregate": { + "atom_values_aggregate": { "aggregate": { - "type": "books_aggregate_fields", + "type": "atom_values_aggregate_fields", "kind": "OBJECT" }, "nodes": { - "type": "books", + "type": "atom_values", "kind": "OBJECT" } }, - "books_aggregate_fields": { + "atom_values_aggregate_fields": { "count": { "type": "Int", "kind": "SCALAR" }, "max": { - "type": "books_max_fields", + "type": "atom_values_max_fields", "kind": "OBJECT" }, "min": { - "type": "books_min_fields", + "type": "atom_values_min_fields", "kind": "OBJECT" } }, - "books_max_fields": { - "description": { + "atom_values_max_fields": { + "account_id": { "type": "String", "kind": "SCALAR" }, - "genre": { + "book_id": { "type": "String", "kind": "SCALAR" }, - "id": { + "byte_object_id": { "type": "String", "kind": "SCALAR" }, - "name": { + "caip10_id": { "type": "String", "kind": "SCALAR" }, - "url": { + "id": { "type": "String", "kind": "SCALAR" - } - }, - "books_min_fields": { - "description": { + }, + "json_object_id": { "type": "String", "kind": "SCALAR" }, - "genre": { + "organization_id": { "type": "String", "kind": "SCALAR" }, - "id": { + "person_id": { "type": "String", "kind": "SCALAR" }, - "name": { + "text_object_id": { "type": "String", "kind": "SCALAR" }, - "url": { + "thing_id": { "type": "String", "kind": "SCALAR" } }, - "byte_object": { - "atom": { - "type": "atoms", - "kind": "OBJECT" - }, - "data": { - "type": "bytea", + "atom_values_min_fields": { + "account_id": { + "type": "String", "kind": "SCALAR" }, - "id": { + "book_id": { "type": "String", "kind": "SCALAR" - } - }, - "byte_object_aggregate": { - "aggregate": { - "type": "byte_object_aggregate_fields", - "kind": "OBJECT" }, - "nodes": { - "type": "byte_object", - "kind": "OBJECT" - } - }, - "byte_object_aggregate_fields": { - "count": { - "type": "Int", + "byte_object_id": { + "type": "String", "kind": "SCALAR" }, - "max": { - "type": "byte_object_max_fields", - "kind": "OBJECT" - }, - "min": { - "type": "byte_object_min_fields", - "kind": "OBJECT" - } - }, - "byte_object_max_fields": { - "id": { + "caip10_id": { "type": "String", "kind": "SCALAR" - } - }, - "byte_object_min_fields": { + }, "id": { "type": "String", "kind": "SCALAR" - } - }, - "cached_images_cached_image": { - "created_at": { - "type": "timestamptz", - "kind": "SCALAR" }, - "model": { + "json_object_id": { "type": "String", "kind": "SCALAR" }, - "original_url": { + "organization_id": { "type": "String", "kind": "SCALAR" }, - "safe": { - "type": "Boolean", - "kind": "SCALAR" - }, - "score": { - "type": "jsonb", - "kind": "SCALAR" - }, - "url": { - "type": "String", - "kind": "SCALAR" - } - }, - "caip10": { - "account_address": { + "person_id": { "type": "String", "kind": "SCALAR" }, - "atom": { - "type": "atoms", - "kind": "OBJECT" - }, - "chain_id": { - "type": "Int", - "kind": "SCALAR" - }, - "id": { + "text_object_id": { "type": "String", "kind": "SCALAR" }, - "namespace": { + "thing_id": { "type": "String", "kind": "SCALAR" } }, - "caip10_aggregate": { - "aggregate": { - "type": "caip10_aggregate_fields", + "atoms": { + "accounts": { + "type": "accounts", "kind": "OBJECT" }, - "nodes": { - "type": "caip10", - "kind": "OBJECT" - } - }, - "caip10_aggregate_fields": { - "avg": { - "type": "caip10_avg_fields", + "accounts_aggregate": { + "type": "accounts_aggregate", "kind": "OBJECT" }, - "count": { - "type": "Int", - "kind": "SCALAR" + "as_object_predicate_objects": { + "type": "predicate_objects", + "kind": "OBJECT" }, - "max": { - "type": "caip10_max_fields", + "as_object_predicate_objects_aggregate": { + "type": "predicate_objects_aggregate", "kind": "OBJECT" }, - "min": { - "type": "caip10_min_fields", + "as_object_triples": { + "type": "triples", "kind": "OBJECT" }, - "stddev": { - "type": "caip10_stddev_fields", + "as_object_triples_aggregate": { + "type": "triples_aggregate", "kind": "OBJECT" }, - "stddev_pop": { - "type": "caip10_stddev_pop_fields", + "as_predicate_predicate_objects": { + "type": "predicate_objects", "kind": "OBJECT" }, - "stddev_samp": { - "type": "caip10_stddev_samp_fields", + "as_predicate_predicate_objects_aggregate": { + "type": "predicate_objects_aggregate", "kind": "OBJECT" }, - "sum": { - "type": "caip10_sum_fields", + "as_predicate_triples": { + "type": "triples", "kind": "OBJECT" }, - "var_pop": { - "type": "caip10_var_pop_fields", + "as_predicate_triples_aggregate": { + "type": "triples_aggregate", "kind": "OBJECT" }, - "var_samp": { - "type": "caip10_var_samp_fields", + "as_subject_triples": { + "type": "triples", "kind": "OBJECT" }, - "variance": { - "type": "caip10_variance_fields", + "as_subject_triples_aggregate": { + "type": "triples_aggregate", "kind": "OBJECT" - } - }, - "caip10_avg_fields": { - "chain_id": { - "type": "Float", - "kind": "SCALAR" - } - }, - "caip10_max_fields": { - "account_address": { - "type": "String", - "kind": "SCALAR" }, - "chain_id": { - "type": "Int", + "block_number": { + "type": "numeric", "kind": "SCALAR" }, - "id": { - "type": "String", - "kind": "SCALAR" + "cached_image": { + "type": "cached_images_cached_image", + "kind": "OBJECT" }, - "namespace": { - "type": "String", - "kind": "SCALAR" - } - }, - "caip10_min_fields": { - "account_address": { - "type": "String", - "kind": "SCALAR" + "controller": { + "type": "accounts", + "kind": "OBJECT" }, - "chain_id": { - "type": "Int", + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "id": { - "type": "String", - "kind": "SCALAR" + "creator": { + "type": "accounts", + "kind": "OBJECT" }, - "namespace": { + "creator_id": { "type": "String", "kind": "SCALAR" - } - }, - "caip10_stddev_fields": { - "chain_id": { - "type": "Float", - "kind": "SCALAR" - } - }, - "caip10_stddev_pop_fields": { - "chain_id": { - "type": "Float", - "kind": "SCALAR" - } - }, - "caip10_stddev_samp_fields": { - "chain_id": { - "type": "Float", - "kind": "SCALAR" - } - }, - "caip10_sum_fields": { - "chain_id": { - "type": "Int", - "kind": "SCALAR" - } - }, - "caip10_var_pop_fields": { - "chain_id": { - "type": "Float", - "kind": "SCALAR" - } - }, - "caip10_var_samp_fields": { - "chain_id": { - "type": "Float", - "kind": "SCALAR" - } - }, - "caip10_variance_fields": { - "chain_id": { - "type": "Float", - "kind": "SCALAR" - } - }, - "chainlink_prices": { - "id": { - "type": "numeric", - "kind": "SCALAR" - }, - "usd": { - "type": "float8", - "kind": "SCALAR" - } - }, - "deposits": { - "assets_after_fees": { - "type": "numeric", - "kind": "SCALAR" }, - "block_number": { - "type": "numeric", + "data": { + "type": "String", "kind": "SCALAR" }, - "created_at": { - "type": "timestamptz", + "emoji": { + "type": "String", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", + "image": { + "type": "String", "kind": "SCALAR" }, - "id": { + "label": { "type": "String", "kind": "SCALAR" }, @@ -1499,26 +1461,30 @@ "type": "bigint", "kind": "SCALAR" }, - "receiver": { - "type": "accounts", + "positions": { + "type": "positions", "kind": "OBJECT" }, - "receiver_id": { - "type": "String", - "kind": "SCALAR" - }, - "sender": { - "type": "accounts", + "positions_aggregate": { + "type": "positions_aggregate", "kind": "OBJECT" }, - "sender_id": { + "raw_data": { "type": "String", "kind": "SCALAR" }, - "shares": { - "type": "numeric", + "resolving_status": { + "type": "atom_resolving_status", "kind": "SCALAR" }, + "signals": { + "type": "signals", + "kind": "OBJECT" + }, + "signals_aggregate": { + "type": "signals_aggregate", + "kind": "OBJECT" + }, "term": { "type": "terms", "kind": "OBJECT" @@ -1527,36 +1493,44 @@ "type": "String", "kind": "SCALAR" }, - "total_shares": { - "type": "numeric", - "kind": "SCALAR" - }, "transaction_hash": { "type": "String", "kind": "SCALAR" }, - "vault": { - "type": "vaults", + "type": { + "type": "atom_type", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "value": { + "type": "atom_values", "kind": "OBJECT" }, - "vault_type": { - "type": "vault_type", + "value_id": { + "type": "String", + "kind": "SCALAR" + }, + "wallet_id": { + "type": "String", "kind": "SCALAR" } }, - "deposits_aggregate": { + "atoms_aggregate": { "aggregate": { - "type": "deposits_aggregate_fields", + "type": "atoms_aggregate_fields", "kind": "OBJECT" }, "nodes": { - "type": "deposits", + "type": "atoms", "kind": "OBJECT" } }, - "deposits_aggregate_fields": { + "atoms_aggregate_fields": { "avg": { - "type": "deposits_avg_fields", + "type": "atoms_avg_fields", "kind": "OBJECT" }, "count": { @@ -1564,73 +1538,53 @@ "kind": "SCALAR" }, "max": { - "type": "deposits_max_fields", + "type": "atoms_max_fields", "kind": "OBJECT" }, "min": { - "type": "deposits_min_fields", + "type": "atoms_min_fields", "kind": "OBJECT" }, "stddev": { - "type": "deposits_stddev_fields", + "type": "atoms_stddev_fields", "kind": "OBJECT" }, "stddev_pop": { - "type": "deposits_stddev_pop_fields", + "type": "atoms_stddev_pop_fields", "kind": "OBJECT" }, "stddev_samp": { - "type": "deposits_stddev_samp_fields", + "type": "atoms_stddev_samp_fields", "kind": "OBJECT" }, "sum": { - "type": "deposits_sum_fields", + "type": "atoms_sum_fields", "kind": "OBJECT" }, "var_pop": { - "type": "deposits_var_pop_fields", + "type": "atoms_var_pop_fields", "kind": "OBJECT" }, "var_samp": { - "type": "deposits_var_samp_fields", + "type": "atoms_var_samp_fields", "kind": "OBJECT" }, "variance": { - "type": "deposits_variance_fields", + "type": "atoms_variance_fields", "kind": "OBJECT" } }, - "deposits_avg_fields": { - "assets_after_fees": { - "type": "Float", - "kind": "SCALAR" - }, + "atoms_avg_fields": { "block_number": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", - "kind": "SCALAR" - }, "log_index": { "type": "Float", "kind": "SCALAR" - }, - "shares": { - "type": "Float", - "kind": "SCALAR" - }, - "total_shares": { - "type": "Float", - "kind": "SCALAR" } }, - "deposits_max_fields": { - "assets_after_fees": { - "type": "numeric", - "kind": "SCALAR" - }, + "atoms_max_fields": { "block_number": { "type": "numeric", "kind": "SCALAR" @@ -1639,52 +1593,64 @@ "type": "timestamptz", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", + "creator_id": { + "type": "String", "kind": "SCALAR" }, - "id": { + "data": { "type": "String", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "emoji": { + "type": "String", "kind": "SCALAR" }, - "receiver_id": { + "image": { "type": "String", "kind": "SCALAR" }, - "sender_id": { + "label": { "type": "String", "kind": "SCALAR" }, - "shares": { - "type": "numeric", + "log_index": { + "type": "bigint", "kind": "SCALAR" }, - "term_id": { + "raw_data": { "type": "String", "kind": "SCALAR" }, - "total_shares": { - "type": "numeric", + "resolving_status": { + "type": "atom_resolving_status", + "kind": "SCALAR" + }, + "term_id": { + "type": "String", "kind": "SCALAR" }, "transaction_hash": { "type": "String", "kind": "SCALAR" }, - "vault_type": { - "type": "vault_type", + "type": { + "type": "atom_type", "kind": "SCALAR" - } - }, - "deposits_min_fields": { - "assets_after_fees": { - "type": "numeric", + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "value_id": { + "type": "String", "kind": "SCALAR" }, + "wallet_id": { + "type": "String", + "kind": "SCALAR" + } + }, + "atoms_min_fields": { "block_number": { "type": "numeric", "kind": "SCALAR" @@ -1693,259 +1659,143 @@ "type": "timestamptz", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", + "creator_id": { + "type": "String", "kind": "SCALAR" }, - "id": { + "data": { "type": "String", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "emoji": { + "type": "String", "kind": "SCALAR" }, - "receiver_id": { + "image": { "type": "String", "kind": "SCALAR" }, - "sender_id": { + "label": { "type": "String", "kind": "SCALAR" }, - "shares": { - "type": "numeric", + "log_index": { + "type": "bigint", "kind": "SCALAR" }, - "term_id": { + "raw_data": { "type": "String", "kind": "SCALAR" }, - "total_shares": { - "type": "numeric", + "resolving_status": { + "type": "atom_resolving_status", "kind": "SCALAR" }, - "transaction_hash": { + "term_id": { "type": "String", "kind": "SCALAR" }, - "vault_type": { - "type": "vault_type", - "kind": "SCALAR" - } - }, - "deposits_stddev_fields": { - "assets_after_fees": { - "type": "Float", - "kind": "SCALAR" - }, - "block_number": { - "type": "Float", + "transaction_hash": { + "type": "String", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "type": { + "type": "atom_type", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "updated_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "shares": { - "type": "Float", + "value_id": { + "type": "String", "kind": "SCALAR" }, - "total_shares": { - "type": "Float", + "wallet_id": { + "type": "String", "kind": "SCALAR" } }, - "deposits_stddev_pop_fields": { - "assets_after_fees": { - "type": "Float", - "kind": "SCALAR" - }, + "atoms_stddev_fields": { "block_number": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", - "kind": "SCALAR" - }, "log_index": { "type": "Float", "kind": "SCALAR" - }, - "shares": { - "type": "Float", - "kind": "SCALAR" - }, - "total_shares": { - "type": "Float", - "kind": "SCALAR" } }, - "deposits_stddev_samp_fields": { - "assets_after_fees": { - "type": "Float", - "kind": "SCALAR" - }, + "atoms_stddev_pop_fields": { "block_number": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", - "kind": "SCALAR" - }, "log_index": { "type": "Float", "kind": "SCALAR" - }, - "shares": { + } + }, + "atoms_stddev_samp_fields": { + "block_number": { "type": "Float", "kind": "SCALAR" }, - "total_shares": { + "log_index": { "type": "Float", "kind": "SCALAR" } }, - "deposits_sum_fields": { - "assets_after_fees": { - "type": "numeric", - "kind": "SCALAR" - }, + "atoms_sum_fields": { "block_number": { "type": "numeric", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", - "kind": "SCALAR" - }, "log_index": { "type": "bigint", "kind": "SCALAR" - }, - "shares": { - "type": "numeric", - "kind": "SCALAR" - }, - "total_shares": { - "type": "numeric", - "kind": "SCALAR" } }, - "deposits_var_pop_fields": { - "assets_after_fees": { - "type": "Float", - "kind": "SCALAR" - }, + "atoms_var_pop_fields": { "block_number": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", - "kind": "SCALAR" - }, "log_index": { "type": "Float", "kind": "SCALAR" - }, - "shares": { - "type": "Float", - "kind": "SCALAR" - }, - "total_shares": { - "type": "Float", - "kind": "SCALAR" } }, - "deposits_var_samp_fields": { - "assets_after_fees": { - "type": "Float", - "kind": "SCALAR" - }, + "atoms_var_samp_fields": { "block_number": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", - "kind": "SCALAR" - }, "log_index": { "type": "Float", "kind": "SCALAR" - }, - "shares": { - "type": "Float", - "kind": "SCALAR" - }, - "total_shares": { - "type": "Float", - "kind": "SCALAR" } }, - "deposits_variance_fields": { - "assets_after_fees": { - "type": "Float", - "kind": "SCALAR" - }, + "atoms_variance_fields": { "block_number": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", - "kind": "SCALAR" - }, "log_index": { "type": "Float", "kind": "SCALAR" - }, - "shares": { - "type": "Float", - "kind": "SCALAR" - }, - "total_shares": { - "type": "Float", - "kind": "SCALAR" } }, - "events": { + "books": { "atom": { "type": "atoms", "kind": "OBJECT" }, - "atom_id": { - "type": "String", - "kind": "SCALAR" - }, - "block_number": { - "type": "numeric", - "kind": "SCALAR" - }, - "created_at": { - "type": "timestamptz", - "kind": "SCALAR" - }, - "deposit": { - "type": "deposits", - "kind": "OBJECT" - }, - "deposit_id": { + "description": { "type": "String", "kind": "SCALAR" }, - "fee_transfer": { - "type": "fee_transfers", - "kind": "OBJECT" - }, - "fee_transfer_id": { + "genre": { "type": "String", "kind": "SCALAR" }, @@ -1953,153 +1803,67 @@ "type": "String", "kind": "SCALAR" }, - "redemption": { - "type": "redemptions", - "kind": "OBJECT" - }, - "redemption_id": { - "type": "String", - "kind": "SCALAR" - }, - "transaction_hash": { + "name": { "type": "String", "kind": "SCALAR" }, - "triple": { - "type": "triples", - "kind": "OBJECT" - }, - "triple_id": { + "url": { "type": "String", "kind": "SCALAR" - }, - "type": { - "type": "event_type", - "kind": "SCALAR" } }, - "events_aggregate": { + "books_aggregate": { "aggregate": { - "type": "events_aggregate_fields", + "type": "books_aggregate_fields", "kind": "OBJECT" }, "nodes": { - "type": "events", + "type": "books", "kind": "OBJECT" } }, - "events_aggregate_fields": { - "avg": { - "type": "events_avg_fields", - "kind": "OBJECT" - }, + "books_aggregate_fields": { "count": { "type": "Int", "kind": "SCALAR" }, "max": { - "type": "events_max_fields", + "type": "books_max_fields", "kind": "OBJECT" }, "min": { - "type": "events_min_fields", + "type": "books_min_fields", "kind": "OBJECT" + } + }, + "books_max_fields": { + "description": { + "type": "String", + "kind": "SCALAR" }, - "stddev": { - "type": "events_stddev_fields", - "kind": "OBJECT" - }, - "stddev_pop": { - "type": "events_stddev_pop_fields", - "kind": "OBJECT" - }, - "stddev_samp": { - "type": "events_stddev_samp_fields", - "kind": "OBJECT" - }, - "sum": { - "type": "events_sum_fields", - "kind": "OBJECT" - }, - "var_pop": { - "type": "events_var_pop_fields", - "kind": "OBJECT" - }, - "var_samp": { - "type": "events_var_samp_fields", - "kind": "OBJECT" - }, - "variance": { - "type": "events_variance_fields", - "kind": "OBJECT" - } - }, - "events_avg_fields": { - "block_number": { - "type": "Float", - "kind": "SCALAR" - } - }, - "events_max_fields": { - "atom_id": { - "type": "String", - "kind": "SCALAR" - }, - "block_number": { - "type": "numeric", - "kind": "SCALAR" - }, - "created_at": { - "type": "timestamptz", - "kind": "SCALAR" - }, - "deposit_id": { - "type": "String", - "kind": "SCALAR" - }, - "fee_transfer_id": { - "type": "String", - "kind": "SCALAR" + "genre": { + "type": "String", + "kind": "SCALAR" }, "id": { "type": "String", "kind": "SCALAR" }, - "redemption_id": { - "type": "String", - "kind": "SCALAR" - }, - "transaction_hash": { + "name": { "type": "String", "kind": "SCALAR" }, - "triple_id": { + "url": { "type": "String", "kind": "SCALAR" - }, - "type": { - "type": "event_type", - "kind": "SCALAR" } }, - "events_min_fields": { - "atom_id": { - "type": "String", - "kind": "SCALAR" - }, - "block_number": { - "type": "numeric", - "kind": "SCALAR" - }, - "created_at": { - "type": "timestamptz", - "kind": "SCALAR" - }, - "deposit_id": { + "books_min_fields": { + "description": { "type": "String", "kind": "SCALAR" }, - "fee_transfer_id": { + "genre": { "type": "String", "kind": "SCALAR" }, @@ -2107,116 +1871,126 @@ "type": "String", "kind": "SCALAR" }, - "redemption_id": { + "name": { "type": "String", "kind": "SCALAR" }, - "transaction_hash": { + "url": { "type": "String", "kind": "SCALAR" + } + }, + "byte_object": { + "atom": { + "type": "atoms", + "kind": "OBJECT" }, - "triple_id": { - "type": "String", + "data": { + "type": "bytea", "kind": "SCALAR" }, - "type": { - "type": "event_type", - "kind": "SCALAR" - } - }, - "events_stddev_fields": { - "block_number": { - "type": "Float", + "id": { + "type": "String", "kind": "SCALAR" } }, - "events_stddev_pop_fields": { - "block_number": { - "type": "Float", - "kind": "SCALAR" + "byte_object_aggregate": { + "aggregate": { + "type": "byte_object_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "byte_object", + "kind": "OBJECT" } }, - "events_stddev_samp_fields": { - "block_number": { - "type": "Float", + "byte_object_aggregate_fields": { + "count": { + "type": "Int", "kind": "SCALAR" + }, + "max": { + "type": "byte_object_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "byte_object_min_fields", + "kind": "OBJECT" } }, - "events_sum_fields": { - "block_number": { - "type": "numeric", + "byte_object_max_fields": { + "id": { + "type": "String", "kind": "SCALAR" } }, - "events_var_pop_fields": { - "block_number": { - "type": "Float", + "byte_object_min_fields": { + "id": { + "type": "String", "kind": "SCALAR" } }, - "events_var_samp_fields": { - "block_number": { - "type": "Float", + "cached_images_cached_image": { + "created_at": { + "type": "timestamptz", "kind": "SCALAR" - } - }, - "events_variance_fields": { - "block_number": { - "type": "Float", + }, + "model": { + "type": "String", "kind": "SCALAR" - } - }, - "fee_transfers": { - "amount": { - "type": "numeric", + }, + "original_url": { + "type": "String", "kind": "SCALAR" }, - "block_number": { - "type": "numeric", + "safe": { + "type": "Boolean", "kind": "SCALAR" }, - "created_at": { - "type": "timestamptz", + "score": { + "type": "jsonb", "kind": "SCALAR" }, - "id": { + "url": { "type": "String", "kind": "SCALAR" - }, - "receiver": { - "type": "accounts", - "kind": "OBJECT" - }, - "receiver_id": { + } + }, + "caip10": { + "account_address": { "type": "String", "kind": "SCALAR" }, - "sender": { - "type": "accounts", + "atom": { + "type": "atoms", "kind": "OBJECT" }, - "sender_id": { + "chain_id": { + "type": "Int", + "kind": "SCALAR" + }, + "id": { "type": "String", "kind": "SCALAR" }, - "transaction_hash": { + "namespace": { "type": "String", "kind": "SCALAR" } }, - "fee_transfers_aggregate": { + "caip10_aggregate": { "aggregate": { - "type": "fee_transfers_aggregate_fields", + "type": "caip10_aggregate_fields", "kind": "OBJECT" }, "nodes": { - "type": "fee_transfers", + "type": "caip10", "kind": "OBJECT" } }, - "fee_transfers_aggregate_fields": { + "caip10_aggregate_fields": { "avg": { - "type": "fee_transfers_avg_fields", + "type": "caip10_avg_fields", "kind": "OBJECT" }, "count": { @@ -2224,789 +1998,713 @@ "kind": "SCALAR" }, "max": { - "type": "fee_transfers_max_fields", + "type": "caip10_max_fields", "kind": "OBJECT" }, "min": { - "type": "fee_transfers_min_fields", + "type": "caip10_min_fields", "kind": "OBJECT" }, "stddev": { - "type": "fee_transfers_stddev_fields", + "type": "caip10_stddev_fields", "kind": "OBJECT" }, "stddev_pop": { - "type": "fee_transfers_stddev_pop_fields", + "type": "caip10_stddev_pop_fields", "kind": "OBJECT" }, "stddev_samp": { - "type": "fee_transfers_stddev_samp_fields", + "type": "caip10_stddev_samp_fields", "kind": "OBJECT" }, "sum": { - "type": "fee_transfers_sum_fields", + "type": "caip10_sum_fields", "kind": "OBJECT" }, "var_pop": { - "type": "fee_transfers_var_pop_fields", + "type": "caip10_var_pop_fields", "kind": "OBJECT" }, "var_samp": { - "type": "fee_transfers_var_samp_fields", + "type": "caip10_var_samp_fields", "kind": "OBJECT" }, "variance": { - "type": "fee_transfers_variance_fields", + "type": "caip10_variance_fields", "kind": "OBJECT" } }, - "fee_transfers_avg_fields": { - "amount": { - "type": "Float", - "kind": "SCALAR" - }, - "block_number": { + "caip10_avg_fields": { + "chain_id": { "type": "Float", "kind": "SCALAR" } }, - "fee_transfers_max_fields": { - "amount": { - "type": "numeric", - "kind": "SCALAR" - }, - "block_number": { - "type": "numeric", + "caip10_max_fields": { + "account_address": { + "type": "String", "kind": "SCALAR" }, - "created_at": { - "type": "timestamptz", + "chain_id": { + "type": "Int", "kind": "SCALAR" }, "id": { "type": "String", "kind": "SCALAR" }, - "receiver_id": { + "namespace": { "type": "String", "kind": "SCALAR" - }, - "sender_id": { + } + }, + "caip10_min_fields": { + "account_address": { "type": "String", "kind": "SCALAR" }, - "transaction_hash": { - "type": "String", - "kind": "SCALAR" - } - }, - "fee_transfers_min_fields": { - "amount": { - "type": "numeric", - "kind": "SCALAR" - }, - "block_number": { - "type": "numeric", - "kind": "SCALAR" - }, - "created_at": { - "type": "timestamptz", + "chain_id": { + "type": "Int", "kind": "SCALAR" }, "id": { "type": "String", "kind": "SCALAR" }, - "receiver_id": { - "type": "String", - "kind": "SCALAR" - }, - "sender_id": { - "type": "String", - "kind": "SCALAR" - }, - "transaction_hash": { + "namespace": { "type": "String", "kind": "SCALAR" } }, - "fee_transfers_stddev_fields": { - "amount": { + "caip10_stddev_fields": { + "chain_id": { "type": "Float", "kind": "SCALAR" - }, - "block_number": { + } + }, + "caip10_stddev_pop_fields": { + "chain_id": { "type": "Float", "kind": "SCALAR" } }, - "fee_transfers_stddev_pop_fields": { - "amount": { + "caip10_stddev_samp_fields": { + "chain_id": { "type": "Float", "kind": "SCALAR" - }, - "block_number": { + } + }, + "caip10_sum_fields": { + "chain_id": { + "type": "Int", + "kind": "SCALAR" + } + }, + "caip10_var_pop_fields": { + "chain_id": { "type": "Float", "kind": "SCALAR" } }, - "fee_transfers_stddev_samp_fields": { - "amount": { + "caip10_var_samp_fields": { + "chain_id": { "type": "Float", "kind": "SCALAR" - }, - "block_number": { + } + }, + "caip10_variance_fields": { + "chain_id": { "type": "Float", "kind": "SCALAR" } }, - "fee_transfers_sum_fields": { - "amount": { + "chainlink_prices": { + "id": { "type": "numeric", "kind": "SCALAR" }, - "block_number": { - "type": "numeric", + "usd": { + "type": "float8", "kind": "SCALAR" } }, - "fee_transfers_var_pop_fields": { - "amount": { - "type": "Float", + "deposits": { + "assets_after_fees": { + "type": "numeric", "kind": "SCALAR" }, "block_number": { - "type": "Float", + "type": "numeric", "kind": "SCALAR" - } - }, - "fee_transfers_var_samp_fields": { - "amount": { - "type": "Float", + }, + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "block_number": { - "type": "Float", + "curve_id": { + "type": "numeric", "kind": "SCALAR" - } - }, - "fee_transfers_variance_fields": { - "amount": { - "type": "Float", + }, + "id": { + "type": "String", "kind": "SCALAR" }, - "block_number": { - "type": "Float", + "log_index": { + "type": "bigint", "kind": "SCALAR" - } - }, - "json_objects": { - "atom": { - "type": "atoms", + }, + "receiver": { + "type": "accounts", "kind": "OBJECT" }, - "data": { - "type": "jsonb", + "receiver_id": { + "type": "String", "kind": "SCALAR" }, - "id": { + "sender": { + "type": "accounts", + "kind": "OBJECT" + }, + "sender_id": { + "type": "String", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "term": { + "type": "terms", + "kind": "OBJECT" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "total_shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_hash": { "type": "String", "kind": "SCALAR" + }, + "vault": { + "type": "vaults", + "kind": "OBJECT" + }, + "vault_type": { + "type": "vault_type", + "kind": "SCALAR" } }, - "json_objects_aggregate": { + "deposits_aggregate": { "aggregate": { - "type": "json_objects_aggregate_fields", + "type": "deposits_aggregate_fields", "kind": "OBJECT" }, "nodes": { - "type": "json_objects", + "type": "deposits", "kind": "OBJECT" } }, - "json_objects_aggregate_fields": { + "deposits_aggregate_fields": { + "avg": { + "type": "deposits_avg_fields", + "kind": "OBJECT" + }, "count": { "type": "Int", "kind": "SCALAR" }, "max": { - "type": "json_objects_max_fields", + "type": "deposits_max_fields", "kind": "OBJECT" }, "min": { - "type": "json_objects_min_fields", + "type": "deposits_min_fields", "kind": "OBJECT" - } - }, - "json_objects_max_fields": { - "id": { - "type": "String", - "kind": "SCALAR" - } - }, - "json_objects_min_fields": { - "id": { - "type": "String", - "kind": "SCALAR" - } - }, - "mutation_root": { - "pinOrganization": { - "type": "PinOutput", + }, + "stddev": { + "type": "deposits_stddev_fields", "kind": "OBJECT" }, - "pinPerson": { - "type": "PinOutput", + "stddev_pop": { + "type": "deposits_stddev_pop_fields", "kind": "OBJECT" }, - "pinThing": { - "type": "PinOutput", + "stddev_samp": { + "type": "deposits_stddev_samp_fields", "kind": "OBJECT" }, - "uploadImage": { - "type": "UploadImageFromUrlOutput", + "sum": { + "type": "deposits_sum_fields", "kind": "OBJECT" }, - "uploadImageFromUrl": { - "type": "UploadImageFromUrlOutput", + "var_pop": { + "type": "deposits_var_pop_fields", "kind": "OBJECT" }, - "uploadJsonToIpfs": { - "type": "UploadJsonToIpfsOutput", + "var_samp": { + "type": "deposits_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "deposits_variance_fields", "kind": "OBJECT" } }, - "organizations": { - "atom": { - "type": "atoms", - "kind": "OBJECT" - }, - "description": { - "type": "String", + "deposits_avg_fields": { + "assets_after_fees": { + "type": "Float", "kind": "SCALAR" }, - "email": { - "type": "String", + "block_number": { + "type": "Float", "kind": "SCALAR" }, - "id": { - "type": "String", + "curve_id": { + "type": "Float", "kind": "SCALAR" }, - "image": { - "type": "String", + "log_index": { + "type": "Float", "kind": "SCALAR" }, - "name": { - "type": "String", + "shares": { + "type": "Float", "kind": "SCALAR" }, - "url": { - "type": "String", + "total_shares": { + "type": "Float", "kind": "SCALAR" } }, - "organizations_aggregate": { - "aggregate": { - "type": "organizations_aggregate_fields", - "kind": "OBJECT" - }, - "nodes": { - "type": "organizations", - "kind": "OBJECT" - } - }, - "organizations_aggregate_fields": { - "count": { - "type": "Int", + "deposits_max_fields": { + "assets_after_fees": { + "type": "numeric", "kind": "SCALAR" }, - "max": { - "type": "organizations_max_fields", - "kind": "OBJECT" + "block_number": { + "type": "numeric", + "kind": "SCALAR" }, - "min": { - "type": "organizations_min_fields", - "kind": "OBJECT" - } - }, - "organizations_max_fields": { - "description": { - "type": "String", + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "email": { - "type": "String", + "curve_id": { + "type": "numeric", "kind": "SCALAR" }, "id": { "type": "String", "kind": "SCALAR" }, - "image": { - "type": "String", + "log_index": { + "type": "bigint", "kind": "SCALAR" }, - "name": { + "receiver_id": { "type": "String", "kind": "SCALAR" }, - "url": { - "type": "String", - "kind": "SCALAR" - } - }, - "organizations_min_fields": { - "description": { + "sender_id": { "type": "String", "kind": "SCALAR" }, - "email": { - "type": "String", + "shares": { + "type": "numeric", "kind": "SCALAR" }, - "id": { + "term_id": { "type": "String", "kind": "SCALAR" }, - "image": { - "type": "String", + "total_shares": { + "type": "numeric", "kind": "SCALAR" }, - "name": { + "transaction_hash": { "type": "String", "kind": "SCALAR" }, - "url": { - "type": "String", + "vault_type": { + "type": "vault_type", "kind": "SCALAR" } }, - "persons": { - "atom": { - "type": "atoms", - "kind": "OBJECT" - }, - "cached_image": { - "type": "cached_images_cached_image", - "kind": "OBJECT" - }, - "description": { - "type": "String", - "kind": "SCALAR" - }, - "email": { - "type": "String", - "kind": "SCALAR" - }, - "id": { - "type": "String", + "deposits_min_fields": { + "assets_after_fees": { + "type": "numeric", "kind": "SCALAR" }, - "identifier": { - "type": "String", + "block_number": { + "type": "numeric", "kind": "SCALAR" }, - "image": { - "type": "String", + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "name": { - "type": "String", + "curve_id": { + "type": "numeric", "kind": "SCALAR" }, - "url": { + "id": { "type": "String", "kind": "SCALAR" - } - }, - "persons_aggregate": { - "aggregate": { - "type": "persons_aggregate_fields", - "kind": "OBJECT" }, - "nodes": { - "type": "persons", - "kind": "OBJECT" - } - }, - "persons_aggregate_fields": { - "count": { - "type": "Int", + "log_index": { + "type": "bigint", "kind": "SCALAR" }, - "max": { - "type": "persons_max_fields", - "kind": "OBJECT" - }, - "min": { - "type": "persons_min_fields", - "kind": "OBJECT" - } - }, - "persons_max_fields": { - "description": { + "receiver_id": { "type": "String", "kind": "SCALAR" }, - "email": { + "sender_id": { "type": "String", "kind": "SCALAR" }, - "id": { - "type": "String", + "shares": { + "type": "numeric", "kind": "SCALAR" }, - "identifier": { + "term_id": { "type": "String", "kind": "SCALAR" }, - "image": { - "type": "String", + "total_shares": { + "type": "numeric", "kind": "SCALAR" }, - "name": { + "transaction_hash": { "type": "String", "kind": "SCALAR" }, - "url": { - "type": "String", + "vault_type": { + "type": "vault_type", "kind": "SCALAR" } }, - "persons_min_fields": { - "description": { - "type": "String", - "kind": "SCALAR" - }, - "email": { - "type": "String", + "deposits_stddev_fields": { + "assets_after_fees": { + "type": "Float", "kind": "SCALAR" }, - "id": { - "type": "String", + "block_number": { + "type": "Float", "kind": "SCALAR" }, - "identifier": { - "type": "String", + "curve_id": { + "type": "Float", "kind": "SCALAR" }, - "image": { - "type": "String", + "log_index": { + "type": "Float", "kind": "SCALAR" }, - "name": { - "type": "String", + "shares": { + "type": "Float", "kind": "SCALAR" }, - "url": { - "type": "String", + "total_shares": { + "type": "Float", "kind": "SCALAR" } }, - "pnl_leaderboard_entry": { - "account_id": { - "type": "String", + "deposits_stddev_pop_fields": { + "assets_after_fees": { + "type": "Float", "kind": "SCALAR" }, - "account_image": { - "type": "String", + "block_number": { + "type": "Float", "kind": "SCALAR" }, - "account_label": { - "type": "String", + "curve_id": { + "type": "Float", "kind": "SCALAR" }, - "active_position_count": { - "type": "bigint", + "log_index": { + "type": "Float", "kind": "SCALAR" }, - "best_trade_pnl_formatted": { - "type": "numeric", + "shares": { + "type": "Float", "kind": "SCALAR" }, - "best_trade_pnl_raw": { - "type": "numeric", + "total_shares": { + "type": "Float", "kind": "SCALAR" - }, - "current_equity_value_formatted": { - "type": "numeric", + } + }, + "deposits_stddev_samp_fields": { + "assets_after_fees": { + "type": "Float", "kind": "SCALAR" }, - "current_equity_value_raw": { - "type": "numeric", + "block_number": { + "type": "Float", "kind": "SCALAR" }, - "first_position_at": { - "type": "timestamptz", + "curve_id": { + "type": "Float", "kind": "SCALAR" }, - "last_activity_at": { - "type": "timestamptz", + "log_index": { + "type": "Float", "kind": "SCALAR" }, - "losing_positions": { - "type": "bigint", + "shares": { + "type": "Float", "kind": "SCALAR" }, - "pnl_change_formatted": { + "total_shares": { + "type": "Float", + "kind": "SCALAR" + } + }, + "deposits_sum_fields": { + "assets_after_fees": { "type": "numeric", "kind": "SCALAR" }, - "pnl_change_raw": { + "block_number": { "type": "numeric", "kind": "SCALAR" }, - "pnl_pct": { + "curve_id": { "type": "numeric", "kind": "SCALAR" }, - "rank": { + "log_index": { "type": "bigint", "kind": "SCALAR" }, - "realized_pnl_formatted": { + "shares": { "type": "numeric", "kind": "SCALAR" }, - "realized_pnl_raw": { + "total_shares": { "type": "numeric", "kind": "SCALAR" - }, - "redeemable_assets_formatted": { - "type": "numeric", + } + }, + "deposits_var_pop_fields": { + "assets_after_fees": { + "type": "Float", "kind": "SCALAR" }, - "redeemable_assets_raw": { - "type": "numeric", + "block_number": { + "type": "Float", "kind": "SCALAR" }, - "total_deposits_formatted": { - "type": "numeric", + "curve_id": { + "type": "Float", "kind": "SCALAR" }, - "total_deposits_raw": { - "type": "numeric", + "log_index": { + "type": "Float", "kind": "SCALAR" }, - "total_pnl_formatted": { - "type": "numeric", + "shares": { + "type": "Float", "kind": "SCALAR" }, - "total_pnl_raw": { - "type": "numeric", - "kind": "SCALAR" - }, - "total_position_count": { - "type": "bigint", - "kind": "SCALAR" - }, - "total_redemptions_formatted": { - "type": "numeric", - "kind": "SCALAR" - }, - "total_redemptions_raw": { - "type": "numeric", - "kind": "SCALAR" - }, - "total_volume_formatted": { - "type": "numeric", - "kind": "SCALAR" - }, - "total_volume_raw": { - "type": "numeric", + "total_shares": { + "type": "Float", "kind": "SCALAR" - }, - "unrealized_pnl_formatted": { - "type": "numeric", + } + }, + "deposits_var_samp_fields": { + "assets_after_fees": { + "type": "Float", "kind": "SCALAR" }, - "unrealized_pnl_raw": { - "type": "numeric", + "block_number": { + "type": "Float", "kind": "SCALAR" }, - "win_rate": { - "type": "numeric", + "curve_id": { + "type": "Float", "kind": "SCALAR" }, - "winning_positions": { - "type": "bigint", + "log_index": { + "type": "Float", "kind": "SCALAR" }, - "worst_trade_pnl_formatted": { - "type": "numeric", + "shares": { + "type": "Float", "kind": "SCALAR" }, - "worst_trade_pnl_raw": { - "type": "numeric", + "total_shares": { + "type": "Float", "kind": "SCALAR" } }, - "pnl_leaderboard_stats": { - "avg_pnl_formatted": { - "type": "numeric", - "kind": "SCALAR" - }, - "avg_pnl_raw": { - "type": "numeric", - "kind": "SCALAR" - }, - "avg_volume_formatted": { - "type": "numeric", + "deposits_variance_fields": { + "assets_after_fees": { + "type": "Float", "kind": "SCALAR" }, - "avg_volume_raw": { - "type": "numeric", + "block_number": { + "type": "Float", "kind": "SCALAR" }, - "median_pnl_formatted": { - "type": "numeric", + "curve_id": { + "type": "Float", "kind": "SCALAR" }, - "median_pnl_raw": { - "type": "numeric", + "log_index": { + "type": "Float", "kind": "SCALAR" }, - "profitable_pct": { - "type": "numeric", + "shares": { + "type": "Float", "kind": "SCALAR" }, - "profitable_traders": { - "type": "bigint", + "total_shares": { + "type": "Float", "kind": "SCALAR" + } + }, + "events": { + "atom": { + "type": "atoms", + "kind": "OBJECT" }, - "total_pnl_sum_formatted": { - "type": "numeric", + "atom_id": { + "type": "String", "kind": "SCALAR" }, - "total_pnl_sum_raw": { + "block_number": { "type": "numeric", "kind": "SCALAR" }, - "total_traders": { - "type": "bigint", + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "total_volume_formatted": { - "type": "numeric", - "kind": "SCALAR" + "deposit": { + "type": "deposits", + "kind": "OBJECT" }, - "total_volume_raw": { - "type": "numeric", + "deposit_id": { + "type": "String", "kind": "SCALAR" }, - "unprofitable_traders": { - "type": "bigint", - "kind": "SCALAR" - } - }, - "position_change_daily": { - "account": { - "type": "accounts", + "fee_transfer": { + "type": "fee_transfers", "kind": "OBJECT" }, - "account_id": { + "fee_transfer_id": { "type": "String", "kind": "SCALAR" }, - "assets_in_period": { - "type": "numeric", + "id": { + "type": "String", "kind": "SCALAR" }, - "assets_out_period": { - "type": "numeric", - "kind": "SCALAR" + "protocol_fee_accrued": { + "type": "protocol_fee_accruals", + "kind": "OBJECT" }, - "bucket": { - "type": "timestamptz", + "protocol_fee_accrued_id": { + "type": "String", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", + "redemption": { + "type": "redemptions", + "kind": "OBJECT" + }, + "redemption_id": { + "type": "String", "kind": "SCALAR" }, - "shares_delta_period": { - "type": "numeric", + "transaction_hash": { + "type": "String", "kind": "SCALAR" }, - "term": { - "type": "terms", + "triple": { + "type": "triples", "kind": "OBJECT" }, - "term_id": { + "triple_id": { "type": "String", "kind": "SCALAR" }, - "transaction_count": { - "type": "numeric", + "type": { + "type": "event_type", "kind": "SCALAR" + } + }, + "events_aggregate": { + "aggregate": { + "type": "events_aggregate_fields", + "kind": "OBJECT" }, - "vault": { - "type": "vaults", + "nodes": { + "type": "events", "kind": "OBJECT" } }, - "position_change_hourly": { - "account": { - "type": "accounts", + "events_aggregate_fields": { + "avg": { + "type": "events_avg_fields", "kind": "OBJECT" }, - "account_id": { - "type": "String", + "count": { + "type": "Int", "kind": "SCALAR" }, - "assets_in_period": { - "type": "numeric", - "kind": "SCALAR" + "max": { + "type": "events_max_fields", + "kind": "OBJECT" }, - "assets_out_period": { - "type": "numeric", - "kind": "SCALAR" + "min": { + "type": "events_min_fields", + "kind": "OBJECT" }, - "bucket": { - "type": "timestamptz", - "kind": "SCALAR" + "stddev": { + "type": "events_stddev_fields", + "kind": "OBJECT" }, - "curve_id": { - "type": "numeric", - "kind": "SCALAR" + "stddev_pop": { + "type": "events_stddev_pop_fields", + "kind": "OBJECT" }, - "shares_delta_period": { - "type": "numeric", - "kind": "SCALAR" + "stddev_samp": { + "type": "events_stddev_samp_fields", + "kind": "OBJECT" }, - "term": { - "type": "terms", + "sum": { + "type": "events_sum_fields", "kind": "OBJECT" }, - "term_id": { - "type": "String", - "kind": "SCALAR" + "var_pop": { + "type": "events_var_pop_fields", + "kind": "OBJECT" }, - "transaction_count": { - "type": "bigint", - "kind": "SCALAR" + "var_samp": { + "type": "events_var_samp_fields", + "kind": "OBJECT" }, - "vault": { - "type": "vaults", + "variance": { + "type": "events_variance_fields", "kind": "OBJECT" } }, - "position_changes": { - "account": { - "type": "accounts", - "kind": "OBJECT" - }, - "account_id": { - "type": "String", - "kind": "SCALAR" - }, - "assets_in": { - "type": "numeric", + "events_avg_fields": { + "block_number": { + "type": "Float", "kind": "SCALAR" - }, - "assets_out": { - "type": "numeric", + } + }, + "events_max_fields": { + "atom_id": { + "type": "String", "kind": "SCALAR" }, "block_number": { @@ -3017,35 +2715,69 @@ "type": "timestamptz", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", - "kind": "SCALAR" - }, - "event_id": { + "deposit_id": { "type": "String", "kind": "SCALAR" }, - "event_type": { + "fee_transfer_id": { "type": "String", "kind": "SCALAR" }, "id": { - "type": "bigint", + "type": "String", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "protocol_fee_accrued_id": { + "type": "String", "kind": "SCALAR" }, - "shares_delta": { + "redemption_id": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + }, + "triple_id": { + "type": "String", + "kind": "SCALAR" + }, + "type": { + "type": "event_type", + "kind": "SCALAR" + } + }, + "events_min_fields": { + "atom_id": { + "type": "String", + "kind": "SCALAR" + }, + "block_number": { "type": "numeric", "kind": "SCALAR" }, - "term": { - "type": "terms", - "kind": "OBJECT" + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "term_id": { + "deposit_id": { + "type": "String", + "kind": "SCALAR" + }, + "fee_transfer_id": { + "type": "String", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "protocol_fee_accrued_id": { + "type": "String", + "kind": "SCALAR" + }, + "redemption_id": { "type": "String", "kind": "SCALAR" }, @@ -3053,24 +2785,108 @@ "type": "String", "kind": "SCALAR" }, - "vault": { - "type": "vaults", + "triple_id": { + "type": "String", + "kind": "SCALAR" + }, + "type": { + "type": "event_type", + "kind": "SCALAR" + } + }, + "events_stddev_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + } + }, + "events_stddev_pop_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + } + }, + "events_stddev_samp_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + } + }, + "events_sum_fields": { + "block_number": { + "type": "numeric", + "kind": "SCALAR" + } + }, + "events_var_pop_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + } + }, + "events_var_samp_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + } + }, + "events_variance_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + } + }, + "fee_transfers": { + "amount": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "receiver": { + "type": "accounts", + "kind": "OBJECT" + }, + "receiver_id": { + "type": "String", + "kind": "SCALAR" + }, + "sender": { + "type": "accounts", "kind": "OBJECT" + }, + "sender_id": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" } }, - "position_changes_aggregate": { + "fee_transfers_aggregate": { "aggregate": { - "type": "position_changes_aggregate_fields", + "type": "fee_transfers_aggregate_fields", "kind": "OBJECT" }, "nodes": { - "type": "position_changes", + "type": "fee_transfers", "kind": "OBJECT" } }, - "position_changes_aggregate_fields": { + "fee_transfers_aggregate_fields": { "avg": { - "type": "position_changes_avg_fields", + "type": "fee_transfers_avg_fields", "kind": "OBJECT" }, "count": { @@ -3078,82 +2894,54 @@ "kind": "SCALAR" }, "max": { - "type": "position_changes_max_fields", + "type": "fee_transfers_max_fields", "kind": "OBJECT" }, "min": { - "type": "position_changes_min_fields", + "type": "fee_transfers_min_fields", "kind": "OBJECT" }, "stddev": { - "type": "position_changes_stddev_fields", + "type": "fee_transfers_stddev_fields", "kind": "OBJECT" }, "stddev_pop": { - "type": "position_changes_stddev_pop_fields", + "type": "fee_transfers_stddev_pop_fields", "kind": "OBJECT" }, "stddev_samp": { - "type": "position_changes_stddev_samp_fields", + "type": "fee_transfers_stddev_samp_fields", "kind": "OBJECT" }, "sum": { - "type": "position_changes_sum_fields", + "type": "fee_transfers_sum_fields", "kind": "OBJECT" }, "var_pop": { - "type": "position_changes_var_pop_fields", + "type": "fee_transfers_var_pop_fields", "kind": "OBJECT" }, "var_samp": { - "type": "position_changes_var_samp_fields", + "type": "fee_transfers_var_samp_fields", "kind": "OBJECT" }, "variance": { - "type": "position_changes_variance_fields", + "type": "fee_transfers_variance_fields", "kind": "OBJECT" } }, - "position_changes_avg_fields": { - "assets_in": { - "type": "Float", - "kind": "SCALAR" - }, - "assets_out": { + "fee_transfers_avg_fields": { + "amount": { "type": "Float", "kind": "SCALAR" }, "block_number": { "type": "Float", "kind": "SCALAR" - }, - "curve_id": { - "type": "Float", - "kind": "SCALAR" - }, - "id": { - "type": "Float", - "kind": "SCALAR" - }, - "log_index": { - "type": "Float", - "kind": "SCALAR" - }, - "shares_delta": { - "type": "Float", - "kind": "SCALAR" } }, - "position_changes_max_fields": { - "account_id": { - "type": "String", - "kind": "SCALAR" - }, - "assets_in": { - "type": "numeric", - "kind": "SCALAR" - }, - "assets_out": { + "fee_transfers_max_fields": { + "amount": { "type": "numeric", "kind": "SCALAR" }, @@ -3165,31 +2953,15 @@ "type": "timestamptz", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", - "kind": "SCALAR" - }, - "event_id": { + "id": { "type": "String", "kind": "SCALAR" }, - "event_type": { + "receiver_id": { "type": "String", "kind": "SCALAR" }, - "id": { - "type": "bigint", - "kind": "SCALAR" - }, - "log_index": { - "type": "bigint", - "kind": "SCALAR" - }, - "shares_delta": { - "type": "numeric", - "kind": "SCALAR" - }, - "term_id": { + "sender_id": { "type": "String", "kind": "SCALAR" }, @@ -3198,16 +2970,8 @@ "kind": "SCALAR" } }, - "position_changes_min_fields": { - "account_id": { - "type": "String", - "kind": "SCALAR" - }, - "assets_in": { - "type": "numeric", - "kind": "SCALAR" - }, - "assets_out": { + "fee_transfers_min_fields": { + "amount": { "type": "numeric", "kind": "SCALAR" }, @@ -3219,1333 +2983,1299 @@ "type": "timestamptz", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", + "id": { + "type": "String", "kind": "SCALAR" }, - "event_id": { + "receiver_id": { "type": "String", "kind": "SCALAR" }, - "event_type": { + "sender_id": { "type": "String", "kind": "SCALAR" }, - "id": { - "type": "bigint", + "transaction_hash": { + "type": "String", "kind": "SCALAR" - }, - "log_index": { - "type": "bigint", + } + }, + "fee_transfers_stddev_fields": { + "amount": { + "type": "Float", "kind": "SCALAR" }, - "shares_delta": { - "type": "numeric", + "block_number": { + "type": "Float", "kind": "SCALAR" - }, - "term_id": { - "type": "String", + } + }, + "fee_transfers_stddev_pop_fields": { + "amount": { + "type": "Float", "kind": "SCALAR" }, - "transaction_hash": { - "type": "String", + "block_number": { + "type": "Float", "kind": "SCALAR" } }, - "position_changes_stddev_fields": { - "assets_in": { + "fee_transfers_stddev_samp_fields": { + "amount": { "type": "Float", "kind": "SCALAR" }, - "assets_out": { + "block_number": { "type": "Float", "kind": "SCALAR" + } + }, + "fee_transfers_sum_fields": { + "amount": { + "type": "numeric", + "kind": "SCALAR" }, "block_number": { - "type": "Float", + "type": "numeric", "kind": "SCALAR" - }, - "curve_id": { + } + }, + "fee_transfers_var_pop_fields": { + "amount": { "type": "Float", "kind": "SCALAR" }, - "id": { + "block_number": { "type": "Float", "kind": "SCALAR" - }, - "log_index": { + } + }, + "fee_transfers_var_samp_fields": { + "amount": { "type": "Float", "kind": "SCALAR" }, - "shares_delta": { + "block_number": { "type": "Float", "kind": "SCALAR" } }, - "position_changes_stddev_pop_fields": { - "assets_in": { - "type": "Float", - "kind": "SCALAR" - }, - "assets_out": { + "fee_transfers_variance_fields": { + "amount": { "type": "Float", "kind": "SCALAR" }, "block_number": { "type": "Float", "kind": "SCALAR" + } + }, + "json_objects": { + "atom": { + "type": "atoms", + "kind": "OBJECT" }, - "curve_id": { - "type": "Float", + "data": { + "type": "jsonb", "kind": "SCALAR" }, "id": { - "type": "Float", + "type": "String", "kind": "SCALAR" + } + }, + "json_objects_aggregate": { + "aggregate": { + "type": "json_objects_aggregate_fields", + "kind": "OBJECT" }, - "log_index": { - "type": "Float", + "nodes": { + "type": "json_objects", + "kind": "OBJECT" + } + }, + "json_objects_aggregate_fields": { + "count": { + "type": "Int", "kind": "SCALAR" }, - "shares_delta": { - "type": "Float", - "kind": "SCALAR" + "max": { + "type": "json_objects_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "json_objects_min_fields", + "kind": "OBJECT" } }, - "position_changes_stddev_samp_fields": { - "assets_in": { - "type": "Float", + "json_objects_max_fields": { + "id": { + "type": "String", "kind": "SCALAR" - }, - "assets_out": { - "type": "Float", + } + }, + "json_objects_min_fields": { + "id": { + "type": "String", "kind": "SCALAR" + } + }, + "mutation_root": { + "pinOrganization": { + "type": "PinOutput", + "kind": "OBJECT" }, - "block_number": { - "type": "Float", - "kind": "SCALAR" + "pinPerson": { + "type": "PinOutput", + "kind": "OBJECT" }, - "curve_id": { - "type": "Float", - "kind": "SCALAR" + "pinThing": { + "type": "PinOutput", + "kind": "OBJECT" }, - "id": { - "type": "Float", - "kind": "SCALAR" + "uploadImage": { + "type": "UploadImageFromUrlOutput", + "kind": "OBJECT" }, - "log_index": { - "type": "Float", - "kind": "SCALAR" + "uploadImageFromUrl": { + "type": "UploadImageFromUrlOutput", + "kind": "OBJECT" }, - "shares_delta": { - "type": "Float", - "kind": "SCALAR" + "uploadJsonToIpfs": { + "type": "UploadJsonToIpfsOutput", + "kind": "OBJECT" } }, - "position_changes_sum_fields": { - "assets_in": { - "type": "numeric", - "kind": "SCALAR" + "organizations": { + "atom": { + "type": "atoms", + "kind": "OBJECT" }, - "assets_out": { - "type": "numeric", + "description": { + "type": "String", "kind": "SCALAR" }, - "block_number": { - "type": "numeric", + "email": { + "type": "String", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", + "id": { + "type": "String", "kind": "SCALAR" }, - "id": { - "type": "bigint", + "image": { + "type": "String", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "name": { + "type": "String", "kind": "SCALAR" }, - "shares_delta": { - "type": "numeric", + "url": { + "type": "String", "kind": "SCALAR" } }, - "position_changes_var_pop_fields": { - "assets_in": { - "type": "Float", - "kind": "SCALAR" + "organizations_aggregate": { + "aggregate": { + "type": "organizations_aggregate_fields", + "kind": "OBJECT" }, - "assets_out": { - "type": "Float", + "nodes": { + "type": "organizations", + "kind": "OBJECT" + } + }, + "organizations_aggregate_fields": { + "count": { + "type": "Int", "kind": "SCALAR" }, - "block_number": { - "type": "Float", + "max": { + "type": "organizations_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "organizations_min_fields", + "kind": "OBJECT" + } + }, + "organizations_max_fields": { + "description": { + "type": "String", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "email": { + "type": "String", "kind": "SCALAR" }, "id": { - "type": "Float", + "type": "String", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "image": { + "type": "String", "kind": "SCALAR" }, - "shares_delta": { - "type": "Float", + "name": { + "type": "String", + "kind": "SCALAR" + }, + "url": { + "type": "String", "kind": "SCALAR" } }, - "position_changes_var_samp_fields": { - "assets_in": { - "type": "Float", - "kind": "SCALAR" - }, - "assets_out": { - "type": "Float", + "organizations_min_fields": { + "description": { + "type": "String", "kind": "SCALAR" }, - "block_number": { - "type": "Float", + "email": { + "type": "String", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "id": { + "type": "String", "kind": "SCALAR" }, - "id": { - "type": "Float", + "image": { + "type": "String", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "name": { + "type": "String", "kind": "SCALAR" }, - "shares_delta": { - "type": "Float", + "url": { + "type": "String", "kind": "SCALAR" } }, - "position_changes_variance_fields": { - "assets_in": { - "type": "Float", - "kind": "SCALAR" - }, - "assets_out": { - "type": "Float", - "kind": "SCALAR" - }, - "block_number": { - "type": "Float", - "kind": "SCALAR" - }, - "curve_id": { - "type": "Float", - "kind": "SCALAR" - }, - "id": { - "type": "Float", - "kind": "SCALAR" - }, - "log_index": { - "type": "Float", - "kind": "SCALAR" + "persons": { + "atom": { + "type": "atoms", + "kind": "OBJECT" }, - "shares_delta": { - "type": "Float", - "kind": "SCALAR" - } - }, - "positions": { - "account": { - "type": "accounts", + "cached_image": { + "type": "cached_images_cached_image", "kind": "OBJECT" }, - "account_id": { + "description": { "type": "String", "kind": "SCALAR" }, - "block_number": { - "type": "bigint", - "kind": "SCALAR" - }, - "created_at": { - "type": "timestamptz", - "kind": "SCALAR" - }, - "curve_id": { - "type": "numeric", + "email": { + "type": "String", "kind": "SCALAR" }, "id": { "type": "String", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", - "kind": "SCALAR" - }, - "shares": { - "type": "numeric", - "kind": "SCALAR" - }, - "term": { - "type": "terms", - "kind": "OBJECT" - }, - "term_id": { + "identifier": { "type": "String", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { - "type": "numeric", - "kind": "SCALAR" - }, - "total_redeem_assets_for_receiver": { - "type": "numeric", - "kind": "SCALAR" - }, - "transaction_hash": { + "image": { "type": "String", "kind": "SCALAR" }, - "transaction_index": { - "type": "bigint", + "name": { + "type": "String", "kind": "SCALAR" }, - "updated_at": { - "type": "timestamptz", + "url": { + "type": "String", "kind": "SCALAR" - }, - "vault": { - "type": "vaults", - "kind": "OBJECT" } }, - "positions_aggregate": { + "persons_aggregate": { "aggregate": { - "type": "positions_aggregate_fields", + "type": "persons_aggregate_fields", "kind": "OBJECT" }, "nodes": { - "type": "positions", + "type": "persons", "kind": "OBJECT" } }, - "positions_aggregate_fields": { - "avg": { - "type": "positions_avg_fields", - "kind": "OBJECT" - }, + "persons_aggregate_fields": { "count": { "type": "Int", "kind": "SCALAR" }, "max": { - "type": "positions_max_fields", + "type": "persons_max_fields", "kind": "OBJECT" }, "min": { - "type": "positions_min_fields", - "kind": "OBJECT" - }, - "stddev": { - "type": "positions_stddev_fields", + "type": "persons_min_fields", "kind": "OBJECT" + } + }, + "persons_max_fields": { + "description": { + "type": "String", + "kind": "SCALAR" }, - "stddev_pop": { - "type": "positions_stddev_pop_fields", - "kind": "OBJECT" + "email": { + "type": "String", + "kind": "SCALAR" }, - "stddev_samp": { - "type": "positions_stddev_samp_fields", - "kind": "OBJECT" + "id": { + "type": "String", + "kind": "SCALAR" }, - "sum": { - "type": "positions_sum_fields", - "kind": "OBJECT" + "identifier": { + "type": "String", + "kind": "SCALAR" }, - "var_pop": { - "type": "positions_var_pop_fields", - "kind": "OBJECT" + "image": { + "type": "String", + "kind": "SCALAR" }, - "var_samp": { - "type": "positions_var_samp_fields", - "kind": "OBJECT" + "name": { + "type": "String", + "kind": "SCALAR" }, - "variance": { - "type": "positions_variance_fields", - "kind": "OBJECT" + "url": { + "type": "String", + "kind": "SCALAR" } }, - "positions_avg_fields": { - "block_number": { - "type": "Float", + "persons_min_fields": { + "description": { + "type": "String", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "email": { + "type": "String", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "id": { + "type": "String", "kind": "SCALAR" }, - "shares": { - "type": "Float", + "identifier": { + "type": "String", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { - "type": "Float", + "image": { + "type": "String", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { - "type": "Float", + "name": { + "type": "String", "kind": "SCALAR" }, - "transaction_index": { - "type": "Float", + "url": { + "type": "String", "kind": "SCALAR" } }, - "positions_max_fields": { + "pnl_leaderboard_entry": { "account_id": { "type": "String", "kind": "SCALAR" }, - "block_number": { - "type": "bigint", - "kind": "SCALAR" - }, - "created_at": { - "type": "timestamptz", - "kind": "SCALAR" - }, - "curve_id": { - "type": "numeric", + "account_image": { + "type": "String", "kind": "SCALAR" }, - "id": { + "account_label": { "type": "String", "kind": "SCALAR" }, - "log_index": { + "active_position_count": { "type": "bigint", "kind": "SCALAR" }, - "shares": { + "best_trade_pnl_formatted": { "type": "numeric", "kind": "SCALAR" }, - "term_id": { - "type": "String", - "kind": "SCALAR" - }, - "total_deposit_assets_after_total_fees": { + "best_trade_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "current_equity_value_formatted": { "type": "numeric", "kind": "SCALAR" }, - "transaction_hash": { - "type": "String", + "current_equity_value_raw": { + "type": "numeric", "kind": "SCALAR" }, - "transaction_index": { - "type": "bigint", + "first_position_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "updated_at": { + "last_activity_at": { "type": "timestamptz", "kind": "SCALAR" - } - }, - "positions_min_fields": { - "account_id": { - "type": "String", - "kind": "SCALAR" }, - "block_number": { + "losing_positions": { "type": "bigint", "kind": "SCALAR" }, - "created_at": { - "type": "timestamptz", + "pnl_change_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "curve_id": { + "pnl_change_raw": { "type": "numeric", "kind": "SCALAR" }, - "id": { - "type": "String", + "pnl_pct": { + "type": "numeric", "kind": "SCALAR" }, - "log_index": { + "rank": { "type": "bigint", "kind": "SCALAR" }, - "shares": { + "realized_pnl_formatted": { "type": "numeric", "kind": "SCALAR" }, - "term_id": { - "type": "String", + "realized_pnl_pct": { + "type": "numeric", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "realized_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "redeemable_assets_formatted": { "type": "numeric", "kind": "SCALAR" }, - "transaction_hash": { - "type": "String", + "redeemable_assets_raw": { + "type": "numeric", "kind": "SCALAR" }, - "transaction_index": { - "type": "bigint", + "total_deposits_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "updated_at": { - "type": "timestamptz", + "total_deposits_raw": { + "type": "numeric", "kind": "SCALAR" - } - }, - "positions_stddev_fields": { - "block_number": { - "type": "Float", + }, + "total_pnl_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "total_pnl_raw": { + "type": "numeric", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "total_position_count": { + "type": "bigint", "kind": "SCALAR" }, - "shares": { - "type": "Float", + "total_redemptions_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { - "type": "Float", + "total_redemptions_raw": { + "type": "numeric", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { - "type": "Float", + "total_volume_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "transaction_index": { - "type": "Float", + "total_volume_raw": { + "type": "numeric", "kind": "SCALAR" - } - }, - "positions_stddev_pop_fields": { - "block_number": { - "type": "Float", + }, + "unrealized_pnl_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "unrealized_pnl_pct": { + "type": "numeric", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "unrealized_pnl_raw": { + "type": "numeric", "kind": "SCALAR" }, - "shares": { - "type": "Float", + "win_rate": { + "type": "numeric", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { - "type": "Float", + "winning_positions": { + "type": "bigint", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { - "type": "Float", + "worst_trade_pnl_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "transaction_index": { - "type": "Float", + "worst_trade_pnl_raw": { + "type": "numeric", "kind": "SCALAR" } }, - "positions_stddev_samp_fields": { - "block_number": { - "type": "Float", - "kind": "SCALAR" + "pnl_leaderboard_entry_aggregate": { + "aggregate": { + "type": "pnl_leaderboard_entry_aggregate_fields", + "kind": "OBJECT" }, - "curve_id": { - "type": "Float", + "nodes": { + "type": "pnl_leaderboard_entry", + "kind": "OBJECT" + } + }, + "pnl_leaderboard_entry_aggregate_fields": { + "avg": { + "type": "pnl_leaderboard_entry_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", "kind": "SCALAR" }, - "log_index": { + "max": { + "type": "pnl_leaderboard_entry_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "pnl_leaderboard_entry_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "pnl_leaderboard_entry_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "pnl_leaderboard_entry_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "pnl_leaderboard_entry_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "pnl_leaderboard_entry_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "pnl_leaderboard_entry_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "pnl_leaderboard_entry_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "pnl_leaderboard_entry_variance_fields", + "kind": "OBJECT" + } + }, + "pnl_leaderboard_entry_avg_fields": { + "active_position_count": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "best_trade_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "best_trade_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "current_equity_value_formatted": { "type": "Float", "kind": "SCALAR" }, - "transaction_index": { + "current_equity_value_raw": { "type": "Float", "kind": "SCALAR" - } - }, - "positions_sum_fields": { - "block_number": { - "type": "bigint", - "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", + "losing_positions": { + "type": "Float", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "pnl_change_formatted": { + "type": "Float", "kind": "SCALAR" }, - "shares": { - "type": "numeric", + "pnl_change_raw": { + "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { - "type": "numeric", + "pnl_pct": { + "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { - "type": "numeric", + "rank": { + "type": "Float", "kind": "SCALAR" }, - "transaction_index": { - "type": "bigint", - "kind": "SCALAR" - } - }, - "positions_var_pop_fields": { - "block_number": { + "realized_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { + "realized_pnl_pct": { "type": "Float", "kind": "SCALAR" }, - "log_index": { + "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "redeemable_assets_formatted": { "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "redeemable_assets_raw": { "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "total_deposits_formatted": { "type": "Float", "kind": "SCALAR" }, - "transaction_index": { + "total_deposits_raw": { "type": "Float", "kind": "SCALAR" - } - }, - "positions_var_samp_fields": { - "block_number": { + }, + "total_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { + "total_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "log_index": { + "total_position_count": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "total_redemptions_formatted": { "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "total_redemptions_raw": { "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "total_volume_formatted": { "type": "Float", "kind": "SCALAR" }, - "transaction_index": { + "total_volume_raw": { "type": "Float", "kind": "SCALAR" - } - }, - "positions_variance_fields": { - "block_number": { + }, + "unrealized_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { + "unrealized_pnl_pct": { "type": "Float", "kind": "SCALAR" }, - "log_index": { + "unrealized_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "win_rate": { "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "winning_positions": { "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "worst_trade_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "transaction_index": { + "worst_trade_pnl_raw": { "type": "Float", "kind": "SCALAR" } }, - "positions_with_value": { - "account": { - "type": "accounts", - "kind": "OBJECT" - }, + "pnl_leaderboard_entry_max_fields": { "account_id": { "type": "String", "kind": "SCALAR" }, - "block_number": { - "type": "bigint", - "kind": "SCALAR" - }, - "created_at": { - "type": "timestamptz", - "kind": "SCALAR" - }, - "curve_id": { - "type": "numeric", + "account_image": { + "type": "String", "kind": "SCALAR" }, - "id": { + "account_label": { "type": "String", "kind": "SCALAR" }, - "log_index": { + "active_position_count": { "type": "bigint", "kind": "SCALAR" }, - "pnl": { + "best_trade_pnl_formatted": { "type": "numeric", "kind": "SCALAR" }, - "pnl_pct": { + "best_trade_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, - "redeemable_assets": { + "current_equity_value_formatted": { "type": "numeric", "kind": "SCALAR" }, - "shares": { + "current_equity_value_raw": { "type": "numeric", "kind": "SCALAR" }, - "term": { - "type": "terms", - "kind": "OBJECT" + "first_position_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "term_id": { - "type": "String", + "last_activity_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "theoretical_value": { - "type": "numeric", + "losing_positions": { + "type": "bigint", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "pnl_change_formatted": { "type": "numeric", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "pnl_change_raw": { "type": "numeric", "kind": "SCALAR" }, - "transaction_hash": { - "type": "String", + "pnl_pct": { + "type": "numeric", "kind": "SCALAR" }, - "transaction_index": { + "rank": { "type": "bigint", "kind": "SCALAR" }, - "updated_at": { - "type": "timestamptz", + "realized_pnl_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "vault": { - "type": "vaults", - "kind": "OBJECT" - } - }, - "positions_with_value_aggregate": { - "aggregate": { - "type": "positions_with_value_aggregate_fields", - "kind": "OBJECT" - }, - "nodes": { - "type": "positions_with_value", - "kind": "OBJECT" - } - }, - "positions_with_value_aggregate_fields": { - "avg": { - "type": "positions_with_value_avg_fields", - "kind": "OBJECT" - }, - "count": { - "type": "Int", + "realized_pnl_pct": { + "type": "numeric", "kind": "SCALAR" }, - "max": { - "type": "positions_with_value_max_fields", - "kind": "OBJECT" + "realized_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" }, - "min": { - "type": "positions_with_value_min_fields", - "kind": "OBJECT" + "redeemable_assets_formatted": { + "type": "numeric", + "kind": "SCALAR" }, - "stddev": { - "type": "positions_with_value_stddev_fields", - "kind": "OBJECT" + "redeemable_assets_raw": { + "type": "numeric", + "kind": "SCALAR" }, - "stddev_pop": { - "type": "positions_with_value_stddev_pop_fields", - "kind": "OBJECT" + "total_deposits_formatted": { + "type": "numeric", + "kind": "SCALAR" }, - "stddev_samp": { - "type": "positions_with_value_stddev_samp_fields", - "kind": "OBJECT" + "total_deposits_raw": { + "type": "numeric", + "kind": "SCALAR" }, - "sum": { - "type": "positions_with_value_sum_fields", - "kind": "OBJECT" + "total_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" }, - "var_pop": { - "type": "positions_with_value_var_pop_fields", - "kind": "OBJECT" + "total_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" }, - "var_samp": { - "type": "positions_with_value_var_samp_fields", - "kind": "OBJECT" + "total_position_count": { + "type": "bigint", + "kind": "SCALAR" }, - "variance": { - "type": "positions_with_value_variance_fields", - "kind": "OBJECT" - } - }, - "positions_with_value_avg_fields": { - "block_number": { - "type": "Float", + "total_redemptions_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "total_redemptions_raw": { + "type": "numeric", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "total_volume_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "pnl": { - "type": "Float", + "total_volume_raw": { + "type": "numeric", "kind": "SCALAR" }, - "pnl_pct": { - "type": "Float", + "unrealized_pnl_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "redeemable_assets": { - "type": "Float", + "unrealized_pnl_pct": { + "type": "numeric", "kind": "SCALAR" }, - "shares": { - "type": "Float", + "unrealized_pnl_raw": { + "type": "numeric", "kind": "SCALAR" }, - "theoretical_value": { - "type": "Float", + "win_rate": { + "type": "numeric", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { - "type": "Float", + "winning_positions": { + "type": "bigint", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { - "type": "Float", + "worst_trade_pnl_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "transaction_index": { - "type": "Float", + "worst_trade_pnl_raw": { + "type": "numeric", "kind": "SCALAR" } }, - "positions_with_value_max_fields": { + "pnl_leaderboard_entry_min_fields": { "account_id": { "type": "String", "kind": "SCALAR" }, - "block_number": { - "type": "bigint", - "kind": "SCALAR" - }, - "created_at": { - "type": "timestamptz", - "kind": "SCALAR" - }, - "curve_id": { - "type": "numeric", + "account_image": { + "type": "String", "kind": "SCALAR" }, - "id": { + "account_label": { "type": "String", "kind": "SCALAR" }, - "log_index": { + "active_position_count": { "type": "bigint", "kind": "SCALAR" }, - "pnl": { + "best_trade_pnl_formatted": { "type": "numeric", "kind": "SCALAR" }, - "pnl_pct": { + "best_trade_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, - "redeemable_assets": { + "current_equity_value_formatted": { "type": "numeric", "kind": "SCALAR" }, - "shares": { + "current_equity_value_raw": { "type": "numeric", "kind": "SCALAR" }, - "term_id": { - "type": "String", + "first_position_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "theoretical_value": { - "type": "numeric", + "last_activity_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "losing_positions": { + "type": "bigint", + "kind": "SCALAR" + }, + "pnl_change_formatted": { "type": "numeric", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "pnl_change_raw": { "type": "numeric", "kind": "SCALAR" }, - "transaction_hash": { - "type": "String", + "pnl_pct": { + "type": "numeric", "kind": "SCALAR" }, - "transaction_index": { + "rank": { "type": "bigint", "kind": "SCALAR" }, - "updated_at": { - "type": "timestamptz", + "realized_pnl_formatted": { + "type": "numeric", "kind": "SCALAR" - } - }, - "positions_with_value_min_fields": { - "account_id": { - "type": "String", + }, + "realized_pnl_pct": { + "type": "numeric", "kind": "SCALAR" }, - "block_number": { - "type": "bigint", + "realized_pnl_raw": { + "type": "numeric", "kind": "SCALAR" }, - "created_at": { - "type": "timestamptz", + "redeemable_assets_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "curve_id": { + "redeemable_assets_raw": { "type": "numeric", "kind": "SCALAR" }, - "id": { - "type": "String", + "total_deposits_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "total_deposits_raw": { + "type": "numeric", "kind": "SCALAR" }, - "pnl": { + "total_pnl_formatted": { "type": "numeric", "kind": "SCALAR" }, - "pnl_pct": { + "total_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, - "redeemable_assets": { + "total_position_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_redemptions_formatted": { "type": "numeric", "kind": "SCALAR" }, - "shares": { + "total_redemptions_raw": { "type": "numeric", "kind": "SCALAR" }, - "term_id": { - "type": "String", + "total_volume_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "theoretical_value": { + "total_volume_raw": { "type": "numeric", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "unrealized_pnl_formatted": { "type": "numeric", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "unrealized_pnl_pct": { "type": "numeric", "kind": "SCALAR" }, - "transaction_hash": { - "type": "String", + "unrealized_pnl_raw": { + "type": "numeric", "kind": "SCALAR" }, - "transaction_index": { + "win_rate": { + "type": "numeric", + "kind": "SCALAR" + }, + "winning_positions": { "type": "bigint", "kind": "SCALAR" }, - "updated_at": { - "type": "timestamptz", + "worst_trade_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "worst_trade_pnl_raw": { + "type": "numeric", "kind": "SCALAR" } }, - "positions_with_value_stddev_fields": { - "block_number": { + "pnl_leaderboard_entry_stddev_fields": { + "active_position_count": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { + "best_trade_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "log_index": { + "best_trade_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "pnl": { + "current_equity_value_formatted": { "type": "Float", "kind": "SCALAR" }, - "pnl_pct": { + "current_equity_value_raw": { "type": "Float", "kind": "SCALAR" }, - "redeemable_assets": { + "losing_positions": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "pnl_change_formatted": { "type": "Float", "kind": "SCALAR" }, - "theoretical_value": { + "pnl_change_raw": { "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "pnl_pct": { "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "rank": { "type": "Float", "kind": "SCALAR" }, - "transaction_index": { - "type": "Float", - "kind": "SCALAR" - } - }, - "positions_with_value_stddev_pop_fields": { - "block_number": { + "realized_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { + "realized_pnl_pct": { "type": "Float", "kind": "SCALAR" }, - "log_index": { + "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "pnl": { + "redeemable_assets_formatted": { "type": "Float", "kind": "SCALAR" }, - "pnl_pct": { + "redeemable_assets_raw": { "type": "Float", "kind": "SCALAR" }, - "redeemable_assets": { + "total_deposits_formatted": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "total_deposits_raw": { "type": "Float", "kind": "SCALAR" }, - "theoretical_value": { + "total_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "total_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "total_position_count": { "type": "Float", "kind": "SCALAR" }, - "transaction_index": { - "type": "Float", - "kind": "SCALAR" - } - }, - "positions_with_value_stddev_samp_fields": { - "block_number": { + "total_redemptions_formatted": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { + "total_redemptions_raw": { "type": "Float", "kind": "SCALAR" }, - "log_index": { + "total_volume_formatted": { "type": "Float", "kind": "SCALAR" }, - "pnl": { + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, - "pnl_pct": { + "unrealized_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "redeemable_assets": { + "unrealized_pnl_pct": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "unrealized_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "theoretical_value": { + "win_rate": { "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "winning_positions": { "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "worst_trade_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "transaction_index": { + "worst_trade_pnl_raw": { "type": "Float", "kind": "SCALAR" } }, - "positions_with_value_sum_fields": { - "block_number": { - "type": "bigint", + "pnl_leaderboard_entry_stddev_pop_fields": { + "active_position_count": { + "type": "Float", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", + "best_trade_pnl_formatted": { + "type": "Float", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "best_trade_pnl_raw": { + "type": "Float", "kind": "SCALAR" }, - "pnl": { - "type": "numeric", + "current_equity_value_formatted": { + "type": "Float", "kind": "SCALAR" }, - "pnl_pct": { - "type": "numeric", + "current_equity_value_raw": { + "type": "Float", "kind": "SCALAR" }, - "redeemable_assets": { - "type": "numeric", + "losing_positions": { + "type": "Float", "kind": "SCALAR" }, - "shares": { - "type": "numeric", + "pnl_change_formatted": { + "type": "Float", "kind": "SCALAR" }, - "theoretical_value": { - "type": "numeric", + "pnl_change_raw": { + "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { - "type": "numeric", + "pnl_pct": { + "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { - "type": "numeric", + "rank": { + "type": "Float", "kind": "SCALAR" }, - "transaction_index": { - "type": "bigint", + "realized_pnl_formatted": { + "type": "Float", "kind": "SCALAR" - } - }, - "positions_with_value_var_pop_fields": { - "block_number": { + }, + "realized_pnl_pct": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { + "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "log_index": { + "redeemable_assets_formatted": { "type": "Float", "kind": "SCALAR" }, - "pnl": { + "redeemable_assets_raw": { "type": "Float", "kind": "SCALAR" }, - "pnl_pct": { + "total_deposits_formatted": { "type": "Float", "kind": "SCALAR" }, - "redeemable_assets": { + "total_deposits_raw": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "total_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "theoretical_value": { + "total_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "total_position_count": { "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "total_redemptions_formatted": { "type": "Float", "kind": "SCALAR" }, - "transaction_index": { + "total_redemptions_raw": { "type": "Float", "kind": "SCALAR" - } - }, - "positions_with_value_var_samp_fields": { - "block_number": { + }, + "total_volume_formatted": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { + "total_volume_raw": { "type": "Float", "kind": "SCALAR" }, - "log_index": { + "unrealized_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "pnl": { + "unrealized_pnl_pct": { "type": "Float", "kind": "SCALAR" }, - "pnl_pct": { + "unrealized_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "redeemable_assets": { + "win_rate": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "winning_positions": { "type": "Float", "kind": "SCALAR" }, - "theoretical_value": { + "worst_trade_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "worst_trade_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_entry_stddev_samp_fields": { + "active_position_count": { "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "best_trade_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "transaction_index": { + "best_trade_pnl_raw": { "type": "Float", "kind": "SCALAR" - } - }, - "positions_with_value_variance_fields": { - "block_number": { + }, + "current_equity_value_formatted": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { + "current_equity_value_raw": { "type": "Float", "kind": "SCALAR" }, - "log_index": { + "losing_positions": { "type": "Float", "kind": "SCALAR" }, - "pnl": { + "pnl_change_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl_change_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4553,269 +4283,295 @@ "type": "Float", "kind": "SCALAR" }, - "redeemable_assets": { + "rank": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "realized_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "theoretical_value": { + "realized_pnl_pct": { "type": "Float", "kind": "SCALAR" }, - "total_deposit_assets_after_total_fees": { + "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "total_redeem_assets_for_receiver": { + "redeemable_assets_formatted": { "type": "Float", "kind": "SCALAR" }, - "transaction_index": { + "redeemable_assets_raw": { "type": "Float", "kind": "SCALAR" - } - }, - "predicate_objects": { - "object": { - "type": "atoms", - "kind": "OBJECT" }, - "object_id": { - "type": "String", + "total_deposits_formatted": { + "type": "Float", "kind": "SCALAR" }, - "predicate": { - "type": "atoms", - "kind": "OBJECT" + "total_deposits_raw": { + "type": "Float", + "kind": "SCALAR" }, - "predicate_id": { - "type": "String", + "total_pnl_formatted": { + "type": "Float", "kind": "SCALAR" }, - "total_market_cap": { - "type": "numeric", + "total_pnl_raw": { + "type": "Float", "kind": "SCALAR" }, "total_position_count": { - "type": "Int", + "type": "Float", "kind": "SCALAR" }, - "triple_count": { - "type": "Int", + "total_redemptions_formatted": { + "type": "Float", "kind": "SCALAR" }, - "triples": { - "type": "triples", - "kind": "OBJECT" + "total_redemptions_raw": { + "type": "Float", + "kind": "SCALAR" }, - "triples_aggregate": { - "type": "triples_aggregate", - "kind": "OBJECT" - } - }, - "predicate_objects_aggregate": { - "aggregate": { - "type": "predicate_objects_aggregate_fields", - "kind": "OBJECT" + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "nodes": { - "type": "predicate_objects", - "kind": "OBJECT" - } - }, - "predicate_objects_aggregate_fields": { - "avg": { - "type": "predicate_objects_avg_fields", - "kind": "OBJECT" + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" }, - "count": { - "type": "Int", + "unrealized_pnl_formatted": { + "type": "Float", "kind": "SCALAR" }, - "max": { - "type": "predicate_objects_max_fields", - "kind": "OBJECT" + "unrealized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" }, - "min": { - "type": "predicate_objects_min_fields", - "kind": "OBJECT" - }, - "stddev": { - "type": "predicate_objects_stddev_fields", - "kind": "OBJECT" - }, - "stddev_pop": { - "type": "predicate_objects_stddev_pop_fields", - "kind": "OBJECT" - }, - "stddev_samp": { - "type": "predicate_objects_stddev_samp_fields", - "kind": "OBJECT" - }, - "sum": { - "type": "predicate_objects_sum_fields", - "kind": "OBJECT" - }, - "var_pop": { - "type": "predicate_objects_var_pop_fields", - "kind": "OBJECT" + "unrealized_pnl_raw": { + "type": "Float", + "kind": "SCALAR" }, - "var_samp": { - "type": "predicate_objects_var_samp_fields", - "kind": "OBJECT" + "win_rate": { + "type": "Float", + "kind": "SCALAR" }, - "variance": { - "type": "predicate_objects_variance_fields", - "kind": "OBJECT" - } - }, - "predicate_objects_avg_fields": { - "total_market_cap": { + "winning_positions": { "type": "Float", "kind": "SCALAR" }, - "total_position_count": { + "worst_trade_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "triple_count": { + "worst_trade_pnl_raw": { "type": "Float", "kind": "SCALAR" } }, - "predicate_objects_max_fields": { - "object_id": { - "type": "String", + "pnl_leaderboard_entry_sum_fields": { + "active_position_count": { + "type": "bigint", "kind": "SCALAR" }, - "predicate_id": { - "type": "String", + "best_trade_pnl_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "total_market_cap": { + "best_trade_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, - "total_position_count": { - "type": "Int", + "current_equity_value_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "triple_count": { - "type": "Int", + "current_equity_value_raw": { + "type": "numeric", "kind": "SCALAR" - } - }, - "predicate_objects_min_fields": { - "object_id": { - "type": "String", + }, + "losing_positions": { + "type": "bigint", "kind": "SCALAR" }, - "predicate_id": { - "type": "String", + "pnl_change_formatted": { + "type": "numeric", "kind": "SCALAR" }, - "total_market_cap": { + "pnl_change_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, + "rank": { + "type": "bigint", + "kind": "SCALAR" + }, + "realized_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "realized_pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, + "realized_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "redeemable_assets_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "redeemable_assets_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_deposits_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_deposits_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_raw": { "type": "numeric", "kind": "SCALAR" }, "total_position_count": { - "type": "Int", + "type": "bigint", "kind": "SCALAR" }, - "triple_count": { - "type": "Int", + "total_redemptions_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_redemptions_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "unrealized_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "unrealized_pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, + "unrealized_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "win_rate": { + "type": "numeric", + "kind": "SCALAR" + }, + "winning_positions": { + "type": "bigint", + "kind": "SCALAR" + }, + "worst_trade_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "worst_trade_pnl_raw": { + "type": "numeric", "kind": "SCALAR" } }, - "predicate_objects_stddev_fields": { - "total_market_cap": { + "pnl_leaderboard_entry_var_pop_fields": { + "active_position_count": { "type": "Float", "kind": "SCALAR" }, - "total_position_count": { + "best_trade_pnl_formatted": { "type": "Float", "kind": "SCALAR" }, - "triple_count": { + "best_trade_pnl_raw": { "type": "Float", "kind": "SCALAR" - } - }, - "predicate_objects_stddev_pop_fields": { - "total_market_cap": { + }, + "current_equity_value_formatted": { "type": "Float", "kind": "SCALAR" }, - "total_position_count": { + "current_equity_value_raw": { "type": "Float", "kind": "SCALAR" }, - "triple_count": { + "losing_positions": { "type": "Float", "kind": "SCALAR" - } - }, - "predicate_objects_stddev_samp_fields": { - "total_market_cap": { + }, + "pnl_change_formatted": { "type": "Float", "kind": "SCALAR" }, - "total_position_count": { + "pnl_change_raw": { "type": "Float", "kind": "SCALAR" }, - "triple_count": { + "pnl_pct": { "type": "Float", "kind": "SCALAR" - } - }, - "predicate_objects_sum_fields": { - "total_market_cap": { - "type": "numeric", + }, + "rank": { + "type": "Float", "kind": "SCALAR" }, - "total_position_count": { - "type": "Int", + "realized_pnl_formatted": { + "type": "Float", "kind": "SCALAR" }, - "triple_count": { - "type": "Int", + "realized_pnl_pct": { + "type": "Float", "kind": "SCALAR" - } - }, - "predicate_objects_var_pop_fields": { - "total_market_cap": { + }, + "realized_pnl_raw": { "type": "Float", "kind": "SCALAR" }, - "total_position_count": { + "redeemable_assets_formatted": { "type": "Float", "kind": "SCALAR" }, - "triple_count": { + "redeemable_assets_raw": { "type": "Float", "kind": "SCALAR" - } - }, - "predicate_objects_var_samp_fields": { - "total_market_cap": { + }, + "total_deposits_formatted": { "type": "Float", "kind": "SCALAR" }, - "total_position_count": { + "total_deposits_raw": { "type": "Float", "kind": "SCALAR" }, - "triple_count": { + "total_pnl_formatted": { "type": "Float", "kind": "SCALAR" - } - }, - "predicate_objects_variance_fields": { - "total_market_cap": { + }, + "total_pnl_raw": { "type": "Float", "kind": "SCALAR" }, @@ -4823,620 +4579,4910 @@ "type": "Float", "kind": "SCALAR" }, - "triple_count": { + "total_redemptions_formatted": { "type": "Float", "kind": "SCALAR" - } - }, - "query_root": { - "account": { - "type": "accounts", - "kind": "OBJECT" }, - "account_pnl_rank": { - "type": "account_pnl_rank", - "kind": "OBJECT" + "total_redemptions_raw": { + "type": "Float", + "kind": "SCALAR" }, - "accounts": { - "type": "accounts", - "kind": "OBJECT" + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "accounts_aggregate": { - "type": "accounts_aggregate", - "kind": "OBJECT" + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" }, - "atom": { - "type": "atoms", - "kind": "OBJECT" + "unrealized_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "atom_value": { - "type": "atom_values", - "kind": "OBJECT" + "unrealized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" }, - "atom_values": { - "type": "atom_values", - "kind": "OBJECT" + "unrealized_pnl_raw": { + "type": "Float", + "kind": "SCALAR" }, - "atom_values_aggregate": { - "type": "atom_values_aggregate", - "kind": "OBJECT" + "win_rate": { + "type": "Float", + "kind": "SCALAR" }, - "atoms": { - "type": "atoms", - "kind": "OBJECT" + "winning_positions": { + "type": "Float", + "kind": "SCALAR" }, - "atoms_aggregate": { - "type": "atoms_aggregate", - "kind": "OBJECT" + "worst_trade_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "book": { - "type": "books", - "kind": "OBJECT" + "worst_trade_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_entry_var_samp_fields": { + "active_position_count": { + "type": "Float", + "kind": "SCALAR" }, - "books": { - "type": "books", - "kind": "OBJECT" + "best_trade_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "books_aggregate": { - "type": "books_aggregate", - "kind": "OBJECT" + "best_trade_pnl_raw": { + "type": "Float", + "kind": "SCALAR" }, - "byte_object": { - "type": "byte_object", - "kind": "OBJECT" + "current_equity_value_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "byte_object_aggregate": { - "type": "byte_object_aggregate", - "kind": "OBJECT" + "current_equity_value_raw": { + "type": "Float", + "kind": "SCALAR" }, - "byte_object_by_pk": { - "type": "byte_object", - "kind": "OBJECT" + "losing_positions": { + "type": "Float", + "kind": "SCALAR" }, - "cached_images_cached_image": { - "type": "cached_images_cached_image", - "kind": "OBJECT" + "pnl_change_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "cached_images_cached_image_by_pk": { - "type": "cached_images_cached_image", - "kind": "OBJECT" + "pnl_change_raw": { + "type": "Float", + "kind": "SCALAR" }, - "caip10": { - "type": "caip10", - "kind": "OBJECT" + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" }, - "caip10_aggregate": { - "type": "caip10_aggregate", - "kind": "OBJECT" + "rank": { + "type": "Float", + "kind": "SCALAR" }, - "caip10s": { - "type": "caip10", - "kind": "OBJECT" + "realized_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "chainlink_price": { - "type": "chainlink_prices", - "kind": "OBJECT" + "realized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" }, - "chainlink_prices": { - "type": "chainlink_prices", - "kind": "OBJECT" + "realized_pnl_raw": { + "type": "Float", + "kind": "SCALAR" }, - "deposit": { - "type": "deposits", - "kind": "OBJECT" + "redeemable_assets_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "deposits": { - "type": "deposits", - "kind": "OBJECT" + "redeemable_assets_raw": { + "type": "Float", + "kind": "SCALAR" }, - "deposits_aggregate": { - "type": "deposits_aggregate", - "kind": "OBJECT" + "total_deposits_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "event": { - "type": "events", - "kind": "OBJECT" + "total_deposits_raw": { + "type": "Float", + "kind": "SCALAR" }, - "events": { - "type": "events", - "kind": "OBJECT" + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "events_aggregate": { - "type": "events_aggregate", - "kind": "OBJECT" + "total_pnl_raw": { + "type": "Float", + "kind": "SCALAR" }, - "fee_transfer": { - "type": "fee_transfers", - "kind": "OBJECT" + "total_position_count": { + "type": "Float", + "kind": "SCALAR" }, - "fee_transfers": { - "type": "fee_transfers", - "kind": "OBJECT" + "total_redemptions_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "fee_transfers_aggregate": { - "type": "fee_transfers_aggregate", - "kind": "OBJECT" + "total_redemptions_raw": { + "type": "Float", + "kind": "SCALAR" }, - "following": { - "type": "accounts", - "kind": "OBJECT" + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "following_aggregate": { - "type": "accounts_aggregate", - "kind": "OBJECT" + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" }, - "getAccountPnlChart": { - "type": "AccountPnlChartOutput", - "kind": "OBJECT" + "unrealized_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "getAccountPnlCurrent": { - "type": "AccountPnlSnapshotOutput", - "kind": "OBJECT" + "unrealized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" }, - "getAccountPnlRealized": { - "type": "AccountPnlRealizedOutput", - "kind": "OBJECT" + "unrealized_pnl_raw": { + "type": "Float", + "kind": "SCALAR" }, - "getChartJson": { - "type": "ChartDataOutput", - "kind": "OBJECT" + "win_rate": { + "type": "Float", + "kind": "SCALAR" }, - "getChartRawJson": { - "type": "ChartDataOutput", - "kind": "OBJECT" + "winning_positions": { + "type": "Float", + "kind": "SCALAR" }, - "getChartRawSvg": { - "type": "ChartSvgOutput", - "kind": "OBJECT" + "worst_trade_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "getChartSvg": { - "type": "ChartSvgOutput", - "kind": "OBJECT" + "worst_trade_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_entry_variance_fields": { + "active_position_count": { + "type": "Float", + "kind": "SCALAR" }, - "getPositionPnlChart": { - "type": "PositionPnlChartOutput", - "kind": "OBJECT" + "best_trade_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "get_account_pnl_rank": { - "type": "account_pnl_rank", - "kind": "OBJECT" + "best_trade_pnl_raw": { + "type": "Float", + "kind": "SCALAR" }, - "get_pnl_leaderboard": { - "type": "pnl_leaderboard_entry", - "kind": "OBJECT" + "current_equity_value_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "get_pnl_leaderboard_period": { - "type": "pnl_leaderboard_entry", - "kind": "OBJECT" + "current_equity_value_raw": { + "type": "Float", + "kind": "SCALAR" }, - "get_pnl_leaderboard_stats": { - "type": "pnl_leaderboard_stats", - "kind": "OBJECT" + "losing_positions": { + "type": "Float", + "kind": "SCALAR" }, - "get_vault_leaderboard": { - "type": "pnl_leaderboard_entry", - "kind": "OBJECT" + "pnl_change_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "get_vault_leaderboard_period": { - "type": "pnl_leaderboard_entry", - "kind": "OBJECT" + "pnl_change_raw": { + "type": "Float", + "kind": "SCALAR" }, - "json_object": { - "type": "json_objects", - "kind": "OBJECT" + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" }, - "json_objects": { - "type": "json_objects", - "kind": "OBJECT" + "rank": { + "type": "Float", + "kind": "SCALAR" }, - "json_objects_aggregate": { - "type": "json_objects_aggregate", - "kind": "OBJECT" + "realized_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" }, - "organization": { - "type": "organizations", + "realized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "realized_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "redeemable_assets_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "redeemable_assets_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposits_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposits_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redemptions_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redemptions_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "unrealized_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "unrealized_pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "unrealized_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "win_rate": { + "type": "Float", + "kind": "SCALAR" + }, + "winning_positions": { + "type": "Float", + "kind": "SCALAR" + }, + "worst_trade_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "worst_trade_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats": { + "avg_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "numeric", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_traders": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "bigint", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats_aggregate": { + "aggregate": { + "type": "pnl_leaderboard_stats_aggregate_fields", "kind": "OBJECT" }, - "organizations": { - "type": "organizations", + "nodes": { + "type": "pnl_leaderboard_stats", + "kind": "OBJECT" + } + }, + "pnl_leaderboard_stats_aggregate_fields": { + "avg": { + "type": "pnl_leaderboard_stats_avg_fields", "kind": "OBJECT" }, - "organizations_aggregate": { - "type": "organizations_aggregate", + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "pnl_leaderboard_stats_max_fields", "kind": "OBJECT" }, - "person": { - "type": "persons", + "min": { + "type": "pnl_leaderboard_stats_min_fields", "kind": "OBJECT" }, - "persons": { - "type": "persons", + "stddev": { + "type": "pnl_leaderboard_stats_stddev_fields", "kind": "OBJECT" }, - "persons_aggregate": { - "type": "persons_aggregate", + "stddev_pop": { + "type": "pnl_leaderboard_stats_stddev_pop_fields", "kind": "OBJECT" }, - "pnl_leaderboard_entry": { - "type": "pnl_leaderboard_entry", + "stddev_samp": { + "type": "pnl_leaderboard_stats_stddev_samp_fields", "kind": "OBJECT" }, - "pnl_leaderboard_stats": { - "type": "pnl_leaderboard_stats", + "sum": { + "type": "pnl_leaderboard_stats_sum_fields", "kind": "OBJECT" }, - "position": { - "type": "positions", + "var_pop": { + "type": "pnl_leaderboard_stats_var_pop_fields", "kind": "OBJECT" }, - "position_change_daily": { - "type": "position_change_daily", + "var_samp": { + "type": "pnl_leaderboard_stats_var_samp_fields", "kind": "OBJECT" }, - "position_change_hourly": { - "type": "position_change_hourly", + "variance": { + "type": "pnl_leaderboard_stats_variance_fields", "kind": "OBJECT" + } + }, + "pnl_leaderboard_stats_avg_fields": { + "avg_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "Float", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats_max_fields": { + "avg_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "numeric", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_traders": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "bigint", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats_min_fields": { + "avg_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "numeric", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_traders": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "bigint", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats_stddev_fields": { + "avg_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "Float", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats_stddev_pop_fields": { + "avg_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "Float", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats_stddev_samp_fields": { + "avg_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "Float", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats_sum_fields": { + "avg_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "numeric", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_traders": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "numeric", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "bigint", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats_var_pop_fields": { + "avg_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "Float", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats_var_samp_fields": { + "avg_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "Float", + "kind": "SCALAR" + } + }, + "pnl_leaderboard_stats_variance_fields": { + "avg_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "avg_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "median_pnl_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "profitable_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_pnl_sum_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "total_traders": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_formatted": { + "type": "Float", + "kind": "SCALAR" + }, + "total_volume_raw": { + "type": "Float", + "kind": "SCALAR" + }, + "unprofitable_traders": { + "type": "Float", + "kind": "SCALAR" + } + }, + "position_change_daily": { + "account": { + "type": "accounts", + "kind": "OBJECT" + }, + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "assets_in_period": { + "type": "numeric", + "kind": "SCALAR" + }, + "assets_out_period": { + "type": "numeric", + "kind": "SCALAR" + }, + "bucket": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "shares_delta_period": { + "type": "numeric", + "kind": "SCALAR" + }, + "term": { + "type": "terms", + "kind": "OBJECT" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_count": { + "type": "numeric", + "kind": "SCALAR" + }, + "vault": { + "type": "vaults", + "kind": "OBJECT" + } + }, + "position_change_hourly": { + "account": { + "type": "accounts", + "kind": "OBJECT" + }, + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "assets_in_period": { + "type": "numeric", + "kind": "SCALAR" + }, + "assets_out_period": { + "type": "numeric", + "kind": "SCALAR" + }, + "bucket": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "shares_delta_period": { + "type": "numeric", + "kind": "SCALAR" + }, + "term": { + "type": "terms", + "kind": "OBJECT" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "vault": { + "type": "vaults", + "kind": "OBJECT" + } + }, + "position_changes": { + "account": { + "type": "accounts", + "kind": "OBJECT" + }, + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "assets_in": { + "type": "numeric", + "kind": "SCALAR" + }, + "assets_out": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "event_id": { + "type": "String", + "kind": "SCALAR" + }, + "event_type": { + "type": "String", + "kind": "SCALAR" + }, + "id": { + "type": "bigint", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "shares_delta": { + "type": "numeric", + "kind": "SCALAR" + }, + "term": { + "type": "terms", + "kind": "OBJECT" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + }, + "vault": { + "type": "vaults", + "kind": "OBJECT" + } + }, + "position_changes_aggregate": { + "aggregate": { + "type": "position_changes_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "position_changes", + "kind": "OBJECT" + } + }, + "position_changes_aggregate_fields": { + "avg": { + "type": "position_changes_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "position_changes_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "position_changes_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "position_changes_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "position_changes_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "position_changes_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "position_changes_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "position_changes_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "position_changes_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "position_changes_variance_fields", + "kind": "OBJECT" + } + }, + "position_changes_avg_fields": { + "assets_in": { + "type": "Float", + "kind": "SCALAR" + }, + "assets_out": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares_delta": { + "type": "Float", + "kind": "SCALAR" + } + }, + "position_changes_max_fields": { + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "assets_in": { + "type": "numeric", + "kind": "SCALAR" + }, + "assets_out": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "event_id": { + "type": "String", + "kind": "SCALAR" + }, + "event_type": { + "type": "String", + "kind": "SCALAR" + }, + "id": { + "type": "bigint", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "shares_delta": { + "type": "numeric", + "kind": "SCALAR" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + } + }, + "position_changes_min_fields": { + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "assets_in": { + "type": "numeric", + "kind": "SCALAR" + }, + "assets_out": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "event_id": { + "type": "String", + "kind": "SCALAR" + }, + "event_type": { + "type": "String", + "kind": "SCALAR" + }, + "id": { + "type": "bigint", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "shares_delta": { + "type": "numeric", + "kind": "SCALAR" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + } + }, + "position_changes_stddev_fields": { + "assets_in": { + "type": "Float", + "kind": "SCALAR" + }, + "assets_out": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares_delta": { + "type": "Float", + "kind": "SCALAR" + } + }, + "position_changes_stddev_pop_fields": { + "assets_in": { + "type": "Float", + "kind": "SCALAR" + }, + "assets_out": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares_delta": { + "type": "Float", + "kind": "SCALAR" + } + }, + "position_changes_stddev_samp_fields": { + "assets_in": { + "type": "Float", + "kind": "SCALAR" + }, + "assets_out": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares_delta": { + "type": "Float", + "kind": "SCALAR" + } + }, + "position_changes_sum_fields": { + "assets_in": { + "type": "numeric", + "kind": "SCALAR" + }, + "assets_out": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "bigint", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "shares_delta": { + "type": "numeric", + "kind": "SCALAR" + } + }, + "position_changes_var_pop_fields": { + "assets_in": { + "type": "Float", + "kind": "SCALAR" + }, + "assets_out": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares_delta": { + "type": "Float", + "kind": "SCALAR" + } + }, + "position_changes_var_samp_fields": { + "assets_in": { + "type": "Float", + "kind": "SCALAR" + }, + "assets_out": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares_delta": { + "type": "Float", + "kind": "SCALAR" + } + }, + "position_changes_variance_fields": { + "assets_in": { + "type": "Float", + "kind": "SCALAR" + }, + "assets_out": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares_delta": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions": { + "account": { + "type": "accounts", + "kind": "OBJECT" + }, + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "block_number": { + "type": "bigint", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "term": { + "type": "terms", + "kind": "OBJECT" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "vault": { + "type": "vaults", + "kind": "OBJECT" + } + }, + "positions_aggregate": { + "aggregate": { + "type": "positions_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "positions", + "kind": "OBJECT" + } + }, + "positions_aggregate_fields": { + "avg": { + "type": "positions_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "positions_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "positions_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "positions_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "positions_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "positions_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "positions_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "positions_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "positions_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "positions_variance_fields", + "kind": "OBJECT" + } + }, + "positions_avg_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_max_fields": { + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "block_number": { + "type": "bigint", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "positions_min_fields": { + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "block_number": { + "type": "bigint", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "positions_stddev_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_stddev_pop_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_stddev_samp_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_sum_fields": { + "block_number": { + "type": "bigint", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "bigint", + "kind": "SCALAR" + } + }, + "positions_var_pop_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_var_samp_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_variance_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_with_value": { + "account": { + "type": "accounts", + "kind": "OBJECT" + }, + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "block_number": { + "type": "bigint", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "pnl": { + "type": "numeric", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, + "redeemable_assets": { + "type": "numeric", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "term": { + "type": "terms", + "kind": "OBJECT" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "theoretical_value": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "vault": { + "type": "vaults", + "kind": "OBJECT" + } + }, + "positions_with_value_aggregate": { + "aggregate": { + "type": "positions_with_value_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "positions_with_value", + "kind": "OBJECT" + } + }, + "positions_with_value_aggregate_fields": { + "avg": { + "type": "positions_with_value_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "positions_with_value_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "positions_with_value_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "positions_with_value_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "positions_with_value_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "positions_with_value_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "positions_with_value_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "positions_with_value_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "positions_with_value_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "positions_with_value_variance_fields", + "kind": "OBJECT" + } + }, + "positions_with_value_avg_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "redeemable_assets": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "theoretical_value": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_with_value_max_fields": { + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "block_number": { + "type": "bigint", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "pnl": { + "type": "numeric", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, + "redeemable_assets": { + "type": "numeric", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "theoretical_value": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "positions_with_value_min_fields": { + "account_id": { + "type": "String", + "kind": "SCALAR" + }, + "block_number": { + "type": "bigint", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "pnl": { + "type": "numeric", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, + "redeemable_assets": { + "type": "numeric", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "theoretical_value": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "positions_with_value_stddev_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "redeemable_assets": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "theoretical_value": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_with_value_stddev_pop_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "redeemable_assets": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "theoretical_value": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_with_value_stddev_samp_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "redeemable_assets": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "theoretical_value": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_with_value_sum_fields": { + "block_number": { + "type": "bigint", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "pnl": { + "type": "numeric", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "numeric", + "kind": "SCALAR" + }, + "redeemable_assets": { + "type": "numeric", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "theoretical_value": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "bigint", + "kind": "SCALAR" + } + }, + "positions_with_value_var_pop_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "redeemable_assets": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "theoretical_value": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_with_value_var_samp_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "redeemable_assets": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "theoretical_value": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "positions_with_value_variance_fields": { + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl": { + "type": "Float", + "kind": "SCALAR" + }, + "pnl_pct": { + "type": "Float", + "kind": "SCALAR" + }, + "redeemable_assets": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "theoretical_value": { + "type": "Float", + "kind": "SCALAR" + }, + "total_deposit_assets_after_total_fees": { + "type": "Float", + "kind": "SCALAR" + }, + "total_redeem_assets_for_receiver": { + "type": "Float", + "kind": "SCALAR" + }, + "transaction_index": { + "type": "Float", + "kind": "SCALAR" + } + }, + "predicate_objects": { + "object": { + "type": "atoms", + "kind": "OBJECT" + }, + "object_id": { + "type": "String", + "kind": "SCALAR" + }, + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "predicate": { + "type": "atoms", + "kind": "OBJECT" + }, + "predicate_id": { + "type": "String", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_market_cap": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Int", + "kind": "SCALAR" + }, + "triple_count": { + "type": "Int", + "kind": "SCALAR" + }, + "triples": { + "type": "triples", + "kind": "OBJECT" + }, + "triples_aggregate": { + "type": "triples_aggregate", + "kind": "OBJECT" + } + }, + "predicate_objects_aggregate": { + "aggregate": { + "type": "predicate_objects_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "predicate_objects", + "kind": "OBJECT" + } + }, + "predicate_objects_aggregate_fields": { + "avg": { + "type": "predicate_objects_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "predicate_objects_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "predicate_objects_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "predicate_objects_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "predicate_objects_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "predicate_objects_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "predicate_objects_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "predicate_objects_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "predicate_objects_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "predicate_objects_variance_fields", + "kind": "OBJECT" + } + }, + "predicate_objects_avg_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, + "total_market_cap": { + "type": "Float", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Float", + "kind": "SCALAR" + }, + "triple_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "predicate_objects_max_fields": { + "object_id": { + "type": "String", + "kind": "SCALAR" + }, + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "predicate_id": { + "type": "String", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_market_cap": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Int", + "kind": "SCALAR" + }, + "triple_count": { + "type": "Int", + "kind": "SCALAR" + } + }, + "predicate_objects_min_fields": { + "object_id": { + "type": "String", + "kind": "SCALAR" + }, + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "predicate_id": { + "type": "String", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_market_cap": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Int", + "kind": "SCALAR" + }, + "triple_count": { + "type": "Int", + "kind": "SCALAR" + } + }, + "predicate_objects_stddev_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, + "total_market_cap": { + "type": "Float", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Float", + "kind": "SCALAR" + }, + "triple_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "predicate_objects_stddev_pop_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, + "total_market_cap": { + "type": "Float", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Float", + "kind": "SCALAR" + }, + "triple_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "predicate_objects_stddev_samp_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, + "total_market_cap": { + "type": "Float", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Float", + "kind": "SCALAR" + }, + "triple_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "predicate_objects_sum_fields": { + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "total_market_cap": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Int", + "kind": "SCALAR" + }, + "triple_count": { + "type": "Int", + "kind": "SCALAR" + } + }, + "predicate_objects_var_pop_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, + "total_market_cap": { + "type": "Float", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Float", + "kind": "SCALAR" + }, + "triple_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "predicate_objects_var_samp_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, + "total_market_cap": { + "type": "Float", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Float", + "kind": "SCALAR" + }, + "triple_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "predicate_objects_variance_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, + "total_market_cap": { + "type": "Float", + "kind": "SCALAR" + }, + "total_position_count": { + "type": "Float", + "kind": "SCALAR" + }, + "triple_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "protocol_fee_accruals": { + "amount": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "epoch": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "sender": { + "type": "accounts", + "kind": "OBJECT" + }, + "sender_id": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + } + }, + "protocol_fee_accruals_aggregate": { + "aggregate": { + "type": "protocol_fee_accruals_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "protocol_fee_accruals", + "kind": "OBJECT" + } + }, + "protocol_fee_accruals_aggregate_fields": { + "avg": { + "type": "protocol_fee_accruals_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "protocol_fee_accruals_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "protocol_fee_accruals_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "protocol_fee_accruals_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "protocol_fee_accruals_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "protocol_fee_accruals_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "protocol_fee_accruals_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "protocol_fee_accruals_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "protocol_fee_accruals_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "protocol_fee_accruals_variance_fields", + "kind": "OBJECT" + } + }, + "protocol_fee_accruals_avg_fields": { + "amount": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "protocol_fee_accruals_max_fields": { + "amount": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "epoch": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "sender_id": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + } + }, + "protocol_fee_accruals_min_fields": { + "amount": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "epoch": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "sender_id": { + "type": "String", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + } + }, + "protocol_fee_accruals_stddev_fields": { + "amount": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "protocol_fee_accruals_stddev_pop_fields": { + "amount": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "protocol_fee_accruals_stddev_samp_fields": { + "amount": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "protocol_fee_accruals_sum_fields": { + "amount": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "epoch": { + "type": "numeric", + "kind": "SCALAR" + } + }, + "protocol_fee_accruals_var_pop_fields": { + "amount": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "protocol_fee_accruals_var_samp_fields": { + "amount": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "protocol_fee_accruals_variance_fields": { + "amount": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "query_root": { + "account": { + "type": "accounts", + "kind": "OBJECT" + }, + "account_pnl_rank": { + "type": "account_pnl_rank", + "kind": "OBJECT" + }, + "account_pnl_rank_aggregate": { + "type": "account_pnl_rank_aggregate", + "kind": "OBJECT" + }, + "accounts": { + "type": "accounts", + "kind": "OBJECT" + }, + "accounts_aggregate": { + "type": "accounts_aggregate", + "kind": "OBJECT" + }, + "atom": { + "type": "atoms", + "kind": "OBJECT" + }, + "atom_value": { + "type": "atom_values", + "kind": "OBJECT" + }, + "atom_values": { + "type": "atom_values", + "kind": "OBJECT" + }, + "atom_values_aggregate": { + "type": "atom_values_aggregate", + "kind": "OBJECT" + }, + "atoms": { + "type": "atoms", + "kind": "OBJECT" + }, + "atoms_aggregate": { + "type": "atoms_aggregate", + "kind": "OBJECT" + }, + "book": { + "type": "books", + "kind": "OBJECT" + }, + "books": { + "type": "books", + "kind": "OBJECT" + }, + "books_aggregate": { + "type": "books_aggregate", + "kind": "OBJECT" + }, + "byte_object": { + "type": "byte_object", + "kind": "OBJECT" + }, + "byte_object_aggregate": { + "type": "byte_object_aggregate", + "kind": "OBJECT" + }, + "byte_object_by_pk": { + "type": "byte_object", + "kind": "OBJECT" + }, + "cached_images_cached_image": { + "type": "cached_images_cached_image", + "kind": "OBJECT" + }, + "cached_images_cached_image_by_pk": { + "type": "cached_images_cached_image", + "kind": "OBJECT" + }, + "caip10": { + "type": "caip10", + "kind": "OBJECT" + }, + "caip10_aggregate": { + "type": "caip10_aggregate", + "kind": "OBJECT" + }, + "caip10s": { + "type": "caip10", + "kind": "OBJECT" + }, + "chainlink_price": { + "type": "chainlink_prices", + "kind": "OBJECT" + }, + "chainlink_prices": { + "type": "chainlink_prices", + "kind": "OBJECT" + }, + "deposit": { + "type": "deposits", + "kind": "OBJECT" + }, + "deposits": { + "type": "deposits", + "kind": "OBJECT" + }, + "deposits_aggregate": { + "type": "deposits_aggregate", + "kind": "OBJECT" + }, + "event": { + "type": "events", + "kind": "OBJECT" + }, + "events": { + "type": "events", + "kind": "OBJECT" + }, + "events_aggregate": { + "type": "events_aggregate", + "kind": "OBJECT" + }, + "fee_transfer": { + "type": "fee_transfers", + "kind": "OBJECT" + }, + "fee_transfers": { + "type": "fee_transfers", + "kind": "OBJECT" + }, + "fee_transfers_aggregate": { + "type": "fee_transfers_aggregate", + "kind": "OBJECT" + }, + "following": { + "type": "accounts", + "kind": "OBJECT" + }, + "following_aggregate": { + "type": "accounts_aggregate", + "kind": "OBJECT" + }, + "getAccountPnlChart": { + "type": "AccountPnlChartOutput", + "kind": "OBJECT" + }, + "getAccountPnlCurrent": { + "type": "AccountPnlSnapshotOutput", + "kind": "OBJECT" + }, + "getAccountPnlRealized": { + "type": "AccountPnlRealizedOutput", + "kind": "OBJECT" + }, + "getChartJson": { + "type": "ChartDataOutput", + "kind": "OBJECT" + }, + "getChartRawJson": { + "type": "ChartDataOutput", + "kind": "OBJECT" + }, + "getChartRawSvg": { + "type": "ChartSvgOutput", + "kind": "OBJECT" + }, + "getChartSvg": { + "type": "ChartSvgOutput", + "kind": "OBJECT" + }, + "getPositionPnlChart": { + "type": "PositionPnlChartOutput", + "kind": "OBJECT" + }, + "get_account_pnl_rank": { + "type": "account_pnl_rank", + "kind": "OBJECT" + }, + "get_account_pnl_rank_aggregate": { + "type": "account_pnl_rank_aggregate", + "kind": "OBJECT" + }, + "get_pnl_leaderboard": { + "type": "pnl_leaderboard_entry", + "kind": "OBJECT" + }, + "get_pnl_leaderboard_aggregate": { + "type": "pnl_leaderboard_entry_aggregate", + "kind": "OBJECT" + }, + "get_pnl_leaderboard_period": { + "type": "PnlLeaderboardEntryOutput", + "kind": "OBJECT" + }, + "get_pnl_leaderboard_period_min_threshold": { + "type": "PnlLeaderboardEntryOutput", + "kind": "OBJECT" + }, + "get_pnl_leaderboard_stats": { + "type": "pnl_leaderboard_stats", + "kind": "OBJECT" + }, + "get_pnl_leaderboard_stats_aggregate": { + "type": "pnl_leaderboard_stats_aggregate", + "kind": "OBJECT" + }, + "get_vault_leaderboard": { + "type": "pnl_leaderboard_entry", + "kind": "OBJECT" + }, + "get_vault_leaderboard_aggregate": { + "type": "pnl_leaderboard_entry_aggregate", + "kind": "OBJECT" + }, + "json_object": { + "type": "json_objects", + "kind": "OBJECT" + }, + "json_objects": { + "type": "json_objects", + "kind": "OBJECT" + }, + "json_objects_aggregate": { + "type": "json_objects_aggregate", + "kind": "OBJECT" + }, + "organization": { + "type": "organizations", + "kind": "OBJECT" + }, + "organizations": { + "type": "organizations", + "kind": "OBJECT" + }, + "organizations_aggregate": { + "type": "organizations_aggregate", + "kind": "OBJECT" + }, + "person": { + "type": "persons", + "kind": "OBJECT" + }, + "persons": { + "type": "persons", + "kind": "OBJECT" + }, + "persons_aggregate": { + "type": "persons_aggregate", + "kind": "OBJECT" + }, + "pnl_leaderboard_entry": { + "type": "pnl_leaderboard_entry", + "kind": "OBJECT" + }, + "pnl_leaderboard_entry_aggregate": { + "type": "pnl_leaderboard_entry_aggregate", + "kind": "OBJECT" + }, + "pnl_leaderboard_stats": { + "type": "pnl_leaderboard_stats", + "kind": "OBJECT" + }, + "pnl_leaderboard_stats_aggregate": { + "type": "pnl_leaderboard_stats_aggregate", + "kind": "OBJECT" + }, + "position": { + "type": "positions", + "kind": "OBJECT" + }, + "position_change_daily": { + "type": "position_change_daily", + "kind": "OBJECT" + }, + "position_change_hourly": { + "type": "position_change_hourly", + "kind": "OBJECT" + }, + "position_changes": { + "type": "position_changes", + "kind": "OBJECT" + }, + "position_changes_aggregate": { + "type": "position_changes_aggregate", + "kind": "OBJECT" + }, + "positions": { + "type": "positions", + "kind": "OBJECT" + }, + "positions_aggregate": { + "type": "positions_aggregate", + "kind": "OBJECT" + }, + "positions_from_following": { + "type": "positions", + "kind": "OBJECT" + }, + "positions_from_following_aggregate": { + "type": "positions_aggregate", + "kind": "OBJECT" + }, + "positions_with_value": { + "type": "positions_with_value", + "kind": "OBJECT" + }, + "positions_with_value_aggregate": { + "type": "positions_with_value_aggregate", + "kind": "OBJECT" + }, + "predicate_objects": { + "type": "predicate_objects", + "kind": "OBJECT" + }, + "predicate_objects_aggregate": { + "type": "predicate_objects_aggregate", + "kind": "OBJECT" + }, + "predicate_objects_by_pk": { + "type": "predicate_objects", + "kind": "OBJECT" + }, + "protocol_fee_accruals": { + "type": "protocol_fee_accruals", + "kind": "OBJECT" + }, + "protocol_fee_accruals_aggregate": { + "type": "protocol_fee_accruals_aggregate", + "kind": "OBJECT" + }, + "protocol_fee_accrued": { + "type": "protocol_fee_accruals", + "kind": "OBJECT" + }, + "redemption": { + "type": "redemptions", + "kind": "OBJECT" + }, + "redemptions": { + "type": "redemptions", + "kind": "OBJECT" + }, + "redemptions_aggregate": { + "type": "redemptions_aggregate", + "kind": "OBJECT" + }, + "search_positions_on_subject": { + "type": "positions", + "kind": "OBJECT" + }, + "search_positions_on_subject_aggregate": { + "type": "positions_aggregate", + "kind": "OBJECT" + }, + "search_term": { + "type": "terms", + "kind": "OBJECT" + }, + "search_term_aggregate": { + "type": "terms_aggregate", + "kind": "OBJECT" + }, + "search_term_from_following": { + "type": "terms", + "kind": "OBJECT" + }, + "search_term_from_following_aggregate": { + "type": "terms_aggregate", + "kind": "OBJECT" + }, + "search_term_tsvector": { + "type": "terms", + "kind": "OBJECT" + }, + "search_term_tsvector_aggregate": { + "type": "terms_aggregate", + "kind": "OBJECT" + }, + "season2_epoch": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "season2_epoch_price": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + }, + "season2_epoch_prices": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + }, + "season2_epoch_prices_aggregate": { + "type": "season2_epoch_prices_aggregate", + "kind": "OBJECT" + }, + "season2_epochs": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "season2_epochs_aggregate": { + "type": "season2_epochs_aggregate", + "kind": "OBJECT" + }, + "season2_iq_ledger": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries_aggregate": { + "type": "season2_iq_ledger_entries_aggregate", + "kind": "OBJECT" + }, + "season2_leaderboard_payout": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + }, + "season2_leaderboard_payouts": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + }, + "season2_leaderboard_payouts_aggregate": { + "type": "season2_leaderboard_payouts_aggregate", + "kind": "OBJECT" + }, + "season2_trust_price_snapshot": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + }, + "season2_trust_price_snapshots": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + }, + "season2_trust_price_snapshots_aggregate": { + "type": "season2_trust_price_snapshots_aggregate", + "kind": "OBJECT" + }, + "share_price_change_stats_daily": { + "type": "share_price_change_stats_daily", + "kind": "OBJECT" + }, + "share_price_change_stats_hourly": { + "type": "share_price_change_stats_hourly", + "kind": "OBJECT" + }, + "share_price_change_stats_monthly": { + "type": "share_price_change_stats_monthly", + "kind": "OBJECT" + }, + "share_price_change_stats_weekly": { + "type": "share_price_change_stats_weekly", + "kind": "OBJECT" + }, + "share_price_changes": { + "type": "share_price_changes", + "kind": "OBJECT" + }, + "share_price_changes_aggregate": { + "type": "share_price_changes_aggregate", + "kind": "OBJECT" + }, + "signal_stats_daily": { + "type": "signal_stats_daily", + "kind": "OBJECT" + }, + "signal_stats_hourly": { + "type": "signal_stats_hourly", + "kind": "OBJECT" + }, + "signal_stats_monthly": { + "type": "signal_stats_monthly", + "kind": "OBJECT" + }, + "signal_stats_weekly": { + "type": "signal_stats_weekly", + "kind": "OBJECT" + }, + "signals": { + "type": "signals", + "kind": "OBJECT" + }, + "signals_aggregate": { + "type": "signals_aggregate", + "kind": "OBJECT" + }, + "signals_from_following": { + "type": "signals", + "kind": "OBJECT" + }, + "signals_from_following_aggregate": { + "type": "signals_aggregate", + "kind": "OBJECT" + }, + "stat": { + "type": "stats", + "kind": "OBJECT" + }, + "statHour": { + "type": "statHours", + "kind": "OBJECT" + }, + "statHours": { + "type": "statHours", + "kind": "OBJECT" + }, + "stats": { + "type": "stats", + "kind": "OBJECT" + }, + "stats_aggregate": { + "type": "stats_aggregate", + "kind": "OBJECT" + }, + "subject_predicates": { + "type": "subject_predicates", + "kind": "OBJECT" + }, + "subject_predicates_aggregate": { + "type": "subject_predicates_aggregate", + "kind": "OBJECT" + }, + "subject_predicates_by_pk": { + "type": "subject_predicates", + "kind": "OBJECT" + }, + "term": { + "type": "terms", + "kind": "OBJECT" + }, + "term_total_state_change_stats_daily": { + "type": "term_total_state_change_stats_daily", + "kind": "OBJECT" + }, + "term_total_state_change_stats_hourly": { + "type": "term_total_state_change_stats_hourly", + "kind": "OBJECT" + }, + "term_total_state_change_stats_monthly": { + "type": "term_total_state_change_stats_monthly", + "kind": "OBJECT" + }, + "term_total_state_change_stats_weekly": { + "type": "term_total_state_change_stats_weekly", + "kind": "OBJECT" + }, + "term_total_state_changes": { + "type": "term_total_state_changes", + "kind": "OBJECT" + }, + "terms": { + "type": "terms", + "kind": "OBJECT" + }, + "terms_aggregate": { + "type": "terms_aggregate", + "kind": "OBJECT" + }, + "text_object": { + "type": "text_objects", + "kind": "OBJECT" + }, + "text_objects": { + "type": "text_objects", + "kind": "OBJECT" + }, + "text_objects_aggregate": { + "type": "text_objects_aggregate", + "kind": "OBJECT" + }, + "thing": { + "type": "things", + "kind": "OBJECT" + }, + "things": { + "type": "things", + "kind": "OBJECT" + }, + "things_aggregate": { + "type": "things_aggregate", + "kind": "OBJECT" + }, + "triple": { + "type": "triples", + "kind": "OBJECT" + }, + "triple_term": { + "type": "triple_term", + "kind": "OBJECT" + }, + "triple_terms": { + "type": "triple_term", + "kind": "OBJECT" + }, + "triple_vault": { + "type": "triple_vault", + "kind": "OBJECT" + }, + "triple_vaults": { + "type": "triple_vault", + "kind": "OBJECT" + }, + "triples": { + "type": "triples", + "kind": "OBJECT" + }, + "triples_aggregate": { + "type": "triples_aggregate", + "kind": "OBJECT" + }, + "vault": { + "type": "vaults", + "kind": "OBJECT" + }, + "vaults": { + "type": "vaults", + "kind": "OBJECT" + }, + "vaults_aggregate": { + "type": "vaults_aggregate", + "kind": "OBJECT" + } + }, + "redemptions": { + "assets": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "receiver": { + "type": "accounts", + "kind": "OBJECT" + }, + "receiver_id": { + "type": "String", + "kind": "SCALAR" + }, + "sender": { + "type": "accounts", + "kind": "OBJECT" + }, + "sender_id": { + "type": "String", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "term": { + "type": "terms", + "kind": "OBJECT" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "total_shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + }, + "vault": { + "type": "vaults", + "kind": "OBJECT" + }, + "vault_type": { + "type": "vault_type", + "kind": "SCALAR" + } + }, + "redemptions_aggregate": { + "aggregate": { + "type": "redemptions_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "redemptions", + "kind": "OBJECT" + } + }, + "redemptions_aggregate_fields": { + "avg": { + "type": "redemptions_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "redemptions_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "redemptions_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "redemptions_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "redemptions_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "redemptions_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "redemptions_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "redemptions_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "redemptions_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "redemptions_variance_fields", + "kind": "OBJECT" + } + }, + "redemptions_avg_fields": { + "assets": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "fees": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_shares": { + "type": "Float", + "kind": "SCALAR" + } + }, + "redemptions_max_fields": { + "assets": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "receiver_id": { + "type": "String", + "kind": "SCALAR" + }, + "sender_id": { + "type": "String", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "total_shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + }, + "vault_type": { + "type": "vault_type", + "kind": "SCALAR" + } + }, + "redemptions_min_fields": { + "assets": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "id": { + "type": "String", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "receiver_id": { + "type": "String", + "kind": "SCALAR" + }, + "sender_id": { + "type": "String", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "term_id": { + "type": "String", + "kind": "SCALAR" + }, + "total_shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "transaction_hash": { + "type": "String", + "kind": "SCALAR" + }, + "vault_type": { + "type": "vault_type", + "kind": "SCALAR" + } + }, + "redemptions_stddev_fields": { + "assets": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "fees": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_shares": { + "type": "Float", + "kind": "SCALAR" + } + }, + "redemptions_stddev_pop_fields": { + "assets": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "fees": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_shares": { + "type": "Float", + "kind": "SCALAR" + } + }, + "redemptions_stddev_samp_fields": { + "assets": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "fees": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_shares": { + "type": "Float", + "kind": "SCALAR" + } + }, + "redemptions_sum_fields": { + "assets": { + "type": "numeric", + "kind": "SCALAR" + }, + "block_number": { + "type": "numeric", + "kind": "SCALAR" + }, + "curve_id": { + "type": "numeric", + "kind": "SCALAR" + }, + "fees": { + "type": "numeric", + "kind": "SCALAR" + }, + "log_index": { + "type": "bigint", + "kind": "SCALAR" + }, + "shares": { + "type": "numeric", + "kind": "SCALAR" + }, + "total_shares": { + "type": "numeric", + "kind": "SCALAR" + } + }, + "redemptions_var_pop_fields": { + "assets": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "fees": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_shares": { + "type": "Float", + "kind": "SCALAR" + } + }, + "redemptions_var_samp_fields": { + "assets": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "fees": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" + }, + "shares": { + "type": "Float", + "kind": "SCALAR" + }, + "total_shares": { + "type": "Float", + "kind": "SCALAR" + } + }, + "redemptions_variance_fields": { + "assets": { + "type": "Float", + "kind": "SCALAR" + }, + "block_number": { + "type": "Float", + "kind": "SCALAR" + }, + "curve_id": { + "type": "Float", + "kind": "SCALAR" + }, + "fees": { + "type": "Float", + "kind": "SCALAR" + }, + "log_index": { + "type": "Float", + "kind": "SCALAR" }, - "position_changes": { - "type": "position_changes", - "kind": "OBJECT" + "shares": { + "type": "Float", + "kind": "SCALAR" }, - "position_changes_aggregate": { - "type": "position_changes_aggregate", - "kind": "OBJECT" + "total_shares": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices": { + "average_price_usd": { + "type": "numeric", + "kind": "SCALAR" }, - "positions": { - "type": "positions", - "kind": "OBJECT" + "computed_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "positions_aggregate": { - "type": "positions_aggregate", - "kind": "OBJECT" + "epoch": { + "type": "Int", + "kind": "SCALAR" }, - "positions_from_following": { - "type": "positions", + "season2_epoch": { + "type": "season2_epochs", "kind": "OBJECT" }, - "positions_from_following_aggregate": { - "type": "positions_aggregate", - "kind": "OBJECT" + "snapshot_count": { + "type": "Int", + "kind": "SCALAR" }, - "positions_with_value": { - "type": "positions_with_value", + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_aggregate": { + "aggregate": { + "type": "season2_epoch_prices_aggregate_fields", "kind": "OBJECT" }, - "positions_with_value_aggregate": { - "type": "positions_with_value_aggregate", + "nodes": { + "type": "season2_epoch_prices", "kind": "OBJECT" - }, - "predicate_objects": { - "type": "predicate_objects", + } + }, + "season2_epoch_prices_aggregate_fields": { + "avg": { + "type": "season2_epoch_prices_avg_fields", "kind": "OBJECT" }, - "predicate_objects_aggregate": { - "type": "predicate_objects_aggregate", - "kind": "OBJECT" + "count": { + "type": "Int", + "kind": "SCALAR" }, - "predicate_objects_by_pk": { - "type": "predicate_objects", + "max": { + "type": "season2_epoch_prices_max_fields", "kind": "OBJECT" }, - "redemption": { - "type": "redemptions", + "min": { + "type": "season2_epoch_prices_min_fields", "kind": "OBJECT" }, - "redemptions": { - "type": "redemptions", + "stddev": { + "type": "season2_epoch_prices_stddev_fields", "kind": "OBJECT" }, - "redemptions_aggregate": { - "type": "redemptions_aggregate", + "stddev_pop": { + "type": "season2_epoch_prices_stddev_pop_fields", "kind": "OBJECT" }, - "search_positions_on_subject": { - "type": "positions", + "stddev_samp": { + "type": "season2_epoch_prices_stddev_samp_fields", "kind": "OBJECT" }, - "search_positions_on_subject_aggregate": { - "type": "positions_aggregate", + "sum": { + "type": "season2_epoch_prices_sum_fields", "kind": "OBJECT" }, - "search_term": { - "type": "terms", + "var_pop": { + "type": "season2_epoch_prices_var_pop_fields", "kind": "OBJECT" }, - "search_term_aggregate": { - "type": "terms_aggregate", + "var_samp": { + "type": "season2_epoch_prices_var_samp_fields", "kind": "OBJECT" }, - "search_term_from_following": { - "type": "terms", + "variance": { + "type": "season2_epoch_prices_variance_fields", "kind": "OBJECT" + } + }, + "season2_epoch_prices_avg_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" }, - "search_term_from_following_aggregate": { - "type": "terms_aggregate", - "kind": "OBJECT" + "epoch": { + "type": "Float", + "kind": "SCALAR" }, - "search_term_tsvector": { - "type": "terms", - "kind": "OBJECT" + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_max_fields": { + "average_price_usd": { + "type": "numeric", + "kind": "SCALAR" }, - "search_term_tsvector_aggregate": { - "type": "terms_aggregate", - "kind": "OBJECT" + "computed_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "share_price_change_stats_daily": { - "type": "share_price_change_stats_daily", - "kind": "OBJECT" + "epoch": { + "type": "Int", + "kind": "SCALAR" }, - "share_price_change_stats_hourly": { - "type": "share_price_change_stats_hourly", - "kind": "OBJECT" + "snapshot_count": { + "type": "Int", + "kind": "SCALAR" }, - "share_price_change_stats_monthly": { - "type": "share_price_change_stats_monthly", - "kind": "OBJECT" + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_min_fields": { + "average_price_usd": { + "type": "numeric", + "kind": "SCALAR" }, - "share_price_change_stats_weekly": { - "type": "share_price_change_stats_weekly", - "kind": "OBJECT" + "computed_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "share_price_changes": { - "type": "share_price_changes", - "kind": "OBJECT" + "epoch": { + "type": "Int", + "kind": "SCALAR" }, - "share_price_changes_aggregate": { - "type": "share_price_changes_aggregate", - "kind": "OBJECT" + "snapshot_count": { + "type": "Int", + "kind": "SCALAR" }, - "signal_stats_daily": { - "type": "signal_stats_daily", - "kind": "OBJECT" + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_stddev_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" }, - "signal_stats_hourly": { - "type": "signal_stats_hourly", - "kind": "OBJECT" + "epoch": { + "type": "Float", + "kind": "SCALAR" }, - "signal_stats_monthly": { - "type": "signal_stats_monthly", - "kind": "OBJECT" + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_stddev_pop_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" }, - "signal_stats_weekly": { - "type": "signal_stats_weekly", - "kind": "OBJECT" + "epoch": { + "type": "Float", + "kind": "SCALAR" }, - "signals": { - "type": "signals", - "kind": "OBJECT" + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_stddev_samp_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" }, - "signals_aggregate": { - "type": "signals_aggregate", - "kind": "OBJECT" + "epoch": { + "type": "Float", + "kind": "SCALAR" }, - "signals_from_following": { - "type": "signals", - "kind": "OBJECT" + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_sum_fields": { + "average_price_usd": { + "type": "numeric", + "kind": "SCALAR" }, - "signals_from_following_aggregate": { - "type": "signals_aggregate", - "kind": "OBJECT" + "epoch": { + "type": "Int", + "kind": "SCALAR" }, - "stat": { - "type": "stats", - "kind": "OBJECT" + "snapshot_count": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_var_pop_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" }, - "statHour": { - "type": "statHours", - "kind": "OBJECT" + "epoch": { + "type": "Float", + "kind": "SCALAR" }, - "statHours": { - "type": "statHours", - "kind": "OBJECT" + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_var_samp_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" }, - "stats": { - "type": "stats", - "kind": "OBJECT" + "epoch": { + "type": "Float", + "kind": "SCALAR" }, - "stats_aggregate": { - "type": "stats_aggregate", - "kind": "OBJECT" + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epoch_prices_variance_fields": { + "average_price_usd": { + "type": "Float", + "kind": "SCALAR" }, - "subject_predicates": { - "type": "subject_predicates", - "kind": "OBJECT" + "epoch": { + "type": "Float", + "kind": "SCALAR" }, - "subject_predicates_aggregate": { - "type": "subject_predicates_aggregate", - "kind": "OBJECT" + "snapshot_count": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs": { + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "subject_predicates_by_pk": { - "type": "subject_predicates", - "kind": "OBJECT" + "end_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "term": { - "type": "terms", - "kind": "OBJECT" + "epoch": { + "type": "Int", + "kind": "SCALAR" }, - "term_total_state_change_stats_daily": { - "type": "term_total_state_change_stats_daily", + "epoch_price": { + "type": "season2_epoch_prices", "kind": "OBJECT" }, - "term_total_state_change_stats_hourly": { - "type": "term_total_state_change_stats_hourly", + "epoch_price_aggregate": { + "type": "season2_epoch_prices_aggregate", "kind": "OBJECT" }, - "term_total_state_change_stats_monthly": { - "type": "term_total_state_change_stats_monthly", - "kind": "OBJECT" + "finalized_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "term_total_state_change_stats_weekly": { - "type": "term_total_state_change_stats_weekly", + "iq_ledger_entries": { + "type": "season2_iq_ledger_entries", "kind": "OBJECT" }, - "term_total_state_changes": { - "type": "term_total_state_changes", + "iq_ledger_entries_aggregate": { + "type": "season2_iq_ledger_entries_aggregate", "kind": "OBJECT" }, - "terms": { - "type": "terms", - "kind": "OBJECT" + "is_final": { + "type": "Boolean", + "kind": "SCALAR" }, - "terms_aggregate": { - "type": "terms_aggregate", - "kind": "OBJECT" + "last_settlement_force": { + "type": "Boolean", + "kind": "SCALAR" }, - "text_object": { - "type": "text_objects", - "kind": "OBJECT" + "settle_after": { + "type": "timestamptz", + "kind": "SCALAR" }, - "text_objects": { - "type": "text_objects", - "kind": "OBJECT" + "settled_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "text_objects_aggregate": { - "type": "text_objects_aggregate", - "kind": "OBJECT" + "start_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "thing": { - "type": "things", + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epochs_aggregate": { + "aggregate": { + "type": "season2_epochs_aggregate_fields", "kind": "OBJECT" }, - "things": { - "type": "things", + "nodes": { + "type": "season2_epochs", "kind": "OBJECT" - }, - "things_aggregate": { - "type": "things_aggregate", + } + }, + "season2_epochs_aggregate_fields": { + "avg": { + "type": "season2_epochs_avg_fields", "kind": "OBJECT" }, - "triple": { - "type": "triples", - "kind": "OBJECT" + "count": { + "type": "Int", + "kind": "SCALAR" }, - "triple_term": { - "type": "triple_term", + "max": { + "type": "season2_epochs_max_fields", "kind": "OBJECT" }, - "triple_terms": { - "type": "triple_term", + "min": { + "type": "season2_epochs_min_fields", "kind": "OBJECT" }, - "triple_vault": { - "type": "triple_vault", + "stddev": { + "type": "season2_epochs_stddev_fields", "kind": "OBJECT" }, - "triple_vaults": { - "type": "triple_vault", + "stddev_pop": { + "type": "season2_epochs_stddev_pop_fields", "kind": "OBJECT" }, - "triples": { - "type": "triples", + "stddev_samp": { + "type": "season2_epochs_stddev_samp_fields", "kind": "OBJECT" }, - "triples_aggregate": { - "type": "triples_aggregate", + "sum": { + "type": "season2_epochs_sum_fields", "kind": "OBJECT" }, - "vault": { - "type": "vaults", + "var_pop": { + "type": "season2_epochs_var_pop_fields", "kind": "OBJECT" }, - "vaults": { - "type": "vaults", + "var_samp": { + "type": "season2_epochs_var_samp_fields", "kind": "OBJECT" }, - "vaults_aggregate": { - "type": "vaults_aggregate", + "variance": { + "type": "season2_epochs_variance_fields", "kind": "OBJECT" } }, - "redemptions": { - "assets": { - "type": "numeric", + "season2_epochs_avg_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_max_fields": { + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "block_number": { - "type": "numeric", + "end_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "finalized_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "settle_after": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "settled_at": { + "type": "timestamptz", + "kind": "SCALAR" + }, + "start_at": { + "type": "timestamptz", "kind": "SCALAR" }, + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epochs_min_fields": { "created_at": { "type": "timestamptz", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", + "end_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "fees": { - "type": "numeric", + "epoch": { + "type": "Int", "kind": "SCALAR" }, - "id": { - "type": "String", + "finalized_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "settle_after": { + "type": "timestamptz", "kind": "SCALAR" }, - "receiver": { - "type": "accounts", - "kind": "OBJECT" + "settled_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "receiver_id": { - "type": "String", + "start_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "sender": { + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_epochs_stddev_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_stddev_pop_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_stddev_samp_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_sum_fields": { + "epoch": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_epochs_var_pop_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_var_samp_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_epochs_variance_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries": { + "account": { "type": "accounts", "kind": "OBJECT" }, - "sender_id": { + "account_id": { "type": "String", "kind": "SCALAR" }, - "shares": { - "type": "numeric", + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "term": { - "type": "terms", - "kind": "OBJECT" - }, - "term_id": { + "entry_type": { "type": "String", "kind": "SCALAR" }, - "total_shares": { + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "id": { + "type": "bigint", + "kind": "SCALAR" + }, + "iq_points": { "type": "numeric", "kind": "SCALAR" }, - "transaction_hash": { - "type": "String", + "metadata": { + "type": "jsonb", "kind": "SCALAR" }, - "vault": { - "type": "vaults", + "season2_epoch": { + "type": "season2_epochs", "kind": "OBJECT" }, - "vault_type": { - "type": "vault_type", + "source_id": { + "type": "String", + "kind": "SCALAR" + }, + "updated_at": { + "type": "timestamptz", "kind": "SCALAR" } }, - "redemptions_aggregate": { + "season2_iq_ledger_entries_aggregate": { "aggregate": { - "type": "redemptions_aggregate_fields", + "type": "season2_iq_ledger_entries_aggregate_fields", "kind": "OBJECT" }, "nodes": { - "type": "redemptions", + "type": "season2_iq_ledger_entries", "kind": "OBJECT" } }, - "redemptions_aggregate_fields": { + "season2_iq_ledger_entries_aggregate_fields": { "avg": { - "type": "redemptions_avg_fields", + "type": "season2_iq_ledger_entries_avg_fields", "kind": "OBJECT" }, "count": { @@ -5444,394 +9490,566 @@ "kind": "SCALAR" }, "max": { - "type": "redemptions_max_fields", + "type": "season2_iq_ledger_entries_max_fields", "kind": "OBJECT" }, "min": { - "type": "redemptions_min_fields", + "type": "season2_iq_ledger_entries_min_fields", "kind": "OBJECT" }, "stddev": { - "type": "redemptions_stddev_fields", + "type": "season2_iq_ledger_entries_stddev_fields", "kind": "OBJECT" }, "stddev_pop": { - "type": "redemptions_stddev_pop_fields", + "type": "season2_iq_ledger_entries_stddev_pop_fields", "kind": "OBJECT" }, "stddev_samp": { - "type": "redemptions_stddev_samp_fields", + "type": "season2_iq_ledger_entries_stddev_samp_fields", "kind": "OBJECT" }, "sum": { - "type": "redemptions_sum_fields", + "type": "season2_iq_ledger_entries_sum_fields", "kind": "OBJECT" }, "var_pop": { - "type": "redemptions_var_pop_fields", + "type": "season2_iq_ledger_entries_var_pop_fields", "kind": "OBJECT" }, "var_samp": { - "type": "redemptions_var_samp_fields", + "type": "season2_iq_ledger_entries_var_samp_fields", "kind": "OBJECT" }, "variance": { - "type": "redemptions_variance_fields", + "type": "season2_iq_ledger_entries_variance_fields", "kind": "OBJECT" } }, - "redemptions_avg_fields": { - "assets": { - "type": "Float", - "kind": "SCALAR" - }, - "block_number": { - "type": "Float", - "kind": "SCALAR" - }, - "curve_id": { - "type": "Float", - "kind": "SCALAR" - }, - "fees": { - "type": "Float", - "kind": "SCALAR" - }, - "log_index": { + "season2_iq_ledger_entries_avg_fields": { + "epoch": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "id": { "type": "Float", "kind": "SCALAR" }, - "total_shares": { + "iq_points": { "type": "Float", "kind": "SCALAR" - } - }, - "redemptions_max_fields": { - "assets": { - "type": "numeric", - "kind": "SCALAR" - }, - "block_number": { - "type": "numeric", - "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_max_fields": { + "account_id": { + "type": "String", + "kind": "SCALAR" }, "created_at": { "type": "timestamptz", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", + "entry_type": { + "type": "String", "kind": "SCALAR" }, - "fees": { - "type": "numeric", + "epoch": { + "type": "Int", "kind": "SCALAR" }, "id": { - "type": "String", + "type": "bigint", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "iq_points": { + "type": "numeric", "kind": "SCALAR" }, - "receiver_id": { + "source_id": { "type": "String", "kind": "SCALAR" }, - "sender_id": { + "updated_at": { + "type": "timestamptz", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_min_fields": { + "account_id": { "type": "String", "kind": "SCALAR" }, - "shares": { - "type": "numeric", + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "term_id": { + "entry_type": { "type": "String", "kind": "SCALAR" }, - "total_shares": { + "epoch": { + "type": "Int", + "kind": "SCALAR" + }, + "id": { + "type": "bigint", + "kind": "SCALAR" + }, + "iq_points": { "type": "numeric", "kind": "SCALAR" }, - "transaction_hash": { + "source_id": { "type": "String", "kind": "SCALAR" }, - "vault_type": { - "type": "vault_type", + "updated_at": { + "type": "timestamptz", "kind": "SCALAR" } }, - "redemptions_min_fields": { - "assets": { - "type": "numeric", + "season2_iq_ledger_entries_stddev_fields": { + "epoch": { + "type": "Float", "kind": "SCALAR" }, - "block_number": { - "type": "numeric", + "id": { + "type": "Float", "kind": "SCALAR" }, - "created_at": { - "type": "timestamptz", + "iq_points": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_stddev_pop_fields": { + "epoch": { + "type": "Float", "kind": "SCALAR" }, - "curve_id": { - "type": "numeric", + "id": { + "type": "Float", "kind": "SCALAR" }, - "fees": { - "type": "numeric", + "iq_points": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_stddev_samp_fields": { + "epoch": { + "type": "Float", "kind": "SCALAR" }, "id": { - "type": "String", + "type": "Float", "kind": "SCALAR" }, - "log_index": { - "type": "bigint", + "iq_points": { + "type": "Float", "kind": "SCALAR" - }, - "receiver_id": { - "type": "String", + } + }, + "season2_iq_ledger_entries_sum_fields": { + "epoch": { + "type": "Int", "kind": "SCALAR" }, - "sender_id": { - "type": "String", + "id": { + "type": "bigint", "kind": "SCALAR" }, - "shares": { + "iq_points": { "type": "numeric", "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_var_pop_fields": { + "epoch": { + "type": "Float", + "kind": "SCALAR" }, - "term_id": { - "type": "String", + "id": { + "type": "Float", "kind": "SCALAR" }, - "total_shares": { - "type": "numeric", + "iq_points": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_iq_ledger_entries_var_samp_fields": { + "epoch": { + "type": "Float", "kind": "SCALAR" }, - "transaction_hash": { - "type": "String", + "id": { + "type": "Float", "kind": "SCALAR" }, - "vault_type": { - "type": "vault_type", + "iq_points": { + "type": "Float", "kind": "SCALAR" } }, - "redemptions_stddev_fields": { - "assets": { + "season2_iq_ledger_entries_variance_fields": { + "epoch": { "type": "Float", "kind": "SCALAR" }, - "block_number": { + "id": { "type": "Float", "kind": "SCALAR" }, - "curve_id": { + "iq_points": { "type": "Float", "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts": { + "iq_points": { + "type": "numeric", + "kind": "SCALAR" }, - "fees": { + "rank": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_aggregate": { + "aggregate": { + "type": "season2_leaderboard_payouts_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + } + }, + "season2_leaderboard_payouts_aggregate_fields": { + "avg": { + "type": "season2_leaderboard_payouts_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", + "kind": "SCALAR" + }, + "max": { + "type": "season2_leaderboard_payouts_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "season2_leaderboard_payouts_min_fields", + "kind": "OBJECT" + }, + "stddev": { + "type": "season2_leaderboard_payouts_stddev_fields", + "kind": "OBJECT" + }, + "stddev_pop": { + "type": "season2_leaderboard_payouts_stddev_pop_fields", + "kind": "OBJECT" + }, + "stddev_samp": { + "type": "season2_leaderboard_payouts_stddev_samp_fields", + "kind": "OBJECT" + }, + "sum": { + "type": "season2_leaderboard_payouts_sum_fields", + "kind": "OBJECT" + }, + "var_pop": { + "type": "season2_leaderboard_payouts_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "season2_leaderboard_payouts_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "season2_leaderboard_payouts_variance_fields", + "kind": "OBJECT" + } + }, + "season2_leaderboard_payouts_avg_fields": { + "iq_points": { "type": "Float", "kind": "SCALAR" }, - "log_index": { + "rank": { "type": "Float", "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_max_fields": { + "iq_points": { + "type": "numeric", + "kind": "SCALAR" }, - "shares": { + "rank": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_min_fields": { + "iq_points": { + "type": "numeric", + "kind": "SCALAR" + }, + "rank": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_stddev_fields": { + "iq_points": { "type": "Float", "kind": "SCALAR" }, - "total_shares": { + "rank": { "type": "Float", "kind": "SCALAR" } }, - "redemptions_stddev_pop_fields": { - "assets": { + "season2_leaderboard_payouts_stddev_pop_fields": { + "iq_points": { "type": "Float", "kind": "SCALAR" }, - "block_number": { + "rank": { "type": "Float", "kind": "SCALAR" - }, - "curve_id": { + } + }, + "season2_leaderboard_payouts_stddev_samp_fields": { + "iq_points": { "type": "Float", "kind": "SCALAR" }, - "fees": { + "rank": { "type": "Float", "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_sum_fields": { + "iq_points": { + "type": "numeric", + "kind": "SCALAR" }, - "log_index": { + "rank": { + "type": "Int", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_var_pop_fields": { + "iq_points": { "type": "Float", "kind": "SCALAR" }, - "shares": { + "rank": { + "type": "Float", + "kind": "SCALAR" + } + }, + "season2_leaderboard_payouts_var_samp_fields": { + "iq_points": { "type": "Float", "kind": "SCALAR" }, - "total_shares": { + "rank": { "type": "Float", "kind": "SCALAR" } }, - "redemptions_stddev_samp_fields": { - "assets": { + "season2_leaderboard_payouts_variance_fields": { + "iq_points": { "type": "Float", "kind": "SCALAR" }, - "block_number": { + "rank": { "type": "Float", "kind": "SCALAR" + } + }, + "season2_trust_price_snapshots": { + "created_at": { + "type": "timestamptz", + "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "price_usd": { + "type": "numeric", "kind": "SCALAR" }, - "fees": { - "type": "Float", + "snapshot_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "source": { + "type": "String", "kind": "SCALAR" }, - "shares": { - "type": "Float", + "source_ref": { + "type": "String", "kind": "SCALAR" }, - "total_shares": { - "type": "Float", + "updated_at": { + "type": "timestamptz", "kind": "SCALAR" } }, - "redemptions_sum_fields": { - "assets": { - "type": "numeric", + "season2_trust_price_snapshots_aggregate": { + "aggregate": { + "type": "season2_trust_price_snapshots_aggregate_fields", + "kind": "OBJECT" + }, + "nodes": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + } + }, + "season2_trust_price_snapshots_aggregate_fields": { + "avg": { + "type": "season2_trust_price_snapshots_avg_fields", + "kind": "OBJECT" + }, + "count": { + "type": "Int", "kind": "SCALAR" }, - "block_number": { - "type": "numeric", - "kind": "SCALAR" + "max": { + "type": "season2_trust_price_snapshots_max_fields", + "kind": "OBJECT" + }, + "min": { + "type": "season2_trust_price_snapshots_min_fields", + "kind": "OBJECT" }, - "curve_id": { - "type": "numeric", - "kind": "SCALAR" + "stddev": { + "type": "season2_trust_price_snapshots_stddev_fields", + "kind": "OBJECT" }, - "fees": { - "type": "numeric", - "kind": "SCALAR" + "stddev_pop": { + "type": "season2_trust_price_snapshots_stddev_pop_fields", + "kind": "OBJECT" }, - "log_index": { - "type": "bigint", - "kind": "SCALAR" + "stddev_samp": { + "type": "season2_trust_price_snapshots_stddev_samp_fields", + "kind": "OBJECT" }, - "shares": { - "type": "numeric", - "kind": "SCALAR" + "sum": { + "type": "season2_trust_price_snapshots_sum_fields", + "kind": "OBJECT" }, - "total_shares": { - "type": "numeric", - "kind": "SCALAR" + "var_pop": { + "type": "season2_trust_price_snapshots_var_pop_fields", + "kind": "OBJECT" + }, + "var_samp": { + "type": "season2_trust_price_snapshots_var_samp_fields", + "kind": "OBJECT" + }, + "variance": { + "type": "season2_trust_price_snapshots_variance_fields", + "kind": "OBJECT" } }, - "redemptions_var_pop_fields": { - "assets": { + "season2_trust_price_snapshots_avg_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "block_number": { - "type": "Float", + } + }, + "season2_trust_price_snapshots_max_fields": { + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "price_usd": { + "type": "numeric", "kind": "SCALAR" }, - "fees": { - "type": "Float", + "snapshot_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "source": { + "type": "String", "kind": "SCALAR" }, - "shares": { - "type": "Float", + "source_ref": { + "type": "String", "kind": "SCALAR" }, - "total_shares": { - "type": "Float", + "updated_at": { + "type": "timestamptz", "kind": "SCALAR" } }, - "redemptions_var_samp_fields": { - "assets": { - "type": "Float", - "kind": "SCALAR" - }, - "block_number": { - "type": "Float", + "season2_trust_price_snapshots_min_fields": { + "created_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "curve_id": { - "type": "Float", + "price_usd": { + "type": "numeric", "kind": "SCALAR" }, - "fees": { - "type": "Float", + "snapshot_at": { + "type": "timestamptz", "kind": "SCALAR" }, - "log_index": { - "type": "Float", + "source": { + "type": "String", "kind": "SCALAR" }, - "shares": { - "type": "Float", + "source_ref": { + "type": "String", "kind": "SCALAR" }, - "total_shares": { - "type": "Float", + "updated_at": { + "type": "timestamptz", "kind": "SCALAR" } }, - "redemptions_variance_fields": { - "assets": { + "season2_trust_price_snapshots_stddev_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "block_number": { + } + }, + "season2_trust_price_snapshots_stddev_pop_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "curve_id": { + } + }, + "season2_trust_price_snapshots_stddev_samp_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "fees": { - "type": "Float", + } + }, + "season2_trust_price_snapshots_sum_fields": { + "price_usd": { + "type": "numeric", "kind": "SCALAR" - }, - "log_index": { + } + }, + "season2_trust_price_snapshots_var_pop_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "shares": { + } + }, + "season2_trust_price_snapshots_var_samp_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" - }, - "total_shares": { + } + }, + "season2_trust_price_snapshots_variance_fields": { + "price_usd": { "type": "Float", "kind": "SCALAR" } @@ -7437,6 +11655,10 @@ } }, "subject_predicates": { + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, "predicate": { "type": "atoms", "kind": "OBJECT" @@ -7453,6 +11675,10 @@ "type": "String", "kind": "SCALAR" }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -7531,6 +11757,14 @@ } }, "subject_predicates_avg_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -7545,6 +11779,10 @@ } }, "subject_predicates_max_fields": { + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, "predicate_id": { "type": "String", "kind": "SCALAR" @@ -7553,6 +11791,10 @@ "type": "String", "kind": "SCALAR" }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -7567,6 +11809,10 @@ } }, "subject_predicates_min_fields": { + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, "predicate_id": { "type": "String", "kind": "SCALAR" @@ -7575,6 +11821,10 @@ "type": "String", "kind": "SCALAR" }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -7589,6 +11839,14 @@ } }, "subject_predicates_stddev_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -7603,6 +11861,14 @@ } }, "subject_predicates_stddev_pop_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -7617,6 +11883,14 @@ } }, "subject_predicates_stddev_samp_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -7631,6 +11905,14 @@ } }, "subject_predicates_sum_fields": { + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "total_market_cap": { "type": "numeric", "kind": "SCALAR" @@ -7645,6 +11927,14 @@ } }, "subject_predicates_var_pop_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -7659,6 +11949,14 @@ } }, "subject_predicates_var_samp_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -7673,6 +11971,14 @@ } }, "subject_predicates_variance_fields": { + "opposer_count": { + "type": "Float", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "Float", + "kind": "SCALAR" + }, "total_market_cap": { "type": "Float", "kind": "SCALAR" @@ -7695,6 +12001,10 @@ "type": "account_pnl_rank", "kind": "OBJECT" }, + "account_pnl_rank_aggregate": { + "type": "account_pnl_rank_aggregate", + "kind": "OBJECT" + }, "account_pnl_rank_stream": { "type": "account_pnl_rank", "kind": "OBJECT" @@ -7875,24 +12185,32 @@ "type": "account_pnl_rank", "kind": "OBJECT" }, + "get_account_pnl_rank_aggregate": { + "type": "account_pnl_rank_aggregate", + "kind": "OBJECT" + }, "get_pnl_leaderboard": { "type": "pnl_leaderboard_entry", "kind": "OBJECT" }, - "get_pnl_leaderboard_period": { - "type": "pnl_leaderboard_entry", + "get_pnl_leaderboard_aggregate": { + "type": "pnl_leaderboard_entry_aggregate", "kind": "OBJECT" }, "get_pnl_leaderboard_stats": { "type": "pnl_leaderboard_stats", "kind": "OBJECT" }, + "get_pnl_leaderboard_stats_aggregate": { + "type": "pnl_leaderboard_stats_aggregate", + "kind": "OBJECT" + }, "get_vault_leaderboard": { "type": "pnl_leaderboard_entry", "kind": "OBJECT" }, - "get_vault_leaderboard_period": { - "type": "pnl_leaderboard_entry", + "get_vault_leaderboard_aggregate": { + "type": "pnl_leaderboard_entry_aggregate", "kind": "OBJECT" }, "json_object": { @@ -7947,6 +12265,10 @@ "type": "pnl_leaderboard_entry", "kind": "OBJECT" }, + "pnl_leaderboard_entry_aggregate": { + "type": "pnl_leaderboard_entry_aggregate", + "kind": "OBJECT" + }, "pnl_leaderboard_entry_stream": { "type": "pnl_leaderboard_entry", "kind": "OBJECT" @@ -7955,6 +12277,10 @@ "type": "pnl_leaderboard_stats", "kind": "OBJECT" }, + "pnl_leaderboard_stats_aggregate": { + "type": "pnl_leaderboard_stats_aggregate", + "kind": "OBJECT" + }, "pnl_leaderboard_stats_stream": { "type": "pnl_leaderboard_stats", "kind": "OBJECT" @@ -8039,6 +12365,22 @@ "type": "predicate_objects", "kind": "OBJECT" }, + "protocol_fee_accruals": { + "type": "protocol_fee_accruals", + "kind": "OBJECT" + }, + "protocol_fee_accruals_aggregate": { + "type": "protocol_fee_accruals_aggregate", + "kind": "OBJECT" + }, + "protocol_fee_accruals_stream": { + "type": "protocol_fee_accruals", + "kind": "OBJECT" + }, + "protocol_fee_accrued": { + "type": "protocol_fee_accruals", + "kind": "OBJECT" + }, "redemption": { "type": "redemptions", "kind": "OBJECT" @@ -8087,6 +12429,86 @@ "type": "terms_aggregate", "kind": "OBJECT" }, + "season2_epoch": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "season2_epoch_price": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + }, + "season2_epoch_prices": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + }, + "season2_epoch_prices_aggregate": { + "type": "season2_epoch_prices_aggregate", + "kind": "OBJECT" + }, + "season2_epoch_prices_stream": { + "type": "season2_epoch_prices", + "kind": "OBJECT" + }, + "season2_epochs": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "season2_epochs_aggregate": { + "type": "season2_epochs_aggregate", + "kind": "OBJECT" + }, + "season2_epochs_stream": { + "type": "season2_epochs", + "kind": "OBJECT" + }, + "season2_iq_ledger": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries_aggregate": { + "type": "season2_iq_ledger_entries_aggregate", + "kind": "OBJECT" + }, + "season2_iq_ledger_entries_stream": { + "type": "season2_iq_ledger_entries", + "kind": "OBJECT" + }, + "season2_leaderboard_payout": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + }, + "season2_leaderboard_payouts": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + }, + "season2_leaderboard_payouts_aggregate": { + "type": "season2_leaderboard_payouts_aggregate", + "kind": "OBJECT" + }, + "season2_leaderboard_payouts_stream": { + "type": "season2_leaderboard_payouts", + "kind": "OBJECT" + }, + "season2_trust_price_snapshot": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + }, + "season2_trust_price_snapshots": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + }, + "season2_trust_price_snapshots_aggregate": { + "type": "season2_trust_price_snapshots_aggregate", + "kind": "OBJECT" + }, + "season2_trust_price_snapshots_stream": { + "type": "season2_trust_price_snapshots", + "kind": "OBJECT" + }, "share_price_change_stats_daily": { "type": "share_price_change_stats_daily", "kind": "OBJECT" @@ -8981,6 +13403,14 @@ "type": "String", "kind": "SCALAR" }, + "opposer_count": { + "type": "bigint", + "kind": "SCALAR" + }, + "supporter_count": { + "type": "bigint", + "kind": "SCALAR" + }, "term": { "type": "terms", "kind": "OBJECT" @@ -9097,6 +13527,10 @@ "type": "String", "kind": "SCALAR" }, + "object_term": { + "type": "terms", + "kind": "OBJECT" + }, "positions": { "type": "positions", "kind": "OBJECT" @@ -9113,6 +13547,10 @@ "type": "String", "kind": "SCALAR" }, + "predicate_term": { + "type": "terms", + "kind": "OBJECT" + }, "subject": { "type": "atoms", "kind": "OBJECT" @@ -9121,6 +13559,10 @@ "type": "String", "kind": "SCALAR" }, + "subject_term": { + "type": "terms", + "kind": "OBJECT" + }, "term": { "type": "terms", "kind": "OBJECT"