diff --git a/generated/schema.graphql b/generated/schema.graphql index b71893ae..c8ea10eb 100644 --- a/generated/schema.graphql +++ b/generated/schema.graphql @@ -1047,6 +1047,10 @@ columns and relationships of "abandoned_matches" type abandoned_matches { abandoned_at: timestamptz! id: uuid! + + """An object relationship""" + match: matches + match_id: uuid steam_id: bigint! } @@ -1134,6 +1138,8 @@ input abandoned_matches_bool_exp { _or: [abandoned_matches_bool_exp!] abandoned_at: timestamptz_comparison_exp id: uuid_comparison_exp + match: matches_bool_exp + match_id: uuid_comparison_exp steam_id: bigint_comparison_exp } @@ -1160,6 +1166,8 @@ input type for inserting data into table "abandoned_matches" input abandoned_matches_insert_input { abandoned_at: timestamptz id: uuid + match: matches_obj_rel_insert_input + match_id: uuid steam_id: bigint } @@ -1167,6 +1175,7 @@ input abandoned_matches_insert_input { type abandoned_matches_max_fields { abandoned_at: timestamptz id: uuid + match_id: uuid steam_id: bigint } @@ -1176,6 +1185,7 @@ order by max() on columns of table "abandoned_matches" input abandoned_matches_max_order_by { abandoned_at: order_by id: order_by + match_id: order_by steam_id: order_by } @@ -1183,6 +1193,7 @@ input abandoned_matches_max_order_by { type abandoned_matches_min_fields { abandoned_at: timestamptz id: uuid + match_id: uuid steam_id: bigint } @@ -1192,6 +1203,7 @@ order by min() on columns of table "abandoned_matches" input abandoned_matches_min_order_by { abandoned_at: order_by id: order_by + match_id: order_by steam_id: order_by } @@ -1219,6 +1231,8 @@ input abandoned_matches_on_conflict { input abandoned_matches_order_by { abandoned_at: order_by id: order_by + match: matches_order_by + match_id: order_by steam_id: order_by } @@ -1237,6 +1251,9 @@ enum abandoned_matches_select_column { """column name""" id + """column name""" + match_id + """column name""" steam_id } @@ -1247,6 +1264,7 @@ input type for updating data in table "abandoned_matches" input abandoned_matches_set_input { abandoned_at: timestamptz id: uuid + match_id: uuid steam_id: bigint } @@ -1301,6 +1319,7 @@ input abandoned_matches_stream_cursor_input { input abandoned_matches_stream_cursor_value_input { abandoned_at: timestamptz id: uuid + match_id: uuid steam_id: bigint } @@ -1326,6 +1345,9 @@ enum abandoned_matches_update_column { """column name""" id + """column name""" + match_id + """column name""" steam_id } @@ -11326,6 +11348,9 @@ enum e_notification_types_enum { """Your league team no longer meets the minimum roster size""" LeagueRosterUndersized + """A player abandoned a match""" + MatchAbandoned + """A Valve match you played was imported to 5stack""" MatchImported @@ -11335,6 +11360,12 @@ enum e_notification_types_enum { """MatchSupport""" MatchSupport + """Your name change request was approved""" + NameChangeApproved + + """Your name change request was denied""" + NameChangeDenied + """NameChangeRequest""" NameChangeRequest @@ -20469,6 +20500,7 @@ input get_leaderboard_args { _match_type: String _role: String _season_id: uuid + _source: String _window_days: Int } @@ -20484,6 +20516,7 @@ input get_player_leaderboard_rank_args { _match_type: String _player_steam_id: String _season_id: uuid + _source: String _window_days: Int } @@ -20565,6 +20598,7 @@ type leaderboard_entries { matches_played: Int player_avatar_url: String player_country: String + player_custom_avatar_url: String player_name: String! player_steam_id: String! secondary_value: float8 @@ -20612,6 +20646,7 @@ input leaderboard_entries_bool_exp { matches_played: Int_comparison_exp player_avatar_url: String_comparison_exp player_country: String_comparison_exp + player_custom_avatar_url: String_comparison_exp player_name: String_comparison_exp player_steam_id: String_comparison_exp secondary_value: float8_comparison_exp @@ -20636,6 +20671,7 @@ input leaderboard_entries_insert_input { matches_played: Int player_avatar_url: String player_country: String + player_custom_avatar_url: String player_name: String player_steam_id: String secondary_value: float8 @@ -20648,6 +20684,7 @@ type leaderboard_entries_max_fields { matches_played: Int player_avatar_url: String player_country: String + player_custom_avatar_url: String player_name: String player_steam_id: String secondary_value: float8 @@ -20660,6 +20697,7 @@ type leaderboard_entries_min_fields { matches_played: Int player_avatar_url: String player_country: String + player_custom_avatar_url: String player_name: String player_steam_id: String secondary_value: float8 @@ -20683,6 +20721,7 @@ input leaderboard_entries_order_by { matches_played: order_by player_avatar_url: order_by player_country: order_by + player_custom_avatar_url: order_by player_name: order_by player_steam_id: order_by secondary_value: order_by @@ -20703,6 +20742,9 @@ enum leaderboard_entries_select_column { """column name""" player_country + """column name""" + player_custom_avatar_url + """column name""" player_name @@ -20726,6 +20768,7 @@ input leaderboard_entries_set_input { matches_played: Int player_avatar_url: String player_country: String + player_custom_avatar_url: String player_name: String player_steam_id: String secondary_value: float8 @@ -20773,6 +20816,7 @@ input leaderboard_entries_stream_cursor_value_input { matches_played: Int player_avatar_url: String player_country: String + player_custom_avatar_url: String player_name: String player_steam_id: String secondary_value: float8 @@ -28398,6 +28442,7 @@ type match_lineup_players { checked_in: Boolean! discord_id: String id: uuid! + is_connected: Boolean! """An object relationship""" lineup: match_lineups! @@ -28513,6 +28558,7 @@ input match_lineup_players_bool_exp { checked_in: Boolean_comparison_exp discord_id: String_comparison_exp id: uuid_comparison_exp + is_connected: Boolean_comparison_exp lineup: match_lineups_bool_exp match_lineup_id: uuid_comparison_exp party_id: uuid_comparison_exp @@ -28557,6 +28603,7 @@ input match_lineup_players_insert_input { checked_in: Boolean discord_id: String id: uuid + is_connected: Boolean lineup: match_lineups_obj_rel_insert_input match_lineup_id: uuid party_id: uuid @@ -28636,6 +28683,7 @@ input match_lineup_players_order_by { checked_in: order_by discord_id: order_by id: order_by + is_connected: order_by lineup: match_lineups_order_by match_lineup_id: order_by party_id: order_by @@ -28666,6 +28714,9 @@ enum match_lineup_players_select_column { """column name""" id + """column name""" + is_connected + """column name""" match_lineup_id @@ -28691,6 +28742,9 @@ enum match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_ """column name""" checked_in + + """column name""" + is_connected } """ @@ -28702,6 +28756,9 @@ enum match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_ """column name""" checked_in + + """column name""" + is_connected } """ @@ -28712,6 +28769,7 @@ input match_lineup_players_set_input { checked_in: Boolean discord_id: String id: uuid + is_connected: Boolean match_lineup_id: uuid party_id: uuid party_source: e_match_party_sources_enum @@ -28772,6 +28830,7 @@ input match_lineup_players_stream_cursor_value_input { checked_in: Boolean discord_id: String id: uuid + is_connected: Boolean match_lineup_id: uuid party_id: uuid party_source: e_match_party_sources_enum @@ -28807,6 +28866,9 @@ enum match_lineup_players_update_column { """column name""" id + """column name""" + is_connected + """column name""" match_lineup_id @@ -31113,6 +31175,7 @@ input match_map_rounds_variance_order_by { columns and relationships of "match_map_veto_picks" """ type match_map_veto_picks { + auto_picked: Boolean! created_at: timestamptz! id: uuid! @@ -31140,9 +31203,25 @@ type match_map_veto_picks_aggregate { } input match_map_veto_picks_aggregate_bool_exp { + bool_and: match_map_veto_picks_aggregate_bool_exp_bool_and + bool_or: match_map_veto_picks_aggregate_bool_exp_bool_or count: match_map_veto_picks_aggregate_bool_exp_count } +input match_map_veto_picks_aggregate_bool_exp_bool_and { + arguments: match_map_veto_picks_select_column_match_map_veto_picks_aggregate_bool_exp_bool_and_arguments_columns! + distinct: Boolean + filter: match_map_veto_picks_bool_exp + predicate: Boolean_comparison_exp! +} + +input match_map_veto_picks_aggregate_bool_exp_bool_or { + arguments: match_map_veto_picks_select_column_match_map_veto_picks_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: match_map_veto_picks_bool_exp + predicate: Boolean_comparison_exp! +} + input match_map_veto_picks_aggregate_bool_exp_count { arguments: [match_map_veto_picks_select_column!] distinct: Boolean @@ -31185,6 +31264,7 @@ input match_map_veto_picks_bool_exp { _and: [match_map_veto_picks_bool_exp!] _not: match_map_veto_picks_bool_exp _or: [match_map_veto_picks_bool_exp!] + auto_picked: Boolean_comparison_exp created_at: timestamptz_comparison_exp id: uuid_comparison_exp map: maps_bool_exp @@ -31216,6 +31296,7 @@ enum match_map_veto_picks_constraint { input type for inserting data into table "match_map_veto_picks" """ input match_map_veto_picks_insert_input { + auto_picked: Boolean created_at: timestamptz id: uuid map: maps_obj_rel_insert_input @@ -31294,6 +31375,7 @@ input match_map_veto_picks_on_conflict { """Ordering options when selecting data from "match_map_veto_picks".""" input match_map_veto_picks_order_by { + auto_picked: order_by created_at: order_by id: order_by map: maps_order_by @@ -31315,6 +31397,9 @@ input match_map_veto_picks_pk_columns_input { select columns of table "match_map_veto_picks" """ enum match_map_veto_picks_select_column { + """column name""" + auto_picked + """column name""" created_at @@ -31337,10 +31422,27 @@ enum match_map_veto_picks_select_column { type } +""" +select "match_map_veto_picks_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_map_veto_picks" +""" +enum match_map_veto_picks_select_column_match_map_veto_picks_aggregate_bool_exp_bool_and_arguments_columns { + """column name""" + auto_picked +} + +""" +select "match_map_veto_picks_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_map_veto_picks" +""" +enum match_map_veto_picks_select_column_match_map_veto_picks_aggregate_bool_exp_bool_or_arguments_columns { + """column name""" + auto_picked +} + """ input type for updating data in table "match_map_veto_picks" """ input match_map_veto_picks_set_input { + auto_picked: Boolean created_at: timestamptz id: uuid map_id: uuid @@ -31363,6 +31465,7 @@ input match_map_veto_picks_stream_cursor_input { """Initial value of the column from where the streaming should start""" input match_map_veto_picks_stream_cursor_value_input { + auto_picked: Boolean created_at: timestamptz id: uuid map_id: uuid @@ -31376,6 +31479,9 @@ input match_map_veto_picks_stream_cursor_value_input { update columns of table "match_map_veto_picks" """ enum match_map_veto_picks_update_column { + """column name""" + auto_picked + """column name""" created_at @@ -31412,6 +31518,7 @@ columns and relationships of "match_maps" type match_maps { clips_count: Int! created_at: timestamptz! + demo_processing_started_at: timestamptz """An array relationship""" demos( @@ -31966,6 +32073,7 @@ input match_maps_bool_exp { _or: [match_maps_bool_exp!] clips_count: Int_comparison_exp created_at: timestamptz_comparison_exp + demo_processing_started_at: timestamptz_comparison_exp demos: match_map_demos_bool_exp demos_aggregate: match_map_demos_aggregate_bool_exp demos_download_url: String_comparison_exp @@ -32045,6 +32153,7 @@ input type for inserting data into table "match_maps" input match_maps_insert_input { clips_count: Int created_at: timestamptz + demo_processing_started_at: timestamptz demos: match_map_demos_arr_rel_insert_input e_match_map_status: e_match_map_status_obj_rel_insert_input ended_at: timestamptz @@ -32080,6 +32189,7 @@ input match_maps_insert_input { type match_maps_max_fields { clips_count: Int created_at: timestamptz + demo_processing_started_at: timestamptz """ A computed field, executes function "match_map_demo_download_url" @@ -32120,6 +32230,7 @@ order by max() on columns of table "match_maps" input match_maps_max_order_by { clips_count: order_by created_at: order_by + demo_processing_started_at: order_by ended_at: order_by id: order_by latest_clip_at: order_by @@ -32138,6 +32249,7 @@ input match_maps_max_order_by { type match_maps_min_fields { clips_count: Int created_at: timestamptz + demo_processing_started_at: timestamptz """ A computed field, executes function "match_map_demo_download_url" @@ -32178,6 +32290,7 @@ order by min() on columns of table "match_maps" input match_maps_min_order_by { clips_count: order_by created_at: order_by + demo_processing_started_at: order_by ended_at: order_by id: order_by latest_clip_at: order_by @@ -32226,6 +32339,7 @@ input match_maps_on_conflict { input match_maps_order_by { clips_count: order_by created_at: order_by + demo_processing_started_at: order_by demos_aggregate: match_map_demos_aggregate_order_by demos_download_url: order_by demos_total_size: order_by @@ -32277,6 +32391,9 @@ enum match_maps_select_column { """column name""" created_at + """column name""" + demo_processing_started_at + """column name""" ended_at @@ -32329,6 +32446,7 @@ input type for updating data in table "match_maps" input match_maps_set_input { clips_count: Int created_at: timestamptz + demo_processing_started_at: timestamptz ended_at: timestamptz id: uuid latest_clip_at: timestamptz @@ -32466,6 +32584,7 @@ input match_maps_stream_cursor_input { input match_maps_stream_cursor_value_input { clips_count: Int created_at: timestamptz + demo_processing_started_at: timestamptz ended_at: timestamptz id: uuid latest_clip_at: timestamptz @@ -32528,6 +32647,9 @@ enum match_maps_update_column { """column name""" created_at + """column name""" + demo_processing_started_at + """column name""" ended_at @@ -32773,6 +32895,7 @@ type match_options { tournament_stage: tournament_stages tv_delay: Int! type: e_match_types_enum! + veto_pick_timeout: Int! } """ @@ -32809,6 +32932,7 @@ type match_options_avg_fields { number_of_substitutes: Float round_restart_delay: Float tv_delay: Float + veto_pick_timeout: Float } """ @@ -32851,6 +32975,7 @@ input match_options_bool_exp { tournament_stage: tournament_stages_bool_exp tv_delay: Int_comparison_exp type: e_match_types_enum_comparison_exp + veto_pick_timeout: Int_comparison_exp } """ @@ -32874,6 +32999,7 @@ input match_options_inc_input { number_of_substitutes: Int round_restart_delay: Int tv_delay: Int + veto_pick_timeout: Int } """ @@ -32911,6 +33037,7 @@ input match_options_insert_input { tournament_stage: tournament_stages_obj_rel_insert_input tv_delay: Int type: e_match_types_enum + veto_pick_timeout: Int } """aggregate max on columns""" @@ -32926,6 +33053,7 @@ type match_options_max_fields { regions: [String!] round_restart_delay: Int tv_delay: Int + veto_pick_timeout: Int } """aggregate min on columns""" @@ -32941,6 +33069,7 @@ type match_options_min_fields { regions: [String!] round_restart_delay: Int tv_delay: Int + veto_pick_timeout: Int } """ @@ -33007,6 +33136,7 @@ input match_options_order_by { tournament_stage: tournament_stages_order_by tv_delay: order_by type: order_by + veto_pick_timeout: order_by } """primary key columns input for table: match_options""" @@ -33095,6 +33225,9 @@ enum match_options_select_column { """column name""" type + + """column name""" + veto_pick_timeout } """ @@ -33127,6 +33260,7 @@ input match_options_set_input { timeout_setting: e_timeout_settings_enum tv_delay: Int type: e_match_types_enum + veto_pick_timeout: Int } """aggregate stddev on columns""" @@ -33138,6 +33272,7 @@ type match_options_stddev_fields { number_of_substitutes: Float round_restart_delay: Float tv_delay: Float + veto_pick_timeout: Float } """aggregate stddev_pop on columns""" @@ -33149,6 +33284,7 @@ type match_options_stddev_pop_fields { number_of_substitutes: Float round_restart_delay: Float tv_delay: Float + veto_pick_timeout: Float } """aggregate stddev_samp on columns""" @@ -33160,6 +33296,7 @@ type match_options_stddev_samp_fields { number_of_substitutes: Float round_restart_delay: Float tv_delay: Float + veto_pick_timeout: Float } """ @@ -33201,6 +33338,7 @@ input match_options_stream_cursor_value_input { timeout_setting: e_timeout_settings_enum tv_delay: Int type: e_match_types_enum + veto_pick_timeout: Int } """aggregate sum on columns""" @@ -33212,6 +33350,7 @@ type match_options_sum_fields { number_of_substitutes: Int round_restart_delay: Int tv_delay: Int + veto_pick_timeout: Int } """ @@ -33295,6 +33434,9 @@ enum match_options_update_column { """column name""" type + + """column name""" + veto_pick_timeout } input match_options_updates { @@ -33317,6 +33459,7 @@ type match_options_var_pop_fields { number_of_substitutes: Float round_restart_delay: Float tv_delay: Float + veto_pick_timeout: Float } """aggregate var_samp on columns""" @@ -33328,6 +33471,7 @@ type match_options_var_samp_fields { number_of_substitutes: Float round_restart_delay: Float tv_delay: Float + veto_pick_timeout: Float } """aggregate variance on columns""" @@ -33339,12 +33483,14 @@ type match_options_variance_fields { number_of_substitutes: Float round_restart_delay: Float tv_delay: Float + veto_pick_timeout: Float } """ columns and relationships of "match_region_veto_picks" """ type match_region_veto_picks { + auto_picked: Boolean! created_at: timestamptz! id: uuid! @@ -33368,9 +33514,25 @@ type match_region_veto_picks_aggregate { } input match_region_veto_picks_aggregate_bool_exp { + bool_and: match_region_veto_picks_aggregate_bool_exp_bool_and + bool_or: match_region_veto_picks_aggregate_bool_exp_bool_or count: match_region_veto_picks_aggregate_bool_exp_count } +input match_region_veto_picks_aggregate_bool_exp_bool_and { + arguments: match_region_veto_picks_select_column_match_region_veto_picks_aggregate_bool_exp_bool_and_arguments_columns! + distinct: Boolean + filter: match_region_veto_picks_bool_exp + predicate: Boolean_comparison_exp! +} + +input match_region_veto_picks_aggregate_bool_exp_bool_or { + arguments: match_region_veto_picks_select_column_match_region_veto_picks_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: match_region_veto_picks_bool_exp + predicate: Boolean_comparison_exp! +} + input match_region_veto_picks_aggregate_bool_exp_count { arguments: [match_region_veto_picks_select_column!] distinct: Boolean @@ -33413,6 +33575,7 @@ input match_region_veto_picks_bool_exp { _and: [match_region_veto_picks_bool_exp!] _not: match_region_veto_picks_bool_exp _or: [match_region_veto_picks_bool_exp!] + auto_picked: Boolean_comparison_exp created_at: timestamptz_comparison_exp id: uuid_comparison_exp match: matches_bool_exp @@ -33442,6 +33605,7 @@ enum match_region_veto_picks_constraint { input type for inserting data into table "match_region_veto_picks" """ input match_region_veto_picks_insert_input { + auto_picked: Boolean created_at: timestamptz id: uuid match: matches_obj_rel_insert_input @@ -33514,6 +33678,7 @@ input match_region_veto_picks_on_conflict { """Ordering options when selecting data from "match_region_veto_picks".""" input match_region_veto_picks_order_by { + auto_picked: order_by created_at: order_by id: order_by match: matches_order_by @@ -33533,6 +33698,9 @@ input match_region_veto_picks_pk_columns_input { select columns of table "match_region_veto_picks" """ enum match_region_veto_picks_select_column { + """column name""" + auto_picked + """column name""" created_at @@ -33552,10 +33720,27 @@ enum match_region_veto_picks_select_column { type } +""" +select "match_region_veto_picks_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_region_veto_picks" +""" +enum match_region_veto_picks_select_column_match_region_veto_picks_aggregate_bool_exp_bool_and_arguments_columns { + """column name""" + auto_picked +} + +""" +select "match_region_veto_picks_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_region_veto_picks" +""" +enum match_region_veto_picks_select_column_match_region_veto_picks_aggregate_bool_exp_bool_or_arguments_columns { + """column name""" + auto_picked +} + """ input type for updating data in table "match_region_veto_picks" """ input match_region_veto_picks_set_input { + auto_picked: Boolean created_at: timestamptz id: uuid match_id: uuid @@ -33577,6 +33762,7 @@ input match_region_veto_picks_stream_cursor_input { """Initial value of the column from where the streaming should start""" input match_region_veto_picks_stream_cursor_value_input { + auto_picked: Boolean created_at: timestamptz id: uuid match_id: uuid @@ -33589,6 +33775,9 @@ input match_region_veto_picks_stream_cursor_value_input { update columns of table "match_region_veto_picks" """ enum match_region_veto_picks_update_column { + """column name""" + auto_picked + """column name""" created_at @@ -35239,6 +35428,7 @@ type matches { A computed field, executes function "get_match_tv_connection_string" """ tv_connection_string: String + veto_pick_expires_at: timestamptz """An object relationship""" winner: match_lineups @@ -35429,6 +35619,7 @@ input matches_bool_exp { tournament_brackets: tournament_brackets_bool_exp tournament_brackets_aggregate: tournament_brackets_aggregate_bool_exp tv_connection_string: String_comparison_exp + veto_pick_expires_at: timestamptz_comparison_exp winner: match_lineups_bool_exp winning_lineup_id: uuid_comparison_exp } @@ -35517,6 +35708,7 @@ input matches_insert_input { status: e_match_status_enum streams: match_streams_arr_rel_insert_input tournament_brackets: tournament_brackets_arr_rel_insert_input + veto_pick_expires_at: timestamptz winner: match_lineups_obj_rel_insert_input winning_lineup_id: uuid } @@ -35607,6 +35799,7 @@ type matches_max_fields { A computed field, executes function "get_match_tv_connection_string" """ tv_connection_string: String + veto_pick_expires_at: timestamptz winning_lineup_id: uuid } @@ -35633,6 +35826,7 @@ input matches_max_order_by { share_code: order_by source: order_by started_at: order_by + veto_pick_expires_at: order_by winning_lineup_id: order_by } @@ -35722,6 +35916,7 @@ type matches_min_fields { A computed field, executes function "get_match_tv_connection_string" """ tv_connection_string: String + veto_pick_expires_at: timestamptz winning_lineup_id: uuid } @@ -35748,6 +35943,7 @@ input matches_min_order_by { share_code: order_by source: order_by started_at: order_by + veto_pick_expires_at: order_by winning_lineup_id: order_by } @@ -35859,6 +36055,7 @@ input matches_order_by { teams_aggregate: teams_aggregate_order_by tournament_brackets_aggregate: tournament_brackets_aggregate_order_by tv_connection_string: order_by + veto_pick_expires_at: order_by winner: match_lineups_order_by winning_lineup_id: order_by } @@ -35932,6 +36129,9 @@ enum matches_select_column { """column name""" status + """column name""" + veto_pick_expires_at + """column name""" winning_lineup_id } @@ -35959,6 +36159,7 @@ input matches_set_input { source: String started_at: timestamptz status: e_match_status_enum + veto_pick_expires_at: timestamptz winning_lineup_id: uuid } @@ -36058,6 +36259,7 @@ input matches_stream_cursor_value_input { source: String started_at: timestamptz status: e_match_status_enum + veto_pick_expires_at: timestamptz winning_lineup_id: uuid } @@ -36143,6 +36345,9 @@ enum matches_update_column { """column name""" status + """column name""" + veto_pick_expires_at + """column name""" winning_lineup_id } @@ -38562,6 +38767,7 @@ type mutation_root { """ delete_v_team_stage_results_by_pk(tournament_stage_id: uuid!, tournament_team_id: uuid!): v_team_stage_results denyInvite(invite_id: uuid!, type: String!): SuccessOutput + denyNameChange(name: String!, steam_id: bigint!): SuccessOutput forfeitMatch(match_id: uuid!, winning_lineup_id: uuid!): SuccessOutput """ @@ -66366,6 +66572,11 @@ type players { where: award_recipients_bool_exp ): award_recipients_aggregate! + """ + A computed field, executes function "banned_until" + """ + banned_until: timestamptz + """An array relationship""" coach_lineups( """distinct select on columns""" @@ -66787,6 +66998,11 @@ type players { where: team_invites_bool_exp ): team_invites_aggregate! + """ + A computed field, executes function "is_admin_sanctioned" + """ + is_admin_sanctioned: Boolean + """ A computed field, executes function "is_banned" """ @@ -66817,6 +67033,11 @@ type players { """ is_muted: Boolean + """ + A computed field, executes function "is_registered" + """ + is_registered: Boolean + """An array relationship""" kills( """distinct select on columns""" @@ -67861,6 +68082,7 @@ input players_bool_exp { avatar_url: String_comparison_exp awards: award_recipients_bool_exp awards_aggregate: award_recipients_aggregate_bool_exp + banned_until: timestamptz_comparison_exp coach_lineups: match_lineups_bool_exp coach_lineups_aggregate: match_lineups_aggregate_bool_exp country: String_comparison_exp @@ -67897,12 +68119,14 @@ input players_bool_exp { game_ban_count: Int_comparison_exp invited_players: team_invites_bool_exp invited_players_aggregate: team_invites_aggregate_bool_exp + is_admin_sanctioned: Boolean_comparison_exp is_banned: Boolean_comparison_exp is_gagged: Boolean_comparison_exp is_in_another_match: Boolean_comparison_exp is_in_draft: Boolean_comparison_exp is_in_lobby: Boolean_comparison_exp is_muted: Boolean_comparison_exp + is_registered: Boolean_comparison_exp kills: player_kills_bool_exp kills_aggregate: player_kills_aggregate_bool_exp kills_by_weapons: player_kills_by_weapon_bool_exp @@ -68090,6 +68314,11 @@ input players_insert_input { """aggregate max on columns""" type players_max_fields { avatar_url: String + + """ + A computed field, executes function "banned_until" + """ + banned_until: timestamptz country: String created_at: timestamptz @@ -68173,6 +68402,11 @@ type players_max_fields { """aggregate min on columns""" type players_min_fields { avatar_url: String + + """ + A computed field, executes function "banned_until" + """ + banned_until: timestamptz country: String created_at: timestamptz @@ -68291,6 +68525,7 @@ input players_order_by { assited_by_players_aggregate: player_assists_aggregate_order_by avatar_url: order_by awards_aggregate: award_recipients_aggregate_order_by + banned_until: order_by coach_lineups_aggregate: match_lineups_aggregate_order_by country: order_by created_at: order_by @@ -68316,12 +68551,14 @@ input players_order_by { friends_aggregate: my_friends_aggregate_order_by game_ban_count: order_by invited_players_aggregate: team_invites_aggregate_order_by + is_admin_sanctioned: order_by is_banned: order_by is_gagged: order_by is_in_another_match: order_by is_in_draft: order_by is_in_lobby: order_by is_muted: order_by + is_registered: order_by kills_aggregate: player_kills_aggregate_order_by kills_by_weapons_aggregate: player_kills_by_weapon_aggregate_order_by language: order_by @@ -111942,10 +112179,12 @@ type v_steam_account_pool_status_variance_fields { columns and relationships of "v_team_ranks" """ type v_team_ranks { + avg_duel_elo: Int avg_elo: Int avg_faceit_elo: Int avg_faceit_level: float8 avg_premier: Int + avg_wingman_elo: Int max_elo: Int min_elo: Int roster_size: bigint @@ -111982,10 +112221,12 @@ type v_team_ranks_aggregate_fields { """aggregate avg on columns""" type v_team_ranks_avg_fields { + avg_duel_elo: Float avg_elo: Float avg_faceit_elo: Float avg_faceit_level: Float avg_premier: Float + avg_wingman_elo: Float max_elo: Float min_elo: Float roster_size: Float @@ -111998,10 +112239,12 @@ input v_team_ranks_bool_exp { _and: [v_team_ranks_bool_exp!] _not: v_team_ranks_bool_exp _or: [v_team_ranks_bool_exp!] + avg_duel_elo: Int_comparison_exp avg_elo: Int_comparison_exp avg_faceit_elo: Int_comparison_exp avg_faceit_level: float8_comparison_exp avg_premier: Int_comparison_exp + avg_wingman_elo: Int_comparison_exp max_elo: Int_comparison_exp min_elo: Int_comparison_exp roster_size: bigint_comparison_exp @@ -112013,10 +112256,12 @@ input v_team_ranks_bool_exp { input type for inserting data into table "v_team_ranks" """ input v_team_ranks_insert_input { + avg_duel_elo: Int avg_elo: Int avg_faceit_elo: Int avg_faceit_level: float8 avg_premier: Int + avg_wingman_elo: Int max_elo: Int min_elo: Int roster_size: bigint @@ -112026,10 +112271,12 @@ input v_team_ranks_insert_input { """aggregate max on columns""" type v_team_ranks_max_fields { + avg_duel_elo: Int avg_elo: Int avg_faceit_elo: Int avg_faceit_level: float8 avg_premier: Int + avg_wingman_elo: Int max_elo: Int min_elo: Int roster_size: bigint @@ -112038,10 +112285,12 @@ type v_team_ranks_max_fields { """aggregate min on columns""" type v_team_ranks_min_fields { + avg_duel_elo: Int avg_elo: Int avg_faceit_elo: Int avg_faceit_level: float8 avg_premier: Int + avg_wingman_elo: Int max_elo: Int min_elo: Int roster_size: bigint @@ -112057,10 +112306,12 @@ input v_team_ranks_obj_rel_insert_input { """Ordering options when selecting data from "v_team_ranks".""" input v_team_ranks_order_by { + avg_duel_elo: order_by avg_elo: order_by avg_faceit_elo: order_by avg_faceit_level: order_by avg_premier: order_by + avg_wingman_elo: order_by max_elo: order_by min_elo: order_by roster_size: order_by @@ -112072,6 +112323,9 @@ input v_team_ranks_order_by { select columns of table "v_team_ranks" """ enum v_team_ranks_select_column { + """column name""" + avg_duel_elo + """column name""" avg_elo @@ -112084,6 +112338,9 @@ enum v_team_ranks_select_column { """column name""" avg_premier + """column name""" + avg_wingman_elo + """column name""" max_elo @@ -112099,10 +112356,12 @@ enum v_team_ranks_select_column { """aggregate stddev on columns""" type v_team_ranks_stddev_fields { + avg_duel_elo: Float avg_elo: Float avg_faceit_elo: Float avg_faceit_level: Float avg_premier: Float + avg_wingman_elo: Float max_elo: Float min_elo: Float roster_size: Float @@ -112110,10 +112369,12 @@ type v_team_ranks_stddev_fields { """aggregate stddev_pop on columns""" type v_team_ranks_stddev_pop_fields { + avg_duel_elo: Float avg_elo: Float avg_faceit_elo: Float avg_faceit_level: Float avg_premier: Float + avg_wingman_elo: Float max_elo: Float min_elo: Float roster_size: Float @@ -112121,10 +112382,12 @@ type v_team_ranks_stddev_pop_fields { """aggregate stddev_samp on columns""" type v_team_ranks_stddev_samp_fields { + avg_duel_elo: Float avg_elo: Float avg_faceit_elo: Float avg_faceit_level: Float avg_premier: Float + avg_wingman_elo: Float max_elo: Float min_elo: Float roster_size: Float @@ -112143,10 +112406,12 @@ input v_team_ranks_stream_cursor_input { """Initial value of the column from where the streaming should start""" input v_team_ranks_stream_cursor_value_input { + avg_duel_elo: Int avg_elo: Int avg_faceit_elo: Int avg_faceit_level: float8 avg_premier: Int + avg_wingman_elo: Int max_elo: Int min_elo: Int roster_size: bigint @@ -112155,10 +112420,12 @@ input v_team_ranks_stream_cursor_value_input { """aggregate sum on columns""" type v_team_ranks_sum_fields { + avg_duel_elo: Int avg_elo: Int avg_faceit_elo: Int avg_faceit_level: float8 avg_premier: Int + avg_wingman_elo: Int max_elo: Int min_elo: Int roster_size: bigint @@ -112166,10 +112433,12 @@ type v_team_ranks_sum_fields { """aggregate var_pop on columns""" type v_team_ranks_var_pop_fields { + avg_duel_elo: Float avg_elo: Float avg_faceit_elo: Float avg_faceit_level: Float avg_premier: Float + avg_wingman_elo: Float max_elo: Float min_elo: Float roster_size: Float @@ -112177,10 +112446,12 @@ type v_team_ranks_var_pop_fields { """aggregate var_samp on columns""" type v_team_ranks_var_samp_fields { + avg_duel_elo: Float avg_elo: Float avg_faceit_elo: Float avg_faceit_level: Float avg_premier: Float + avg_wingman_elo: Float max_elo: Float min_elo: Float roster_size: Float @@ -112188,10 +112459,12 @@ type v_team_ranks_var_samp_fields { """aggregate variance on columns""" type v_team_ranks_variance_fields { + avg_duel_elo: Float avg_elo: Float avg_faceit_elo: Float avg_faceit_level: Float avg_premier: Float + avg_wingman_elo: Float max_elo: Float min_elo: Float roster_size: Float diff --git a/generated/schema.ts b/generated/schema.ts index af055a4f..7ad6fda7 100644 --- a/generated/schema.ts +++ b/generated/schema.ts @@ -888,6 +888,9 @@ export type _map_pool_update_column = 'map_id' | 'map_pool_id' export interface abandoned_matches { abandoned_at: Scalars['timestamptz'] id: Scalars['uuid'] + /** An object relationship */ + match: (matches | null) + match_id: (Scalars['uuid'] | null) steam_id: Scalars['bigint'] __typename: 'abandoned_matches' } @@ -933,6 +936,7 @@ export type abandoned_matches_constraint = 'abandoned_matches_pkey' export interface abandoned_matches_max_fields { abandoned_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) steam_id: (Scalars['bigint'] | null) __typename: 'abandoned_matches_max_fields' } @@ -942,6 +946,7 @@ export interface abandoned_matches_max_fields { export interface abandoned_matches_min_fields { abandoned_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) steam_id: (Scalars['bigint'] | null) __typename: 'abandoned_matches_min_fields' } @@ -958,7 +963,7 @@ export interface abandoned_matches_mutation_response { /** select columns of table "abandoned_matches" */ -export type abandoned_matches_select_column = 'abandoned_at' | 'id' | 'steam_id' +export type abandoned_matches_select_column = 'abandoned_at' | 'id' | 'match_id' | 'steam_id' /** aggregate stddev on columns */ @@ -990,7 +995,7 @@ export interface abandoned_matches_sum_fields { /** update columns of table "abandoned_matches" */ -export type abandoned_matches_update_column = 'abandoned_at' | 'id' | 'steam_id' +export type abandoned_matches_update_column = 'abandoned_at' | 'id' | 'match_id' | 'steam_id' /** aggregate var_pop on columns */ @@ -4384,7 +4389,7 @@ export interface e_notification_types_aggregate_fields { /** unique or primary key constraints on table "e_notification_types" */ export type e_notification_types_constraint = 'e_notification_types_pkey' -export type e_notification_types_enum = 'DedicatedServerRconStatus' | 'DedicatedServerStatus' | 'EloRecompute' | 'FormTeamSuggestion' | 'GameNodeStatus' | 'GameUpdate' | 'LeagueMatchUnscheduled' | 'LeagueProposalAccepted' | 'LeagueProposalDeclined' | 'LeagueProposalReceived' | 'LeagueRegistrationDecision' | 'LeagueRosterUndersized' | 'MatchImported' | 'MatchStatusChange' | 'MatchSupport' | 'NameChangeRequest' | 'PlayerReindex' | 'PlayerSanctioned' | 'ScrimAlertMatch' | 'ScrimMatchCanceled' | 'ScrimMatchScheduled' | 'ScrimRequestAccepted' | 'ScrimRequestCountered' | 'ScrimRequestDeclined' | 'ScrimRequestExpired' | 'ScrimRequestReceived' | 'ScrimTimeChanged' | 'StorageScan' +export type e_notification_types_enum = 'DedicatedServerRconStatus' | 'DedicatedServerStatus' | 'EloRecompute' | 'FormTeamSuggestion' | 'GameNodeStatus' | 'GameUpdate' | 'LeagueMatchUnscheduled' | 'LeagueProposalAccepted' | 'LeagueProposalDeclined' | 'LeagueProposalReceived' | 'LeagueRegistrationDecision' | 'LeagueRosterUndersized' | 'MatchAbandoned' | 'MatchImported' | 'MatchStatusChange' | 'MatchSupport' | 'NameChangeApproved' | 'NameChangeDenied' | 'NameChangeRequest' | 'PlayerReindex' | 'PlayerSanctioned' | 'ScrimAlertMatch' | 'ScrimMatchCanceled' | 'ScrimMatchScheduled' | 'ScrimRequestAccepted' | 'ScrimRequestCountered' | 'ScrimRequestDeclined' | 'ScrimRequestExpired' | 'ScrimRequestReceived' | 'ScrimTimeChanged' | 'StorageScan' /** aggregate max on columns */ @@ -7382,6 +7387,7 @@ export interface leaderboard_entries { matches_played: (Scalars['Int'] | null) player_avatar_url: (Scalars['String'] | null) player_country: (Scalars['String'] | null) + player_custom_avatar_url: (Scalars['String'] | null) player_name: Scalars['String'] player_steam_id: Scalars['String'] secondary_value: (Scalars['float8'] | null) @@ -7429,6 +7435,7 @@ export interface leaderboard_entries_max_fields { matches_played: (Scalars['Int'] | null) player_avatar_url: (Scalars['String'] | null) player_country: (Scalars['String'] | null) + player_custom_avatar_url: (Scalars['String'] | null) player_name: (Scalars['String'] | null) player_steam_id: (Scalars['String'] | null) secondary_value: (Scalars['float8'] | null) @@ -7443,6 +7450,7 @@ export interface leaderboard_entries_min_fields { matches_played: (Scalars['Int'] | null) player_avatar_url: (Scalars['String'] | null) player_country: (Scalars['String'] | null) + player_custom_avatar_url: (Scalars['String'] | null) player_name: (Scalars['String'] | null) player_steam_id: (Scalars['String'] | null) secondary_value: (Scalars['float8'] | null) @@ -7463,7 +7471,7 @@ export interface leaderboard_entries_mutation_response { /** select columns of table "leaderboard_entries" */ -export type leaderboard_entries_select_column = 'matches_played' | 'player_avatar_url' | 'player_country' | 'player_name' | 'player_steam_id' | 'secondary_value' | 'tertiary_value' | 'value' +export type leaderboard_entries_select_column = 'matches_played' | 'player_avatar_url' | 'player_country' | 'player_custom_avatar_url' | 'player_name' | 'player_steam_id' | 'secondary_value' | 'tertiary_value' | 'value' /** aggregate stddev on columns */ @@ -9951,6 +9959,7 @@ export interface match_lineup_players { checked_in: Scalars['Boolean'] discord_id: (Scalars['String'] | null) id: Scalars['uuid'] + is_connected: Scalars['Boolean'] /** An object relationship */ lineup: match_lineups match_lineup_id: Scalars['uuid'] @@ -10035,15 +10044,15 @@ export interface match_lineup_players_mutation_response { /** select columns of table "match_lineup_players" */ -export type match_lineup_players_select_column = 'captain' | 'checked_in' | 'discord_id' | 'id' | 'match_lineup_id' | 'party_id' | 'party_source' | 'placeholder_name' | 'steam_id' +export type match_lineup_players_select_column = 'captain' | 'checked_in' | 'discord_id' | 'id' | 'is_connected' | 'match_lineup_id' | 'party_id' | 'party_source' | 'placeholder_name' | 'steam_id' /** select "match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_lineup_players" */ -export type match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns = 'captain' | 'checked_in' +export type match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns = 'captain' | 'checked_in' | 'is_connected' /** select "match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_lineup_players" */ -export type match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns = 'captain' | 'checked_in' +export type match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns = 'captain' | 'checked_in' | 'is_connected' /** aggregate stddev on columns */ @@ -10075,7 +10084,7 @@ export interface match_lineup_players_sum_fields { /** update columns of table "match_lineup_players" */ -export type match_lineup_players_update_column = 'captain' | 'checked_in' | 'discord_id' | 'id' | 'match_lineup_id' | 'party_id' | 'party_source' | 'placeholder_name' | 'steam_id' +export type match_lineup_players_update_column = 'captain' | 'checked_in' | 'discord_id' | 'id' | 'is_connected' | 'match_lineup_id' | 'party_id' | 'party_source' | 'placeholder_name' | 'steam_id' /** aggregate var_pop on columns */ @@ -10738,6 +10747,7 @@ export interface match_map_rounds_variance_fields { /** columns and relationships of "match_map_veto_picks" */ export interface match_map_veto_picks { + auto_picked: Scalars['Boolean'] created_at: Scalars['timestamptz'] id: Scalars['uuid'] /** An object relationship */ @@ -10811,17 +10821,26 @@ export interface match_map_veto_picks_mutation_response { /** select columns of table "match_map_veto_picks" */ -export type match_map_veto_picks_select_column = 'created_at' | 'id' | 'map_id' | 'match_id' | 'match_lineup_id' | 'side' | 'type' +export type match_map_veto_picks_select_column = 'auto_picked' | 'created_at' | 'id' | 'map_id' | 'match_id' | 'match_lineup_id' | 'side' | 'type' + + +/** select "match_map_veto_picks_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_map_veto_picks" */ +export type match_map_veto_picks_select_column_match_map_veto_picks_aggregate_bool_exp_bool_and_arguments_columns = 'auto_picked' + + +/** select "match_map_veto_picks_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_map_veto_picks" */ +export type match_map_veto_picks_select_column_match_map_veto_picks_aggregate_bool_exp_bool_or_arguments_columns = 'auto_picked' /** update columns of table "match_map_veto_picks" */ -export type match_map_veto_picks_update_column = 'created_at' | 'id' | 'map_id' | 'match_id' | 'match_lineup_id' | 'side' | 'type' +export type match_map_veto_picks_update_column = 'auto_picked' | 'created_at' | 'id' | 'map_id' | 'match_id' | 'match_lineup_id' | 'side' | 'type' /** columns and relationships of "match_maps" */ export interface match_maps { clips_count: Scalars['Int'] created_at: Scalars['timestamptz'] + demo_processing_started_at: (Scalars['timestamptz'] | null) /** An array relationship */ demos: match_map_demos[] /** An aggregate relationship */ @@ -10951,6 +10970,7 @@ export type match_maps_constraint = 'match_maps_match_id_order_key' | 'match_map export interface match_maps_max_fields { clips_count: (Scalars['Int'] | null) created_at: (Scalars['timestamptz'] | null) + demo_processing_started_at: (Scalars['timestamptz'] | null) /** A computed field, executes function "match_map_demo_download_url" */ demos_download_url: (Scalars['String'] | null) /** A computed field, executes function "match_map_demo_total_size" */ @@ -10979,6 +10999,7 @@ export interface match_maps_max_fields { export interface match_maps_min_fields { clips_count: (Scalars['Int'] | null) created_at: (Scalars['timestamptz'] | null) + demo_processing_started_at: (Scalars['timestamptz'] | null) /** A computed field, executes function "match_map_demo_download_url" */ demos_download_url: (Scalars['String'] | null) /** A computed field, executes function "match_map_demo_total_size" */ @@ -11014,7 +11035,7 @@ export interface match_maps_mutation_response { /** select columns of table "match_maps" */ -export type match_maps_select_column = 'clips_count' | 'created_at' | 'ended_at' | 'id' | 'latest_clip_at' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'map_id' | 'match_id' | 'order' | 'public_clips_count' | 'public_latest_clip_at' | 'started_at' | 'status' | 'winning_lineup_id' +export type match_maps_select_column = 'clips_count' | 'created_at' | 'demo_processing_started_at' | 'ended_at' | 'id' | 'latest_clip_at' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'map_id' | 'match_id' | 'order' | 'public_clips_count' | 'public_latest_clip_at' | 'started_at' | 'status' | 'winning_lineup_id' /** aggregate stddev on columns */ @@ -11086,7 +11107,7 @@ export interface match_maps_sum_fields { /** update columns of table "match_maps" */ -export type match_maps_update_column = 'clips_count' | 'created_at' | 'ended_at' | 'id' | 'latest_clip_at' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'map_id' | 'match_id' | 'order' | 'public_clips_count' | 'public_latest_clip_at' | 'started_at' | 'status' | 'winning_lineup_id' +export type match_maps_update_column = 'clips_count' | 'created_at' | 'demo_processing_started_at' | 'ended_at' | 'id' | 'latest_clip_at' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'map_id' | 'match_id' | 'order' | 'public_clips_count' | 'public_latest_clip_at' | 'started_at' | 'status' | 'winning_lineup_id' /** aggregate var_pop on columns */ @@ -11182,6 +11203,7 @@ export interface match_options { tournament_stage: (tournament_stages | null) tv_delay: Scalars['Int'] type: e_match_types_enum + veto_pick_timeout: Scalars['Int'] __typename: 'match_options' } @@ -11220,6 +11242,7 @@ export interface match_options_avg_fields { number_of_substitutes: (Scalars['Float'] | null) round_restart_delay: (Scalars['Float'] | null) tv_delay: (Scalars['Float'] | null) + veto_pick_timeout: (Scalars['Float'] | null) __typename: 'match_options_avg_fields' } @@ -11241,6 +11264,7 @@ export interface match_options_max_fields { regions: (Scalars['String'][] | null) round_restart_delay: (Scalars['Int'] | null) tv_delay: (Scalars['Int'] | null) + veto_pick_timeout: (Scalars['Int'] | null) __typename: 'match_options_max_fields' } @@ -11258,6 +11282,7 @@ export interface match_options_min_fields { regions: (Scalars['String'][] | null) round_restart_delay: (Scalars['Int'] | null) tv_delay: (Scalars['Int'] | null) + veto_pick_timeout: (Scalars['Int'] | null) __typename: 'match_options_min_fields' } @@ -11273,7 +11298,7 @@ export interface match_options_mutation_response { /** select columns of table "match_options" */ -export type match_options_select_column = 'auto_cancel_duration' | 'auto_cancellation' | 'best_of' | 'check_in_setting' | 'coaches' | 'default_models' | 'halftime_pausematch' | 'id' | 'invite_code' | 'knife_round' | 'live_match_timeout' | 'map_pool_id' | 'map_veto' | 'match_mode' | 'mr' | 'number_of_substitutes' | 'overtime' | 'prefer_dedicated_server' | 'ready_setting' | 'region_veto' | 'regions' | 'round_restart_delay' | 'tech_timeout_setting' | 'timeout_setting' | 'tv_delay' | 'type' +export type match_options_select_column = 'auto_cancel_duration' | 'auto_cancellation' | 'best_of' | 'check_in_setting' | 'coaches' | 'default_models' | 'halftime_pausematch' | 'id' | 'invite_code' | 'knife_round' | 'live_match_timeout' | 'map_pool_id' | 'map_veto' | 'match_mode' | 'mr' | 'number_of_substitutes' | 'overtime' | 'prefer_dedicated_server' | 'ready_setting' | 'region_veto' | 'regions' | 'round_restart_delay' | 'tech_timeout_setting' | 'timeout_setting' | 'tv_delay' | 'type' | 'veto_pick_timeout' /** aggregate stddev on columns */ @@ -11285,6 +11310,7 @@ export interface match_options_stddev_fields { number_of_substitutes: (Scalars['Float'] | null) round_restart_delay: (Scalars['Float'] | null) tv_delay: (Scalars['Float'] | null) + veto_pick_timeout: (Scalars['Float'] | null) __typename: 'match_options_stddev_fields' } @@ -11298,6 +11324,7 @@ export interface match_options_stddev_pop_fields { number_of_substitutes: (Scalars['Float'] | null) round_restart_delay: (Scalars['Float'] | null) tv_delay: (Scalars['Float'] | null) + veto_pick_timeout: (Scalars['Float'] | null) __typename: 'match_options_stddev_pop_fields' } @@ -11311,6 +11338,7 @@ export interface match_options_stddev_samp_fields { number_of_substitutes: (Scalars['Float'] | null) round_restart_delay: (Scalars['Float'] | null) tv_delay: (Scalars['Float'] | null) + veto_pick_timeout: (Scalars['Float'] | null) __typename: 'match_options_stddev_samp_fields' } @@ -11324,12 +11352,13 @@ export interface match_options_sum_fields { number_of_substitutes: (Scalars['Int'] | null) round_restart_delay: (Scalars['Int'] | null) tv_delay: (Scalars['Int'] | null) + veto_pick_timeout: (Scalars['Int'] | null) __typename: 'match_options_sum_fields' } /** update columns of table "match_options" */ -export type match_options_update_column = 'auto_cancel_duration' | 'auto_cancellation' | 'best_of' | 'check_in_setting' | 'coaches' | 'default_models' | 'halftime_pausematch' | 'id' | 'invite_code' | 'knife_round' | 'live_match_timeout' | 'map_pool_id' | 'map_veto' | 'match_mode' | 'mr' | 'number_of_substitutes' | 'overtime' | 'prefer_dedicated_server' | 'ready_setting' | 'region_veto' | 'regions' | 'round_restart_delay' | 'tech_timeout_setting' | 'timeout_setting' | 'tv_delay' | 'type' +export type match_options_update_column = 'auto_cancel_duration' | 'auto_cancellation' | 'best_of' | 'check_in_setting' | 'coaches' | 'default_models' | 'halftime_pausematch' | 'id' | 'invite_code' | 'knife_round' | 'live_match_timeout' | 'map_pool_id' | 'map_veto' | 'match_mode' | 'mr' | 'number_of_substitutes' | 'overtime' | 'prefer_dedicated_server' | 'ready_setting' | 'region_veto' | 'regions' | 'round_restart_delay' | 'tech_timeout_setting' | 'timeout_setting' | 'tv_delay' | 'type' | 'veto_pick_timeout' /** aggregate var_pop on columns */ @@ -11341,6 +11370,7 @@ export interface match_options_var_pop_fields { number_of_substitutes: (Scalars['Float'] | null) round_restart_delay: (Scalars['Float'] | null) tv_delay: (Scalars['Float'] | null) + veto_pick_timeout: (Scalars['Float'] | null) __typename: 'match_options_var_pop_fields' } @@ -11354,6 +11384,7 @@ export interface match_options_var_samp_fields { number_of_substitutes: (Scalars['Float'] | null) round_restart_delay: (Scalars['Float'] | null) tv_delay: (Scalars['Float'] | null) + veto_pick_timeout: (Scalars['Float'] | null) __typename: 'match_options_var_samp_fields' } @@ -11367,12 +11398,14 @@ export interface match_options_variance_fields { number_of_substitutes: (Scalars['Float'] | null) round_restart_delay: (Scalars['Float'] | null) tv_delay: (Scalars['Float'] | null) + veto_pick_timeout: (Scalars['Float'] | null) __typename: 'match_options_variance_fields' } /** columns and relationships of "match_region_veto_picks" */ export interface match_region_veto_picks { + auto_picked: Scalars['Boolean'] created_at: Scalars['timestamptz'] id: Scalars['uuid'] /** An object relationship */ @@ -11441,11 +11474,19 @@ export interface match_region_veto_picks_mutation_response { /** select columns of table "match_region_veto_picks" */ -export type match_region_veto_picks_select_column = 'created_at' | 'id' | 'match_id' | 'match_lineup_id' | 'region' | 'type' +export type match_region_veto_picks_select_column = 'auto_picked' | 'created_at' | 'id' | 'match_id' | 'match_lineup_id' | 'region' | 'type' + + +/** select "match_region_veto_picks_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_region_veto_picks" */ +export type match_region_veto_picks_select_column_match_region_veto_picks_aggregate_bool_exp_bool_and_arguments_columns = 'auto_picked' + + +/** select "match_region_veto_picks_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_region_veto_picks" */ +export type match_region_veto_picks_select_column_match_region_veto_picks_aggregate_bool_exp_bool_or_arguments_columns = 'auto_picked' /** update columns of table "match_region_veto_picks" */ -export type match_region_veto_picks_update_column = 'created_at' | 'id' | 'match_id' | 'match_lineup_id' | 'region' | 'type' +export type match_region_veto_picks_update_column = 'auto_picked' | 'created_at' | 'id' | 'match_id' | 'match_lineup_id' | 'region' | 'type' /** columns and relationships of "match_streams" */ @@ -11850,6 +11891,7 @@ export interface matches { tournament_brackets_aggregate: tournament_brackets_aggregate /** A computed field, executes function "get_match_tv_connection_string" */ tv_connection_string: (Scalars['String'] | null) + veto_pick_expires_at: (Scalars['timestamptz'] | null) /** An object relationship */ winner: (match_lineups | null) winning_lineup_id: (Scalars['uuid'] | null) @@ -11944,6 +11986,7 @@ export interface matches_max_fields { started_at: (Scalars['timestamptz'] | null) /** A computed field, executes function "get_match_tv_connection_string" */ tv_connection_string: (Scalars['String'] | null) + veto_pick_expires_at: (Scalars['timestamptz'] | null) winning_lineup_id: (Scalars['uuid'] | null) __typename: 'matches_max_fields' } @@ -11996,6 +12039,7 @@ export interface matches_min_fields { started_at: (Scalars['timestamptz'] | null) /** A computed field, executes function "get_match_tv_connection_string" */ tv_connection_string: (Scalars['String'] | null) + veto_pick_expires_at: (Scalars['timestamptz'] | null) winning_lineup_id: (Scalars['uuid'] | null) __typename: 'matches_min_fields' } @@ -12012,7 +12056,7 @@ export interface matches_mutation_response { /** select columns of table "matches" */ -export type matches_select_column = 'cancels_at' | 'created_at' | 'effective_at' | 'ended_at' | 'external_id' | 'id' | 'label' | 'lineup_1_id' | 'lineup_2_id' | 'match_options_id' | 'organizer_steam_id' | 'password' | 'region' | 'scheduled_at' | 'server_error' | 'server_id' | 'share_code' | 'source' | 'started_at' | 'status' | 'winning_lineup_id' +export type matches_select_column = 'cancels_at' | 'created_at' | 'effective_at' | 'ended_at' | 'external_id' | 'id' | 'label' | 'lineup_1_id' | 'lineup_2_id' | 'match_options_id' | 'organizer_steam_id' | 'password' | 'region' | 'scheduled_at' | 'server_error' | 'server_id' | 'share_code' | 'source' | 'started_at' | 'status' | 'veto_pick_expires_at' | 'winning_lineup_id' /** aggregate stddev on columns */ @@ -12060,7 +12104,7 @@ export interface matches_sum_fields { /** update columns of table "matches" */ -export type matches_update_column = 'cancels_at' | 'created_at' | 'ended_at' | 'external_id' | 'id' | 'label' | 'lineup_1_id' | 'lineup_2_id' | 'match_options_id' | 'organizer_steam_id' | 'password' | 'region' | 'scheduled_at' | 'server_error' | 'server_id' | 'share_code' | 'source' | 'started_at' | 'status' | 'winning_lineup_id' +export type matches_update_column = 'cancels_at' | 'created_at' | 'ended_at' | 'external_id' | 'id' | 'label' | 'lineup_1_id' | 'lineup_2_id' | 'match_options_id' | 'organizer_steam_id' | 'password' | 'region' | 'scheduled_at' | 'server_error' | 'server_id' | 'share_code' | 'source' | 'started_at' | 'status' | 'veto_pick_expires_at' | 'winning_lineup_id' /** aggregate var_pop on columns */ @@ -12853,6 +12897,7 @@ export interface mutation_root { /** delete single row from the table: "v_team_stage_results" */ delete_v_team_stage_results_by_pk: (v_team_stage_results | null) denyInvite: (SuccessOutput | null) + denyNameChange: (SuccessOutput | null) forfeitMatch: (SuccessOutput | null) /** Live pod GSI snapshot — slots, sides, alive/dead. Drives the stream-deck. */ getLiveStreamSpecState: (LiveStreamSpecState | null) @@ -21946,6 +21991,8 @@ export interface players { awards: award_recipients[] /** An aggregate relationship */ awards_aggregate: award_recipients_aggregate + /** A computed field, executes function "banned_until" */ + banned_until: (Scalars['timestamptz'] | null) /** An array relationship */ coach_lineups: match_lineups[] /** An aggregate relationship */ @@ -22006,6 +22053,8 @@ export interface players { invited_players: team_invites[] /** An aggregate relationship */ invited_players_aggregate: team_invites_aggregate + /** A computed field, executes function "is_admin_sanctioned" */ + is_admin_sanctioned: (Scalars['Boolean'] | null) /** A computed field, executes function "is_banned" */ is_banned: (Scalars['Boolean'] | null) /** A computed field, executes function "is_gagged" */ @@ -22018,6 +22067,8 @@ export interface players { is_in_lobby: (Scalars['Boolean'] | null) /** A computed field, executes function "is_muted" */ is_muted: (Scalars['Boolean'] | null) + /** A computed field, executes function "is_registered" */ + is_registered: (Scalars['Boolean'] | null) /** An array relationship */ kills: player_kills[] /** An aggregate relationship */ @@ -22220,6 +22271,8 @@ export type players_constraint = 'players_discord_id_key' | 'players_pkey' | 'pl /** aggregate max on columns */ export interface players_max_fields { avatar_url: (Scalars['String'] | null) + /** A computed field, executes function "banned_until" */ + banned_until: (Scalars['timestamptz'] | null) country: (Scalars['String'] | null) created_at: (Scalars['timestamptz'] | null) /** A computed field, executes function "get_player_current_lobby_id" */ @@ -22272,6 +22325,8 @@ export interface players_max_fields { /** aggregate min on columns */ export interface players_min_fields { avatar_url: (Scalars['String'] | null) + /** A computed field, executes function "banned_until" */ + banned_until: (Scalars['timestamptz'] | null) country: (Scalars['String'] | null) created_at: (Scalars['timestamptz'] | null) /** A computed field, executes function "get_player_current_lobby_id" */ @@ -34663,10 +34718,12 @@ export interface v_steam_account_pool_status_variance_fields { /** columns and relationships of "v_team_ranks" */ export interface v_team_ranks { + avg_duel_elo: (Scalars['Int'] | null) avg_elo: (Scalars['Int'] | null) avg_faceit_elo: (Scalars['Int'] | null) avg_faceit_level: (Scalars['float8'] | null) avg_premier: (Scalars['Int'] | null) + avg_wingman_elo: (Scalars['Int'] | null) max_elo: (Scalars['Int'] | null) min_elo: (Scalars['Int'] | null) roster_size: (Scalars['bigint'] | null) @@ -34704,10 +34761,12 @@ export interface v_team_ranks_aggregate_fields { /** aggregate avg on columns */ export interface v_team_ranks_avg_fields { + avg_duel_elo: (Scalars['Float'] | null) avg_elo: (Scalars['Float'] | null) avg_faceit_elo: (Scalars['Float'] | null) avg_faceit_level: (Scalars['Float'] | null) avg_premier: (Scalars['Float'] | null) + avg_wingman_elo: (Scalars['Float'] | null) max_elo: (Scalars['Float'] | null) min_elo: (Scalars['Float'] | null) roster_size: (Scalars['Float'] | null) @@ -34717,10 +34776,12 @@ export interface v_team_ranks_avg_fields { /** aggregate max on columns */ export interface v_team_ranks_max_fields { + avg_duel_elo: (Scalars['Int'] | null) avg_elo: (Scalars['Int'] | null) avg_faceit_elo: (Scalars['Int'] | null) avg_faceit_level: (Scalars['float8'] | null) avg_premier: (Scalars['Int'] | null) + avg_wingman_elo: (Scalars['Int'] | null) max_elo: (Scalars['Int'] | null) min_elo: (Scalars['Int'] | null) roster_size: (Scalars['bigint'] | null) @@ -34731,10 +34792,12 @@ export interface v_team_ranks_max_fields { /** aggregate min on columns */ export interface v_team_ranks_min_fields { + avg_duel_elo: (Scalars['Int'] | null) avg_elo: (Scalars['Int'] | null) avg_faceit_elo: (Scalars['Int'] | null) avg_faceit_level: (Scalars['float8'] | null) avg_premier: (Scalars['Int'] | null) + avg_wingman_elo: (Scalars['Int'] | null) max_elo: (Scalars['Int'] | null) min_elo: (Scalars['Int'] | null) roster_size: (Scalars['bigint'] | null) @@ -34744,15 +34807,17 @@ export interface v_team_ranks_min_fields { /** select columns of table "v_team_ranks" */ -export type v_team_ranks_select_column = 'avg_elo' | 'avg_faceit_elo' | 'avg_faceit_level' | 'avg_premier' | 'max_elo' | 'min_elo' | 'roster_size' | 'team_id' +export type v_team_ranks_select_column = 'avg_duel_elo' | 'avg_elo' | 'avg_faceit_elo' | 'avg_faceit_level' | 'avg_premier' | 'avg_wingman_elo' | 'max_elo' | 'min_elo' | 'roster_size' | 'team_id' /** aggregate stddev on columns */ export interface v_team_ranks_stddev_fields { + avg_duel_elo: (Scalars['Float'] | null) avg_elo: (Scalars['Float'] | null) avg_faceit_elo: (Scalars['Float'] | null) avg_faceit_level: (Scalars['Float'] | null) avg_premier: (Scalars['Float'] | null) + avg_wingman_elo: (Scalars['Float'] | null) max_elo: (Scalars['Float'] | null) min_elo: (Scalars['Float'] | null) roster_size: (Scalars['Float'] | null) @@ -34762,10 +34827,12 @@ export interface v_team_ranks_stddev_fields { /** aggregate stddev_pop on columns */ export interface v_team_ranks_stddev_pop_fields { + avg_duel_elo: (Scalars['Float'] | null) avg_elo: (Scalars['Float'] | null) avg_faceit_elo: (Scalars['Float'] | null) avg_faceit_level: (Scalars['Float'] | null) avg_premier: (Scalars['Float'] | null) + avg_wingman_elo: (Scalars['Float'] | null) max_elo: (Scalars['Float'] | null) min_elo: (Scalars['Float'] | null) roster_size: (Scalars['Float'] | null) @@ -34775,10 +34842,12 @@ export interface v_team_ranks_stddev_pop_fields { /** aggregate stddev_samp on columns */ export interface v_team_ranks_stddev_samp_fields { + avg_duel_elo: (Scalars['Float'] | null) avg_elo: (Scalars['Float'] | null) avg_faceit_elo: (Scalars['Float'] | null) avg_faceit_level: (Scalars['Float'] | null) avg_premier: (Scalars['Float'] | null) + avg_wingman_elo: (Scalars['Float'] | null) max_elo: (Scalars['Float'] | null) min_elo: (Scalars['Float'] | null) roster_size: (Scalars['Float'] | null) @@ -34788,10 +34857,12 @@ export interface v_team_ranks_stddev_samp_fields { /** aggregate sum on columns */ export interface v_team_ranks_sum_fields { + avg_duel_elo: (Scalars['Int'] | null) avg_elo: (Scalars['Int'] | null) avg_faceit_elo: (Scalars['Int'] | null) avg_faceit_level: (Scalars['float8'] | null) avg_premier: (Scalars['Int'] | null) + avg_wingman_elo: (Scalars['Int'] | null) max_elo: (Scalars['Int'] | null) min_elo: (Scalars['Int'] | null) roster_size: (Scalars['bigint'] | null) @@ -34801,10 +34872,12 @@ export interface v_team_ranks_sum_fields { /** aggregate var_pop on columns */ export interface v_team_ranks_var_pop_fields { + avg_duel_elo: (Scalars['Float'] | null) avg_elo: (Scalars['Float'] | null) avg_faceit_elo: (Scalars['Float'] | null) avg_faceit_level: (Scalars['Float'] | null) avg_premier: (Scalars['Float'] | null) + avg_wingman_elo: (Scalars['Float'] | null) max_elo: (Scalars['Float'] | null) min_elo: (Scalars['Float'] | null) roster_size: (Scalars['Float'] | null) @@ -34814,10 +34887,12 @@ export interface v_team_ranks_var_pop_fields { /** aggregate var_samp on columns */ export interface v_team_ranks_var_samp_fields { + avg_duel_elo: (Scalars['Float'] | null) avg_elo: (Scalars['Float'] | null) avg_faceit_elo: (Scalars['Float'] | null) avg_faceit_level: (Scalars['Float'] | null) avg_premier: (Scalars['Float'] | null) + avg_wingman_elo: (Scalars['Float'] | null) max_elo: (Scalars['Float'] | null) min_elo: (Scalars['Float'] | null) roster_size: (Scalars['Float'] | null) @@ -34827,10 +34902,12 @@ export interface v_team_ranks_var_samp_fields { /** aggregate variance on columns */ export interface v_team_ranks_variance_fields { + avg_duel_elo: (Scalars['Float'] | null) avg_elo: (Scalars['Float'] | null) avg_faceit_elo: (Scalars['Float'] | null) avg_faceit_level: (Scalars['Float'] | null) avg_premier: (Scalars['Float'] | null) + avg_wingman_elo: (Scalars['Float'] | null) max_elo: (Scalars['Float'] | null) min_elo: (Scalars['Float'] | null) roster_size: (Scalars['Float'] | null) @@ -36861,6 +36938,9 @@ where: _map_pool_bool_exp} export interface abandoned_matchesGenqlSelection{ abandoned_at?: boolean | number id?: boolean | number + /** An object relationship */ + match?: matchesGenqlSelection + match_id?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -36921,7 +37001,7 @@ export interface abandoned_matches_avg_order_by {steam_id?: (order_by | null)} /** Boolean expression to filter rows from the table "abandoned_matches". All fields are combined with a logical 'AND'. */ -export interface abandoned_matches_bool_exp {_and?: (abandoned_matches_bool_exp[] | null),_not?: (abandoned_matches_bool_exp | null),_or?: (abandoned_matches_bool_exp[] | null),abandoned_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} +export interface abandoned_matches_bool_exp {_and?: (abandoned_matches_bool_exp[] | null),_not?: (abandoned_matches_bool_exp | null),_or?: (abandoned_matches_bool_exp[] | null),abandoned_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} /** input type for incrementing numeric columns in table "abandoned_matches" */ @@ -36929,13 +37009,14 @@ export interface abandoned_matches_inc_input {steam_id?: (Scalars['bigint'] | nu /** input type for inserting data into table "abandoned_matches" */ -export interface abandoned_matches_insert_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} +export interface abandoned_matches_insert_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate max on columns */ export interface abandoned_matches_max_fieldsGenqlSelection{ abandoned_at?: boolean | number id?: boolean | number + match_id?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -36943,13 +37024,14 @@ export interface abandoned_matches_max_fieldsGenqlSelection{ /** order by max() on columns of table "abandoned_matches" */ -export interface abandoned_matches_max_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),steam_id?: (order_by | null)} +export interface abandoned_matches_max_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),match_id?: (order_by | null),steam_id?: (order_by | null)} /** aggregate min on columns */ export interface abandoned_matches_min_fieldsGenqlSelection{ abandoned_at?: boolean | number id?: boolean | number + match_id?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -36957,7 +37039,7 @@ export interface abandoned_matches_min_fieldsGenqlSelection{ /** order by min() on columns of table "abandoned_matches" */ -export interface abandoned_matches_min_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),steam_id?: (order_by | null)} +export interface abandoned_matches_min_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),match_id?: (order_by | null),steam_id?: (order_by | null)} /** response of any mutation on the table "abandoned_matches" */ @@ -36976,7 +37058,7 @@ export interface abandoned_matches_on_conflict {constraint: abandoned_matches_co /** Ordering options when selecting data from "abandoned_matches". */ -export interface abandoned_matches_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),steam_id?: (order_by | null)} +export interface abandoned_matches_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),steam_id?: (order_by | null)} /** primary key columns input for table: abandoned_matches */ @@ -36984,7 +37066,7 @@ export interface abandoned_matches_pk_columns_input {id: Scalars['uuid']} /** input type for updating data in table "abandoned_matches" */ -export interface abandoned_matches_set_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} +export interface abandoned_matches_set_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate stddev on columns */ @@ -37032,7 +37114,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface abandoned_matches_stream_cursor_value_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} +export interface abandoned_matches_stream_cursor_value_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ @@ -47695,11 +47777,11 @@ export interface gamedata_signature_validations_variance_fieldsGenqlSelection{ export interface get_event_leaderboard_args {_category?: (Scalars['String'] | null),_event_id?: (Scalars['uuid'] | null),_match_type?: (Scalars['String'] | null),_min_rounds?: (Scalars['Int'] | null)} -export interface get_leaderboard_args {_category?: (Scalars['String'] | null),_exclude_tournaments?: (Scalars['Boolean'] | null),_match_type?: (Scalars['String'] | null),_role?: (Scalars['String'] | null),_season_id?: (Scalars['uuid'] | null),_window_days?: (Scalars['Int'] | null)} +export interface get_leaderboard_args {_category?: (Scalars['String'] | null),_exclude_tournaments?: (Scalars['Boolean'] | null),_match_type?: (Scalars['String'] | null),_role?: (Scalars['String'] | null),_season_id?: (Scalars['uuid'] | null),_source?: (Scalars['String'] | null),_window_days?: (Scalars['Int'] | null)} export interface get_league_season_leaderboard_args {_category?: (Scalars['String'] | null),_league_season_id?: (Scalars['uuid'] | null),_role?: (Scalars['String'] | null)} -export interface get_player_leaderboard_rank_args {_category?: (Scalars['String'] | null),_exclude_tournaments?: (Scalars['Boolean'] | null),_match_type?: (Scalars['String'] | null),_player_steam_id?: (Scalars['String'] | null),_season_id?: (Scalars['uuid'] | null),_window_days?: (Scalars['Int'] | null)} +export interface get_player_leaderboard_rank_args {_category?: (Scalars['String'] | null),_exclude_tournaments?: (Scalars['Boolean'] | null),_match_type?: (Scalars['String'] | null),_player_steam_id?: (Scalars['String'] | null),_season_id?: (Scalars['uuid'] | null),_source?: (Scalars['String'] | null),_window_days?: (Scalars['Int'] | null)} /** Boolean expression to compare columns of type "inet". All fields are combined with logical 'AND'. */ @@ -47731,6 +47813,7 @@ export interface leaderboard_entriesGenqlSelection{ matches_played?: boolean | number player_avatar_url?: boolean | number player_country?: boolean | number + player_custom_avatar_url?: boolean | number player_name?: boolean | number player_steam_id?: boolean | number secondary_value?: boolean | number @@ -47778,7 +47861,7 @@ export interface leaderboard_entries_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "leaderboard_entries". All fields are combined with a logical 'AND'. */ -export interface leaderboard_entries_bool_exp {_and?: (leaderboard_entries_bool_exp[] | null),_not?: (leaderboard_entries_bool_exp | null),_or?: (leaderboard_entries_bool_exp[] | null),matches_played?: (Int_comparison_exp | null),player_avatar_url?: (String_comparison_exp | null),player_country?: (String_comparison_exp | null),player_name?: (String_comparison_exp | null),player_steam_id?: (String_comparison_exp | null),secondary_value?: (float8_comparison_exp | null),tertiary_value?: (float8_comparison_exp | null),value?: (float8_comparison_exp | null)} +export interface leaderboard_entries_bool_exp {_and?: (leaderboard_entries_bool_exp[] | null),_not?: (leaderboard_entries_bool_exp | null),_or?: (leaderboard_entries_bool_exp[] | null),matches_played?: (Int_comparison_exp | null),player_avatar_url?: (String_comparison_exp | null),player_country?: (String_comparison_exp | null),player_custom_avatar_url?: (String_comparison_exp | null),player_name?: (String_comparison_exp | null),player_steam_id?: (String_comparison_exp | null),secondary_value?: (float8_comparison_exp | null),tertiary_value?: (float8_comparison_exp | null),value?: (float8_comparison_exp | null)} /** input type for incrementing numeric columns in table "leaderboard_entries" */ @@ -47786,7 +47869,7 @@ export interface leaderboard_entries_inc_input {matches_played?: (Scalars['Int'] /** input type for inserting data into table "leaderboard_entries" */ -export interface leaderboard_entries_insert_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} +export interface leaderboard_entries_insert_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_custom_avatar_url?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} /** aggregate max on columns */ @@ -47794,6 +47877,7 @@ export interface leaderboard_entries_max_fieldsGenqlSelection{ matches_played?: boolean | number player_avatar_url?: boolean | number player_country?: boolean | number + player_custom_avatar_url?: boolean | number player_name?: boolean | number player_steam_id?: boolean | number secondary_value?: boolean | number @@ -47809,6 +47893,7 @@ export interface leaderboard_entries_min_fieldsGenqlSelection{ matches_played?: boolean | number player_avatar_url?: boolean | number player_country?: boolean | number + player_custom_avatar_url?: boolean | number player_name?: boolean | number player_steam_id?: boolean | number secondary_value?: boolean | number @@ -47831,11 +47916,11 @@ export interface leaderboard_entries_mutation_responseGenqlSelection{ /** Ordering options when selecting data from "leaderboard_entries". */ -export interface leaderboard_entries_order_by {matches_played?: (order_by | null),player_avatar_url?: (order_by | null),player_country?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),secondary_value?: (order_by | null),tertiary_value?: (order_by | null),value?: (order_by | null)} +export interface leaderboard_entries_order_by {matches_played?: (order_by | null),player_avatar_url?: (order_by | null),player_country?: (order_by | null),player_custom_avatar_url?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),secondary_value?: (order_by | null),tertiary_value?: (order_by | null),value?: (order_by | null)} /** input type for updating data in table "leaderboard_entries" */ -export interface leaderboard_entries_set_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} +export interface leaderboard_entries_set_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_custom_avatar_url?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} /** aggregate stddev on columns */ @@ -47880,7 +47965,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface leaderboard_entries_stream_cursor_value_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} +export interface leaderboard_entries_stream_cursor_value_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_custom_avatar_url?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} /** aggregate sum on columns */ @@ -52094,6 +52179,7 @@ export interface match_lineup_playersGenqlSelection{ checked_in?: boolean | number discord_id?: boolean | number id?: boolean | number + is_connected?: boolean | number /** An object relationship */ lineup?: match_lineupsGenqlSelection match_lineup_id?: boolean | number @@ -52166,7 +52252,7 @@ export interface match_lineup_players_avg_order_by {steam_id?: (order_by | null) /** Boolean expression to filter rows from the table "match_lineup_players". All fields are combined with a logical 'AND'. */ -export interface match_lineup_players_bool_exp {_and?: (match_lineup_players_bool_exp[] | null),_not?: (match_lineup_players_bool_exp | null),_or?: (match_lineup_players_bool_exp[] | null),captain?: (Boolean_comparison_exp | null),checked_in?: (Boolean_comparison_exp | null),discord_id?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),party_id?: (uuid_comparison_exp | null),party_source?: (e_match_party_sources_enum_comparison_exp | null),placeholder_name?: (String_comparison_exp | null),player?: (players_bool_exp | null),steam_id?: (bigint_comparison_exp | null)} +export interface match_lineup_players_bool_exp {_and?: (match_lineup_players_bool_exp[] | null),_not?: (match_lineup_players_bool_exp | null),_or?: (match_lineup_players_bool_exp[] | null),captain?: (Boolean_comparison_exp | null),checked_in?: (Boolean_comparison_exp | null),discord_id?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),is_connected?: (Boolean_comparison_exp | null),lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),party_id?: (uuid_comparison_exp | null),party_source?: (e_match_party_sources_enum_comparison_exp | null),placeholder_name?: (String_comparison_exp | null),player?: (players_bool_exp | null),steam_id?: (bigint_comparison_exp | null)} /** input type for incrementing numeric columns in table "match_lineup_players" */ @@ -52174,7 +52260,7 @@ export interface match_lineup_players_inc_input {steam_id?: (Scalars['bigint'] | /** input type for inserting data into table "match_lineup_players" */ -export interface match_lineup_players_insert_input {captain?: (Scalars['Boolean'] | null),checked_in?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),party_id?: (Scalars['uuid'] | null),party_source?: (e_match_party_sources_enum | null),placeholder_name?: (Scalars['String'] | null),player?: (players_obj_rel_insert_input | null),steam_id?: (Scalars['bigint'] | null)} +export interface match_lineup_players_insert_input {captain?: (Scalars['Boolean'] | null),checked_in?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_connected?: (Scalars['Boolean'] | null),lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),party_id?: (Scalars['uuid'] | null),party_source?: (e_match_party_sources_enum | null),placeholder_name?: (Scalars['String'] | null),player?: (players_obj_rel_insert_input | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate max on columns */ @@ -52227,7 +52313,7 @@ export interface match_lineup_players_on_conflict {constraint: match_lineup_play /** Ordering options when selecting data from "match_lineup_players". */ -export interface match_lineup_players_order_by {captain?: (order_by | null),checked_in?: (order_by | null),discord_id?: (order_by | null),id?: (order_by | null),lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),party_id?: (order_by | null),party_source?: (order_by | null),placeholder_name?: (order_by | null),player?: (players_order_by | null),steam_id?: (order_by | null)} +export interface match_lineup_players_order_by {captain?: (order_by | null),checked_in?: (order_by | null),discord_id?: (order_by | null),id?: (order_by | null),is_connected?: (order_by | null),lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),party_id?: (order_by | null),party_source?: (order_by | null),placeholder_name?: (order_by | null),player?: (players_order_by | null),steam_id?: (order_by | null)} /** primary key columns input for table: match_lineup_players */ @@ -52235,7 +52321,7 @@ export interface match_lineup_players_pk_columns_input {id: Scalars['uuid']} /** input type for updating data in table "match_lineup_players" */ -export interface match_lineup_players_set_input {captain?: (Scalars['Boolean'] | null),checked_in?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),party_id?: (Scalars['uuid'] | null),party_source?: (e_match_party_sources_enum | null),placeholder_name?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null)} +export interface match_lineup_players_set_input {captain?: (Scalars['Boolean'] | null),checked_in?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_connected?: (Scalars['Boolean'] | null),match_lineup_id?: (Scalars['uuid'] | null),party_id?: (Scalars['uuid'] | null),party_source?: (e_match_party_sources_enum | null),placeholder_name?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate stddev on columns */ @@ -52283,7 +52369,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface match_lineup_players_stream_cursor_value_input {captain?: (Scalars['Boolean'] | null),checked_in?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),party_id?: (Scalars['uuid'] | null),party_source?: (e_match_party_sources_enum | null),placeholder_name?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null)} +export interface match_lineup_players_stream_cursor_value_input {captain?: (Scalars['Boolean'] | null),checked_in?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_connected?: (Scalars['Boolean'] | null),match_lineup_id?: (Scalars['uuid'] | null),party_id?: (Scalars['uuid'] | null),party_source?: (e_match_party_sources_enum | null),placeholder_name?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ @@ -53479,6 +53565,7 @@ export interface match_map_rounds_variance_order_by {lineup_1_money?: (order_by /** columns and relationships of "match_map_veto_picks" */ export interface match_map_veto_picksGenqlSelection{ + auto_picked?: boolean | number created_at?: boolean | number id?: boolean | number /** An object relationship */ @@ -53505,7 +53592,11 @@ export interface match_map_veto_picks_aggregateGenqlSelection{ __scalar?: boolean | number } -export interface match_map_veto_picks_aggregate_bool_exp {count?: (match_map_veto_picks_aggregate_bool_exp_count | null)} +export interface match_map_veto_picks_aggregate_bool_exp {bool_and?: (match_map_veto_picks_aggregate_bool_exp_bool_and | null),bool_or?: (match_map_veto_picks_aggregate_bool_exp_bool_or | null),count?: (match_map_veto_picks_aggregate_bool_exp_count | null)} + +export interface match_map_veto_picks_aggregate_bool_exp_bool_and {arguments: match_map_veto_picks_select_column_match_map_veto_picks_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (match_map_veto_picks_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface match_map_veto_picks_aggregate_bool_exp_bool_or {arguments: match_map_veto_picks_select_column_match_map_veto_picks_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (match_map_veto_picks_bool_exp | null),predicate: Boolean_comparison_exp} export interface match_map_veto_picks_aggregate_bool_exp_count {arguments?: (match_map_veto_picks_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (match_map_veto_picks_bool_exp | null),predicate: Int_comparison_exp} @@ -53531,11 +53622,11 @@ on_conflict?: (match_map_veto_picks_on_conflict | null)} /** Boolean expression to filter rows from the table "match_map_veto_picks". All fields are combined with a logical 'AND'. */ -export interface match_map_veto_picks_bool_exp {_and?: (match_map_veto_picks_bool_exp[] | null),_not?: (match_map_veto_picks_bool_exp | null),_or?: (match_map_veto_picks_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),map?: (maps_bool_exp | null),map_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),side?: (String_comparison_exp | null),type?: (e_veto_pick_types_enum_comparison_exp | null)} +export interface match_map_veto_picks_bool_exp {_and?: (match_map_veto_picks_bool_exp[] | null),_not?: (match_map_veto_picks_bool_exp | null),_or?: (match_map_veto_picks_bool_exp[] | null),auto_picked?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),map?: (maps_bool_exp | null),map_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),side?: (String_comparison_exp | null),type?: (e_veto_pick_types_enum_comparison_exp | null)} /** input type for inserting data into table "match_map_veto_picks" */ -export interface match_map_veto_picks_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),map?: (maps_obj_rel_insert_input | null),map_id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),side?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} +export interface match_map_veto_picks_insert_input {auto_picked?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),map?: (maps_obj_rel_insert_input | null),map_id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),side?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} /** aggregate max on columns */ @@ -53588,7 +53679,7 @@ export interface match_map_veto_picks_on_conflict {constraint: match_map_veto_pi /** Ordering options when selecting data from "match_map_veto_picks". */ -export interface match_map_veto_picks_order_by {created_at?: (order_by | null),id?: (order_by | null),map?: (maps_order_by | null),map_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),side?: (order_by | null),type?: (order_by | null)} +export interface match_map_veto_picks_order_by {auto_picked?: (order_by | null),created_at?: (order_by | null),id?: (order_by | null),map?: (maps_order_by | null),map_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),side?: (order_by | null),type?: (order_by | null)} /** primary key columns input for table: match_map_veto_picks */ @@ -53596,7 +53687,7 @@ export interface match_map_veto_picks_pk_columns_input {id: Scalars['uuid']} /** input type for updating data in table "match_map_veto_picks" */ -export interface match_map_veto_picks_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),side?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} +export interface match_map_veto_picks_set_input {auto_picked?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),side?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} /** Streaming cursor of the table "match_map_veto_picks" */ @@ -53608,7 +53699,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface match_map_veto_picks_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),side?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} +export interface match_map_veto_picks_stream_cursor_value_input {auto_picked?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),side?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} export interface match_map_veto_picks_updates { /** sets the columns of the filtered rows to the given values */ @@ -53621,6 +53712,7 @@ where: match_map_veto_picks_bool_exp} export interface match_mapsGenqlSelection{ clips_count?: boolean | number created_at?: boolean | number + demo_processing_started_at?: boolean | number /** An array relationship */ demos?: (match_map_demosGenqlSelection & { __args?: { /** distinct select on columns */ @@ -53985,7 +54077,7 @@ export interface match_maps_avg_order_by {clips_count?: (order_by | null),lineup /** Boolean expression to filter rows from the table "match_maps". All fields are combined with a logical 'AND'. */ -export interface match_maps_bool_exp {_and?: (match_maps_bool_exp[] | null),_not?: (match_maps_bool_exp | null),_or?: (match_maps_bool_exp[] | null),clips_count?: (Int_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),demos?: (match_map_demos_bool_exp | null),demos_aggregate?: (match_map_demos_aggregate_bool_exp | null),demos_download_url?: (String_comparison_exp | null),demos_total_size?: (Int_comparison_exp | null),e_match_map_status?: (e_match_map_status_bool_exp | null),ended_at?: (timestamptz_comparison_exp | null),flashes?: (player_flashes_bool_exp | null),flashes_aggregate?: (player_flashes_aggregate_bool_exp | null),id?: (uuid_comparison_exp | null),is_current_map?: (Boolean_comparison_exp | null),latest_clip_at?: (timestamptz_comparison_exp | null),lineup_1_score?: (Int_comparison_exp | null),lineup_1_side?: (e_sides_enum_comparison_exp | null),lineup_1_timeouts_available?: (Int_comparison_exp | null),lineup_2_score?: (Int_comparison_exp | null),lineup_2_side?: (e_sides_enum_comparison_exp | null),lineup_2_timeouts_available?: (Int_comparison_exp | null),map?: (maps_bool_exp | null),map_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_clips?: (match_clips_bool_exp | null),match_clips_aggregate?: (match_clips_aggregate_bool_exp | null),match_id?: (uuid_comparison_exp | null),objectives?: (player_objectives_bool_exp | null),objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),order?: (Int_comparison_exp | null),player_assists?: (player_assists_bool_exp | null),player_assists_aggregate?: (player_assists_aggregate_bool_exp | null),player_damages?: (player_damages_bool_exp | null),player_damages_aggregate?: (player_damages_aggregate_bool_exp | null),player_kills?: (player_kills_bool_exp | null),player_kills_aggregate?: (player_kills_aggregate_bool_exp | null),player_unused_utilities?: (player_unused_utility_bool_exp | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_bool_exp | null),public_clips_count?: (Int_comparison_exp | null),public_latest_clip_at?: (timestamptz_comparison_exp | null),rounds?: (match_map_rounds_bool_exp | null),rounds_aggregate?: (match_map_rounds_aggregate_bool_exp | null),started_at?: (timestamptz_comparison_exp | null),status?: (e_match_map_status_enum_comparison_exp | null),utility?: (player_utility_bool_exp | null),utility_aggregate?: (player_utility_aggregate_bool_exp | null),vetos?: (match_map_veto_picks_bool_exp | null),vetos_aggregate?: (match_map_veto_picks_aggregate_bool_exp | null),winning_lineup_id?: (uuid_comparison_exp | null)} +export interface match_maps_bool_exp {_and?: (match_maps_bool_exp[] | null),_not?: (match_maps_bool_exp | null),_or?: (match_maps_bool_exp[] | null),clips_count?: (Int_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),demo_processing_started_at?: (timestamptz_comparison_exp | null),demos?: (match_map_demos_bool_exp | null),demos_aggregate?: (match_map_demos_aggregate_bool_exp | null),demos_download_url?: (String_comparison_exp | null),demos_total_size?: (Int_comparison_exp | null),e_match_map_status?: (e_match_map_status_bool_exp | null),ended_at?: (timestamptz_comparison_exp | null),flashes?: (player_flashes_bool_exp | null),flashes_aggregate?: (player_flashes_aggregate_bool_exp | null),id?: (uuid_comparison_exp | null),is_current_map?: (Boolean_comparison_exp | null),latest_clip_at?: (timestamptz_comparison_exp | null),lineup_1_score?: (Int_comparison_exp | null),lineup_1_side?: (e_sides_enum_comparison_exp | null),lineup_1_timeouts_available?: (Int_comparison_exp | null),lineup_2_score?: (Int_comparison_exp | null),lineup_2_side?: (e_sides_enum_comparison_exp | null),lineup_2_timeouts_available?: (Int_comparison_exp | null),map?: (maps_bool_exp | null),map_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_clips?: (match_clips_bool_exp | null),match_clips_aggregate?: (match_clips_aggregate_bool_exp | null),match_id?: (uuid_comparison_exp | null),objectives?: (player_objectives_bool_exp | null),objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),order?: (Int_comparison_exp | null),player_assists?: (player_assists_bool_exp | null),player_assists_aggregate?: (player_assists_aggregate_bool_exp | null),player_damages?: (player_damages_bool_exp | null),player_damages_aggregate?: (player_damages_aggregate_bool_exp | null),player_kills?: (player_kills_bool_exp | null),player_kills_aggregate?: (player_kills_aggregate_bool_exp | null),player_unused_utilities?: (player_unused_utility_bool_exp | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_bool_exp | null),public_clips_count?: (Int_comparison_exp | null),public_latest_clip_at?: (timestamptz_comparison_exp | null),rounds?: (match_map_rounds_bool_exp | null),rounds_aggregate?: (match_map_rounds_aggregate_bool_exp | null),started_at?: (timestamptz_comparison_exp | null),status?: (e_match_map_status_enum_comparison_exp | null),utility?: (player_utility_bool_exp | null),utility_aggregate?: (player_utility_aggregate_bool_exp | null),vetos?: (match_map_veto_picks_bool_exp | null),vetos_aggregate?: (match_map_veto_picks_aggregate_bool_exp | null),winning_lineup_id?: (uuid_comparison_exp | null)} /** input type for incrementing numeric columns in table "match_maps" */ @@ -53993,13 +54085,14 @@ export interface match_maps_inc_input {clips_count?: (Scalars['Int'] | null),lin /** input type for inserting data into table "match_maps" */ -export interface match_maps_insert_input {clips_count?: (Scalars['Int'] | null),created_at?: (Scalars['timestamptz'] | null),demos?: (match_map_demos_arr_rel_insert_input | null),e_match_map_status?: (e_match_map_status_obj_rel_insert_input | null),ended_at?: (Scalars['timestamptz'] | null),flashes?: (player_flashes_arr_rel_insert_input | null),id?: (Scalars['uuid'] | null),latest_clip_at?: (Scalars['timestamptz'] | null),lineup_1_side?: (e_sides_enum | null),lineup_1_timeouts_available?: (Scalars['Int'] | null),lineup_2_side?: (e_sides_enum | null),lineup_2_timeouts_available?: (Scalars['Int'] | null),map?: (maps_obj_rel_insert_input | null),map_id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_clips?: (match_clips_arr_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),objectives?: (player_objectives_arr_rel_insert_input | null),order?: (Scalars['Int'] | null),player_assists?: (player_assists_arr_rel_insert_input | null),player_damages?: (player_damages_arr_rel_insert_input | null),player_kills?: (player_kills_arr_rel_insert_input | null),player_unused_utilities?: (player_unused_utility_arr_rel_insert_input | null),public_clips_count?: (Scalars['Int'] | null),public_latest_clip_at?: (Scalars['timestamptz'] | null),rounds?: (match_map_rounds_arr_rel_insert_input | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_map_status_enum | null),utility?: (player_utility_arr_rel_insert_input | null),vetos?: (match_map_veto_picks_arr_rel_insert_input | null),winning_lineup_id?: (Scalars['uuid'] | null)} +export interface match_maps_insert_input {clips_count?: (Scalars['Int'] | null),created_at?: (Scalars['timestamptz'] | null),demo_processing_started_at?: (Scalars['timestamptz'] | null),demos?: (match_map_demos_arr_rel_insert_input | null),e_match_map_status?: (e_match_map_status_obj_rel_insert_input | null),ended_at?: (Scalars['timestamptz'] | null),flashes?: (player_flashes_arr_rel_insert_input | null),id?: (Scalars['uuid'] | null),latest_clip_at?: (Scalars['timestamptz'] | null),lineup_1_side?: (e_sides_enum | null),lineup_1_timeouts_available?: (Scalars['Int'] | null),lineup_2_side?: (e_sides_enum | null),lineup_2_timeouts_available?: (Scalars['Int'] | null),map?: (maps_obj_rel_insert_input | null),map_id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_clips?: (match_clips_arr_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),objectives?: (player_objectives_arr_rel_insert_input | null),order?: (Scalars['Int'] | null),player_assists?: (player_assists_arr_rel_insert_input | null),player_damages?: (player_damages_arr_rel_insert_input | null),player_kills?: (player_kills_arr_rel_insert_input | null),player_unused_utilities?: (player_unused_utility_arr_rel_insert_input | null),public_clips_count?: (Scalars['Int'] | null),public_latest_clip_at?: (Scalars['timestamptz'] | null),rounds?: (match_map_rounds_arr_rel_insert_input | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_map_status_enum | null),utility?: (player_utility_arr_rel_insert_input | null),vetos?: (match_map_veto_picks_arr_rel_insert_input | null),winning_lineup_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ export interface match_maps_max_fieldsGenqlSelection{ clips_count?: boolean | number created_at?: boolean | number + demo_processing_started_at?: boolean | number /** A computed field, executes function "match_map_demo_download_url" */ demos_download_url?: boolean | number /** A computed field, executes function "match_map_demo_total_size" */ @@ -54026,13 +54119,14 @@ export interface match_maps_max_fieldsGenqlSelection{ /** order by max() on columns of table "match_maps" */ -export interface match_maps_max_order_by {clips_count?: (order_by | null),created_at?: (order_by | null),ended_at?: (order_by | null),id?: (order_by | null),latest_clip_at?: (order_by | null),lineup_1_timeouts_available?: (order_by | null),lineup_2_timeouts_available?: (order_by | null),map_id?: (order_by | null),match_id?: (order_by | null),order?: (order_by | null),public_clips_count?: (order_by | null),public_latest_clip_at?: (order_by | null),started_at?: (order_by | null),winning_lineup_id?: (order_by | null)} +export interface match_maps_max_order_by {clips_count?: (order_by | null),created_at?: (order_by | null),demo_processing_started_at?: (order_by | null),ended_at?: (order_by | null),id?: (order_by | null),latest_clip_at?: (order_by | null),lineup_1_timeouts_available?: (order_by | null),lineup_2_timeouts_available?: (order_by | null),map_id?: (order_by | null),match_id?: (order_by | null),order?: (order_by | null),public_clips_count?: (order_by | null),public_latest_clip_at?: (order_by | null),started_at?: (order_by | null),winning_lineup_id?: (order_by | null)} /** aggregate min on columns */ export interface match_maps_min_fieldsGenqlSelection{ clips_count?: boolean | number created_at?: boolean | number + demo_processing_started_at?: boolean | number /** A computed field, executes function "match_map_demo_download_url" */ demos_download_url?: boolean | number /** A computed field, executes function "match_map_demo_total_size" */ @@ -54059,7 +54153,7 @@ export interface match_maps_min_fieldsGenqlSelection{ /** order by min() on columns of table "match_maps" */ -export interface match_maps_min_order_by {clips_count?: (order_by | null),created_at?: (order_by | null),ended_at?: (order_by | null),id?: (order_by | null),latest_clip_at?: (order_by | null),lineup_1_timeouts_available?: (order_by | null),lineup_2_timeouts_available?: (order_by | null),map_id?: (order_by | null),match_id?: (order_by | null),order?: (order_by | null),public_clips_count?: (order_by | null),public_latest_clip_at?: (order_by | null),started_at?: (order_by | null),winning_lineup_id?: (order_by | null)} +export interface match_maps_min_order_by {clips_count?: (order_by | null),created_at?: (order_by | null),demo_processing_started_at?: (order_by | null),ended_at?: (order_by | null),id?: (order_by | null),latest_clip_at?: (order_by | null),lineup_1_timeouts_available?: (order_by | null),lineup_2_timeouts_available?: (order_by | null),map_id?: (order_by | null),match_id?: (order_by | null),order?: (order_by | null),public_clips_count?: (order_by | null),public_latest_clip_at?: (order_by | null),started_at?: (order_by | null),winning_lineup_id?: (order_by | null)} /** response of any mutation on the table "match_maps" */ @@ -54084,7 +54178,7 @@ export interface match_maps_on_conflict {constraint: match_maps_constraint,updat /** Ordering options when selecting data from "match_maps". */ -export interface match_maps_order_by {clips_count?: (order_by | null),created_at?: (order_by | null),demos_aggregate?: (match_map_demos_aggregate_order_by | null),demos_download_url?: (order_by | null),demos_total_size?: (order_by | null),e_match_map_status?: (e_match_map_status_order_by | null),ended_at?: (order_by | null),flashes_aggregate?: (player_flashes_aggregate_order_by | null),id?: (order_by | null),is_current_map?: (order_by | null),latest_clip_at?: (order_by | null),lineup_1_score?: (order_by | null),lineup_1_side?: (order_by | null),lineup_1_timeouts_available?: (order_by | null),lineup_2_score?: (order_by | null),lineup_2_side?: (order_by | null),lineup_2_timeouts_available?: (order_by | null),map?: (maps_order_by | null),map_id?: (order_by | null),match?: (matches_order_by | null),match_clips_aggregate?: (match_clips_aggregate_order_by | null),match_id?: (order_by | null),objectives_aggregate?: (player_objectives_aggregate_order_by | null),order?: (order_by | null),player_assists_aggregate?: (player_assists_aggregate_order_by | null),player_damages_aggregate?: (player_damages_aggregate_order_by | null),player_kills_aggregate?: (player_kills_aggregate_order_by | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_order_by | null),public_clips_count?: (order_by | null),public_latest_clip_at?: (order_by | null),rounds_aggregate?: (match_map_rounds_aggregate_order_by | null),started_at?: (order_by | null),status?: (order_by | null),utility_aggregate?: (player_utility_aggregate_order_by | null),vetos_aggregate?: (match_map_veto_picks_aggregate_order_by | null),winning_lineup_id?: (order_by | null)} +export interface match_maps_order_by {clips_count?: (order_by | null),created_at?: (order_by | null),demo_processing_started_at?: (order_by | null),demos_aggregate?: (match_map_demos_aggregate_order_by | null),demos_download_url?: (order_by | null),demos_total_size?: (order_by | null),e_match_map_status?: (e_match_map_status_order_by | null),ended_at?: (order_by | null),flashes_aggregate?: (player_flashes_aggregate_order_by | null),id?: (order_by | null),is_current_map?: (order_by | null),latest_clip_at?: (order_by | null),lineup_1_score?: (order_by | null),lineup_1_side?: (order_by | null),lineup_1_timeouts_available?: (order_by | null),lineup_2_score?: (order_by | null),lineup_2_side?: (order_by | null),lineup_2_timeouts_available?: (order_by | null),map?: (maps_order_by | null),map_id?: (order_by | null),match?: (matches_order_by | null),match_clips_aggregate?: (match_clips_aggregate_order_by | null),match_id?: (order_by | null),objectives_aggregate?: (player_objectives_aggregate_order_by | null),order?: (order_by | null),player_assists_aggregate?: (player_assists_aggregate_order_by | null),player_damages_aggregate?: (player_damages_aggregate_order_by | null),player_kills_aggregate?: (player_kills_aggregate_order_by | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_order_by | null),public_clips_count?: (order_by | null),public_latest_clip_at?: (order_by | null),rounds_aggregate?: (match_map_rounds_aggregate_order_by | null),started_at?: (order_by | null),status?: (order_by | null),utility_aggregate?: (player_utility_aggregate_order_by | null),vetos_aggregate?: (match_map_veto_picks_aggregate_order_by | null),winning_lineup_id?: (order_by | null)} /** primary key columns input for table: match_maps */ @@ -54092,7 +54186,7 @@ export interface match_maps_pk_columns_input {id: Scalars['uuid']} /** input type for updating data in table "match_maps" */ -export interface match_maps_set_input {clips_count?: (Scalars['Int'] | null),created_at?: (Scalars['timestamptz'] | null),ended_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),latest_clip_at?: (Scalars['timestamptz'] | null),lineup_1_side?: (e_sides_enum | null),lineup_1_timeouts_available?: (Scalars['Int'] | null),lineup_2_side?: (e_sides_enum | null),lineup_2_timeouts_available?: (Scalars['Int'] | null),map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),order?: (Scalars['Int'] | null),public_clips_count?: (Scalars['Int'] | null),public_latest_clip_at?: (Scalars['timestamptz'] | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_map_status_enum | null),winning_lineup_id?: (Scalars['uuid'] | null)} +export interface match_maps_set_input {clips_count?: (Scalars['Int'] | null),created_at?: (Scalars['timestamptz'] | null),demo_processing_started_at?: (Scalars['timestamptz'] | null),ended_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),latest_clip_at?: (Scalars['timestamptz'] | null),lineup_1_side?: (e_sides_enum | null),lineup_1_timeouts_available?: (Scalars['Int'] | null),lineup_2_side?: (e_sides_enum | null),lineup_2_timeouts_available?: (Scalars['Int'] | null),map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),order?: (Scalars['Int'] | null),public_clips_count?: (Scalars['Int'] | null),public_latest_clip_at?: (Scalars['timestamptz'] | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_map_status_enum | null),winning_lineup_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ @@ -54170,7 +54264,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface match_maps_stream_cursor_value_input {clips_count?: (Scalars['Int'] | null),created_at?: (Scalars['timestamptz'] | null),ended_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),latest_clip_at?: (Scalars['timestamptz'] | null),lineup_1_side?: (e_sides_enum | null),lineup_1_timeouts_available?: (Scalars['Int'] | null),lineup_2_side?: (e_sides_enum | null),lineup_2_timeouts_available?: (Scalars['Int'] | null),map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),order?: (Scalars['Int'] | null),public_clips_count?: (Scalars['Int'] | null),public_latest_clip_at?: (Scalars['timestamptz'] | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_map_status_enum | null),winning_lineup_id?: (Scalars['uuid'] | null)} +export interface match_maps_stream_cursor_value_input {clips_count?: (Scalars['Int'] | null),created_at?: (Scalars['timestamptz'] | null),demo_processing_started_at?: (Scalars['timestamptz'] | null),ended_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),latest_clip_at?: (Scalars['timestamptz'] | null),lineup_1_side?: (e_sides_enum | null),lineup_1_timeouts_available?: (Scalars['Int'] | null),lineup_2_side?: (e_sides_enum | null),lineup_2_timeouts_available?: (Scalars['Int'] | null),map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),order?: (Scalars['Int'] | null),public_clips_count?: (Scalars['Int'] | null),public_latest_clip_at?: (Scalars['timestamptz'] | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_map_status_enum | null),winning_lineup_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ @@ -54331,6 +54425,7 @@ export interface match_optionsGenqlSelection{ tournament_stage?: tournament_stagesGenqlSelection tv_delay?: boolean | number type?: boolean | number + veto_pick_timeout?: boolean | number __typename?: boolean | number __scalar?: boolean | number } @@ -54372,21 +54467,22 @@ export interface match_options_avg_fieldsGenqlSelection{ number_of_substitutes?: boolean | number round_restart_delay?: boolean | number tv_delay?: boolean | number + veto_pick_timeout?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** Boolean expression to filter rows from the table "match_options". All fields are combined with a logical 'AND'. */ -export interface match_options_bool_exp {_and?: (match_options_bool_exp[] | null),_not?: (match_options_bool_exp | null),_or?: (match_options_bool_exp[] | null),auto_cancel_duration?: (Int_comparison_exp | null),auto_cancellation?: (Boolean_comparison_exp | null),best_of?: (Int_comparison_exp | null),check_in_setting?: (e_check_in_settings_enum_comparison_exp | null),coaches?: (Boolean_comparison_exp | null),default_models?: (Boolean_comparison_exp | null),halftime_pausematch?: (Boolean_comparison_exp | null),has_active_matches?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),invite_code?: (String_comparison_exp | null),knife_round?: (Boolean_comparison_exp | null),live_match_timeout?: (Int_comparison_exp | null),map_pool?: (map_pools_bool_exp | null),map_pool_id?: (uuid_comparison_exp | null),map_veto?: (Boolean_comparison_exp | null),match_mode?: (e_match_mode_enum_comparison_exp | null),matches?: (matches_bool_exp | null),matches_aggregate?: (matches_aggregate_bool_exp | null),mr?: (Int_comparison_exp | null),number_of_substitutes?: (Int_comparison_exp | null),overtime?: (Boolean_comparison_exp | null),prefer_dedicated_server?: (Boolean_comparison_exp | null),ready_setting?: (e_ready_settings_enum_comparison_exp | null),region_veto?: (Boolean_comparison_exp | null),regions?: (String_array_comparison_exp | null),round_restart_delay?: (Int_comparison_exp | null),tech_timeout_setting?: (e_timeout_settings_enum_comparison_exp | null),timeout_setting?: (e_timeout_settings_enum_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_bracket?: (tournament_brackets_bool_exp | null),tournament_stage?: (tournament_stages_bool_exp | null),tv_delay?: (Int_comparison_exp | null),type?: (e_match_types_enum_comparison_exp | null)} +export interface match_options_bool_exp {_and?: (match_options_bool_exp[] | null),_not?: (match_options_bool_exp | null),_or?: (match_options_bool_exp[] | null),auto_cancel_duration?: (Int_comparison_exp | null),auto_cancellation?: (Boolean_comparison_exp | null),best_of?: (Int_comparison_exp | null),check_in_setting?: (e_check_in_settings_enum_comparison_exp | null),coaches?: (Boolean_comparison_exp | null),default_models?: (Boolean_comparison_exp | null),halftime_pausematch?: (Boolean_comparison_exp | null),has_active_matches?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),invite_code?: (String_comparison_exp | null),knife_round?: (Boolean_comparison_exp | null),live_match_timeout?: (Int_comparison_exp | null),map_pool?: (map_pools_bool_exp | null),map_pool_id?: (uuid_comparison_exp | null),map_veto?: (Boolean_comparison_exp | null),match_mode?: (e_match_mode_enum_comparison_exp | null),matches?: (matches_bool_exp | null),matches_aggregate?: (matches_aggregate_bool_exp | null),mr?: (Int_comparison_exp | null),number_of_substitutes?: (Int_comparison_exp | null),overtime?: (Boolean_comparison_exp | null),prefer_dedicated_server?: (Boolean_comparison_exp | null),ready_setting?: (e_ready_settings_enum_comparison_exp | null),region_veto?: (Boolean_comparison_exp | null),regions?: (String_array_comparison_exp | null),round_restart_delay?: (Int_comparison_exp | null),tech_timeout_setting?: (e_timeout_settings_enum_comparison_exp | null),timeout_setting?: (e_timeout_settings_enum_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_bracket?: (tournament_brackets_bool_exp | null),tournament_stage?: (tournament_stages_bool_exp | null),tv_delay?: (Int_comparison_exp | null),type?: (e_match_types_enum_comparison_exp | null),veto_pick_timeout?: (Int_comparison_exp | null)} /** input type for incrementing numeric columns in table "match_options" */ -export interface match_options_inc_input {auto_cancel_duration?: (Scalars['Int'] | null),best_of?: (Scalars['Int'] | null),live_match_timeout?: (Scalars['Int'] | null),mr?: (Scalars['Int'] | null),number_of_substitutes?: (Scalars['Int'] | null),round_restart_delay?: (Scalars['Int'] | null),tv_delay?: (Scalars['Int'] | null)} +export interface match_options_inc_input {auto_cancel_duration?: (Scalars['Int'] | null),best_of?: (Scalars['Int'] | null),live_match_timeout?: (Scalars['Int'] | null),mr?: (Scalars['Int'] | null),number_of_substitutes?: (Scalars['Int'] | null),round_restart_delay?: (Scalars['Int'] | null),tv_delay?: (Scalars['Int'] | null),veto_pick_timeout?: (Scalars['Int'] | null)} /** input type for inserting data into table "match_options" */ -export interface match_options_insert_input {auto_cancel_duration?: (Scalars['Int'] | null),auto_cancellation?: (Scalars['Boolean'] | null),best_of?: (Scalars['Int'] | null),check_in_setting?: (e_check_in_settings_enum | null),coaches?: (Scalars['Boolean'] | null),default_models?: (Scalars['Boolean'] | null),halftime_pausematch?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),invite_code?: (Scalars['String'] | null),knife_round?: (Scalars['Boolean'] | null),live_match_timeout?: (Scalars['Int'] | null),map_pool?: (map_pools_obj_rel_insert_input | null),map_pool_id?: (Scalars['uuid'] | null),map_veto?: (Scalars['Boolean'] | null),match_mode?: (e_match_mode_enum | null),matches?: (matches_arr_rel_insert_input | null),mr?: (Scalars['Int'] | null),number_of_substitutes?: (Scalars['Int'] | null),overtime?: (Scalars['Boolean'] | null),prefer_dedicated_server?: (Scalars['Boolean'] | null),ready_setting?: (e_ready_settings_enum | null),region_veto?: (Scalars['Boolean'] | null),regions?: (Scalars['String'][] | null),round_restart_delay?: (Scalars['Int'] | null),tech_timeout_setting?: (e_timeout_settings_enum | null),timeout_setting?: (e_timeout_settings_enum | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_bracket?: (tournament_brackets_obj_rel_insert_input | null),tournament_stage?: (tournament_stages_obj_rel_insert_input | null),tv_delay?: (Scalars['Int'] | null),type?: (e_match_types_enum | null)} +export interface match_options_insert_input {auto_cancel_duration?: (Scalars['Int'] | null),auto_cancellation?: (Scalars['Boolean'] | null),best_of?: (Scalars['Int'] | null),check_in_setting?: (e_check_in_settings_enum | null),coaches?: (Scalars['Boolean'] | null),default_models?: (Scalars['Boolean'] | null),halftime_pausematch?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),invite_code?: (Scalars['String'] | null),knife_round?: (Scalars['Boolean'] | null),live_match_timeout?: (Scalars['Int'] | null),map_pool?: (map_pools_obj_rel_insert_input | null),map_pool_id?: (Scalars['uuid'] | null),map_veto?: (Scalars['Boolean'] | null),match_mode?: (e_match_mode_enum | null),matches?: (matches_arr_rel_insert_input | null),mr?: (Scalars['Int'] | null),number_of_substitutes?: (Scalars['Int'] | null),overtime?: (Scalars['Boolean'] | null),prefer_dedicated_server?: (Scalars['Boolean'] | null),ready_setting?: (e_ready_settings_enum | null),region_veto?: (Scalars['Boolean'] | null),regions?: (Scalars['String'][] | null),round_restart_delay?: (Scalars['Int'] | null),tech_timeout_setting?: (e_timeout_settings_enum | null),timeout_setting?: (e_timeout_settings_enum | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_bracket?: (tournament_brackets_obj_rel_insert_input | null),tournament_stage?: (tournament_stages_obj_rel_insert_input | null),tv_delay?: (Scalars['Int'] | null),type?: (e_match_types_enum | null),veto_pick_timeout?: (Scalars['Int'] | null)} /** aggregate max on columns */ @@ -54402,6 +54498,7 @@ export interface match_options_max_fieldsGenqlSelection{ regions?: boolean | number round_restart_delay?: boolean | number tv_delay?: boolean | number + veto_pick_timeout?: boolean | number __typename?: boolean | number __scalar?: boolean | number } @@ -54420,6 +54517,7 @@ export interface match_options_min_fieldsGenqlSelection{ regions?: boolean | number round_restart_delay?: boolean | number tv_delay?: boolean | number + veto_pick_timeout?: boolean | number __typename?: boolean | number __scalar?: boolean | number } @@ -54447,7 +54545,7 @@ export interface match_options_on_conflict {constraint: match_options_constraint /** Ordering options when selecting data from "match_options". */ -export interface match_options_order_by {auto_cancel_duration?: (order_by | null),auto_cancellation?: (order_by | null),best_of?: (order_by | null),check_in_setting?: (order_by | null),coaches?: (order_by | null),default_models?: (order_by | null),halftime_pausematch?: (order_by | null),has_active_matches?: (order_by | null),id?: (order_by | null),invite_code?: (order_by | null),knife_round?: (order_by | null),live_match_timeout?: (order_by | null),map_pool?: (map_pools_order_by | null),map_pool_id?: (order_by | null),map_veto?: (order_by | null),match_mode?: (order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),mr?: (order_by | null),number_of_substitutes?: (order_by | null),overtime?: (order_by | null),prefer_dedicated_server?: (order_by | null),ready_setting?: (order_by | null),region_veto?: (order_by | null),regions?: (order_by | null),round_restart_delay?: (order_by | null),tech_timeout_setting?: (order_by | null),timeout_setting?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_bracket?: (tournament_brackets_order_by | null),tournament_stage?: (tournament_stages_order_by | null),tv_delay?: (order_by | null),type?: (order_by | null)} +export interface match_options_order_by {auto_cancel_duration?: (order_by | null),auto_cancellation?: (order_by | null),best_of?: (order_by | null),check_in_setting?: (order_by | null),coaches?: (order_by | null),default_models?: (order_by | null),halftime_pausematch?: (order_by | null),has_active_matches?: (order_by | null),id?: (order_by | null),invite_code?: (order_by | null),knife_round?: (order_by | null),live_match_timeout?: (order_by | null),map_pool?: (map_pools_order_by | null),map_pool_id?: (order_by | null),map_veto?: (order_by | null),match_mode?: (order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),mr?: (order_by | null),number_of_substitutes?: (order_by | null),overtime?: (order_by | null),prefer_dedicated_server?: (order_by | null),ready_setting?: (order_by | null),region_veto?: (order_by | null),regions?: (order_by | null),round_restart_delay?: (order_by | null),tech_timeout_setting?: (order_by | null),timeout_setting?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_bracket?: (tournament_brackets_order_by | null),tournament_stage?: (tournament_stages_order_by | null),tv_delay?: (order_by | null),type?: (order_by | null),veto_pick_timeout?: (order_by | null)} /** primary key columns input for table: match_options */ @@ -54455,7 +54553,7 @@ export interface match_options_pk_columns_input {id: Scalars['uuid']} /** input type for updating data in table "match_options" */ -export interface match_options_set_input {auto_cancel_duration?: (Scalars['Int'] | null),auto_cancellation?: (Scalars['Boolean'] | null),best_of?: (Scalars['Int'] | null),check_in_setting?: (e_check_in_settings_enum | null),coaches?: (Scalars['Boolean'] | null),default_models?: (Scalars['Boolean'] | null),halftime_pausematch?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),invite_code?: (Scalars['String'] | null),knife_round?: (Scalars['Boolean'] | null),live_match_timeout?: (Scalars['Int'] | null),map_pool_id?: (Scalars['uuid'] | null),map_veto?: (Scalars['Boolean'] | null),match_mode?: (e_match_mode_enum | null),mr?: (Scalars['Int'] | null),number_of_substitutes?: (Scalars['Int'] | null),overtime?: (Scalars['Boolean'] | null),prefer_dedicated_server?: (Scalars['Boolean'] | null),ready_setting?: (e_ready_settings_enum | null),region_veto?: (Scalars['Boolean'] | null),regions?: (Scalars['String'][] | null),round_restart_delay?: (Scalars['Int'] | null),tech_timeout_setting?: (e_timeout_settings_enum | null),timeout_setting?: (e_timeout_settings_enum | null),tv_delay?: (Scalars['Int'] | null),type?: (e_match_types_enum | null)} +export interface match_options_set_input {auto_cancel_duration?: (Scalars['Int'] | null),auto_cancellation?: (Scalars['Boolean'] | null),best_of?: (Scalars['Int'] | null),check_in_setting?: (e_check_in_settings_enum | null),coaches?: (Scalars['Boolean'] | null),default_models?: (Scalars['Boolean'] | null),halftime_pausematch?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),invite_code?: (Scalars['String'] | null),knife_round?: (Scalars['Boolean'] | null),live_match_timeout?: (Scalars['Int'] | null),map_pool_id?: (Scalars['uuid'] | null),map_veto?: (Scalars['Boolean'] | null),match_mode?: (e_match_mode_enum | null),mr?: (Scalars['Int'] | null),number_of_substitutes?: (Scalars['Int'] | null),overtime?: (Scalars['Boolean'] | null),prefer_dedicated_server?: (Scalars['Boolean'] | null),ready_setting?: (e_ready_settings_enum | null),region_veto?: (Scalars['Boolean'] | null),regions?: (Scalars['String'][] | null),round_restart_delay?: (Scalars['Int'] | null),tech_timeout_setting?: (e_timeout_settings_enum | null),timeout_setting?: (e_timeout_settings_enum | null),tv_delay?: (Scalars['Int'] | null),type?: (e_match_types_enum | null),veto_pick_timeout?: (Scalars['Int'] | null)} /** aggregate stddev on columns */ @@ -54467,6 +54565,7 @@ export interface match_options_stddev_fieldsGenqlSelection{ number_of_substitutes?: boolean | number round_restart_delay?: boolean | number tv_delay?: boolean | number + veto_pick_timeout?: boolean | number __typename?: boolean | number __scalar?: boolean | number } @@ -54481,6 +54580,7 @@ export interface match_options_stddev_pop_fieldsGenqlSelection{ number_of_substitutes?: boolean | number round_restart_delay?: boolean | number tv_delay?: boolean | number + veto_pick_timeout?: boolean | number __typename?: boolean | number __scalar?: boolean | number } @@ -54495,6 +54595,7 @@ export interface match_options_stddev_samp_fieldsGenqlSelection{ number_of_substitutes?: boolean | number round_restart_delay?: boolean | number tv_delay?: boolean | number + veto_pick_timeout?: boolean | number __typename?: boolean | number __scalar?: boolean | number } @@ -54509,7 +54610,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface match_options_stream_cursor_value_input {auto_cancel_duration?: (Scalars['Int'] | null),auto_cancellation?: (Scalars['Boolean'] | null),best_of?: (Scalars['Int'] | null),check_in_setting?: (e_check_in_settings_enum | null),coaches?: (Scalars['Boolean'] | null),default_models?: (Scalars['Boolean'] | null),halftime_pausematch?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),invite_code?: (Scalars['String'] | null),knife_round?: (Scalars['Boolean'] | null),live_match_timeout?: (Scalars['Int'] | null),map_pool_id?: (Scalars['uuid'] | null),map_veto?: (Scalars['Boolean'] | null),match_mode?: (e_match_mode_enum | null),mr?: (Scalars['Int'] | null),number_of_substitutes?: (Scalars['Int'] | null),overtime?: (Scalars['Boolean'] | null),prefer_dedicated_server?: (Scalars['Boolean'] | null),ready_setting?: (e_ready_settings_enum | null),region_veto?: (Scalars['Boolean'] | null),regions?: (Scalars['String'][] | null),round_restart_delay?: (Scalars['Int'] | null),tech_timeout_setting?: (e_timeout_settings_enum | null),timeout_setting?: (e_timeout_settings_enum | null),tv_delay?: (Scalars['Int'] | null),type?: (e_match_types_enum | null)} +export interface match_options_stream_cursor_value_input {auto_cancel_duration?: (Scalars['Int'] | null),auto_cancellation?: (Scalars['Boolean'] | null),best_of?: (Scalars['Int'] | null),check_in_setting?: (e_check_in_settings_enum | null),coaches?: (Scalars['Boolean'] | null),default_models?: (Scalars['Boolean'] | null),halftime_pausematch?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),invite_code?: (Scalars['String'] | null),knife_round?: (Scalars['Boolean'] | null),live_match_timeout?: (Scalars['Int'] | null),map_pool_id?: (Scalars['uuid'] | null),map_veto?: (Scalars['Boolean'] | null),match_mode?: (e_match_mode_enum | null),mr?: (Scalars['Int'] | null),number_of_substitutes?: (Scalars['Int'] | null),overtime?: (Scalars['Boolean'] | null),prefer_dedicated_server?: (Scalars['Boolean'] | null),ready_setting?: (e_ready_settings_enum | null),region_veto?: (Scalars['Boolean'] | null),regions?: (Scalars['String'][] | null),round_restart_delay?: (Scalars['Int'] | null),tech_timeout_setting?: (e_timeout_settings_enum | null),timeout_setting?: (e_timeout_settings_enum | null),tv_delay?: (Scalars['Int'] | null),type?: (e_match_types_enum | null),veto_pick_timeout?: (Scalars['Int'] | null)} /** aggregate sum on columns */ @@ -54521,6 +54622,7 @@ export interface match_options_sum_fieldsGenqlSelection{ number_of_substitutes?: boolean | number round_restart_delay?: boolean | number tv_delay?: boolean | number + veto_pick_timeout?: boolean | number __typename?: boolean | number __scalar?: boolean | number } @@ -54543,6 +54645,7 @@ export interface match_options_var_pop_fieldsGenqlSelection{ number_of_substitutes?: boolean | number round_restart_delay?: boolean | number tv_delay?: boolean | number + veto_pick_timeout?: boolean | number __typename?: boolean | number __scalar?: boolean | number } @@ -54557,6 +54660,7 @@ export interface match_options_var_samp_fieldsGenqlSelection{ number_of_substitutes?: boolean | number round_restart_delay?: boolean | number tv_delay?: boolean | number + veto_pick_timeout?: boolean | number __typename?: boolean | number __scalar?: boolean | number } @@ -54571,6 +54675,7 @@ export interface match_options_variance_fieldsGenqlSelection{ number_of_substitutes?: boolean | number round_restart_delay?: boolean | number tv_delay?: boolean | number + veto_pick_timeout?: boolean | number __typename?: boolean | number __scalar?: boolean | number } @@ -54578,6 +54683,7 @@ export interface match_options_variance_fieldsGenqlSelection{ /** columns and relationships of "match_region_veto_picks" */ export interface match_region_veto_picksGenqlSelection{ + auto_picked?: boolean | number created_at?: boolean | number id?: boolean | number /** An object relationship */ @@ -54601,7 +54707,11 @@ export interface match_region_veto_picks_aggregateGenqlSelection{ __scalar?: boolean | number } -export interface match_region_veto_picks_aggregate_bool_exp {count?: (match_region_veto_picks_aggregate_bool_exp_count | null)} +export interface match_region_veto_picks_aggregate_bool_exp {bool_and?: (match_region_veto_picks_aggregate_bool_exp_bool_and | null),bool_or?: (match_region_veto_picks_aggregate_bool_exp_bool_or | null),count?: (match_region_veto_picks_aggregate_bool_exp_count | null)} + +export interface match_region_veto_picks_aggregate_bool_exp_bool_and {arguments: match_region_veto_picks_select_column_match_region_veto_picks_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (match_region_veto_picks_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface match_region_veto_picks_aggregate_bool_exp_bool_or {arguments: match_region_veto_picks_select_column_match_region_veto_picks_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (match_region_veto_picks_bool_exp | null),predicate: Boolean_comparison_exp} export interface match_region_veto_picks_aggregate_bool_exp_count {arguments?: (match_region_veto_picks_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (match_region_veto_picks_bool_exp | null),predicate: Int_comparison_exp} @@ -54627,11 +54737,11 @@ on_conflict?: (match_region_veto_picks_on_conflict | null)} /** Boolean expression to filter rows from the table "match_region_veto_picks". All fields are combined with a logical 'AND'. */ -export interface match_region_veto_picks_bool_exp {_and?: (match_region_veto_picks_bool_exp[] | null),_not?: (match_region_veto_picks_bool_exp | null),_or?: (match_region_veto_picks_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),region?: (String_comparison_exp | null),type?: (e_veto_pick_types_enum_comparison_exp | null)} +export interface match_region_veto_picks_bool_exp {_and?: (match_region_veto_picks_bool_exp[] | null),_not?: (match_region_veto_picks_bool_exp | null),_or?: (match_region_veto_picks_bool_exp[] | null),auto_picked?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),region?: (String_comparison_exp | null),type?: (e_veto_pick_types_enum_comparison_exp | null)} /** input type for inserting data into table "match_region_veto_picks" */ -export interface match_region_veto_picks_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),region?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} +export interface match_region_veto_picks_insert_input {auto_picked?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),region?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} /** aggregate max on columns */ @@ -54682,7 +54792,7 @@ export interface match_region_veto_picks_on_conflict {constraint: match_region_v /** Ordering options when selecting data from "match_region_veto_picks". */ -export interface match_region_veto_picks_order_by {created_at?: (order_by | null),id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),region?: (order_by | null),type?: (order_by | null)} +export interface match_region_veto_picks_order_by {auto_picked?: (order_by | null),created_at?: (order_by | null),id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),region?: (order_by | null),type?: (order_by | null)} /** primary key columns input for table: match_region_veto_picks */ @@ -54690,7 +54800,7 @@ export interface match_region_veto_picks_pk_columns_input {id: Scalars['uuid']} /** input type for updating data in table "match_region_veto_picks" */ -export interface match_region_veto_picks_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),region?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} +export interface match_region_veto_picks_set_input {auto_picked?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),region?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} /** Streaming cursor of the table "match_region_veto_picks" */ @@ -54702,7 +54812,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface match_region_veto_picks_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),region?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} +export interface match_region_veto_picks_stream_cursor_value_input {auto_picked?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),region?: (Scalars['String'] | null),type?: (e_veto_pick_types_enum | null)} export interface match_region_veto_picks_updates { /** sets the columns of the filtered rows to the given values */ @@ -55633,6 +55743,7 @@ export interface matchesGenqlSelection{ where?: (tournament_brackets_bool_exp | null)} }) /** A computed field, executes function "get_match_tv_connection_string" */ tv_connection_string?: boolean | number + veto_pick_expires_at?: boolean | number /** An object relationship */ winner?: match_lineupsGenqlSelection winning_lineup_id?: boolean | number @@ -55699,7 +55810,7 @@ export interface matches_avg_order_by {organizer_steam_id?: (order_by | null)} /** Boolean expression to filter rows from the table "matches". All fields are combined with a logical 'AND'. */ -export interface matches_bool_exp {_and?: (matches_bool_exp[] | null),_not?: (matches_bool_exp | null),_or?: (matches_bool_exp[] | null),can_assign_server?: (Boolean_comparison_exp | null),can_cancel?: (Boolean_comparison_exp | null),can_check_in?: (Boolean_comparison_exp | null),can_reassign_winner?: (Boolean_comparison_exp | null),can_schedule?: (Boolean_comparison_exp | null),can_start?: (Boolean_comparison_exp | null),can_stream_live?: (Boolean_comparison_exp | null),can_stream_tv?: (Boolean_comparison_exp | null),cancels_at?: (timestamptz_comparison_exp | null),clutches?: (v_match_clutches_bool_exp | null),clutches_aggregate?: (v_match_clutches_aggregate_bool_exp | null),connection_link?: (String_comparison_exp | null),connection_string?: (String_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current_match_map_id?: (uuid_comparison_exp | null),demos?: (match_map_demos_bool_exp | null),demos_aggregate?: (match_map_demos_aggregate_bool_exp | null),draft_games?: (draft_games_bool_exp | null),draft_games_aggregate?: (draft_games_aggregate_bool_exp | null),e_match_status?: (e_match_status_bool_exp | null),e_region?: (server_regions_bool_exp | null),effective_at?: (timestamptz_comparison_exp | null),elo_changes?: (v_player_elo_bool_exp | null),elo_changes_aggregate?: (v_player_elo_aggregate_bool_exp | null),ended_at?: (timestamptz_comparison_exp | null),external_id?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),invite_code?: (String_comparison_exp | null),is_captain?: (Boolean_comparison_exp | null),is_coach?: (Boolean_comparison_exp | null),is_friend_in_match_lineup?: (Boolean_comparison_exp | null),is_in_lineup?: (Boolean_comparison_exp | null),is_match_server_available?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),is_server_online?: (Boolean_comparison_exp | null),is_tournament_match?: (Boolean_comparison_exp | null),label?: (String_comparison_exp | null),lineup_1?: (match_lineups_bool_exp | null),lineup_1_id?: (uuid_comparison_exp | null),lineup_2?: (match_lineups_bool_exp | null),lineup_2_id?: (uuid_comparison_exp | null),lineup_counts?: (json_comparison_exp | null),map_veto_picking_lineup_id?: (uuid_comparison_exp | null),map_veto_picks?: (match_map_veto_picks_bool_exp | null),map_veto_picks_aggregate?: (match_map_veto_picks_aggregate_bool_exp | null),map_veto_type?: (String_comparison_exp | null),match_maps?: (match_maps_bool_exp | null),match_maps_aggregate?: (match_maps_aggregate_bool_exp | null),match_options_id?: (uuid_comparison_exp | null),max_players_per_lineup?: (Int_comparison_exp | null),min_players_per_lineup?: (Int_comparison_exp | null),opening_duels?: (v_match_player_opening_duels_bool_exp | null),opening_duels_aggregate?: (v_match_player_opening_duels_aggregate_bool_exp | null),options?: (match_options_bool_exp | null),organizer?: (players_bool_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),password?: (String_comparison_exp | null),player_assists?: (player_assists_bool_exp | null),player_assists_aggregate?: (player_assists_aggregate_bool_exp | null),player_damages?: (player_damages_bool_exp | null),player_damages_aggregate?: (player_damages_aggregate_bool_exp | null),player_flashes?: (player_flashes_bool_exp | null),player_flashes_aggregate?: (player_flashes_aggregate_bool_exp | null),player_kills?: (player_kills_bool_exp | null),player_kills_aggregate?: (player_kills_aggregate_bool_exp | null),player_objectives?: (player_objectives_bool_exp | null),player_objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),player_unused_utilities?: (player_unused_utility_bool_exp | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_bool_exp | null),player_utility?: (player_utility_bool_exp | null),player_utility_aggregate?: (player_utility_aggregate_bool_exp | null),region?: (String_comparison_exp | null),region_veto_picking_lineup_id?: (uuid_comparison_exp | null),region_veto_picks?: (match_region_veto_picks_bool_exp | null),region_veto_picks_aggregate?: (match_region_veto_picks_aggregate_bool_exp | null),requested_organizer?: (Boolean_comparison_exp | null),scheduled_at?: (timestamptz_comparison_exp | null),server?: (servers_bool_exp | null),server_error?: (String_comparison_exp | null),server_id?: (uuid_comparison_exp | null),server_plugin_runtime?: (String_comparison_exp | null),server_region?: (String_comparison_exp | null),server_type?: (String_comparison_exp | null),share_code?: (String_comparison_exp | null),source?: (String_comparison_exp | null),started_at?: (timestamptz_comparison_exp | null),status?: (e_match_status_enum_comparison_exp | null),streams?: (match_streams_bool_exp | null),streams_aggregate?: (match_streams_aggregate_bool_exp | null),teams?: (teams_bool_exp | null),tournament_brackets?: (tournament_brackets_bool_exp | null),tournament_brackets_aggregate?: (tournament_brackets_aggregate_bool_exp | null),tv_connection_string?: (String_comparison_exp | null),winner?: (match_lineups_bool_exp | null),winning_lineup_id?: (uuid_comparison_exp | null)} +export interface matches_bool_exp {_and?: (matches_bool_exp[] | null),_not?: (matches_bool_exp | null),_or?: (matches_bool_exp[] | null),can_assign_server?: (Boolean_comparison_exp | null),can_cancel?: (Boolean_comparison_exp | null),can_check_in?: (Boolean_comparison_exp | null),can_reassign_winner?: (Boolean_comparison_exp | null),can_schedule?: (Boolean_comparison_exp | null),can_start?: (Boolean_comparison_exp | null),can_stream_live?: (Boolean_comparison_exp | null),can_stream_tv?: (Boolean_comparison_exp | null),cancels_at?: (timestamptz_comparison_exp | null),clutches?: (v_match_clutches_bool_exp | null),clutches_aggregate?: (v_match_clutches_aggregate_bool_exp | null),connection_link?: (String_comparison_exp | null),connection_string?: (String_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current_match_map_id?: (uuid_comparison_exp | null),demos?: (match_map_demos_bool_exp | null),demos_aggregate?: (match_map_demos_aggregate_bool_exp | null),draft_games?: (draft_games_bool_exp | null),draft_games_aggregate?: (draft_games_aggregate_bool_exp | null),e_match_status?: (e_match_status_bool_exp | null),e_region?: (server_regions_bool_exp | null),effective_at?: (timestamptz_comparison_exp | null),elo_changes?: (v_player_elo_bool_exp | null),elo_changes_aggregate?: (v_player_elo_aggregate_bool_exp | null),ended_at?: (timestamptz_comparison_exp | null),external_id?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),invite_code?: (String_comparison_exp | null),is_captain?: (Boolean_comparison_exp | null),is_coach?: (Boolean_comparison_exp | null),is_friend_in_match_lineup?: (Boolean_comparison_exp | null),is_in_lineup?: (Boolean_comparison_exp | null),is_match_server_available?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),is_server_online?: (Boolean_comparison_exp | null),is_tournament_match?: (Boolean_comparison_exp | null),label?: (String_comparison_exp | null),lineup_1?: (match_lineups_bool_exp | null),lineup_1_id?: (uuid_comparison_exp | null),lineup_2?: (match_lineups_bool_exp | null),lineup_2_id?: (uuid_comparison_exp | null),lineup_counts?: (json_comparison_exp | null),map_veto_picking_lineup_id?: (uuid_comparison_exp | null),map_veto_picks?: (match_map_veto_picks_bool_exp | null),map_veto_picks_aggregate?: (match_map_veto_picks_aggregate_bool_exp | null),map_veto_type?: (String_comparison_exp | null),match_maps?: (match_maps_bool_exp | null),match_maps_aggregate?: (match_maps_aggregate_bool_exp | null),match_options_id?: (uuid_comparison_exp | null),max_players_per_lineup?: (Int_comparison_exp | null),min_players_per_lineup?: (Int_comparison_exp | null),opening_duels?: (v_match_player_opening_duels_bool_exp | null),opening_duels_aggregate?: (v_match_player_opening_duels_aggregate_bool_exp | null),options?: (match_options_bool_exp | null),organizer?: (players_bool_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),password?: (String_comparison_exp | null),player_assists?: (player_assists_bool_exp | null),player_assists_aggregate?: (player_assists_aggregate_bool_exp | null),player_damages?: (player_damages_bool_exp | null),player_damages_aggregate?: (player_damages_aggregate_bool_exp | null),player_flashes?: (player_flashes_bool_exp | null),player_flashes_aggregate?: (player_flashes_aggregate_bool_exp | null),player_kills?: (player_kills_bool_exp | null),player_kills_aggregate?: (player_kills_aggregate_bool_exp | null),player_objectives?: (player_objectives_bool_exp | null),player_objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),player_unused_utilities?: (player_unused_utility_bool_exp | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_bool_exp | null),player_utility?: (player_utility_bool_exp | null),player_utility_aggregate?: (player_utility_aggregate_bool_exp | null),region?: (String_comparison_exp | null),region_veto_picking_lineup_id?: (uuid_comparison_exp | null),region_veto_picks?: (match_region_veto_picks_bool_exp | null),region_veto_picks_aggregate?: (match_region_veto_picks_aggregate_bool_exp | null),requested_organizer?: (Boolean_comparison_exp | null),scheduled_at?: (timestamptz_comparison_exp | null),server?: (servers_bool_exp | null),server_error?: (String_comparison_exp | null),server_id?: (uuid_comparison_exp | null),server_plugin_runtime?: (String_comparison_exp | null),server_region?: (String_comparison_exp | null),server_type?: (String_comparison_exp | null),share_code?: (String_comparison_exp | null),source?: (String_comparison_exp | null),started_at?: (timestamptz_comparison_exp | null),status?: (e_match_status_enum_comparison_exp | null),streams?: (match_streams_bool_exp | null),streams_aggregate?: (match_streams_aggregate_bool_exp | null),teams?: (teams_bool_exp | null),tournament_brackets?: (tournament_brackets_bool_exp | null),tournament_brackets_aggregate?: (tournament_brackets_aggregate_bool_exp | null),tv_connection_string?: (String_comparison_exp | null),veto_pick_expires_at?: (timestamptz_comparison_exp | null),winner?: (match_lineups_bool_exp | null),winning_lineup_id?: (uuid_comparison_exp | null)} /** input type for incrementing numeric columns in table "matches" */ @@ -55707,7 +55818,7 @@ export interface matches_inc_input {organizer_steam_id?: (Scalars['bigint'] | nu /** input type for inserting data into table "matches" */ -export interface matches_insert_input {cancels_at?: (Scalars['timestamptz'] | null),clutches?: (v_match_clutches_arr_rel_insert_input | null),created_at?: (Scalars['timestamptz'] | null),demos?: (match_map_demos_arr_rel_insert_input | null),draft_games?: (draft_games_arr_rel_insert_input | null),e_match_status?: (e_match_status_obj_rel_insert_input | null),e_region?: (server_regions_obj_rel_insert_input | null),elo_changes?: (v_player_elo_arr_rel_insert_input | null),ended_at?: (Scalars['timestamptz'] | null),external_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),lineup_1?: (match_lineups_obj_rel_insert_input | null),lineup_1_id?: (Scalars['uuid'] | null),lineup_2?: (match_lineups_obj_rel_insert_input | null),lineup_2_id?: (Scalars['uuid'] | null),map_veto_picks?: (match_map_veto_picks_arr_rel_insert_input | null),match_maps?: (match_maps_arr_rel_insert_input | null),match_options_id?: (Scalars['uuid'] | null),opening_duels?: (v_match_player_opening_duels_arr_rel_insert_input | null),options?: (match_options_obj_rel_insert_input | null),organizer?: (players_obj_rel_insert_input | null),organizer_steam_id?: (Scalars['bigint'] | null),password?: (Scalars['String'] | null),player_assists?: (player_assists_arr_rel_insert_input | null),player_damages?: (player_damages_arr_rel_insert_input | null),player_flashes?: (player_flashes_arr_rel_insert_input | null),player_kills?: (player_kills_arr_rel_insert_input | null),player_objectives?: (player_objectives_arr_rel_insert_input | null),player_unused_utilities?: (player_unused_utility_arr_rel_insert_input | null),player_utility?: (player_utility_arr_rel_insert_input | null),region?: (Scalars['String'] | null),region_veto_picks?: (match_region_veto_picks_arr_rel_insert_input | null),scheduled_at?: (Scalars['timestamptz'] | null),server?: (servers_obj_rel_insert_input | null),server_error?: (Scalars['String'] | null),server_id?: (Scalars['uuid'] | null),share_code?: (Scalars['String'] | null),source?: (Scalars['String'] | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_status_enum | null),streams?: (match_streams_arr_rel_insert_input | null),tournament_brackets?: (tournament_brackets_arr_rel_insert_input | null),winner?: (match_lineups_obj_rel_insert_input | null),winning_lineup_id?: (Scalars['uuid'] | null)} +export interface matches_insert_input {cancels_at?: (Scalars['timestamptz'] | null),clutches?: (v_match_clutches_arr_rel_insert_input | null),created_at?: (Scalars['timestamptz'] | null),demos?: (match_map_demos_arr_rel_insert_input | null),draft_games?: (draft_games_arr_rel_insert_input | null),e_match_status?: (e_match_status_obj_rel_insert_input | null),e_region?: (server_regions_obj_rel_insert_input | null),elo_changes?: (v_player_elo_arr_rel_insert_input | null),ended_at?: (Scalars['timestamptz'] | null),external_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),lineup_1?: (match_lineups_obj_rel_insert_input | null),lineup_1_id?: (Scalars['uuid'] | null),lineup_2?: (match_lineups_obj_rel_insert_input | null),lineup_2_id?: (Scalars['uuid'] | null),map_veto_picks?: (match_map_veto_picks_arr_rel_insert_input | null),match_maps?: (match_maps_arr_rel_insert_input | null),match_options_id?: (Scalars['uuid'] | null),opening_duels?: (v_match_player_opening_duels_arr_rel_insert_input | null),options?: (match_options_obj_rel_insert_input | null),organizer?: (players_obj_rel_insert_input | null),organizer_steam_id?: (Scalars['bigint'] | null),password?: (Scalars['String'] | null),player_assists?: (player_assists_arr_rel_insert_input | null),player_damages?: (player_damages_arr_rel_insert_input | null),player_flashes?: (player_flashes_arr_rel_insert_input | null),player_kills?: (player_kills_arr_rel_insert_input | null),player_objectives?: (player_objectives_arr_rel_insert_input | null),player_unused_utilities?: (player_unused_utility_arr_rel_insert_input | null),player_utility?: (player_utility_arr_rel_insert_input | null),region?: (Scalars['String'] | null),region_veto_picks?: (match_region_veto_picks_arr_rel_insert_input | null),scheduled_at?: (Scalars['timestamptz'] | null),server?: (servers_obj_rel_insert_input | null),server_error?: (Scalars['String'] | null),server_id?: (Scalars['uuid'] | null),share_code?: (Scalars['String'] | null),source?: (Scalars['String'] | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_status_enum | null),streams?: (match_streams_arr_rel_insert_input | null),tournament_brackets?: (tournament_brackets_arr_rel_insert_input | null),veto_pick_expires_at?: (Scalars['timestamptz'] | null),winner?: (match_lineups_obj_rel_insert_input | null),winning_lineup_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ @@ -55757,6 +55868,7 @@ export interface matches_max_fieldsGenqlSelection{ started_at?: boolean | number /** A computed field, executes function "get_match_tv_connection_string" */ tv_connection_string?: boolean | number + veto_pick_expires_at?: boolean | number winning_lineup_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -55764,7 +55876,7 @@ export interface matches_max_fieldsGenqlSelection{ /** order by max() on columns of table "matches" */ -export interface matches_max_order_by {cancels_at?: (order_by | null),created_at?: (order_by | null),effective_at?: (order_by | null),ended_at?: (order_by | null),external_id?: (order_by | null),id?: (order_by | null),label?: (order_by | null),lineup_1_id?: (order_by | null),lineup_2_id?: (order_by | null),match_options_id?: (order_by | null),organizer_steam_id?: (order_by | null),password?: (order_by | null),region?: (order_by | null),scheduled_at?: (order_by | null),server_error?: (order_by | null),server_id?: (order_by | null),share_code?: (order_by | null),source?: (order_by | null),started_at?: (order_by | null),winning_lineup_id?: (order_by | null)} +export interface matches_max_order_by {cancels_at?: (order_by | null),created_at?: (order_by | null),effective_at?: (order_by | null),ended_at?: (order_by | null),external_id?: (order_by | null),id?: (order_by | null),label?: (order_by | null),lineup_1_id?: (order_by | null),lineup_2_id?: (order_by | null),match_options_id?: (order_by | null),organizer_steam_id?: (order_by | null),password?: (order_by | null),region?: (order_by | null),scheduled_at?: (order_by | null),server_error?: (order_by | null),server_id?: (order_by | null),share_code?: (order_by | null),source?: (order_by | null),started_at?: (order_by | null),veto_pick_expires_at?: (order_by | null),winning_lineup_id?: (order_by | null)} /** aggregate min on columns */ @@ -55814,6 +55926,7 @@ export interface matches_min_fieldsGenqlSelection{ started_at?: boolean | number /** A computed field, executes function "get_match_tv_connection_string" */ tv_connection_string?: boolean | number + veto_pick_expires_at?: boolean | number winning_lineup_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -55821,7 +55934,7 @@ export interface matches_min_fieldsGenqlSelection{ /** order by min() on columns of table "matches" */ -export interface matches_min_order_by {cancels_at?: (order_by | null),created_at?: (order_by | null),effective_at?: (order_by | null),ended_at?: (order_by | null),external_id?: (order_by | null),id?: (order_by | null),label?: (order_by | null),lineup_1_id?: (order_by | null),lineup_2_id?: (order_by | null),match_options_id?: (order_by | null),organizer_steam_id?: (order_by | null),password?: (order_by | null),region?: (order_by | null),scheduled_at?: (order_by | null),server_error?: (order_by | null),server_id?: (order_by | null),share_code?: (order_by | null),source?: (order_by | null),started_at?: (order_by | null),winning_lineup_id?: (order_by | null)} +export interface matches_min_order_by {cancels_at?: (order_by | null),created_at?: (order_by | null),effective_at?: (order_by | null),ended_at?: (order_by | null),external_id?: (order_by | null),id?: (order_by | null),label?: (order_by | null),lineup_1_id?: (order_by | null),lineup_2_id?: (order_by | null),match_options_id?: (order_by | null),organizer_steam_id?: (order_by | null),password?: (order_by | null),region?: (order_by | null),scheduled_at?: (order_by | null),server_error?: (order_by | null),server_id?: (order_by | null),share_code?: (order_by | null),source?: (order_by | null),started_at?: (order_by | null),veto_pick_expires_at?: (order_by | null),winning_lineup_id?: (order_by | null)} /** response of any mutation on the table "matches" */ @@ -55846,7 +55959,7 @@ export interface matches_on_conflict {constraint: matches_constraint,update_colu /** Ordering options when selecting data from "matches". */ -export interface matches_order_by {can_assign_server?: (order_by | null),can_cancel?: (order_by | null),can_check_in?: (order_by | null),can_reassign_winner?: (order_by | null),can_schedule?: (order_by | null),can_start?: (order_by | null),can_stream_live?: (order_by | null),can_stream_tv?: (order_by | null),cancels_at?: (order_by | null),clutches_aggregate?: (v_match_clutches_aggregate_order_by | null),connection_link?: (order_by | null),connection_string?: (order_by | null),created_at?: (order_by | null),current_match_map_id?: (order_by | null),demos_aggregate?: (match_map_demos_aggregate_order_by | null),draft_games_aggregate?: (draft_games_aggregate_order_by | null),e_match_status?: (e_match_status_order_by | null),e_region?: (server_regions_order_by | null),effective_at?: (order_by | null),elo_changes_aggregate?: (v_player_elo_aggregate_order_by | null),ended_at?: (order_by | null),external_id?: (order_by | null),id?: (order_by | null),invite_code?: (order_by | null),is_captain?: (order_by | null),is_coach?: (order_by | null),is_friend_in_match_lineup?: (order_by | null),is_in_lineup?: (order_by | null),is_match_server_available?: (order_by | null),is_organizer?: (order_by | null),is_server_online?: (order_by | null),is_tournament_match?: (order_by | null),label?: (order_by | null),lineup_1?: (match_lineups_order_by | null),lineup_1_id?: (order_by | null),lineup_2?: (match_lineups_order_by | null),lineup_2_id?: (order_by | null),lineup_counts?: (order_by | null),map_veto_picking_lineup_id?: (order_by | null),map_veto_picks_aggregate?: (match_map_veto_picks_aggregate_order_by | null),map_veto_type?: (order_by | null),match_maps_aggregate?: (match_maps_aggregate_order_by | null),match_options_id?: (order_by | null),max_players_per_lineup?: (order_by | null),min_players_per_lineup?: (order_by | null),opening_duels_aggregate?: (v_match_player_opening_duels_aggregate_order_by | null),options?: (match_options_order_by | null),organizer?: (players_order_by | null),organizer_steam_id?: (order_by | null),password?: (order_by | null),player_assists_aggregate?: (player_assists_aggregate_order_by | null),player_damages_aggregate?: (player_damages_aggregate_order_by | null),player_flashes_aggregate?: (player_flashes_aggregate_order_by | null),player_kills_aggregate?: (player_kills_aggregate_order_by | null),player_objectives_aggregate?: (player_objectives_aggregate_order_by | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_order_by | null),player_utility_aggregate?: (player_utility_aggregate_order_by | null),region?: (order_by | null),region_veto_picking_lineup_id?: (order_by | null),region_veto_picks_aggregate?: (match_region_veto_picks_aggregate_order_by | null),requested_organizer?: (order_by | null),scheduled_at?: (order_by | null),server?: (servers_order_by | null),server_error?: (order_by | null),server_id?: (order_by | null),server_plugin_runtime?: (order_by | null),server_region?: (order_by | null),server_type?: (order_by | null),share_code?: (order_by | null),source?: (order_by | null),started_at?: (order_by | null),status?: (order_by | null),streams_aggregate?: (match_streams_aggregate_order_by | null),teams_aggregate?: (teams_aggregate_order_by | null),tournament_brackets_aggregate?: (tournament_brackets_aggregate_order_by | null),tv_connection_string?: (order_by | null),winner?: (match_lineups_order_by | null),winning_lineup_id?: (order_by | null)} +export interface matches_order_by {can_assign_server?: (order_by | null),can_cancel?: (order_by | null),can_check_in?: (order_by | null),can_reassign_winner?: (order_by | null),can_schedule?: (order_by | null),can_start?: (order_by | null),can_stream_live?: (order_by | null),can_stream_tv?: (order_by | null),cancels_at?: (order_by | null),clutches_aggregate?: (v_match_clutches_aggregate_order_by | null),connection_link?: (order_by | null),connection_string?: (order_by | null),created_at?: (order_by | null),current_match_map_id?: (order_by | null),demos_aggregate?: (match_map_demos_aggregate_order_by | null),draft_games_aggregate?: (draft_games_aggregate_order_by | null),e_match_status?: (e_match_status_order_by | null),e_region?: (server_regions_order_by | null),effective_at?: (order_by | null),elo_changes_aggregate?: (v_player_elo_aggregate_order_by | null),ended_at?: (order_by | null),external_id?: (order_by | null),id?: (order_by | null),invite_code?: (order_by | null),is_captain?: (order_by | null),is_coach?: (order_by | null),is_friend_in_match_lineup?: (order_by | null),is_in_lineup?: (order_by | null),is_match_server_available?: (order_by | null),is_organizer?: (order_by | null),is_server_online?: (order_by | null),is_tournament_match?: (order_by | null),label?: (order_by | null),lineup_1?: (match_lineups_order_by | null),lineup_1_id?: (order_by | null),lineup_2?: (match_lineups_order_by | null),lineup_2_id?: (order_by | null),lineup_counts?: (order_by | null),map_veto_picking_lineup_id?: (order_by | null),map_veto_picks_aggregate?: (match_map_veto_picks_aggregate_order_by | null),map_veto_type?: (order_by | null),match_maps_aggregate?: (match_maps_aggregate_order_by | null),match_options_id?: (order_by | null),max_players_per_lineup?: (order_by | null),min_players_per_lineup?: (order_by | null),opening_duels_aggregate?: (v_match_player_opening_duels_aggregate_order_by | null),options?: (match_options_order_by | null),organizer?: (players_order_by | null),organizer_steam_id?: (order_by | null),password?: (order_by | null),player_assists_aggregate?: (player_assists_aggregate_order_by | null),player_damages_aggregate?: (player_damages_aggregate_order_by | null),player_flashes_aggregate?: (player_flashes_aggregate_order_by | null),player_kills_aggregate?: (player_kills_aggregate_order_by | null),player_objectives_aggregate?: (player_objectives_aggregate_order_by | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_order_by | null),player_utility_aggregate?: (player_utility_aggregate_order_by | null),region?: (order_by | null),region_veto_picking_lineup_id?: (order_by | null),region_veto_picks_aggregate?: (match_region_veto_picks_aggregate_order_by | null),requested_organizer?: (order_by | null),scheduled_at?: (order_by | null),server?: (servers_order_by | null),server_error?: (order_by | null),server_id?: (order_by | null),server_plugin_runtime?: (order_by | null),server_region?: (order_by | null),server_type?: (order_by | null),share_code?: (order_by | null),source?: (order_by | null),started_at?: (order_by | null),status?: (order_by | null),streams_aggregate?: (match_streams_aggregate_order_by | null),teams_aggregate?: (teams_aggregate_order_by | null),tournament_brackets_aggregate?: (tournament_brackets_aggregate_order_by | null),tv_connection_string?: (order_by | null),veto_pick_expires_at?: (order_by | null),winner?: (match_lineups_order_by | null),winning_lineup_id?: (order_by | null)} /** primary key columns input for table: matches */ @@ -55854,7 +55967,7 @@ export interface matches_pk_columns_input {id: Scalars['uuid']} /** input type for updating data in table "matches" */ -export interface matches_set_input {cancels_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),ended_at?: (Scalars['timestamptz'] | null),external_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),lineup_1_id?: (Scalars['uuid'] | null),lineup_2_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),organizer_steam_id?: (Scalars['bigint'] | null),password?: (Scalars['String'] | null),region?: (Scalars['String'] | null),scheduled_at?: (Scalars['timestamptz'] | null),server_error?: (Scalars['String'] | null),server_id?: (Scalars['uuid'] | null),share_code?: (Scalars['String'] | null),source?: (Scalars['String'] | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_status_enum | null),winning_lineup_id?: (Scalars['uuid'] | null)} +export interface matches_set_input {cancels_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),ended_at?: (Scalars['timestamptz'] | null),external_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),lineup_1_id?: (Scalars['uuid'] | null),lineup_2_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),organizer_steam_id?: (Scalars['bigint'] | null),password?: (Scalars['String'] | null),region?: (Scalars['String'] | null),scheduled_at?: (Scalars['timestamptz'] | null),server_error?: (Scalars['String'] | null),server_id?: (Scalars['uuid'] | null),share_code?: (Scalars['String'] | null),source?: (Scalars['String'] | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_status_enum | null),veto_pick_expires_at?: (Scalars['timestamptz'] | null),winning_lineup_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ @@ -55914,7 +56027,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface matches_stream_cursor_value_input {cancels_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),effective_at?: (Scalars['timestamptz'] | null),ended_at?: (Scalars['timestamptz'] | null),external_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),lineup_1_id?: (Scalars['uuid'] | null),lineup_2_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),organizer_steam_id?: (Scalars['bigint'] | null),password?: (Scalars['String'] | null),region?: (Scalars['String'] | null),scheduled_at?: (Scalars['timestamptz'] | null),server_error?: (Scalars['String'] | null),server_id?: (Scalars['uuid'] | null),share_code?: (Scalars['String'] | null),source?: (Scalars['String'] | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_status_enum | null),winning_lineup_id?: (Scalars['uuid'] | null)} +export interface matches_stream_cursor_value_input {cancels_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),effective_at?: (Scalars['timestamptz'] | null),ended_at?: (Scalars['timestamptz'] | null),external_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),lineup_1_id?: (Scalars['uuid'] | null),lineup_2_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),organizer_steam_id?: (Scalars['bigint'] | null),password?: (Scalars['String'] | null),region?: (Scalars['String'] | null),scheduled_at?: (Scalars['timestamptz'] | null),server_error?: (Scalars['String'] | null),server_id?: (Scalars['uuid'] | null),share_code?: (Scalars['String'] | null),source?: (Scalars['String'] | null),started_at?: (Scalars['timestamptz'] | null),status?: (e_match_status_enum | null),veto_pick_expires_at?: (Scalars['timestamptz'] | null),winning_lineup_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ @@ -57120,6 +57233,7 @@ export interface mutation_rootGenqlSelection{ /** delete single row from the table: "v_team_stage_results" */ delete_v_team_stage_results_by_pk?: (v_team_stage_resultsGenqlSelection & { __args: {tournament_stage_id: Scalars['uuid'], tournament_team_id: Scalars['uuid']} }) denyInvite?: (SuccessOutputGenqlSelection & { __args: {invite_id: Scalars['uuid'], type: Scalars['String']} }) + denyNameChange?: (SuccessOutputGenqlSelection & { __args: {name: Scalars['String'], steam_id: Scalars['bigint']} }) forfeitMatch?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid'], winning_lineup_id: Scalars['uuid']} }) /** Live pod GSI snapshot — slots, sides, alive/dead. Drives the stream-deck. */ getLiveStreamSpecState?: (LiveStreamSpecStateGenqlSelection & { __args: {match_id: Scalars['uuid']} }) @@ -71971,6 +72085,8 @@ export interface playersGenqlSelection{ order_by?: (award_recipients_order_by[] | null), /** filter the rows returned */ where?: (award_recipients_bool_exp | null)} }) + /** A computed field, executes function "banned_until" */ + banned_until?: boolean | number /** An array relationship */ coach_lineups?: (match_lineupsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -72253,6 +72369,8 @@ export interface playersGenqlSelection{ order_by?: (team_invites_order_by[] | null), /** filter the rows returned */ where?: (team_invites_bool_exp | null)} }) + /** A computed field, executes function "is_admin_sanctioned" */ + is_admin_sanctioned?: boolean | number /** A computed field, executes function "is_banned" */ is_banned?: boolean | number /** A computed field, executes function "is_gagged" */ @@ -72265,6 +72383,8 @@ export interface playersGenqlSelection{ is_in_lobby?: boolean | number /** A computed field, executes function "is_muted" */ is_muted?: boolean | number + /** A computed field, executes function "is_registered" */ + is_registered?: boolean | number /** An array relationship */ kills?: (player_killsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -72947,7 +73067,7 @@ export interface players_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "players". All fields are combined with a logical 'AND'. */ -export interface players_bool_exp {_and?: (players_bool_exp[] | null),_not?: (players_bool_exp | null),_or?: (players_bool_exp[] | null),abandoned_matches?: (abandoned_matches_bool_exp | null),abandoned_matches_aggregate?: (abandoned_matches_aggregate_bool_exp | null),aim_weapon_stats?: (player_aim_weapon_stats_bool_exp | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_bool_exp | null),assists?: (player_assists_bool_exp | null),assists_aggregate?: (player_assists_aggregate_bool_exp | null),assited_by_players?: (player_assists_bool_exp | null),assited_by_players_aggregate?: (player_assists_aggregate_bool_exp | null),avatar_url?: (String_comparison_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),coach_lineups?: (match_lineups_bool_exp | null),coach_lineups_aggregate?: (match_lineups_aggregate_bool_exp | null),country?: (String_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current_lobby_id?: (uuid_comparison_exp | null),custom_avatar_url?: (String_comparison_exp | null),damage_dealt?: (player_damages_bool_exp | null),damage_dealt_aggregate?: (player_damages_aggregate_bool_exp | null),damage_taken?: (player_damages_bool_exp | null),damage_taken_aggregate?: (player_damages_aggregate_bool_exp | null),days_since_last_ban?: (Int_comparison_exp | null),deaths?: (player_kills_bool_exp | null),deaths_aggregate?: (player_kills_aggregate_bool_exp | null),discord_id?: (String_comparison_exp | null),draft_game_players?: (draft_game_players_bool_exp | null),draft_game_players_aggregate?: (draft_game_players_aggregate_bool_exp | null),elo?: (jsonb_comparison_exp | null),elo_history?: (v_player_elo_bool_exp | null),elo_history_aggregate?: (v_player_elo_aggregate_bool_exp | null),faceit_elo?: (Int_comparison_exp | null),faceit_nickname?: (String_comparison_exp | null),faceit_player_id?: (String_comparison_exp | null),faceit_rank_history?: (player_faceit_rank_history_bool_exp | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_bool_exp | null),faceit_skill_level?: (Int_comparison_exp | null),faceit_updated_at?: (timestamptz_comparison_exp | null),faceit_url?: (String_comparison_exp | null),flashed_by_players?: (player_flashes_bool_exp | null),flashed_by_players_aggregate?: (player_flashes_aggregate_bool_exp | null),flashed_players?: (player_flashes_bool_exp | null),flashed_players_aggregate?: (player_flashes_aggregate_bool_exp | null),friends?: (my_friends_bool_exp | null),friends_aggregate?: (my_friends_aggregate_bool_exp | null),game_ban_count?: (Int_comparison_exp | null),invited_players?: (team_invites_bool_exp | null),invited_players_aggregate?: (team_invites_aggregate_bool_exp | null),is_banned?: (Boolean_comparison_exp | null),is_gagged?: (Boolean_comparison_exp | null),is_in_another_match?: (Boolean_comparison_exp | null),is_in_draft?: (Boolean_comparison_exp | null),is_in_lobby?: (Boolean_comparison_exp | null),is_muted?: (Boolean_comparison_exp | null),kills?: (player_kills_bool_exp | null),kills_aggregate?: (player_kills_aggregate_bool_exp | null),kills_by_weapons?: (player_kills_by_weapon_bool_exp | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_bool_exp | null),language?: (String_comparison_exp | null),last_read_news_at?: (timestamptz_comparison_exp | null),last_sign_in_at?: (timestamptz_comparison_exp | null),lobby_players?: (lobby_players_bool_exp | null),lobby_players_aggregate?: (lobby_players_aggregate_bool_exp | null),losses?: (Int_comparison_exp | null),losses_competitive?: (Int_comparison_exp | null),losses_duel?: (Int_comparison_exp | null),losses_wingman?: (Int_comparison_exp | null),match_map_hltv?: (v_player_match_map_hltv_bool_exp | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_bool_exp | null),match_map_stats?: (player_match_map_stats_bool_exp | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_bool_exp | null),match_stats?: (player_match_stats_v_bool_exp | null),match_stats_aggregate?: (player_match_stats_v_aggregate_bool_exp | null),matches?: (matches_bool_exp | null),matchmaking_cooldown?: (timestamptz_comparison_exp | null),multi_kills?: (v_player_multi_kills_bool_exp | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_bool_exp | null),name?: (String_comparison_exp | null),name_registered?: (Boolean_comparison_exp | null),notifications?: (notifications_bool_exp | null),notifications_aggregate?: (notifications_aggregate_bool_exp | null),objectives?: (player_objectives_bool_exp | null),objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),owned_teams?: (teams_bool_exp | null),owned_teams_aggregate?: (teams_aggregate_bool_exp | null),peak_elo?: (jsonb_comparison_exp | null),pending_match_imports?: (pending_match_import_players_bool_exp | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_bool_exp | null),player_lineup?: (match_lineup_players_bool_exp | null),player_lineup_aggregate?: (match_lineup_players_aggregate_bool_exp | null),player_unused_utilities?: (player_unused_utility_bool_exp | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_bool_exp | null),premier_rank?: (Int_comparison_exp | null),premier_rank_history?: (player_premier_rank_history_bool_exp | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_bool_exp | null),premier_rank_updated_at?: (timestamptz_comparison_exp | null),profile_url?: (String_comparison_exp | null),role?: (e_player_roles_enum_comparison_exp | null),roster_image_url?: (String_comparison_exp | null),sanctions?: (player_sanctions_bool_exp | null),sanctions_aggregate?: (player_sanctions_aggregate_bool_exp | null),season_stats?: (player_season_stats_bool_exp | null),season_stats_aggregate?: (player_season_stats_aggregate_bool_exp | null),show_match_ready_modal?: (Boolean_comparison_exp | null),stats?: (player_stats_bool_exp | null),steam_bans_checked_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),team_invites?: (team_invites_bool_exp | null),team_invites_aggregate?: (team_invites_aggregate_bool_exp | null),team_members?: (team_roster_bool_exp | null),team_members_aggregate?: (team_roster_aggregate_bool_exp | null),teams?: (teams_bool_exp | null),total_matches?: (Int_comparison_exp | null),tournament_organizers?: (tournament_organizers_bool_exp | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),tournament_rosters?: (tournament_team_roster_bool_exp | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),tournaments?: (tournaments_bool_exp | null),tournaments_aggregate?: (tournaments_aggregate_bool_exp | null),utility_thrown?: (player_utility_bool_exp | null),utility_thrown_aggregate?: (player_utility_aggregate_bool_exp | null),vac_ban_count?: (Int_comparison_exp | null),vac_banned?: (Boolean_comparison_exp | null),weapon_stats?: (player_weapon_stats_v_bool_exp | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_bool_exp | null),wins?: (Int_comparison_exp | null),wins_competitive?: (Int_comparison_exp | null),wins_duel?: (Int_comparison_exp | null),wins_wingman?: (Int_comparison_exp | null)} +export interface players_bool_exp {_and?: (players_bool_exp[] | null),_not?: (players_bool_exp | null),_or?: (players_bool_exp[] | null),abandoned_matches?: (abandoned_matches_bool_exp | null),abandoned_matches_aggregate?: (abandoned_matches_aggregate_bool_exp | null),aim_weapon_stats?: (player_aim_weapon_stats_bool_exp | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_bool_exp | null),assists?: (player_assists_bool_exp | null),assists_aggregate?: (player_assists_aggregate_bool_exp | null),assited_by_players?: (player_assists_bool_exp | null),assited_by_players_aggregate?: (player_assists_aggregate_bool_exp | null),avatar_url?: (String_comparison_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),banned_until?: (timestamptz_comparison_exp | null),coach_lineups?: (match_lineups_bool_exp | null),coach_lineups_aggregate?: (match_lineups_aggregate_bool_exp | null),country?: (String_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current_lobby_id?: (uuid_comparison_exp | null),custom_avatar_url?: (String_comparison_exp | null),damage_dealt?: (player_damages_bool_exp | null),damage_dealt_aggregate?: (player_damages_aggregate_bool_exp | null),damage_taken?: (player_damages_bool_exp | null),damage_taken_aggregate?: (player_damages_aggregate_bool_exp | null),days_since_last_ban?: (Int_comparison_exp | null),deaths?: (player_kills_bool_exp | null),deaths_aggregate?: (player_kills_aggregate_bool_exp | null),discord_id?: (String_comparison_exp | null),draft_game_players?: (draft_game_players_bool_exp | null),draft_game_players_aggregate?: (draft_game_players_aggregate_bool_exp | null),elo?: (jsonb_comparison_exp | null),elo_history?: (v_player_elo_bool_exp | null),elo_history_aggregate?: (v_player_elo_aggregate_bool_exp | null),faceit_elo?: (Int_comparison_exp | null),faceit_nickname?: (String_comparison_exp | null),faceit_player_id?: (String_comparison_exp | null),faceit_rank_history?: (player_faceit_rank_history_bool_exp | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_bool_exp | null),faceit_skill_level?: (Int_comparison_exp | null),faceit_updated_at?: (timestamptz_comparison_exp | null),faceit_url?: (String_comparison_exp | null),flashed_by_players?: (player_flashes_bool_exp | null),flashed_by_players_aggregate?: (player_flashes_aggregate_bool_exp | null),flashed_players?: (player_flashes_bool_exp | null),flashed_players_aggregate?: (player_flashes_aggregate_bool_exp | null),friends?: (my_friends_bool_exp | null),friends_aggregate?: (my_friends_aggregate_bool_exp | null),game_ban_count?: (Int_comparison_exp | null),invited_players?: (team_invites_bool_exp | null),invited_players_aggregate?: (team_invites_aggregate_bool_exp | null),is_admin_sanctioned?: (Boolean_comparison_exp | null),is_banned?: (Boolean_comparison_exp | null),is_gagged?: (Boolean_comparison_exp | null),is_in_another_match?: (Boolean_comparison_exp | null),is_in_draft?: (Boolean_comparison_exp | null),is_in_lobby?: (Boolean_comparison_exp | null),is_muted?: (Boolean_comparison_exp | null),is_registered?: (Boolean_comparison_exp | null),kills?: (player_kills_bool_exp | null),kills_aggregate?: (player_kills_aggregate_bool_exp | null),kills_by_weapons?: (player_kills_by_weapon_bool_exp | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_bool_exp | null),language?: (String_comparison_exp | null),last_read_news_at?: (timestamptz_comparison_exp | null),last_sign_in_at?: (timestamptz_comparison_exp | null),lobby_players?: (lobby_players_bool_exp | null),lobby_players_aggregate?: (lobby_players_aggregate_bool_exp | null),losses?: (Int_comparison_exp | null),losses_competitive?: (Int_comparison_exp | null),losses_duel?: (Int_comparison_exp | null),losses_wingman?: (Int_comparison_exp | null),match_map_hltv?: (v_player_match_map_hltv_bool_exp | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_bool_exp | null),match_map_stats?: (player_match_map_stats_bool_exp | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_bool_exp | null),match_stats?: (player_match_stats_v_bool_exp | null),match_stats_aggregate?: (player_match_stats_v_aggregate_bool_exp | null),matches?: (matches_bool_exp | null),matchmaking_cooldown?: (timestamptz_comparison_exp | null),multi_kills?: (v_player_multi_kills_bool_exp | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_bool_exp | null),name?: (String_comparison_exp | null),name_registered?: (Boolean_comparison_exp | null),notifications?: (notifications_bool_exp | null),notifications_aggregate?: (notifications_aggregate_bool_exp | null),objectives?: (player_objectives_bool_exp | null),objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),owned_teams?: (teams_bool_exp | null),owned_teams_aggregate?: (teams_aggregate_bool_exp | null),peak_elo?: (jsonb_comparison_exp | null),pending_match_imports?: (pending_match_import_players_bool_exp | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_bool_exp | null),player_lineup?: (match_lineup_players_bool_exp | null),player_lineup_aggregate?: (match_lineup_players_aggregate_bool_exp | null),player_unused_utilities?: (player_unused_utility_bool_exp | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_bool_exp | null),premier_rank?: (Int_comparison_exp | null),premier_rank_history?: (player_premier_rank_history_bool_exp | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_bool_exp | null),premier_rank_updated_at?: (timestamptz_comparison_exp | null),profile_url?: (String_comparison_exp | null),role?: (e_player_roles_enum_comparison_exp | null),roster_image_url?: (String_comparison_exp | null),sanctions?: (player_sanctions_bool_exp | null),sanctions_aggregate?: (player_sanctions_aggregate_bool_exp | null),season_stats?: (player_season_stats_bool_exp | null),season_stats_aggregate?: (player_season_stats_aggregate_bool_exp | null),show_match_ready_modal?: (Boolean_comparison_exp | null),stats?: (player_stats_bool_exp | null),steam_bans_checked_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),team_invites?: (team_invites_bool_exp | null),team_invites_aggregate?: (team_invites_aggregate_bool_exp | null),team_members?: (team_roster_bool_exp | null),team_members_aggregate?: (team_roster_aggregate_bool_exp | null),teams?: (teams_bool_exp | null),total_matches?: (Int_comparison_exp | null),tournament_organizers?: (tournament_organizers_bool_exp | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),tournament_rosters?: (tournament_team_roster_bool_exp | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),tournaments?: (tournaments_bool_exp | null),tournaments_aggregate?: (tournaments_aggregate_bool_exp | null),utility_thrown?: (player_utility_bool_exp | null),utility_thrown_aggregate?: (player_utility_aggregate_bool_exp | null),vac_ban_count?: (Int_comparison_exp | null),vac_banned?: (Boolean_comparison_exp | null),weapon_stats?: (player_weapon_stats_v_bool_exp | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_bool_exp | null),wins?: (Int_comparison_exp | null),wins_competitive?: (Int_comparison_exp | null),wins_duel?: (Int_comparison_exp | null),wins_wingman?: (Int_comparison_exp | null)} /** input type for incrementing numeric columns in table "players" */ @@ -72961,6 +73081,8 @@ export interface players_insert_input {abandoned_matches?: (abandoned_matches_ar /** aggregate max on columns */ export interface players_max_fieldsGenqlSelection{ avatar_url?: boolean | number + /** A computed field, executes function "banned_until" */ + banned_until?: boolean | number country?: boolean | number created_at?: boolean | number /** A computed field, executes function "get_player_current_lobby_id" */ @@ -73014,6 +73136,8 @@ export interface players_max_fieldsGenqlSelection{ /** aggregate min on columns */ export interface players_min_fieldsGenqlSelection{ avatar_url?: boolean | number + /** A computed field, executes function "banned_until" */ + banned_until?: boolean | number country?: boolean | number created_at?: boolean | number /** A computed field, executes function "get_player_current_lobby_id" */ @@ -73086,7 +73210,7 @@ export interface players_on_conflict {constraint: players_constraint,update_colu /** Ordering options when selecting data from "players". */ -export interface players_order_by {abandoned_matches_aggregate?: (abandoned_matches_aggregate_order_by | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_order_by | null),assists_aggregate?: (player_assists_aggregate_order_by | null),assited_by_players_aggregate?: (player_assists_aggregate_order_by | null),avatar_url?: (order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),coach_lineups_aggregate?: (match_lineups_aggregate_order_by | null),country?: (order_by | null),created_at?: (order_by | null),current_lobby_id?: (order_by | null),custom_avatar_url?: (order_by | null),damage_dealt_aggregate?: (player_damages_aggregate_order_by | null),damage_taken_aggregate?: (player_damages_aggregate_order_by | null),days_since_last_ban?: (order_by | null),deaths_aggregate?: (player_kills_aggregate_order_by | null),discord_id?: (order_by | null),draft_game_players_aggregate?: (draft_game_players_aggregate_order_by | null),elo?: (order_by | null),elo_history_aggregate?: (v_player_elo_aggregate_order_by | null),faceit_elo?: (order_by | null),faceit_nickname?: (order_by | null),faceit_player_id?: (order_by | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_order_by | null),faceit_skill_level?: (order_by | null),faceit_updated_at?: (order_by | null),faceit_url?: (order_by | null),flashed_by_players_aggregate?: (player_flashes_aggregate_order_by | null),flashed_players_aggregate?: (player_flashes_aggregate_order_by | null),friends_aggregate?: (my_friends_aggregate_order_by | null),game_ban_count?: (order_by | null),invited_players_aggregate?: (team_invites_aggregate_order_by | null),is_banned?: (order_by | null),is_gagged?: (order_by | null),is_in_another_match?: (order_by | null),is_in_draft?: (order_by | null),is_in_lobby?: (order_by | null),is_muted?: (order_by | null),kills_aggregate?: (player_kills_aggregate_order_by | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_order_by | null),language?: (order_by | null),last_read_news_at?: (order_by | null),last_sign_in_at?: (order_by | null),lobby_players_aggregate?: (lobby_players_aggregate_order_by | null),losses?: (order_by | null),losses_competitive?: (order_by | null),losses_duel?: (order_by | null),losses_wingman?: (order_by | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_order_by | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_order_by | null),match_stats_aggregate?: (player_match_stats_v_aggregate_order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),matchmaking_cooldown?: (order_by | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_order_by | null),name?: (order_by | null),name_registered?: (order_by | null),notifications_aggregate?: (notifications_aggregate_order_by | null),objectives_aggregate?: (player_objectives_aggregate_order_by | null),owned_teams_aggregate?: (teams_aggregate_order_by | null),peak_elo?: (order_by | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_order_by | null),player_lineup_aggregate?: (match_lineup_players_aggregate_order_by | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_order_by | null),premier_rank?: (order_by | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_order_by | null),premier_rank_updated_at?: (order_by | null),profile_url?: (order_by | null),role?: (order_by | null),roster_image_url?: (order_by | null),sanctions_aggregate?: (player_sanctions_aggregate_order_by | null),season_stats_aggregate?: (player_season_stats_aggregate_order_by | null),show_match_ready_modal?: (order_by | null),stats?: (player_stats_order_by | null),steam_bans_checked_at?: (order_by | null),steam_id?: (order_by | null),team_invites_aggregate?: (team_invites_aggregate_order_by | null),team_members_aggregate?: (team_roster_aggregate_order_by | null),teams_aggregate?: (teams_aggregate_order_by | null),total_matches?: (order_by | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),tournaments_aggregate?: (tournaments_aggregate_order_by | null),utility_thrown_aggregate?: (player_utility_aggregate_order_by | null),vac_ban_count?: (order_by | null),vac_banned?: (order_by | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_order_by | null),wins?: (order_by | null),wins_competitive?: (order_by | null),wins_duel?: (order_by | null),wins_wingman?: (order_by | null)} +export interface players_order_by {abandoned_matches_aggregate?: (abandoned_matches_aggregate_order_by | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_order_by | null),assists_aggregate?: (player_assists_aggregate_order_by | null),assited_by_players_aggregate?: (player_assists_aggregate_order_by | null),avatar_url?: (order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),banned_until?: (order_by | null),coach_lineups_aggregate?: (match_lineups_aggregate_order_by | null),country?: (order_by | null),created_at?: (order_by | null),current_lobby_id?: (order_by | null),custom_avatar_url?: (order_by | null),damage_dealt_aggregate?: (player_damages_aggregate_order_by | null),damage_taken_aggregate?: (player_damages_aggregate_order_by | null),days_since_last_ban?: (order_by | null),deaths_aggregate?: (player_kills_aggregate_order_by | null),discord_id?: (order_by | null),draft_game_players_aggregate?: (draft_game_players_aggregate_order_by | null),elo?: (order_by | null),elo_history_aggregate?: (v_player_elo_aggregate_order_by | null),faceit_elo?: (order_by | null),faceit_nickname?: (order_by | null),faceit_player_id?: (order_by | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_order_by | null),faceit_skill_level?: (order_by | null),faceit_updated_at?: (order_by | null),faceit_url?: (order_by | null),flashed_by_players_aggregate?: (player_flashes_aggregate_order_by | null),flashed_players_aggregate?: (player_flashes_aggregate_order_by | null),friends_aggregate?: (my_friends_aggregate_order_by | null),game_ban_count?: (order_by | null),invited_players_aggregate?: (team_invites_aggregate_order_by | null),is_admin_sanctioned?: (order_by | null),is_banned?: (order_by | null),is_gagged?: (order_by | null),is_in_another_match?: (order_by | null),is_in_draft?: (order_by | null),is_in_lobby?: (order_by | null),is_muted?: (order_by | null),is_registered?: (order_by | null),kills_aggregate?: (player_kills_aggregate_order_by | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_order_by | null),language?: (order_by | null),last_read_news_at?: (order_by | null),last_sign_in_at?: (order_by | null),lobby_players_aggregate?: (lobby_players_aggregate_order_by | null),losses?: (order_by | null),losses_competitive?: (order_by | null),losses_duel?: (order_by | null),losses_wingman?: (order_by | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_order_by | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_order_by | null),match_stats_aggregate?: (player_match_stats_v_aggregate_order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),matchmaking_cooldown?: (order_by | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_order_by | null),name?: (order_by | null),name_registered?: (order_by | null),notifications_aggregate?: (notifications_aggregate_order_by | null),objectives_aggregate?: (player_objectives_aggregate_order_by | null),owned_teams_aggregate?: (teams_aggregate_order_by | null),peak_elo?: (order_by | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_order_by | null),player_lineup_aggregate?: (match_lineup_players_aggregate_order_by | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_order_by | null),premier_rank?: (order_by | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_order_by | null),premier_rank_updated_at?: (order_by | null),profile_url?: (order_by | null),role?: (order_by | null),roster_image_url?: (order_by | null),sanctions_aggregate?: (player_sanctions_aggregate_order_by | null),season_stats_aggregate?: (player_season_stats_aggregate_order_by | null),show_match_ready_modal?: (order_by | null),stats?: (player_stats_order_by | null),steam_bans_checked_at?: (order_by | null),steam_id?: (order_by | null),team_invites_aggregate?: (team_invites_aggregate_order_by | null),team_members_aggregate?: (team_roster_aggregate_order_by | null),teams_aggregate?: (teams_aggregate_order_by | null),total_matches?: (order_by | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),tournaments_aggregate?: (tournaments_aggregate_order_by | null),utility_thrown_aggregate?: (player_utility_aggregate_order_by | null),vac_ban_count?: (order_by | null),vac_banned?: (order_by | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_order_by | null),wins?: (order_by | null),wins_competitive?: (order_by | null),wins_duel?: (order_by | null),wins_wingman?: (order_by | null)} /** primary key columns input for table: players */ @@ -98716,10 +98840,12 @@ export interface v_steam_account_pool_status_variance_fieldsGenqlSelection{ /** columns and relationships of "v_team_ranks" */ export interface v_team_ranksGenqlSelection{ + avg_duel_elo?: boolean | number avg_elo?: boolean | number avg_faceit_elo?: boolean | number avg_faceit_level?: boolean | number avg_premier?: boolean | number + avg_wingman_elo?: boolean | number max_elo?: boolean | number min_elo?: boolean | number roster_size?: boolean | number @@ -98760,10 +98886,12 @@ export interface v_team_ranks_aggregate_fieldsGenqlSelection{ /** aggregate avg on columns */ export interface v_team_ranks_avg_fieldsGenqlSelection{ + avg_duel_elo?: boolean | number avg_elo?: boolean | number avg_faceit_elo?: boolean | number avg_faceit_level?: boolean | number avg_premier?: boolean | number + avg_wingman_elo?: boolean | number max_elo?: boolean | number min_elo?: boolean | number roster_size?: boolean | number @@ -98773,19 +98901,21 @@ export interface v_team_ranks_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "v_team_ranks". All fields are combined with a logical 'AND'. */ -export interface v_team_ranks_bool_exp {_and?: (v_team_ranks_bool_exp[] | null),_not?: (v_team_ranks_bool_exp | null),_or?: (v_team_ranks_bool_exp[] | null),avg_elo?: (Int_comparison_exp | null),avg_faceit_elo?: (Int_comparison_exp | null),avg_faceit_level?: (float8_comparison_exp | null),avg_premier?: (Int_comparison_exp | null),max_elo?: (Int_comparison_exp | null),min_elo?: (Int_comparison_exp | null),roster_size?: (bigint_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} +export interface v_team_ranks_bool_exp {_and?: (v_team_ranks_bool_exp[] | null),_not?: (v_team_ranks_bool_exp | null),_or?: (v_team_ranks_bool_exp[] | null),avg_duel_elo?: (Int_comparison_exp | null),avg_elo?: (Int_comparison_exp | null),avg_faceit_elo?: (Int_comparison_exp | null),avg_faceit_level?: (float8_comparison_exp | null),avg_premier?: (Int_comparison_exp | null),avg_wingman_elo?: (Int_comparison_exp | null),max_elo?: (Int_comparison_exp | null),min_elo?: (Int_comparison_exp | null),roster_size?: (bigint_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} /** input type for inserting data into table "v_team_ranks" */ -export interface v_team_ranks_insert_input {avg_elo?: (Scalars['Int'] | null),avg_faceit_elo?: (Scalars['Int'] | null),avg_faceit_level?: (Scalars['float8'] | null),avg_premier?: (Scalars['Int'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),roster_size?: (Scalars['bigint'] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} +export interface v_team_ranks_insert_input {avg_duel_elo?: (Scalars['Int'] | null),avg_elo?: (Scalars['Int'] | null),avg_faceit_elo?: (Scalars['Int'] | null),avg_faceit_level?: (Scalars['float8'] | null),avg_premier?: (Scalars['Int'] | null),avg_wingman_elo?: (Scalars['Int'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),roster_size?: (Scalars['bigint'] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ export interface v_team_ranks_max_fieldsGenqlSelection{ + avg_duel_elo?: boolean | number avg_elo?: boolean | number avg_faceit_elo?: boolean | number avg_faceit_level?: boolean | number avg_premier?: boolean | number + avg_wingman_elo?: boolean | number max_elo?: boolean | number min_elo?: boolean | number roster_size?: boolean | number @@ -98797,10 +98927,12 @@ export interface v_team_ranks_max_fieldsGenqlSelection{ /** aggregate min on columns */ export interface v_team_ranks_min_fieldsGenqlSelection{ + avg_duel_elo?: boolean | number avg_elo?: boolean | number avg_faceit_elo?: boolean | number avg_faceit_level?: boolean | number avg_premier?: boolean | number + avg_wingman_elo?: boolean | number max_elo?: boolean | number min_elo?: boolean | number roster_size?: boolean | number @@ -98815,15 +98947,17 @@ export interface v_team_ranks_obj_rel_insert_input {data: v_team_ranks_insert_in /** Ordering options when selecting data from "v_team_ranks". */ -export interface v_team_ranks_order_by {avg_elo?: (order_by | null),avg_faceit_elo?: (order_by | null),avg_faceit_level?: (order_by | null),avg_premier?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),roster_size?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} +export interface v_team_ranks_order_by {avg_duel_elo?: (order_by | null),avg_elo?: (order_by | null),avg_faceit_elo?: (order_by | null),avg_faceit_level?: (order_by | null),avg_premier?: (order_by | null),avg_wingman_elo?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),roster_size?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} /** aggregate stddev on columns */ export interface v_team_ranks_stddev_fieldsGenqlSelection{ + avg_duel_elo?: boolean | number avg_elo?: boolean | number avg_faceit_elo?: boolean | number avg_faceit_level?: boolean | number avg_premier?: boolean | number + avg_wingman_elo?: boolean | number max_elo?: boolean | number min_elo?: boolean | number roster_size?: boolean | number @@ -98834,10 +98968,12 @@ export interface v_team_ranks_stddev_fieldsGenqlSelection{ /** aggregate stddev_pop on columns */ export interface v_team_ranks_stddev_pop_fieldsGenqlSelection{ + avg_duel_elo?: boolean | number avg_elo?: boolean | number avg_faceit_elo?: boolean | number avg_faceit_level?: boolean | number avg_premier?: boolean | number + avg_wingman_elo?: boolean | number max_elo?: boolean | number min_elo?: boolean | number roster_size?: boolean | number @@ -98848,10 +98984,12 @@ export interface v_team_ranks_stddev_pop_fieldsGenqlSelection{ /** aggregate stddev_samp on columns */ export interface v_team_ranks_stddev_samp_fieldsGenqlSelection{ + avg_duel_elo?: boolean | number avg_elo?: boolean | number avg_faceit_elo?: boolean | number avg_faceit_level?: boolean | number avg_premier?: boolean | number + avg_wingman_elo?: boolean | number max_elo?: boolean | number min_elo?: boolean | number roster_size?: boolean | number @@ -98869,15 +99007,17 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_team_ranks_stream_cursor_value_input {avg_elo?: (Scalars['Int'] | null),avg_faceit_elo?: (Scalars['Int'] | null),avg_faceit_level?: (Scalars['float8'] | null),avg_premier?: (Scalars['Int'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),roster_size?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null)} +export interface v_team_ranks_stream_cursor_value_input {avg_duel_elo?: (Scalars['Int'] | null),avg_elo?: (Scalars['Int'] | null),avg_faceit_elo?: (Scalars['Int'] | null),avg_faceit_level?: (Scalars['float8'] | null),avg_premier?: (Scalars['Int'] | null),avg_wingman_elo?: (Scalars['Int'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),roster_size?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ export interface v_team_ranks_sum_fieldsGenqlSelection{ + avg_duel_elo?: boolean | number avg_elo?: boolean | number avg_faceit_elo?: boolean | number avg_faceit_level?: boolean | number avg_premier?: boolean | number + avg_wingman_elo?: boolean | number max_elo?: boolean | number min_elo?: boolean | number roster_size?: boolean | number @@ -98888,10 +99028,12 @@ export interface v_team_ranks_sum_fieldsGenqlSelection{ /** aggregate var_pop on columns */ export interface v_team_ranks_var_pop_fieldsGenqlSelection{ + avg_duel_elo?: boolean | number avg_elo?: boolean | number avg_faceit_elo?: boolean | number avg_faceit_level?: boolean | number avg_premier?: boolean | number + avg_wingman_elo?: boolean | number max_elo?: boolean | number min_elo?: boolean | number roster_size?: boolean | number @@ -98902,10 +99044,12 @@ export interface v_team_ranks_var_pop_fieldsGenqlSelection{ /** aggregate var_samp on columns */ export interface v_team_ranks_var_samp_fieldsGenqlSelection{ + avg_duel_elo?: boolean | number avg_elo?: boolean | number avg_faceit_elo?: boolean | number avg_faceit_level?: boolean | number avg_premier?: boolean | number + avg_wingman_elo?: boolean | number max_elo?: boolean | number min_elo?: boolean | number roster_size?: boolean | number @@ -98916,10 +99060,12 @@ export interface v_team_ranks_var_samp_fieldsGenqlSelection{ /** aggregate variance on columns */ export interface v_team_ranks_variance_fieldsGenqlSelection{ + avg_duel_elo?: boolean | number avg_elo?: boolean | number avg_faceit_elo?: boolean | number avg_faceit_level?: boolean | number avg_premier?: boolean | number + avg_wingman_elo?: boolean | number max_elo?: boolean | number min_elo?: boolean | number roster_size?: boolean | number @@ -117834,12 +117980,14 @@ export const enumAbandonedMatchesConstraint = { export const enumAbandonedMatchesSelectColumn = { abandoned_at: 'abandoned_at' as const, id: 'id' as const, + match_id: 'match_id' as const, steam_id: 'steam_id' as const } export const enumAbandonedMatchesUpdateColumn = { abandoned_at: 'abandoned_at' as const, id: 'id' as const, + match_id: 'match_id' as const, steam_id: 'steam_id' as const } @@ -118787,9 +118935,12 @@ export const enumENotificationTypesEnum = { LeagueProposalReceived: 'LeagueProposalReceived' as const, LeagueRegistrationDecision: 'LeagueRegistrationDecision' as const, LeagueRosterUndersized: 'LeagueRosterUndersized' as const, + MatchAbandoned: 'MatchAbandoned' as const, MatchImported: 'MatchImported' as const, MatchStatusChange: 'MatchStatusChange' as const, MatchSupport: 'MatchSupport' as const, + NameChangeApproved: 'NameChangeApproved' as const, + NameChangeDenied: 'NameChangeDenied' as const, NameChangeRequest: 'NameChangeRequest' as const, PlayerReindex: 'PlayerReindex' as const, PlayerSanctioned: 'PlayerSanctioned' as const, @@ -119546,6 +119697,7 @@ export const enumLeaderboardEntriesSelectColumn = { matches_played: 'matches_played' as const, player_avatar_url: 'player_avatar_url' as const, player_country: 'player_country' as const, + player_custom_avatar_url: 'player_custom_avatar_url' as const, player_name: 'player_name' as const, player_steam_id: 'player_steam_id' as const, secondary_value: 'secondary_value' as const, @@ -120045,6 +120197,7 @@ export const enumMatchLineupPlayersSelectColumn = { checked_in: 'checked_in' as const, discord_id: 'discord_id' as const, id: 'id' as const, + is_connected: 'is_connected' as const, match_lineup_id: 'match_lineup_id' as const, party_id: 'party_id' as const, party_source: 'party_source' as const, @@ -120054,12 +120207,14 @@ export const enumMatchLineupPlayersSelectColumn = { export const enumMatchLineupPlayersSelectColumnMatchLineupPlayersAggregateBoolExpBoolAndArgumentsColumns = { captain: 'captain' as const, - checked_in: 'checked_in' as const + checked_in: 'checked_in' as const, + is_connected: 'is_connected' as const } export const enumMatchLineupPlayersSelectColumnMatchLineupPlayersAggregateBoolExpBoolOrArgumentsColumns = { captain: 'captain' as const, - checked_in: 'checked_in' as const + checked_in: 'checked_in' as const, + is_connected: 'is_connected' as const } export const enumMatchLineupPlayersUpdateColumn = { @@ -120067,6 +120222,7 @@ export const enumMatchLineupPlayersUpdateColumn = { checked_in: 'checked_in' as const, discord_id: 'discord_id' as const, id: 'id' as const, + is_connected: 'is_connected' as const, match_lineup_id: 'match_lineup_id' as const, party_id: 'party_id' as const, party_source: 'party_source' as const, @@ -120204,6 +120360,7 @@ export const enumMatchMapVetoPicksConstraint = { } export const enumMatchMapVetoPicksSelectColumn = { + auto_picked: 'auto_picked' as const, created_at: 'created_at' as const, id: 'id' as const, map_id: 'map_id' as const, @@ -120213,7 +120370,16 @@ export const enumMatchMapVetoPicksSelectColumn = { type: 'type' as const } +export const enumMatchMapVetoPicksSelectColumnMatchMapVetoPicksAggregateBoolExpBoolAndArgumentsColumns = { + auto_picked: 'auto_picked' as const +} + +export const enumMatchMapVetoPicksSelectColumnMatchMapVetoPicksAggregateBoolExpBoolOrArgumentsColumns = { + auto_picked: 'auto_picked' as const +} + export const enumMatchMapVetoPicksUpdateColumn = { + auto_picked: 'auto_picked' as const, created_at: 'created_at' as const, id: 'id' as const, map_id: 'map_id' as const, @@ -120231,6 +120397,7 @@ export const enumMatchMapsConstraint = { export const enumMatchMapsSelectColumn = { clips_count: 'clips_count' as const, created_at: 'created_at' as const, + demo_processing_started_at: 'demo_processing_started_at' as const, ended_at: 'ended_at' as const, id: 'id' as const, latest_clip_at: 'latest_clip_at' as const, @@ -120251,6 +120418,7 @@ export const enumMatchMapsSelectColumn = { export const enumMatchMapsUpdateColumn = { clips_count: 'clips_count' as const, created_at: 'created_at' as const, + demo_processing_started_at: 'demo_processing_started_at' as const, ended_at: 'ended_at' as const, id: 'id' as const, latest_clip_at: 'latest_clip_at' as const, @@ -120298,7 +120466,8 @@ export const enumMatchOptionsSelectColumn = { tech_timeout_setting: 'tech_timeout_setting' as const, timeout_setting: 'timeout_setting' as const, tv_delay: 'tv_delay' as const, - type: 'type' as const + type: 'type' as const, + veto_pick_timeout: 'veto_pick_timeout' as const } export const enumMatchOptionsUpdateColumn = { @@ -120327,7 +120496,8 @@ export const enumMatchOptionsUpdateColumn = { tech_timeout_setting: 'tech_timeout_setting' as const, timeout_setting: 'timeout_setting' as const, tv_delay: 'tv_delay' as const, - type: 'type' as const + type: 'type' as const, + veto_pick_timeout: 'veto_pick_timeout' as const } export const enumMatchRegionVetoPicksConstraint = { @@ -120336,6 +120506,7 @@ export const enumMatchRegionVetoPicksConstraint = { } export const enumMatchRegionVetoPicksSelectColumn = { + auto_picked: 'auto_picked' as const, created_at: 'created_at' as const, id: 'id' as const, match_id: 'match_id' as const, @@ -120344,7 +120515,16 @@ export const enumMatchRegionVetoPicksSelectColumn = { type: 'type' as const } +export const enumMatchRegionVetoPicksSelectColumnMatchRegionVetoPicksAggregateBoolExpBoolAndArgumentsColumns = { + auto_picked: 'auto_picked' as const +} + +export const enumMatchRegionVetoPicksSelectColumnMatchRegionVetoPicksAggregateBoolExpBoolOrArgumentsColumns = { + auto_picked: 'auto_picked' as const +} + export const enumMatchRegionVetoPicksUpdateColumn = { + auto_picked: 'auto_picked' as const, created_at: 'created_at' as const, id: 'id' as const, match_id: 'match_id' as const, @@ -120450,6 +120630,7 @@ export const enumMatchesSelectColumn = { source: 'source' as const, started_at: 'started_at' as const, status: 'status' as const, + veto_pick_expires_at: 'veto_pick_expires_at' as const, winning_lineup_id: 'winning_lineup_id' as const } @@ -120473,6 +120654,7 @@ export const enumMatchesUpdateColumn = { source: 'source' as const, started_at: 'started_at' as const, status: 'status' as const, + veto_pick_expires_at: 'veto_pick_expires_at' as const, winning_lineup_id: 'winning_lineup_id' as const } @@ -123206,10 +123388,12 @@ export const enumVSteamAccountPoolStatusSelectColumn = { } export const enumVTeamRanksSelectColumn = { + avg_duel_elo: 'avg_duel_elo' as const, avg_elo: 'avg_elo' as const, avg_faceit_elo: 'avg_faceit_elo' as const, avg_faceit_level: 'avg_faceit_level' as const, avg_premier: 'avg_premier' as const, + avg_wingman_elo: 'avg_wingman_elo' as const, max_elo: 'max_elo' as const, min_elo: 'min_elo' as const, roster_size: 'roster_size' as const, diff --git a/generated/types.ts b/generated/types.ts index 83510c16..7842f8e8 100644 --- a/generated/types.ts +++ b/generated/types.ts @@ -340,331 +340,335 @@ export default { 2569, 2580, 2592, - 2608, - 2618, + 2610, + 2620, + 2621, 2622, - 2634, - 2646, - 2658, - 2671, - 2681, - 2689, - 2702, - 2712, - 2716, - 2731, - 2746, - 2747, - 2748, - 2760, - 2772, + 2626, + 2638, + 2650, + 2662, + 2675, + 2685, + 2693, + 2708, + 2718, + 2719, + 2720, + 2724, + 2739, + 2754, + 2755, + 2756, + 2768, 2780, - 2784, - 2796, - 2808, - 2820, - 2832, + 2788, + 2792, + 2804, + 2816, + 2828, 2840, - 2844, - 2871, - 2872, - 2873, - 2897, - 2906, + 2848, + 2852, + 2879, + 2880, + 2881, + 2905, 2914, - 2932, - 2947, - 2948, - 2949, - 2961, + 2922, + 2940, + 2955, + 2956, + 2957, 2969, - 2971, - 2982, - 2993, - 3005, - 3018, - 3028, + 2977, + 2979, + 2990, + 3001, + 3013, + 3026, 3036, - 3046, - 3055, + 3044, + 3054, 3063, - 3078, - 3089, - 3101, - 3121, - 3132, - 3133, - 3134, - 3146, - 3162, - 3182, - 3193, - 3205, - 3218, - 3227, + 3071, + 3086, + 3097, + 3109, + 3129, + 3140, + 3141, + 3142, + 3154, + 3170, + 3190, + 3201, + 3213, + 3226, 3235, - 3250, - 3261, - 3273, - 3293, - 3304, - 3305, - 3306, - 3318, - 3348, - 3359, - 3371, + 3243, + 3258, + 3269, + 3281, + 3301, + 3312, + 3313, + 3314, + 3326, + 3356, + 3367, 3379, - 3390, - 3391, - 3392, - 3404, - 3423, - 3445, - 3456, - 3468, - 3484, - 3510, - 3537, - 3548, - 3560, - 3576, - 3596, - 3607, - 3619, - 3637, - 3648, - 3660, - 3688, - 3699, - 3700, - 3701, - 3702, - 3703, - 3704, - 3705, - 3706, + 3387, + 3398, + 3399, + 3400, + 3412, + 3431, + 3453, + 3464, + 3476, + 3492, + 3518, + 3545, + 3556, + 3568, + 3584, + 3604, + 3615, + 3627, + 3645, + 3656, + 3668, + 3696, 3707, - 3719, - 3732, - 3742, + 3708, + 3709, + 3710, + 3711, + 3712, + 3713, + 3714, + 3715, + 3727, + 3740, 3750, - 3761, - 3774, + 3758, + 3769, 3782, - 3792, - 3801, + 3790, + 3800, 3809, - 3824, - 3835, - 3847, - 3865, - 3876, - 3888, - 3912, - 3934, - 3944, + 3817, + 3832, + 3843, + 3855, + 3873, + 3884, + 3896, + 3920, + 3942, 3952, - 3962, - 3971, + 3960, + 3970, 3979, - 3993, - 4003, + 3987, + 4001, 4011, - 4021, - 4030, + 4019, + 4029, 4038, - 4055, - 4067, - 4068, - 4069, - 4081, - 4093, + 4046, + 4063, + 4075, + 4076, + 4077, + 4089, 4101, - 4105, - 4107, - 4117, - 4127, - 4131, - 4138, - 4148, + 4109, + 4113, + 4115, + 4125, + 4135, + 4139, + 4146, 4156, - 4166, - 4175, + 4164, + 4174, 4183, - 4198, - 4209, - 4221, - 4241, - 4252, - 4253, - 4254, - 4266, - 4279, - 4288, + 4191, + 4206, + 4217, + 4229, + 4249, + 4260, + 4261, + 4262, + 4274, + 4287, 4296, - 4311, - 4321, - 4322, - 4323, - 4327, - 4339, - 4350, - 4362, - 4382, - 4394, - 4395, - 4396, - 4408, - 4421, - 4431, + 4304, + 4319, + 4329, + 4330, + 4331, + 4335, + 4347, + 4358, + 4370, + 4390, + 4402, + 4403, + 4404, + 4416, + 4429, 4439, - 4449, - 4458, + 4447, + 4457, 4466, - 4483, - 4495, - 4496, - 4497, - 4509, + 4474, + 4491, + 4503, + 4504, + 4505, 4517, - 4518, - 4530, - 4542, - 4554, - 4574, - 4586, - 4587, - 4588, - 4600, - 4616, - 4626, - 4630, - 4640, - 4650, - 4654, - 4666, - 4677, - 4689, - 4707, - 4718, - 4730, - 4748, - 4759, - 4771, - 4792, - 4808, - 4809, - 4810, - 4822, - 4840, - 4851, - 4863, - 4881, - 4892, - 4904, - 4922, - 4934, - 4946, - 4976, - 4988, - 4989, - 4990, - 4991, - 4992, - 4993, - 4994, - 4995, + 4525, + 4526, + 4538, + 4550, + 4562, + 4582, + 4594, + 4595, + 4596, + 4608, + 4624, + 4634, + 4638, + 4648, + 4658, + 4662, + 4674, + 4685, + 4697, + 4715, + 4726, + 4738, + 4756, + 4767, + 4779, + 4800, + 4816, + 4817, + 4818, + 4830, + 4848, + 4859, + 4871, + 4889, + 4900, + 4912, + 4930, + 4942, + 4954, + 4984, 4996, 4997, 4998, - 5010, + 4999, + 5000, + 5001, + 5002, + 5003, + 5004, + 5005, + 5006, 5018, - 5047, - 5048, - 5049, - 5050, - 5051, - 5052, - 5053, - 5054, + 5026, 5055, - 5080, - 5106, - 5149, - 5150, - 5151, - 5152, - 5153, - 5154, - 5155, - 5156, + 5056, + 5057, + 5058, + 5059, + 5060, + 5061, + 5062, + 5063, + 5088, + 5114, 5157, - 5186, - 5214, - 5239, - 5257, - 5275, - 5296, - 5316, - 5342, - 5367, - 5385, - 5421, - 5422, - 5423, - 5424, - 5425, - 5426, - 5427, - 5428, + 5158, + 5159, + 5160, + 5161, + 5162, + 5163, + 5164, + 5165, + 5194, + 5222, + 5247, + 5265, + 5283, + 5304, + 5324, + 5350, + 5375, + 5393, 5429, - 5454, - 5472, - 5490, - 5518, - 5545, - 5563, - 5581, - 5607, - 5632, - 5650, - 5668, - 5695, - 5696, - 5697, - 5710, - 5730, - 5750, - 5780, - 5792, - 5793, - 5794, - 5795, - 5796, - 5797, - 5798, - 5799, + 5430, + 5431, + 5432, + 5433, + 5434, + 5435, + 5436, + 5437, + 5462, + 5480, + 5498, + 5526, + 5553, + 5571, + 5589, + 5615, + 5640, + 5658, + 5676, + 5703, + 5704, + 5705, + 5718, + 5738, + 5758, + 5788, 5800, - 5812, - 5846, - 5847, - 5848, - 5849, - 5850, - 5851, - 5852, - 5853, + 5801, + 5802, + 5803, + 5804, + 5805, + 5806, + 5807, + 5808, + 5820, 5854, - 5897, - 5898, - 5899, - 5900, - 5901, - 5902, - 5903, - 5904, - 5905 + 5855, + 5856, + 5857, + 5858, + 5859, + 5860, + 5861, + 5862, + 5905, + 5906, + 5907, + 5908, + 5909, + 5910, + 5911, + 5912, + 5913 ], "types": { "ActiveConnection": { @@ -681,7 +685,7 @@ export default { 80 ], "query_start": [ - 4517 + 4525 ], "state": [ 80 @@ -710,7 +714,7 @@ export default { 80 ], "query_start": [ - 4517 + 4525 ], "state": [ 80 @@ -750,22 +754,22 @@ export default { 80 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 ], "league_season_id": [ - 5018 + 5026 ], "name": [ 80 ], "season_id": [ - 5018 + 5026 ], "silhouette": [ 40 @@ -777,7 +781,7 @@ export default { 80 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ 80 @@ -788,7 +792,7 @@ export default { }, "AwardRecipient": { "award_id": [ - 5018 + 5026 ], "awarded_by_steam_id": [ 80 @@ -797,7 +801,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "note": [ 80 @@ -812,13 +816,13 @@ export default { 80 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -930,7 +934,7 @@ export default { 80 ], "match_map_id": [ - 5018 + 5026 ], "output": [ 8 @@ -990,7 +994,7 @@ export default { }, "CpuStat": { "time": [ - 4517 + 4525 ], "total": [ 257 @@ -1007,7 +1011,7 @@ export default { }, "CreateClipRenderOutput": { "job_id": [ - 5018 + 5026 ], "success": [ 5 @@ -1018,7 +1022,7 @@ export default { }, "CreateDraftGameOutput": { "draftGameId": [ - 5018 + 5026 ], "__typename": [ 80 @@ -1026,7 +1030,7 @@ export default { }, "CreateScheduledMatchOutput": { "matchId": [ - 5018 + 5026 ], "__typename": [ 80 @@ -1182,7 +1186,7 @@ export default { 22 ], "time": [ - 4517 + 4525 ], "__typename": [ 80 @@ -1208,7 +1212,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "mode": [ 80 @@ -1287,7 +1291,7 @@ export default { 5 ], "modified": [ - 4517 + 4525 ], "name": [ 80 @@ -1391,7 +1395,7 @@ export default { 34 ], "time": [ - 4517 + 4525 ], "__typename": [ 80 @@ -1633,7 +1637,7 @@ export default { 80 ], "player": [ - 3929 + 3937 ], "profile_url": [ 80 @@ -1650,7 +1654,7 @@ export default { }, "MemoryStat": { "time": [ - 4517 + 4525 ], "total": [ 257 @@ -1667,7 +1671,7 @@ export default { 51 ], "time": [ - 4517 + 4525 ], "__typename": [ 80 @@ -1687,7 +1691,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "published_at": [ 80 @@ -2445,16 +2449,16 @@ export default { 40 ], "last_analyze": [ - 4517 + 4525 ], "last_autoanalyze": [ - 4517 + 4525 ], "last_autovacuum": [ - 4517 + 4525 ], "last_vacuum": [ - 4517 + 4525 ], "n_dead_tup": [ 40 @@ -2670,7 +2674,7 @@ export default { 80 ], "next_start": [ - 4517 + 4525 ], "__typename": [ 80 @@ -2692,13 +2696,13 @@ export default { }, "TournamentAward": { "award_id": [ - 5018 + 5026 ], "custom_name": [ 80 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 @@ -2710,7 +2714,7 @@ export default { 40 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -2718,7 +2722,7 @@ export default { }, "TournamentMatchResetImpact": { "bracket_id": [ - 5018 + 5026 ], "depth": [ 40 @@ -2727,7 +2731,7 @@ export default { 5 ], "match_id": [ - 5018 + 5026 ], "match_number": [ 40 @@ -2770,10 +2774,10 @@ export default { }, "_map_pool": { "map_id": [ - 5018 + 5026 ], "map_pool_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -2824,10 +2828,10 @@ export default { 103 ], "map_id": [ - 5020 + 5028 ], "map_pool_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -2836,10 +2840,10 @@ export default { "_map_pool_constraint": {}, "_map_pool_insert_input": { "map_id": [ - 5018 + 5026 ], "map_pool_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -2847,10 +2851,10 @@ export default { }, "_map_pool_max_fields": { "map_id": [ - 5018 + 5026 ], "map_pool_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -2858,10 +2862,10 @@ export default { }, "_map_pool_min_fields": { "map_id": [ - 5018 + 5026 ], "map_pool_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -2894,10 +2898,10 @@ export default { }, "_map_pool_order_by": { "map_id": [ - 2971 + 2979 ], "map_pool_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -2905,10 +2909,10 @@ export default { }, "_map_pool_pk_columns_input": { "map_id": [ - 5018 + 5026 ], "map_pool_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -2917,10 +2921,10 @@ export default { "_map_pool_select_column": {}, "_map_pool_set_input": { "map_id": [ - 5018 + 5026 ], "map_pool_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -2939,10 +2943,10 @@ export default { }, "_map_pool_stream_cursor_value_input": { "map_id": [ - 5018 + 5026 ], "map_pool_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -2963,10 +2967,16 @@ export default { "_uuid": {}, "abandoned_matches": { "abandoned_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 + ], + "match": [ + 2794 + ], + "match_id": [ + 5026 ], "steam_id": [ 257 @@ -3063,7 +3073,7 @@ export default { 127 ], "count": [ - 2971 + 2979 ], "max": [ 133 @@ -3117,7 +3127,7 @@ export default { }, "abandoned_matches_avg_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3134,10 +3144,16 @@ export default { 128 ], "abandoned_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 + ], + "match": [ + 2803 + ], + "match_id": [ + 5028 ], "steam_id": [ 259 @@ -3157,10 +3173,16 @@ export default { }, "abandoned_matches_insert_input": { "abandoned_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 + ], + "match": [ + 2812 + ], + "match_id": [ + 5026 ], "steam_id": [ 257 @@ -3171,10 +3193,13 @@ export default { }, "abandoned_matches_max_fields": { "abandoned_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 + ], + "match_id": [ + 5026 ], "steam_id": [ 257 @@ -3185,13 +3210,16 @@ export default { }, "abandoned_matches_max_order_by": { "abandoned_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 + ], + "match_id": [ + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3199,10 +3227,13 @@ export default { }, "abandoned_matches_min_fields": { "abandoned_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 + ], + "match_id": [ + 5026 ], "steam_id": [ 257 @@ -3213,13 +3244,16 @@ export default { }, "abandoned_matches_min_order_by": { "abandoned_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 + ], + "match_id": [ + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3252,13 +3286,19 @@ export default { }, "abandoned_matches_order_by": { "abandoned_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 + ], + "match": [ + 2814 + ], + "match_id": [ + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3266,7 +3306,7 @@ export default { }, "abandoned_matches_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -3275,10 +3315,13 @@ export default { "abandoned_matches_select_column": {}, "abandoned_matches_set_input": { "abandoned_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 + ], + "match_id": [ + 5026 ], "steam_id": [ 257 @@ -3297,7 +3340,7 @@ export default { }, "abandoned_matches_stddev_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3313,7 +3356,7 @@ export default { }, "abandoned_matches_stddev_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3329,7 +3372,7 @@ export default { }, "abandoned_matches_stddev_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3348,10 +3391,13 @@ export default { }, "abandoned_matches_stream_cursor_value_input": { "abandoned_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 + ], + "match_id": [ + 5026 ], "steam_id": [ 257 @@ -3370,7 +3416,7 @@ export default { }, "abandoned_matches_sum_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3401,7 +3447,7 @@ export default { }, "abandoned_matches_var_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3417,7 +3463,7 @@ export default { }, "abandoned_matches_var_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3433,7 +3479,7 @@ export default { }, "abandoned_matches_variance_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3441,16 +3487,16 @@ export default { }, "api_keys": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "last_used_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -3536,16 +3582,16 @@ export default { 164 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "label": [ 82 ], "last_used_at": [ - 4519 + 4527 ], "steam_id": [ 259 @@ -3565,16 +3611,16 @@ export default { }, "api_keys_insert_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "last_used_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -3585,16 +3631,16 @@ export default { }, "api_keys_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "last_used_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -3605,16 +3651,16 @@ export default { }, "api_keys_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "last_used_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -3650,19 +3696,19 @@ export default { }, "api_keys_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "last_used_at": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -3670,7 +3716,7 @@ export default { }, "api_keys_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -3679,16 +3725,16 @@ export default { "api_keys_select_column": {}, "api_keys_set_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "last_used_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -3734,16 +3780,16 @@ export default { }, "api_keys_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "last_used_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -3801,7 +3847,7 @@ export default { }, "approve_league_season_movements_args": { "_league_season_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -3812,31 +3858,31 @@ export default { 229 ], "award_id": [ - 5018 + 5026 ], "awarded_by": [ - 3929 + 3937 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "event": [ 1661 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season": [ 2045 ], "league_season_id": [ - 5018 + 5026 ], "note": [ 80 @@ -3848,40 +3894,40 @@ export default { 80 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 ], "season": [ - 3988 + 3996 ], "season_id": [ - 5018 + 5026 ], "source": [ 514 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "tournament": [ - 4954 + 4962 ], "tournament_award": [ - 4520 + 4528 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team": [ - 4912 + 4920 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -3975,7 +4021,7 @@ export default { 196 ], "count": [ - 2971 + 2979 ], "max": [ 202 @@ -4035,13 +4081,13 @@ export default { }, "award_recipients_avg_order_by": { "awarded_by_steam_id": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -4061,31 +4107,31 @@ export default { 233 ], "award_id": [ - 5020 + 5028 ], "awarded_by": [ - 3933 + 3941 ], "awarded_by_steam_id": [ 259 ], "created_at": [ - 4519 + 4527 ], "event": [ 1665 ], "event_id": [ - 5020 + 5028 ], "id": [ - 5020 + 5028 ], "league_season": [ 2050 ], "league_season_id": [ - 5020 + 5028 ], "note": [ 82 @@ -4097,40 +4143,40 @@ export default { 82 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 ], "season": [ - 3992 + 4000 ], "season_id": [ - 5020 + 5028 ], "source": [ 515 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "tournament": [ - 4975 + 4983 ], "tournament_award": [ - 4529 + 4537 ], "tournament_id": [ - 5020 + 5028 ], "tournament_team": [ - 4921 + 4929 ], "tournament_team_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -4156,31 +4202,31 @@ export default { 240 ], "award_id": [ - 5018 + 5026 ], "awarded_by": [ - 3940 + 3948 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "event": [ 1672 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season": [ 2060 ], "league_season_id": [ - 5018 + 5026 ], "note": [ 80 @@ -4189,40 +4235,40 @@ export default { 40 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 ], "season": [ - 3999 + 4007 ], "season_id": [ - 5018 + 5026 ], "source": [ 514 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "tournament": [ - 4984 + 4992 ], "tournament_award": [ - 4538 + 4546 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team": [ - 4930 + 4938 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -4230,22 +4276,22 @@ export default { }, "award_recipients_max_fields": { "award_id": [ - 5018 + 5026 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "note": [ 80 @@ -4260,16 +4306,16 @@ export default { 257 ], "season_id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -4277,46 +4323,46 @@ export default { }, "award_recipients_max_order_by": { "award_id": [ - 2971 + 2979 ], "awarded_by_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "note": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "placement_tier": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "season_id": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -4324,22 +4370,22 @@ export default { }, "award_recipients_min_fields": { "award_id": [ - 5018 + 5026 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "note": [ 80 @@ -4354,16 +4400,16 @@ export default { 257 ], "season_id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -4371,46 +4417,46 @@ export default { }, "award_recipients_min_order_by": { "award_id": [ - 2971 + 2979 ], "awarded_by_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "note": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "placement_tier": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "season_id": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -4446,76 +4492,76 @@ export default { 242 ], "award_id": [ - 2971 + 2979 ], "awarded_by": [ - 3942 + 3950 ], "awarded_by_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "event": [ 1674 ], "event_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season": [ 2062 ], "league_season_id": [ - 2971 + 2979 ], "note": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "placement_tier": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "season": [ - 4001 + 4009 ], "season_id": [ - 2971 + 2979 ], "source": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_award": [ - 4540 + 4548 ], "tournament_id": [ - 2971 + 2979 ], "tournament_team": [ - 4932 + 4940 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -4523,7 +4569,7 @@ export default { }, "award_recipients_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -4532,22 +4578,22 @@ export default { "award_recipients_select_column": {}, "award_recipients_set_input": { "award_id": [ - 5018 + 5026 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "note": [ 80 @@ -4559,19 +4605,19 @@ export default { 257 ], "season_id": [ - 5018 + 5026 ], "source": [ 514 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -4593,13 +4639,13 @@ export default { }, "award_recipients_stddev_order_by": { "awarded_by_steam_id": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -4621,13 +4667,13 @@ export default { }, "award_recipients_stddev_pop_order_by": { "awarded_by_steam_id": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -4649,13 +4695,13 @@ export default { }, "award_recipients_stddev_samp_order_by": { "awarded_by_steam_id": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -4674,22 +4720,22 @@ export default { }, "award_recipients_stream_cursor_value_input": { "award_id": [ - 5018 + 5026 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "note": [ 80 @@ -4704,19 +4750,19 @@ export default { 257 ], "season_id": [ - 5018 + 5026 ], "source": [ 514 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -4738,13 +4784,13 @@ export default { }, "award_recipients_sum_order_by": { "awarded_by_steam_id": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -4781,13 +4827,13 @@ export default { }, "award_recipients_var_pop_order_by": { "awarded_by_steam_id": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -4809,13 +4855,13 @@ export default { }, "award_recipients_var_samp_order_by": { "awarded_by_steam_id": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -4837,13 +4883,13 @@ export default { }, "award_recipients_variance_order_by": { "awarded_by_steam_id": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -4854,10 +4900,10 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "created_by": [ - 3929 + 3937 ], "created_by_steam_id": [ 257 @@ -4869,10 +4915,10 @@ export default { 1661 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 @@ -4881,7 +4927,7 @@ export default { 2045 ], "league_season_id": [ - 5018 + 5026 ], "name": [ 80 @@ -4931,10 +4977,10 @@ export default { } ], "season": [ - 3988 + 3996 ], "season_id": [ - 5018 + 5026 ], "silhouette": [ 40 @@ -4946,13 +4992,13 @@ export default { 534 ], "tournament": [ - 4954 + 4962 ], "tournament_configs": [ - 4520, + 4528, { "distinct_on": [ - 4542, + 4550, "[tournament_awards_select_column!]" ], "limit": [ @@ -4962,19 +5008,19 @@ export default { 40 ], "order_by": [ - 4540, + 4548, "[tournament_awards_order_by!]" ], "where": [ - 4529 + 4537 ] } ], "tournament_configs_aggregate": [ - 4521, + 4529, { "distinct_on": [ - 4542, + 4550, "[tournament_awards_select_column!]" ], "limit": [ @@ -4984,19 +5030,19 @@ export default { 40 ], "order_by": [ - 4540, + 4548, "[tournament_awards_order_by!]" ], "where": [ - 4529 + 4537 ] } ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -5085,10 +5131,10 @@ export default { 6 ], "created_at": [ - 4519 + 4527 ], "created_by": [ - 3933 + 3941 ], "created_by_steam_id": [ 259 @@ -5100,10 +5146,10 @@ export default { 1665 ], "event_id": [ - 5020 + 5028 ], "id": [ - 5020 + 5028 ], "image_url": [ 82 @@ -5112,7 +5158,7 @@ export default { 2050 ], "league_season_id": [ - 5020 + 5028 ], "name": [ 82 @@ -5124,10 +5170,10 @@ export default { 190 ], "season": [ - 3992 + 4000 ], "season_id": [ - 5020 + 5028 ], "silhouette": [ 41 @@ -5139,19 +5185,19 @@ export default { 535 ], "tournament": [ - 4975 + 4983 ], "tournament_configs": [ - 4529 + 4537 ], "tournament_configs_aggregate": [ - 4522 + 4530 ], "tournament_id": [ - 5020 + 5028 ], "updated_at": [ - 4519 + 4527 ], "__typename": [ 80 @@ -5174,10 +5220,10 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "created_by": [ - 3940 + 3948 ], "created_by_steam_id": [ 257 @@ -5189,10 +5235,10 @@ export default { 1672 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 @@ -5201,7 +5247,7 @@ export default { 2060 ], "league_season_id": [ - 5018 + 5026 ], "name": [ 80 @@ -5210,10 +5256,10 @@ export default { 194 ], "season": [ - 3999 + 4007 ], "season_id": [ - 5018 + 5026 ], "silhouette": [ 40 @@ -5225,16 +5271,16 @@ export default { 534 ], "tournament": [ - 4984 + 4992 ], "tournament_configs": [ - 4526 + 4534 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -5242,7 +5288,7 @@ export default { }, "awards_max_fields": { "created_at": [ - 4518 + 4526 ], "created_by_steam_id": [ 257 @@ -5251,22 +5297,22 @@ export default { 80 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 ], "league_season_id": [ - 5018 + 5026 ], "name": [ 80 ], "season_id": [ - 5018 + 5026 ], "silhouette": [ 40 @@ -5275,10 +5321,10 @@ export default { 80 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -5286,7 +5332,7 @@ export default { }, "awards_min_fields": { "created_at": [ - 4518 + 4526 ], "created_by_steam_id": [ 257 @@ -5295,22 +5341,22 @@ export default { 80 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 ], "league_season_id": [ - 5018 + 5026 ], "name": [ 80 ], "season_id": [ - 5018 + 5026 ], "silhouette": [ 40 @@ -5319,10 +5365,10 @@ export default { 80 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -5366,70 +5412,70 @@ export default { }, "awards_order_by": { "allow_multiple": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "created_by": [ - 3942 + 3950 ], "created_by_steam_id": [ - 2971 + 2979 ], "description": [ - 2971 + 2979 ], "event": [ 1674 ], "event_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "image_url": [ - 2971 + 2979 ], "league_season": [ 2062 ], "league_season_id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "recipients_aggregate": [ 193 ], "season": [ - 4001 + 4009 ], "season_id": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "system_key": [ - 2971 + 2979 ], "tier": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_configs_aggregate": [ - 4525 + 4533 ], "tournament_id": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -5437,7 +5483,7 @@ export default { }, "awards_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -5449,7 +5495,7 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "created_by_steam_id": [ 257 @@ -5458,22 +5504,22 @@ export default { 80 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 ], "league_season_id": [ - 5018 + 5026 ], "name": [ 80 ], "season_id": [ - 5018 + 5026 ], "silhouette": [ 40 @@ -5485,10 +5531,10 @@ export default { 534 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -5543,7 +5589,7 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "created_by_steam_id": [ 257 @@ -5552,22 +5598,22 @@ export default { 80 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 ], "league_season_id": [ - 5018 + 5026 ], "name": [ 80 ], "season_id": [ - 5018 + 5026 ], "silhouette": [ 40 @@ -5579,10 +5625,10 @@ export default { 534 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -5756,10 +5802,10 @@ export default { 2333 ], "clip_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -5771,31 +5817,31 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4518 + 4526 ], "match_map": [ - 2624 + 2628 ], "match_map_demo": [ 2508 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "paused": [ 5 ], "progress": [ - 2969 + 2977 ], "session_token": [ 80 @@ -5823,7 +5869,7 @@ export default { } ], "user": [ - 3929 + 3937 ], "user_steam_id": [ 257 @@ -5960,7 +6006,7 @@ export default { 273 ], "count": [ - 2971 + 2979 ], "max": [ 282 @@ -6031,13 +6077,13 @@ export default { }, "clip_render_jobs_avg_order_by": { "progress": [ - 2971 + 2979 ], "sort_index": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -6057,10 +6103,10 @@ export default { 2342 ], "clip_id": [ - 5020 + 5028 ], "created_at": [ - 4519 + 4527 ], "error_message": [ 82 @@ -6072,31 +6118,31 @@ export default { 82 ], "id": [ - 5020 + 5028 ], "k8s_job_name": [ 82 ], "last_status_at": [ - 4519 + 4527 ], "match_map": [ - 2633 + 2637 ], "match_map_demo": [ 2520 ], "match_map_demo_id": [ - 5020 + 5028 ], "match_map_id": [ - 5020 + 5028 ], "paused": [ 6 ], "progress": [ - 2970 + 2978 ], "session_token": [ 82 @@ -6114,7 +6160,7 @@ export default { 1844 ], "user": [ - 3933 + 3941 ], "user_steam_id": [ 259 @@ -6159,7 +6205,7 @@ export default { }, "clip_render_jobs_inc_input": { "progress": [ - 2969 + 2977 ], "sort_index": [ 40 @@ -6176,10 +6222,10 @@ export default { 2351 ], "clip_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -6191,31 +6237,31 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4518 + 4526 ], "match_map": [ - 2642 + 2646 ], "match_map_demo": [ 2532 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "paused": [ 5 ], "progress": [ - 2969 + 2977 ], "session_token": [ 80 @@ -6233,7 +6279,7 @@ export default { 1842 ], "user": [ - 3940 + 3948 ], "user_steam_id": [ 257 @@ -6244,10 +6290,10 @@ export default { }, "clip_render_jobs_max_fields": { "clip_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -6256,22 +6302,22 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4518 + 4526 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "progress": [ - 2969 + 2977 ], "session_token": [ 80 @@ -6291,46 +6337,46 @@ export default { }, "clip_render_jobs_max_order_by": { "clip_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "error_message": [ - 2971 + 2979 ], "game_server_node_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "k8s_job_name": [ - 2971 + 2979 ], "last_status_at": [ - 2971 + 2979 ], "match_map_demo_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "progress": [ - 2971 + 2979 ], "session_token": [ - 2971 + 2979 ], "sort_index": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -6338,10 +6384,10 @@ export default { }, "clip_render_jobs_min_fields": { "clip_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -6350,22 +6396,22 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4518 + 4526 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "progress": [ - 2969 + 2977 ], "session_token": [ 80 @@ -6385,46 +6431,46 @@ export default { }, "clip_render_jobs_min_order_by": { "clip_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "error_message": [ - 2971 + 2979 ], "game_server_node_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "k8s_job_name": [ - 2971 + 2979 ], "last_status_at": [ - 2971 + 2979 ], "match_map_demo_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "progress": [ - 2971 + 2979 ], "session_token": [ - 2971 + 2979 ], "sort_index": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -6460,67 +6506,67 @@ export default { 2353 ], "clip_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "error_message": [ - 2971 + 2979 ], "game_server_node": [ 1744 ], "game_server_node_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "k8s_job_name": [ - 2971 + 2979 ], "last_status_at": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_demo": [ 2534 ], "match_map_demo_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "paused": [ - 2971 + 2979 ], "progress": [ - 2971 + 2979 ], "session_token": [ - 2971 + 2979 ], "sort_index": [ - 2971 + 2979 ], "spec": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "status_history": [ - 2971 + 2979 ], "user": [ - 3942 + 3950 ], "user_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -6528,7 +6574,7 @@ export default { }, "clip_render_jobs_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -6550,10 +6596,10 @@ export default { "clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns": {}, "clip_render_jobs_set_input": { "clip_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -6562,25 +6608,25 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4518 + 4526 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "paused": [ 5 ], "progress": [ - 2969 + 2977 ], "session_token": [ 80 @@ -6620,13 +6666,13 @@ export default { }, "clip_render_jobs_stddev_order_by": { "progress": [ - 2971 + 2979 ], "sort_index": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -6648,13 +6694,13 @@ export default { }, "clip_render_jobs_stddev_pop_order_by": { "progress": [ - 2971 + 2979 ], "sort_index": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -6676,13 +6722,13 @@ export default { }, "clip_render_jobs_stddev_samp_order_by": { "progress": [ - 2971 + 2979 ], "sort_index": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -6701,10 +6747,10 @@ export default { }, "clip_render_jobs_stream_cursor_value_input": { "clip_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -6713,25 +6759,25 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4518 + 4526 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "paused": [ 5 ], "progress": [ - 2969 + 2977 ], "session_token": [ 80 @@ -6757,7 +6803,7 @@ export default { }, "clip_render_jobs_sum_fields": { "progress": [ - 2969 + 2977 ], "sort_index": [ 40 @@ -6771,13 +6817,13 @@ export default { }, "clip_render_jobs_sum_order_by": { "progress": [ - 2971 + 2979 ], "sort_index": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -6829,13 +6875,13 @@ export default { }, "clip_render_jobs_var_pop_order_by": { "progress": [ - 2971 + 2979 ], "sort_index": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -6857,13 +6903,13 @@ export default { }, "clip_render_jobs_var_samp_order_by": { "progress": [ - 2971 + 2979 ], "sort_index": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -6885,13 +6931,13 @@ export default { }, "clip_render_jobs_variance_order_by": { "progress": [ - 2971 + 2979 ], "sort_index": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -6899,7 +6945,7 @@ export default { }, "clone_league_season_args": { "_league_season_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -6908,7 +6954,7 @@ export default { "cursor_ordering": {}, "custom_pages": { "created_at": [ - 4518 + 4526 ], "deployments": [ 1842, @@ -6928,7 +6974,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_default": [ 5 @@ -6961,7 +7007,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -7052,7 +7098,7 @@ export default { 319 ], "created_at": [ - 4519 + 4527 ], "deployments": [ 1844 @@ -7067,7 +7113,7 @@ export default { 82 ], "id": [ - 5020 + 5028 ], "is_default": [ 6 @@ -7100,7 +7146,7 @@ export default { 82 ], "updated_at": [ - 4519 + 4527 ], "__typename": [ 80 @@ -7141,7 +7187,7 @@ export default { }, "custom_pages_insert_input": { "created_at": [ - 4518 + 4526 ], "deployments": [ 1842 @@ -7156,7 +7202,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_default": [ 5 @@ -7189,7 +7235,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -7197,7 +7243,7 @@ export default { }, "custom_pages_max_fields": { "created_at": [ - 4518 + 4526 ], "exposed_module": [ 80 @@ -7206,7 +7252,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "manifest_url": [ 80 @@ -7233,7 +7279,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -7241,7 +7287,7 @@ export default { }, "custom_pages_min_fields": { "created_at": [ - 4518 + 4526 ], "exposed_module": [ 80 @@ -7250,7 +7296,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "manifest_url": [ 80 @@ -7277,7 +7323,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -7310,55 +7356,55 @@ export default { }, "custom_pages_order_by": { "created_at": [ - 2971 + 2979 ], "deployments": [ - 2971 + 2979 ], "enabled": [ - 2971 + 2979 ], "exposed_module": [ - 2971 + 2979 ], "icon": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "is_default": [ - 2971 + 2979 ], "manifest_url": [ - 2971 + 2979 ], "nav_group": [ - 2971 + 2979 ], "nav_order": [ - 2971 + 2979 ], "profile_tab_label": [ - 2971 + 2979 ], "remote_entry_url": [ - 2971 + 2979 ], "remote_scope": [ - 2971 + 2979 ], "required_role": [ - 2971 + 2979 ], "slug": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -7366,7 +7412,7 @@ export default { }, "custom_pages_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -7383,7 +7429,7 @@ export default { "custom_pages_select_column": {}, "custom_pages_set_input": { "created_at": [ - 4518 + 4526 ], "deployments": [ 1842 @@ -7398,7 +7444,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_default": [ 5 @@ -7431,7 +7477,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -7474,7 +7520,7 @@ export default { }, "custom_pages_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "deployments": [ 1842 @@ -7489,7 +7535,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_default": [ 5 @@ -7522,7 +7568,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -7592,10 +7638,10 @@ export default { }, "db_backups": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -7684,10 +7730,10 @@ export default { 350 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "name": [ 82 @@ -7710,10 +7756,10 @@ export default { }, "db_backups_insert_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -7727,10 +7773,10 @@ export default { }, "db_backups_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -7744,10 +7790,10 @@ export default { }, "db_backups_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -7786,16 +7832,16 @@ export default { }, "db_backups_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "__typename": [ 80 @@ -7803,7 +7849,7 @@ export default { }, "db_backups_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -7812,10 +7858,10 @@ export default { "db_backups_select_column": {}, "db_backups_set_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -7864,10 +7910,10 @@ export default { }, "db_backups_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -7931,22 +7977,22 @@ export default { 5 ], "captain": [ - 3929 + 3937 ], "captain_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "draft_game": [ 463 ], "draft_game_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "is_organizer": [ 5 @@ -7955,7 +8001,7 @@ export default { 40 ], "picked": [ - 3929 + 3937 ], "picked_steam_id": [ 257 @@ -8092,7 +8138,7 @@ export default { 383 ], "count": [ - 2971 + 2979 ], "max": [ 389 @@ -8152,13 +8198,13 @@ export default { }, "draft_game_picks_avg_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "picked_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8178,22 +8224,22 @@ export default { 6 ], "captain": [ - 3933 + 3941 ], "captain_steam_id": [ 259 ], "created_at": [ - 4519 + 4527 ], "draft_game": [ 474 ], "draft_game_id": [ - 5020 + 5028 ], "id": [ - 5020 + 5028 ], "is_organizer": [ 6 @@ -8202,7 +8248,7 @@ export default { 41 ], "picked": [ - 3933 + 3941 ], "picked_steam_id": [ 259 @@ -8231,28 +8277,28 @@ export default { 5 ], "captain": [ - 3940 + 3948 ], "captain_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "draft_game": [ 483 ], "draft_game_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "lineup": [ 40 ], "picked": [ - 3940 + 3948 ], "picked_steam_id": [ 257 @@ -8266,13 +8312,13 @@ export default { 257 ], "created_at": [ - 4518 + 4526 ], "draft_game_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "lineup": [ 40 @@ -8286,22 +8332,22 @@ export default { }, "draft_game_picks_max_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "draft_game_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "picked_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8312,13 +8358,13 @@ export default { 257 ], "created_at": [ - 4518 + 4526 ], "draft_game_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "lineup": [ 40 @@ -8332,22 +8378,22 @@ export default { }, "draft_game_picks_min_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "draft_game_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "picked_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8380,37 +8426,37 @@ export default { }, "draft_game_picks_order_by": { "auto_picked": [ - 2971 + 2979 ], "captain": [ - 3942 + 3950 ], "captain_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "draft_game": [ 485 ], "draft_game_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "is_organizer": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "picked": [ - 3942 + 3950 ], "picked_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8418,7 +8464,7 @@ export default { }, "draft_game_picks_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -8435,13 +8481,13 @@ export default { 257 ], "created_at": [ - 4518 + 4526 ], "draft_game_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "lineup": [ 40 @@ -8469,13 +8515,13 @@ export default { }, "draft_game_picks_stddev_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "picked_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8497,13 +8543,13 @@ export default { }, "draft_game_picks_stddev_pop_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "picked_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8525,13 +8571,13 @@ export default { }, "draft_game_picks_stddev_samp_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "picked_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8556,13 +8602,13 @@ export default { 257 ], "created_at": [ - 4518 + 4526 ], "draft_game_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "lineup": [ 40 @@ -8590,13 +8636,13 @@ export default { }, "draft_game_picks_sum_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "picked_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8633,13 +8679,13 @@ export default { }, "draft_game_picks_var_pop_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "picked_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8661,13 +8707,13 @@ export default { }, "draft_game_picks_var_samp_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "picked_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8689,13 +8735,13 @@ export default { }, "draft_game_picks_variance_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "picked_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8706,7 +8752,7 @@ export default { 463 ], "draft_game_id": [ - 5018 + 5026 ], "e_draft_game_player_status": [ 632 @@ -8721,7 +8767,7 @@ export default { 5 ], "joined_at": [ - 4518 + 4526 ], "lineup": [ 40 @@ -8730,7 +8776,7 @@ export default { 40 ], "player": [ - 3929 + 3937 ], "status": [ 637 @@ -8870,7 +8916,7 @@ export default { 428 ], "count": [ - 2971 + 2979 ], "max": [ 434 @@ -8933,16 +8979,16 @@ export default { }, "draft_game_players_avg_order_by": { "elo_snapshot": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "pick_order": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -8962,7 +9008,7 @@ export default { 474 ], "draft_game_id": [ - 5020 + 5028 ], "e_draft_game_player_status": [ 635 @@ -8977,7 +9023,7 @@ export default { 6 ], "joined_at": [ - 4519 + 4527 ], "lineup": [ 41 @@ -8986,7 +9032,7 @@ export default { 41 ], "player": [ - 3933 + 3941 ], "status": [ 638 @@ -9021,7 +9067,7 @@ export default { 483 ], "draft_game_id": [ - 5018 + 5026 ], "e_draft_game_player_status": [ 643 @@ -9033,7 +9079,7 @@ export default { 5 ], "joined_at": [ - 4518 + 4526 ], "lineup": [ 40 @@ -9042,7 +9088,7 @@ export default { 40 ], "player": [ - 3940 + 3948 ], "status": [ 637 @@ -9056,13 +9102,13 @@ export default { }, "draft_game_players_max_fields": { "draft_game_id": [ - 5018 + 5026 ], "elo_snapshot": [ 40 ], "joined_at": [ - 4518 + 4526 ], "lineup": [ 40 @@ -9079,22 +9125,22 @@ export default { }, "draft_game_players_max_order_by": { "draft_game_id": [ - 2971 + 2979 ], "elo_snapshot": [ - 2971 + 2979 ], "joined_at": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "pick_order": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -9102,13 +9148,13 @@ export default { }, "draft_game_players_min_fields": { "draft_game_id": [ - 5018 + 5026 ], "elo_snapshot": [ 40 ], "joined_at": [ - 4518 + 4526 ], "lineup": [ 40 @@ -9125,22 +9171,22 @@ export default { }, "draft_game_players_min_order_by": { "draft_game_id": [ - 2971 + 2979 ], "elo_snapshot": [ - 2971 + 2979 ], "joined_at": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "pick_order": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -9176,37 +9222,37 @@ export default { 485 ], "draft_game_id": [ - 2971 + 2979 ], "e_draft_game_player_status": [ 645 ], "elo_snapshot": [ - 2971 + 2979 ], "is_captain": [ - 2971 + 2979 ], "is_organizer": [ - 2971 + 2979 ], "joined_at": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "pick_order": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "status": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -9214,7 +9260,7 @@ export default { }, "draft_game_players_pk_columns_input": { "draft_game_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -9228,7 +9274,7 @@ export default { "draft_game_players_select_column_draft_game_players_aggregate_bool_exp_bool_or_arguments_columns": {}, "draft_game_players_set_input": { "draft_game_id": [ - 5018 + 5026 ], "elo_snapshot": [ 40 @@ -9237,7 +9283,7 @@ export default { 5 ], "joined_at": [ - 4518 + 4526 ], "lineup": [ 40 @@ -9274,16 +9320,16 @@ export default { }, "draft_game_players_stddev_order_by": { "elo_snapshot": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "pick_order": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -9308,16 +9354,16 @@ export default { }, "draft_game_players_stddev_pop_order_by": { "elo_snapshot": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "pick_order": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -9342,16 +9388,16 @@ export default { }, "draft_game_players_stddev_samp_order_by": { "elo_snapshot": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "pick_order": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -9370,7 +9416,7 @@ export default { }, "draft_game_players_stream_cursor_value_input": { "draft_game_id": [ - 5018 + 5026 ], "elo_snapshot": [ 40 @@ -9379,7 +9425,7 @@ export default { 5 ], "joined_at": [ - 4518 + 4526 ], "lineup": [ 40 @@ -9416,16 +9462,16 @@ export default { }, "draft_game_players_sum_order_by": { "elo_snapshot": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "pick_order": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -9465,16 +9511,16 @@ export default { }, "draft_game_players_var_pop_order_by": { "elo_snapshot": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "pick_order": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -9499,16 +9545,16 @@ export default { }, "draft_game_players_var_samp_order_by": { "elo_snapshot": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "pick_order": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -9533,16 +9579,16 @@ export default { }, "draft_game_players_variance_order_by": { "elo_snapshot": [ - 2971 + 2979 ], "lineup": [ - 2971 + 2979 ], "pick_order": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -9559,7 +9605,7 @@ export default { 574 ], "created_at": [ - 4518 + 4526 ], "current_pick_lineup": [ 40 @@ -9583,22 +9629,22 @@ export default { 860 ], "expires_at": [ - 4518 + 4526 ], "host": [ - 3929 + 3937 ], "host_steam_id": [ 257 ], "id": [ - 5018 + 5026 ], "inner_squad": [ 5 ], "invite_code": [ - 5018 + 5026 ], "is_organizer": [ 5 @@ -9607,16 +9653,16 @@ export default { 2285 ], "map_pool_id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_elo": [ 40 @@ -9628,7 +9674,7 @@ export default { 616 ], "options": [ - 2666 + 2670 ], "pattern": [ 1842, @@ -9639,7 +9685,7 @@ export default { } ], "pick_deadline": [ - 4518 + 4526 ], "picks": [ 373, @@ -9736,28 +9782,28 @@ export default { 5 ], "scheduled_at": [ - 4518 + 4526 ], "status": [ 658 ], "team_1": [ - 4471 + 4479 ], "team_1_id": [ - 5018 + 5026 ], "team_2": [ - 4471 + 4479 ], "team_2_id": [ - 5018 + 5026 ], "type": [ 1029 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -9891,7 +9937,7 @@ export default { 473 ], "count": [ - 2971 + 2979 ], "max": [ 479 @@ -9957,19 +10003,19 @@ export default { }, "draft_games_avg_order_by": { "capacity": [ - 2971 + 2979 ], "current_pick_lineup": [ - 2971 + 2979 ], "host_steam_id": [ - 2971 + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -9995,7 +10041,7 @@ export default { 575 ], "created_at": [ - 4519 + 4527 ], "current_pick_lineup": [ 41 @@ -10019,22 +10065,22 @@ export default { 863 ], "expires_at": [ - 4519 + 4527 ], "host": [ - 3933 + 3941 ], "host_steam_id": [ 259 ], "id": [ - 5020 + 5028 ], "inner_squad": [ 6 ], "invite_code": [ - 5020 + 5028 ], "is_organizer": [ 6 @@ -10043,16 +10089,16 @@ export default { 2288 ], "map_pool_id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_options_id": [ - 5020 + 5028 ], "max_elo": [ 41 @@ -10064,13 +10110,13 @@ export default { 617 ], "options": [ - 2670 + 2674 ], "pattern": [ 1844 ], "pick_deadline": [ - 4519 + 4527 ], "picks": [ 384 @@ -10091,28 +10137,28 @@ export default { 6 ], "scheduled_at": [ - 4519 + 4527 ], "status": [ 659 ], "team_1": [ - 4482 + 4490 ], "team_1_id": [ - 5020 + 5028 ], "team_2": [ - 4482 + 4490 ], "team_2_id": [ - 5020 + 5028 ], "type": [ 1030 ], "updated_at": [ - 4519 + 4527 ], "__typename": [ 80 @@ -10150,7 +10196,7 @@ export default { 574 ], "created_at": [ - 4518 + 4526 ], "current_pick_lineup": [ 40 @@ -10174,37 +10220,37 @@ export default { 871 ], "expires_at": [ - 4518 + 4526 ], "host": [ - 3940 + 3948 ], "host_steam_id": [ 257 ], "id": [ - 5018 + 5026 ], "inner_squad": [ 5 ], "invite_code": [ - 5018 + 5026 ], "map_pool": [ 2294 ], "map_pool_id": [ - 5018 + 5026 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_elo": [ 40 @@ -10216,10 +10262,10 @@ export default { 616 ], "options": [ - 2677 + 2681 ], "pick_deadline": [ - 4518 + 4526 ], "picks": [ 381 @@ -10234,28 +10280,28 @@ export default { 5 ], "scheduled_at": [ - 4518 + 4526 ], "status": [ 658 ], "team_1": [ - 4491 + 4499 ], "team_1_id": [ - 5018 + 5026 ], "team_2": [ - 4491 + 4499 ], "team_2_id": [ - 5018 + 5026 ], "type": [ 1029 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -10266,31 +10312,31 @@ export default { 40 ], "created_at": [ - 4518 + 4526 ], "current_pick_lineup": [ 40 ], "expires_at": [ - 4518 + 4526 ], "host_steam_id": [ 257 ], "id": [ - 5018 + 5026 ], "invite_code": [ - 5018 + 5026 ], "map_pool_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_elo": [ 40 @@ -10299,22 +10345,22 @@ export default { 40 ], "pick_deadline": [ - 4518 + 4526 ], "regions": [ 80 ], "scheduled_at": [ - 4518 + 4526 ], "team_1_id": [ - 5018 + 5026 ], "team_2_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -10322,58 +10368,58 @@ export default { }, "draft_games_max_order_by": { "capacity": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "current_pick_lineup": [ - 2971 + 2979 ], "expires_at": [ - 2971 + 2979 ], "host_steam_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invite_code": [ - 2971 + 2979 ], "map_pool_id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "pick_deadline": [ - 2971 + 2979 ], "regions": [ - 2971 + 2979 ], "scheduled_at": [ - 2971 + 2979 ], "team_1_id": [ - 2971 + 2979 ], "team_2_id": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -10384,31 +10430,31 @@ export default { 40 ], "created_at": [ - 4518 + 4526 ], "current_pick_lineup": [ 40 ], "expires_at": [ - 4518 + 4526 ], "host_steam_id": [ 257 ], "id": [ - 5018 + 5026 ], "invite_code": [ - 5018 + 5026 ], "map_pool_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_elo": [ 40 @@ -10417,22 +10463,22 @@ export default { 40 ], "pick_deadline": [ - 4518 + 4526 ], "regions": [ 80 ], "scheduled_at": [ - 4518 + 4526 ], "team_1_id": [ - 5018 + 5026 ], "team_2_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -10440,58 +10486,58 @@ export default { }, "draft_games_min_order_by": { "capacity": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "current_pick_lineup": [ - 2971 + 2979 ], "expires_at": [ - 2971 + 2979 ], "host_steam_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invite_code": [ - 2971 + 2979 ], "map_pool_id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "pick_deadline": [ - 2971 + 2979 ], "regions": [ - 2971 + 2979 ], "scheduled_at": [ - 2971 + 2979 ], "team_1_id": [ - 2971 + 2979 ], "team_2_id": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -10535,22 +10581,22 @@ export default { }, "draft_games_order_by": { "access": [ - 2971 + 2979 ], "capacity": [ - 2971 + 2979 ], "captain_selection": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "current_pick_lineup": [ - 2971 + 2979 ], "draft_order": [ - 2971 + 2979 ], "e_draft_game_captain_selection": [ 582 @@ -10568,58 +10614,58 @@ export default { 873 ], "expires_at": [ - 2971 + 2979 ], "host": [ - 3942 + 3950 ], "host_steam_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "inner_squad": [ - 2971 + 2979 ], "invite_code": [ - 2971 + 2979 ], "is_organizer": [ - 2971 + 2979 ], "map_pool": [ 2296 ], "map_pool_id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "mode": [ - 2971 + 2979 ], "options": [ - 2679 + 2683 ], "pattern": [ - 2971 + 2979 ], "pick_deadline": [ - 2971 + 2979 ], "picks_aggregate": [ 380 @@ -10628,34 +10674,34 @@ export default { 425 ], "regions": [ - 2971 + 2979 ], "require_approval": [ - 2971 + 2979 ], "scheduled_at": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "team_1": [ - 4493 + 4501 ], "team_1_id": [ - 2971 + 2979 ], "team_2": [ - 4493 + 4501 ], "team_2_id": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -10663,7 +10709,7 @@ export default { }, "draft_games_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -10683,7 +10729,7 @@ export default { 574 ], "created_at": [ - 4518 + 4526 ], "current_pick_lineup": [ 40 @@ -10692,28 +10738,28 @@ export default { 595 ], "expires_at": [ - 4518 + 4526 ], "host_steam_id": [ 257 ], "id": [ - 5018 + 5026 ], "inner_squad": [ 5 ], "invite_code": [ - 5018 + 5026 ], "map_pool_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_elo": [ 40 @@ -10725,7 +10771,7 @@ export default { 616 ], "pick_deadline": [ - 4518 + 4526 ], "regions": [ 80 @@ -10734,22 +10780,22 @@ export default { 5 ], "scheduled_at": [ - 4518 + 4526 ], "status": [ 658 ], "team_1_id": [ - 5018 + 5026 ], "team_2_id": [ - 5018 + 5026 ], "type": [ 1029 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -10777,19 +10823,19 @@ export default { }, "draft_games_stddev_order_by": { "capacity": [ - 2971 + 2979 ], "current_pick_lineup": [ - 2971 + 2979 ], "host_steam_id": [ - 2971 + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -10817,19 +10863,19 @@ export default { }, "draft_games_stddev_pop_order_by": { "capacity": [ - 2971 + 2979 ], "current_pick_lineup": [ - 2971 + 2979 ], "host_steam_id": [ - 2971 + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -10857,19 +10903,19 @@ export default { }, "draft_games_stddev_samp_order_by": { "capacity": [ - 2971 + 2979 ], "current_pick_lineup": [ - 2971 + 2979 ], "host_steam_id": [ - 2971 + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -10897,7 +10943,7 @@ export default { 574 ], "created_at": [ - 4518 + 4526 ], "current_pick_lineup": [ 40 @@ -10906,28 +10952,28 @@ export default { 595 ], "expires_at": [ - 4518 + 4526 ], "host_steam_id": [ 257 ], "id": [ - 5018 + 5026 ], "inner_squad": [ 5 ], "invite_code": [ - 5018 + 5026 ], "map_pool_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_elo": [ 40 @@ -10939,7 +10985,7 @@ export default { 616 ], "pick_deadline": [ - 4518 + 4526 ], "regions": [ 80 @@ -10948,22 +10994,22 @@ export default { 5 ], "scheduled_at": [ - 4518 + 4526 ], "status": [ 658 ], "team_1_id": [ - 5018 + 5026 ], "team_2_id": [ - 5018 + 5026 ], "type": [ 1029 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -10991,19 +11037,19 @@ export default { }, "draft_games_sum_order_by": { "capacity": [ - 2971 + 2979 ], "current_pick_lineup": [ - 2971 + 2979 ], "host_steam_id": [ - 2971 + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -11046,19 +11092,19 @@ export default { }, "draft_games_var_pop_order_by": { "capacity": [ - 2971 + 2979 ], "current_pick_lineup": [ - 2971 + 2979 ], "host_steam_id": [ - 2971 + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -11086,19 +11132,19 @@ export default { }, "draft_games_var_samp_order_by": { "capacity": [ - 2971 + 2979 ], "current_pick_lineup": [ - 2971 + 2979 ], "host_steam_id": [ - 2971 + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -11126,19 +11172,19 @@ export default { }, "draft_games_variance_order_by": { "capacity": [ - 2971 + 2979 ], "current_pick_lineup": [ - 2971 + 2979 ], "host_steam_id": [ - 2971 + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -11291,10 +11337,10 @@ export default { }, "e_award_sources_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -11501,10 +11547,10 @@ export default { }, "e_award_tiers_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -11711,10 +11757,10 @@ export default { }, "e_check_in_settings_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -11932,10 +11978,10 @@ export default { }, "e_draft_game_captain_selection_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -12153,10 +12199,10 @@ export default { }, "e_draft_game_draft_order_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -12374,10 +12420,10 @@ export default { }, "e_draft_game_mode_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -12595,10 +12641,10 @@ export default { }, "e_draft_game_player_status_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -12816,10 +12862,10 @@ export default { }, "e_draft_game_status_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -13026,10 +13072,10 @@ export default { }, "e_event_media_access_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -13236,10 +13282,10 @@ export default { }, "e_event_visibility_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -13457,10 +13503,10 @@ export default { }, "e_friend_status_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -13667,10 +13713,10 @@ export default { }, "e_game_cfg_types_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -13888,10 +13934,10 @@ export default { }, "e_game_server_node_statuses_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -14109,10 +14155,10 @@ export default { }, "e_league_movement_types_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -14330,10 +14376,10 @@ export default { }, "e_league_proposal_statuses_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -14551,10 +14597,10 @@ export default { }, "e_league_registration_statuses_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -14772,10 +14818,10 @@ export default { }, "e_league_season_statuses_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -14993,10 +15039,10 @@ export default { }, "e_lobby_access_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -15203,10 +15249,10 @@ export default { }, "e_lobby_player_status_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -15424,10 +15470,10 @@ export default { }, "e_map_pool_types_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -15687,13 +15733,13 @@ export default { }, "e_match_clip_visibility_order_by": { "description": [ - 2971 + 2979 ], "match_clips_aggregate": [ 2338 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -15758,10 +15804,10 @@ export default { 80 ], "match_maps": [ - 2624, + 2628, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -15771,19 +15817,19 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], "match_maps_aggregate": [ - 2625, + 2629, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -15793,11 +15839,11 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], @@ -15856,10 +15902,10 @@ export default { 82 ], "match_maps": [ - 2633 + 2637 ], "match_maps_aggregate": [ - 2626 + 2630 ], "value": [ 82 @@ -15895,7 +15941,7 @@ export default { 80 ], "match_maps": [ - 2630 + 2634 ], "value": [ 80 @@ -15964,13 +16010,13 @@ export default { }, "e_match_map_status_order_by": { "description": [ - 2971 + 2979 ], "match_maps_aggregate": [ - 2629 + 2633 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -16177,10 +16223,10 @@ export default { }, "e_match_mode_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -16440,13 +16486,13 @@ export default { }, "e_match_party_sources_order_by": { "description": [ - 2971 + 2979 ], "match_lineup_players_aggregate": [ 2428 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -16511,10 +16557,10 @@ export default { 80 ], "matches": [ - 2786, + 2794, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -16524,19 +16570,19 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], "matches_aggregate": [ - 2787, + 2795, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -16546,11 +16592,11 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], @@ -16609,10 +16655,10 @@ export default { 82 ], "matches": [ - 2795 + 2803 ], "matches_aggregate": [ - 2788 + 2796 ], "value": [ 82 @@ -16648,7 +16694,7 @@ export default { 80 ], "matches": [ - 2792 + 2800 ], "value": [ 80 @@ -16717,13 +16763,13 @@ export default { }, "e_match_status_order_by": { "description": [ - 2971 + 2979 ], "matches_aggregate": [ - 2791 + 2799 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -16994,13 +17040,13 @@ export default { }, "e_match_types_order_by": { "description": [ - 2971 + 2979 ], "maps_aggregate": [ 2311 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -17207,10 +17253,10 @@ export default { }, "e_notification_types_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -17275,10 +17321,10 @@ export default { 80 ], "player_objectives": [ - 3527, + 3535, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -17288,19 +17334,19 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], "player_objectives_aggregate": [ - 3528, + 3536, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -17310,11 +17356,11 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], @@ -17373,10 +17419,10 @@ export default { 82 ], "player_objectives": [ - 3536 + 3544 ], "player_objectives_aggregate": [ - 3529 + 3537 ], "value": [ 82 @@ -17412,7 +17458,7 @@ export default { 80 ], "player_objectives": [ - 3533 + 3541 ], "value": [ 80 @@ -17470,13 +17516,13 @@ export default { }, "e_objective_types_order_by": { "description": [ - 2971 + 2979 ], "player_objectives_aggregate": [ - 3532 + 3540 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -17683,10 +17729,10 @@ export default { }, "e_player_roles_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -17893,10 +17939,10 @@ export default { }, "e_plugin_runtimes_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -18103,10 +18149,10 @@ export default { }, "e_ready_settings_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -18324,10 +18370,10 @@ export default { }, "e_sanction_types_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -18392,10 +18438,10 @@ export default { 80 ], "scrim_requests": [ - 4370, + 4378, { "distinct_on": [ - 4394, + 4402, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -18405,19 +18451,19 @@ export default { 40 ], "order_by": [ - 4392, + 4400, "[team_scrim_requests_order_by!]" ], "where": [ - 4381 + 4389 ] } ], "scrim_requests_aggregate": [ - 4371, + 4379, { "distinct_on": [ - 4394, + 4402, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -18427,11 +18473,11 @@ export default { 40 ], "order_by": [ - 4392, + 4400, "[team_scrim_requests_order_by!]" ], "where": [ - 4381 + 4389 ] } ], @@ -18490,10 +18536,10 @@ export default { 82 ], "scrim_requests": [ - 4381 + 4389 ], "scrim_requests_aggregate": [ - 4372 + 4380 ], "value": [ 82 @@ -18529,7 +18575,7 @@ export default { 80 ], "scrim_requests": [ - 4378 + 4386 ], "value": [ 80 @@ -18587,13 +18633,13 @@ export default { }, "e_scrim_request_statuses_order_by": { "description": [ - 2971 + 2979 ], "scrim_requests_aggregate": [ - 4377 + 4385 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -18658,10 +18704,10 @@ export default { 80 ], "servers": [ - 4043, + 4051, { "distinct_on": [ - 4067, + 4075, "[servers_select_column!]" ], "limit": [ @@ -18671,19 +18717,19 @@ export default { 40 ], "order_by": [ - 4065, + 4073, "[servers_order_by!]" ], "where": [ - 4054 + 4062 ] } ], "servers_aggregate": [ - 4044, + 4052, { "distinct_on": [ - 4067, + 4075, "[servers_select_column!]" ], "limit": [ @@ -18693,11 +18739,11 @@ export default { 40 ], "order_by": [ - 4065, + 4073, "[servers_order_by!]" ], "where": [ - 4054 + 4062 ] } ], @@ -18756,10 +18802,10 @@ export default { 82 ], "servers": [ - 4054 + 4062 ], "servers_aggregate": [ - 4045 + 4053 ], "value": [ 82 @@ -18795,7 +18841,7 @@ export default { 80 ], "servers": [ - 4051 + 4059 ], "value": [ 80 @@ -18853,13 +18899,13 @@ export default { }, "e_server_types_order_by": { "description": [ - 2971 + 2979 ], "servers_aggregate": [ - 4050 + 4058 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -18924,10 +18970,10 @@ export default { 80 ], "match_map_lineup_1": [ - 2624, + 2628, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -18937,19 +18983,19 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], "match_map_lineup_1_aggregate": [ - 2625, + 2629, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -18959,19 +19005,19 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], "match_map_lineup_2": [ - 2624, + 2628, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -18981,19 +19027,19 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], "match_map_lineup_2_aggregate": [ - 2625, + 2629, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -19003,11 +19049,11 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], @@ -19066,16 +19112,16 @@ export default { 82 ], "match_map_lineup_1": [ - 2633 + 2637 ], "match_map_lineup_1_aggregate": [ - 2626 + 2630 ], "match_map_lineup_2": [ - 2633 + 2637 ], "match_map_lineup_2_aggregate": [ - 2626 + 2630 ], "value": [ 82 @@ -19111,10 +19157,10 @@ export default { 80 ], "match_map_lineup_1": [ - 2630 + 2634 ], "match_map_lineup_2": [ - 2630 + 2634 ], "value": [ 80 @@ -19172,16 +19218,16 @@ export default { }, "e_sides_order_by": { "description": [ - 2971 + 2979 ], "match_map_lineup_1_aggregate": [ - 2629 + 2633 ], "match_map_lineup_2_aggregate": [ - 2629 + 2633 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -19388,10 +19434,10 @@ export default { }, "e_system_alert_types_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -19456,10 +19502,10 @@ export default { 80 ], "team_rosters": [ - 4229, + 4237, { "distinct_on": [ - 4252, + 4260, "[team_roster_select_column!]" ], "limit": [ @@ -19469,19 +19515,19 @@ export default { 40 ], "order_by": [ - 4250, + 4258, "[team_roster_order_by!]" ], "where": [ - 4240 + 4248 ] } ], "team_rosters_aggregate": [ - 4230, + 4238, { "distinct_on": [ - 4252, + 4260, "[team_roster_select_column!]" ], "limit": [ @@ -19491,19 +19537,19 @@ export default { 40 ], "order_by": [ - 4250, + 4258, "[team_roster_order_by!]" ], "where": [ - 4240 + 4248 ] } ], "tournament_team_rosters": [ - 4871, + 4879, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -19513,19 +19559,19 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], "tournament_team_rosters_aggregate": [ - 4872, + 4880, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -19535,11 +19581,11 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], @@ -19598,16 +19644,16 @@ export default { 82 ], "team_rosters": [ - 4240 + 4248 ], "team_rosters_aggregate": [ - 4231 + 4239 ], "tournament_team_rosters": [ - 4880 + 4888 ], "tournament_team_rosters_aggregate": [ - 4873 + 4881 ], "value": [ 82 @@ -19643,10 +19689,10 @@ export default { 80 ], "team_rosters": [ - 4237 + 4245 ], "tournament_team_rosters": [ - 4877 + 4885 ], "value": [ 80 @@ -19715,16 +19761,16 @@ export default { }, "e_team_roles_order_by": { "description": [ - 2971 + 2979 ], "team_rosters_aggregate": [ - 4236 + 4244 ], "tournament_team_rosters_aggregate": [ - 4876 + 4884 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -19931,10 +19977,10 @@ export default { }, "e_team_roster_statuses_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -20141,10 +20187,10 @@ export default { }, "e_timeout_settings_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -20209,10 +20255,10 @@ export default { 80 ], "tournament_categories": [ - 4608, + 4616, { "distinct_on": [ - 4626, + 4634, "[tournament_categories_select_column!]" ], "limit": [ @@ -20222,19 +20268,19 @@ export default { 40 ], "order_by": [ - 4624, + 4632, "[tournament_categories_order_by!]" ], "where": [ - 4615 + 4623 ] } ], "tournament_categories_aggregate": [ - 4609, + 4617, { "distinct_on": [ - 4626, + 4634, "[tournament_categories_select_column!]" ], "limit": [ @@ -20244,11 +20290,11 @@ export default { 40 ], "order_by": [ - 4624, + 4632, "[tournament_categories_order_by!]" ], "where": [ - 4615 + 4623 ] } ], @@ -20307,10 +20353,10 @@ export default { 82 ], "tournament_categories": [ - 4615 + 4623 ], "tournament_categories_aggregate": [ - 4610 + 4618 ], "value": [ 82 @@ -20346,7 +20392,7 @@ export default { 80 ], "tournament_categories": [ - 4614 + 4622 ], "value": [ 80 @@ -20415,13 +20461,13 @@ export default { }, "e_tournament_categories_order_by": { "description": [ - 2971 + 2979 ], "tournament_categories_aggregate": [ - 4613 + 4621 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -20486,10 +20532,10 @@ export default { 80 ], "tournament_stages": [ - 4779, + 4787, { "distinct_on": [ - 4808, + 4816, "[tournament_stages_select_column!]" ], "limit": [ @@ -20499,19 +20545,19 @@ export default { 40 ], "order_by": [ - 4805, + 4813, "[tournament_stages_order_by!]" ], "where": [ - 4791 + 4799 ] } ], "tournament_stages_aggregate": [ - 4780, + 4788, { "distinct_on": [ - 4808, + 4816, "[tournament_stages_select_column!]" ], "limit": [ @@ -20521,11 +20567,11 @@ export default { 40 ], "order_by": [ - 4805, + 4813, "[tournament_stages_order_by!]" ], "where": [ - 4791 + 4799 ] } ], @@ -20584,10 +20630,10 @@ export default { 82 ], "tournament_stages": [ - 4791 + 4799 ], "tournament_stages_aggregate": [ - 4781 + 4789 ], "value": [ 82 @@ -20623,7 +20669,7 @@ export default { 80 ], "tournament_stages": [ - 4788 + 4796 ], "value": [ 80 @@ -20692,13 +20738,13 @@ export default { }, "e_tournament_stage_types_order_by": { "description": [ - 2971 + 2979 ], "tournament_stages_aggregate": [ - 4786 + 4794 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -20763,10 +20809,10 @@ export default { 80 ], "tournaments": [ - 4954, + 4962, { "distinct_on": [ - 4988, + 4996, "[tournaments_select_column!]" ], "limit": [ @@ -20776,19 +20822,19 @@ export default { 40 ], "order_by": [ - 4986, + 4994, "[tournaments_order_by!]" ], "where": [ - 4975 + 4983 ] } ], "tournaments_aggregate": [ - 4955, + 4963, { "distinct_on": [ - 4988, + 4996, "[tournaments_select_column!]" ], "limit": [ @@ -20798,11 +20844,11 @@ export default { 40 ], "order_by": [ - 4986, + 4994, "[tournaments_order_by!]" ], "where": [ - 4975 + 4983 ] } ], @@ -20861,10 +20907,10 @@ export default { 82 ], "tournaments": [ - 4975 + 4983 ], "tournaments_aggregate": [ - 4956 + 4964 ], "value": [ 82 @@ -20900,7 +20946,7 @@ export default { 80 ], "tournaments": [ - 4972 + 4980 ], "value": [ 80 @@ -20969,13 +21015,13 @@ export default { }, "e_tournament_status_order_by": { "description": [ - 2971 + 2979 ], "tournaments_aggregate": [ - 4971 + 4979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -21040,10 +21086,10 @@ export default { 80 ], "player_utilities": [ - 3855, + 3863, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -21053,19 +21099,19 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], "player_utilities_aggregate": [ - 3856, + 3864, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -21075,11 +21121,11 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], @@ -21138,10 +21184,10 @@ export default { 82 ], "player_utilities": [ - 3864 + 3872 ], "player_utilities_aggregate": [ - 3857 + 3865 ], "value": [ 82 @@ -21177,7 +21223,7 @@ export default { 80 ], "player_utilities": [ - 3861 + 3869 ], "value": [ 80 @@ -21235,13 +21281,13 @@ export default { }, "e_utility_types_order_by": { "description": [ - 2971 + 2979 ], "player_utilities_aggregate": [ - 3860 + 3868 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -21309,7 +21355,7 @@ export default { 2600, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -21319,11 +21365,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -21331,7 +21377,7 @@ export default { 2601, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -21341,11 +21387,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -21404,7 +21450,7 @@ export default { 82 ], "match_veto_picks": [ - 2607 + 2609 ], "match_veto_picks_aggregate": [ 2602 @@ -21443,7 +21489,7 @@ export default { 80 ], "match_veto_picks": [ - 2606 + 2608 ], "value": [ 80 @@ -21501,13 +21547,13 @@ export default { }, "e_veto_pick_types_order_by": { "description": [ - 2971 + 2979 ], "match_veto_picks_aggregate": [ - 2605 + 2607 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -21714,10 +21760,10 @@ export default { }, "e_winning_reasons_order_by": { "description": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -21779,19 +21825,19 @@ export default { }, "event_match_links": { "created_at": [ - 4518 + 4526 ], "event": [ 1661 ], "event_id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -21842,19 +21888,19 @@ export default { 1433 ], "created_at": [ - 4519 + 4527 ], "event": [ 1665 ], "event_id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -21863,19 +21909,19 @@ export default { "event_match_links_constraint": {}, "event_match_links_insert_input": { "created_at": [ - 4518 + 4526 ], "event": [ 1672 ], "event_id": [ - 5018 + 5026 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -21883,13 +21929,13 @@ export default { }, "event_match_links_max_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -21897,13 +21943,13 @@ export default { }, "event_match_links_min_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -21936,19 +21982,19 @@ export default { }, "event_match_links_order_by": { "created_at": [ - 2971 + 2979 ], "event": [ 1674 ], "event_id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -21956,10 +22002,10 @@ export default { }, "event_match_links_pk_columns_input": { "event_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -21968,13 +22014,13 @@ export default { "event_match_links_select_column": {}, "event_match_links_set_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -21993,13 +22039,13 @@ export default { }, "event_match_links_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -22019,13 +22065,13 @@ export default { }, "event_media": { "created_at": [ - 4518 + 4526 ], "event": [ 1661 ], "event_id": [ - 5018 + 5026 ], "external_url": [ 80 @@ -22034,7 +22080,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "mime_type": [ 80 @@ -22093,7 +22139,7 @@ export default { 80 ], "uploader": [ - 3929 + 3937 ], "uploader_steam_id": [ 257 @@ -22190,7 +22236,7 @@ export default { 1456 ], "count": [ - 2971 + 2979 ], "max": [ 1462 @@ -22247,10 +22293,10 @@ export default { }, "event_media_avg_order_by": { "size": [ - 2971 + 2979 ], "uploader_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -22267,13 +22313,13 @@ export default { 1457 ], "created_at": [ - 4519 + 4527 ], "event": [ 1665 ], "event_id": [ - 5020 + 5028 ], "external_url": [ 82 @@ -22282,7 +22328,7 @@ export default { 82 ], "id": [ - 5020 + 5028 ], "mime_type": [ 82 @@ -22303,7 +22349,7 @@ export default { 82 ], "uploader": [ - 3933 + 3941 ], "uploader_steam_id": [ 259 @@ -22326,13 +22372,13 @@ export default { }, "event_media_insert_input": { "created_at": [ - 4518 + 4526 ], "event": [ 1672 ], "event_id": [ - 5018 + 5026 ], "external_url": [ 80 @@ -22341,7 +22387,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "mime_type": [ 80 @@ -22359,7 +22405,7 @@ export default { 80 ], "uploader": [ - 3940 + 3948 ], "uploader_steam_id": [ 257 @@ -22370,10 +22416,10 @@ export default { }, "event_media_max_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "external_url": [ 80 @@ -22382,7 +22428,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "mime_type": [ 80 @@ -22405,34 +22451,34 @@ export default { }, "event_media_max_order_by": { "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "external_url": [ - 2971 + 2979 ], "filename": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "mime_type": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "thumbnail_filename": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "uploader_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -22440,10 +22486,10 @@ export default { }, "event_media_min_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "external_url": [ 80 @@ -22452,7 +22498,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "mime_type": [ 80 @@ -22475,34 +22521,34 @@ export default { }, "event_media_min_order_by": { "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "external_url": [ - 2971 + 2979 ], "filename": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "mime_type": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "thumbnail_filename": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "uploader_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -22546,43 +22592,43 @@ export default { }, "event_media_order_by": { "created_at": [ - 2971 + 2979 ], "event": [ 1674 ], "event_id": [ - 2971 + 2979 ], "external_url": [ - 2971 + 2979 ], "filename": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "mime_type": [ - 2971 + 2979 ], "players_aggregate": [ 1475 ], "size": [ - 2971 + 2979 ], "thumbnail_filename": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "uploader": [ - 3942 + 3950 ], "uploader_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -22590,7 +22636,7 @@ export default { }, "event_media_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -22598,16 +22644,16 @@ export default { }, "event_media_players": { "created_at": [ - 4518 + 4526 ], "media": [ 1448 ], "media_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "steam_id": [ 257 @@ -22704,7 +22750,7 @@ export default { 1478 ], "count": [ - 2971 + 2979 ], "max": [ 1484 @@ -22758,7 +22804,7 @@ export default { }, "event_media_players_avg_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -22775,16 +22821,16 @@ export default { 1479 ], "created_at": [ - 4519 + 4527 ], "media": [ 1457 ], "media_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "steam_id": [ 259 @@ -22804,16 +22850,16 @@ export default { }, "event_media_players_insert_input": { "created_at": [ - 4518 + 4526 ], "media": [ 1466 ], "media_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "steam_id": [ 257 @@ -22824,10 +22870,10 @@ export default { }, "event_media_players_max_fields": { "created_at": [ - 4518 + 4526 ], "media_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -22838,13 +22884,13 @@ export default { }, "event_media_players_max_order_by": { "created_at": [ - 2971 + 2979 ], "media_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -22852,10 +22898,10 @@ export default { }, "event_media_players_min_fields": { "created_at": [ - 4518 + 4526 ], "media_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -22866,13 +22912,13 @@ export default { }, "event_media_players_min_order_by": { "created_at": [ - 2971 + 2979 ], "media_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -22905,19 +22951,19 @@ export default { }, "event_media_players_order_by": { "created_at": [ - 2971 + 2979 ], "media": [ 1468 ], "media_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -22925,7 +22971,7 @@ export default { }, "event_media_players_pk_columns_input": { "media_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -22937,10 +22983,10 @@ export default { "event_media_players_select_column": {}, "event_media_players_set_input": { "created_at": [ - 4518 + 4526 ], "media_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -22959,7 +23005,7 @@ export default { }, "event_media_players_stddev_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -22975,7 +23021,7 @@ export default { }, "event_media_players_stddev_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -22991,7 +23037,7 @@ export default { }, "event_media_players_stddev_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23010,10 +23056,10 @@ export default { }, "event_media_players_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "media_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -23032,7 +23078,7 @@ export default { }, "event_media_players_sum_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23063,7 +23109,7 @@ export default { }, "event_media_players_var_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23079,7 +23125,7 @@ export default { }, "event_media_players_var_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23095,7 +23141,7 @@ export default { }, "event_media_players_variance_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23104,10 +23150,10 @@ export default { "event_media_select_column": {}, "event_media_set_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "external_url": [ 80 @@ -23116,7 +23162,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "mime_type": [ 80 @@ -23150,10 +23196,10 @@ export default { }, "event_media_stddev_order_by": { "size": [ - 2971 + 2979 ], "uploader_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23172,10 +23218,10 @@ export default { }, "event_media_stddev_pop_order_by": { "size": [ - 2971 + 2979 ], "uploader_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23194,10 +23240,10 @@ export default { }, "event_media_stddev_samp_order_by": { "size": [ - 2971 + 2979 ], "uploader_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23216,10 +23262,10 @@ export default { }, "event_media_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "external_url": [ 80 @@ -23228,7 +23274,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "mime_type": [ 80 @@ -23262,10 +23308,10 @@ export default { }, "event_media_sum_order_by": { "size": [ - 2971 + 2979 ], "uploader_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23299,10 +23345,10 @@ export default { }, "event_media_var_pop_order_by": { "size": [ - 2971 + 2979 ], "uploader_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23321,10 +23367,10 @@ export default { }, "event_media_var_samp_order_by": { "size": [ - 2971 + 2979 ], "uploader_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23343,10 +23389,10 @@ export default { }, "event_media_variance_order_by": { "size": [ - 2971 + 2979 ], "uploader_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23354,16 +23400,16 @@ export default { }, "event_organizers": { "created_at": [ - 4518 + 4526 ], "event": [ 1661 ], "event_id": [ - 5018 + 5026 ], "organizer": [ - 3929 + 3937 ], "steam_id": [ 257 @@ -23460,7 +23506,7 @@ export default { 1539 ], "count": [ - 2971 + 2979 ], "max": [ 1545 @@ -23514,7 +23560,7 @@ export default { }, "event_organizers_avg_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23531,16 +23577,16 @@ export default { 1540 ], "created_at": [ - 4519 + 4527 ], "event": [ 1665 ], "event_id": [ - 5020 + 5028 ], "organizer": [ - 3933 + 3941 ], "steam_id": [ 259 @@ -23560,16 +23606,16 @@ export default { }, "event_organizers_insert_input": { "created_at": [ - 4518 + 4526 ], "event": [ 1672 ], "event_id": [ - 5018 + 5026 ], "organizer": [ - 3940 + 3948 ], "steam_id": [ 257 @@ -23580,10 +23626,10 @@ export default { }, "event_organizers_max_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -23594,13 +23640,13 @@ export default { }, "event_organizers_max_order_by": { "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23608,10 +23654,10 @@ export default { }, "event_organizers_min_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -23622,13 +23668,13 @@ export default { }, "event_organizers_min_order_by": { "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23661,19 +23707,19 @@ export default { }, "event_organizers_order_by": { "created_at": [ - 2971 + 2979 ], "event": [ 1674 ], "event_id": [ - 2971 + 2979 ], "organizer": [ - 3942 + 3950 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23681,7 +23727,7 @@ export default { }, "event_organizers_pk_columns_input": { "event_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -23693,10 +23739,10 @@ export default { "event_organizers_select_column": {}, "event_organizers_set_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -23715,7 +23761,7 @@ export default { }, "event_organizers_stddev_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23731,7 +23777,7 @@ export default { }, "event_organizers_stddev_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23747,7 +23793,7 @@ export default { }, "event_organizers_stddev_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23766,10 +23812,10 @@ export default { }, "event_organizers_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -23788,7 +23834,7 @@ export default { }, "event_organizers_sum_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23819,7 +23865,7 @@ export default { }, "event_organizers_var_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23835,7 +23881,7 @@ export default { }, "event_organizers_var_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23851,7 +23897,7 @@ export default { }, "event_organizers_variance_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -23859,16 +23905,16 @@ export default { }, "event_players": { "created_at": [ - 4518 + 4526 ], "event": [ 1661 ], "event_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "steam_id": [ 257 @@ -23965,7 +24011,7 @@ export default { 1580 ], "count": [ - 2971 + 2979 ], "max": [ 1586 @@ -24019,7 +24065,7 @@ export default { }, "event_players_avg_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24036,16 +24082,16 @@ export default { 1581 ], "created_at": [ - 4519 + 4527 ], "event": [ 1665 ], "event_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "steam_id": [ 259 @@ -24065,16 +24111,16 @@ export default { }, "event_players_insert_input": { "created_at": [ - 4518 + 4526 ], "event": [ 1672 ], "event_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "steam_id": [ 257 @@ -24085,10 +24131,10 @@ export default { }, "event_players_max_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -24099,13 +24145,13 @@ export default { }, "event_players_max_order_by": { "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24113,10 +24159,10 @@ export default { }, "event_players_min_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -24127,13 +24173,13 @@ export default { }, "event_players_min_order_by": { "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24166,19 +24212,19 @@ export default { }, "event_players_order_by": { "created_at": [ - 2971 + 2979 ], "event": [ 1674 ], "event_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24186,7 +24232,7 @@ export default { }, "event_players_pk_columns_input": { "event_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -24198,10 +24244,10 @@ export default { "event_players_select_column": {}, "event_players_set_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -24220,7 +24266,7 @@ export default { }, "event_players_stddev_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24236,7 +24282,7 @@ export default { }, "event_players_stddev_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24252,7 +24298,7 @@ export default { }, "event_players_stddev_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24271,10 +24317,10 @@ export default { }, "event_players_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -24293,7 +24339,7 @@ export default { }, "event_players_sum_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24324,7 +24370,7 @@ export default { }, "event_players_var_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24340,7 +24386,7 @@ export default { }, "event_players_var_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24356,7 +24402,7 @@ export default { }, "event_players_variance_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24364,19 +24410,19 @@ export default { }, "event_teams": { "created_at": [ - 4518 + 4526 ], "event": [ 1661 ], "event_id": [ - 5018 + 5026 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24443,7 +24489,7 @@ export default { }, "event_teams_aggregate_order_by": { "count": [ - 2971 + 2979 ], "max": [ 1624 @@ -24477,19 +24523,19 @@ export default { 1620 ], "created_at": [ - 4519 + 4527 ], "event": [ 1665 ], "event_id": [ - 5020 + 5028 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -24498,19 +24544,19 @@ export default { "event_teams_constraint": {}, "event_teams_insert_input": { "created_at": [ - 4518 + 4526 ], "event": [ 1672 ], "event_id": [ - 5018 + 5026 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24518,13 +24564,13 @@ export default { }, "event_teams_max_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24532,13 +24578,13 @@ export default { }, "event_teams_max_order_by": { "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24546,13 +24592,13 @@ export default { }, "event_teams_min_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24560,13 +24606,13 @@ export default { }, "event_teams_min_order_by": { "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24599,19 +24645,19 @@ export default { }, "event_teams_order_by": { "created_at": [ - 2971 + 2979 ], "event": [ 1674 ], "event_id": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24619,10 +24665,10 @@ export default { }, "event_teams_pk_columns_input": { "event_id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24631,13 +24677,13 @@ export default { "event_teams_select_column": {}, "event_teams_set_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24656,13 +24702,13 @@ export default { }, "event_teams_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24682,19 +24728,19 @@ export default { }, "event_tournaments": { "created_at": [ - 4518 + 4526 ], "event": [ 1661 ], "event_id": [ - 5018 + 5026 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24761,7 +24807,7 @@ export default { }, "event_tournaments_aggregate_order_by": { "count": [ - 2971 + 2979 ], "max": [ 1648 @@ -24795,19 +24841,19 @@ export default { 1644 ], "created_at": [ - 4519 + 4527 ], "event": [ 1665 ], "event_id": [ - 5020 + 5028 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -24816,19 +24862,19 @@ export default { "event_tournaments_constraint": {}, "event_tournaments_insert_input": { "created_at": [ - 4518 + 4526 ], "event": [ 1672 ], "event_id": [ - 5018 + 5026 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24836,13 +24882,13 @@ export default { }, "event_tournaments_max_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24850,13 +24896,13 @@ export default { }, "event_tournaments_max_order_by": { "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24864,13 +24910,13 @@ export default { }, "event_tournaments_min_fields": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24878,13 +24924,13 @@ export default { }, "event_tournaments_min_order_by": { "created_at": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24917,19 +24963,19 @@ export default { }, "event_tournaments_order_by": { "created_at": [ - 2971 + 2979 ], "event": [ 1674 ], "event_id": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -24937,10 +24983,10 @@ export default { }, "event_tournaments_pk_columns_input": { "event_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24949,13 +24995,13 @@ export default { "event_tournaments_select_column": {}, "event_tournaments_set_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -24974,13 +25020,13 @@ export default { }, "event_tournaments_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "event_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -25047,7 +25093,7 @@ export default { 1448 ], "banner_media_id": [ - 5018 + 5026 ], "can_upload_media": [ 5 @@ -25056,19 +25102,19 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "hide_creator_organizer": [ 5 ], "id": [ - 5018 + 5026 ], "is_organizer": [ 5 @@ -25124,7 +25170,7 @@ export default { 80 ], "organizer": [ - 3929 + 3937 ], "organizer_steam_id": [ 257 @@ -25174,10 +25220,10 @@ export default { } ], "player_stats": [ - 5021, + 5029, { "distinct_on": [ - 5047, + 5055, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -25187,19 +25233,19 @@ export default { 40 ], "order_by": [ - 5046, + 5054, "[v_event_player_stats_order_by!]" ], "where": [ - 5040 + 5048 ] } ], "player_stats_aggregate": [ - 5022, + 5030, { "distinct_on": [ - 5047, + 5055, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -25209,11 +25255,11 @@ export default { 40 ], "order_by": [ - 5046, + 5054, "[v_event_player_stats_order_by!]" ], "where": [ - 5040 + 5048 ] } ], @@ -25262,7 +25308,7 @@ export default { } ], "starts_at": [ - 4518 + 4526 ], "teams": [ 1613, @@ -25445,7 +25491,7 @@ export default { 1457 ], "banner_media_id": [ - 5020 + 5028 ], "can_upload_media": [ 6 @@ -25454,19 +25500,19 @@ export default { 6 ], "created_at": [ - 4519 + 4527 ], "description": [ 82 ], "ends_at": [ - 4519 + 4527 ], "hide_creator_organizer": [ 6 ], "id": [ - 5020 + 5028 ], "is_organizer": [ 6 @@ -25484,7 +25530,7 @@ export default { 82 ], "organizer": [ - 3933 + 3941 ], "organizer_steam_id": [ 259 @@ -25496,10 +25542,10 @@ export default { 1533 ], "player_stats": [ - 5040 + 5048 ], "player_stats_aggregate": [ - 5023 + 5031 ], "players": [ 1581 @@ -25508,7 +25554,7 @@ export default { 1574 ], "starts_at": [ - 4519 + 4527 ], "teams": [ 1620 @@ -25546,22 +25592,22 @@ export default { 1466 ], "banner_media_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "hide_creator_organizer": [ 5 ], "id": [ - 5018 + 5026 ], "media": [ 1454 @@ -25573,7 +25619,7 @@ export default { 80 ], "organizer": [ - 3940 + 3948 ], "organizer_steam_id": [ 257 @@ -25582,13 +25628,13 @@ export default { 1537 ], "player_stats": [ - 5037 + 5045 ], "players": [ 1578 ], "starts_at": [ - 4518 + 4526 ], "teams": [ 1619 @@ -25605,19 +25651,19 @@ export default { }, "events_max_fields": { "banner_media_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -25626,7 +25672,7 @@ export default { 257 ], "starts_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -25634,19 +25680,19 @@ export default { }, "events_min_fields": { "banner_media_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -25655,7 +25701,7 @@ export default { 257 ], "starts_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -25705,58 +25751,58 @@ export default { 1468 ], "banner_media_id": [ - 2971 + 2979 ], "can_upload_media": [ - 2971 + 2979 ], "can_view": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "description": [ - 2971 + 2979 ], "ends_at": [ - 2971 + 2979 ], "hide_creator_organizer": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "is_organizer": [ - 2971 + 2979 ], "media_access": [ - 2971 + 2979 ], "media_aggregate": [ 1453 ], "name": [ - 2971 + 2979 ], "organizer": [ - 3942 + 3950 ], "organizer_steam_id": [ - 2971 + 2979 ], "organizers_aggregate": [ 1536 ], "player_stats_aggregate": [ - 5036 + 5044 ], "players_aggregate": [ 1577 ], "starts_at": [ - 2971 + 2979 ], "teams_aggregate": [ 1618 @@ -25765,7 +25811,7 @@ export default { 1642 ], "visibility": [ - 2971 + 2979 ], "__typename": [ 80 @@ -25773,7 +25819,7 @@ export default { }, "events_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -25782,22 +25828,22 @@ export default { "events_select_column": {}, "events_set_input": { "banner_media_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "hide_creator_organizer": [ 5 ], "id": [ - 5018 + 5026 ], "media_access": [ 679 @@ -25809,7 +25855,7 @@ export default { 257 ], "starts_at": [ - 4518 + 4526 ], "visibility": [ 699 @@ -25855,22 +25901,22 @@ export default { }, "events_stream_cursor_value_input": { "banner_media_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "hide_creator_organizer": [ 5 ], "id": [ - 5018 + 5026 ], "media_access": [ 679 @@ -25882,7 +25928,7 @@ export default { 257 ], "starts_at": [ - 4518 + 4526 ], "visibility": [ 699 @@ -26164,13 +26210,13 @@ export default { 727 ], "other_player_steam_id": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "__typename": [ 80 @@ -26388,7 +26434,7 @@ export default { 40 ], "e_region": [ - 4016 + 4024 ], "e_status": [ 755 @@ -26435,7 +26481,7 @@ export default { 1838 ], "offline_at": [ - 4518 + 4526 ], "pin_build_id": [ 40 @@ -26459,10 +26505,10 @@ export default { 80 ], "servers": [ - 4043, + 4051, { "distinct_on": [ - 4067, + 4075, "[servers_select_column!]" ], "limit": [ @@ -26472,19 +26518,19 @@ export default { 40 ], "order_by": [ - 4065, + 4073, "[servers_order_by!]" ], "where": [ - 4054 + 4062 ] } ], "servers_aggregate": [ - 4044, + 4052, { "distinct_on": [ - 4067, + 4075, "[servers_select_column!]" ], "limit": [ @@ -26494,16 +26540,16 @@ export default { 40 ], "order_by": [ - 4065, + 4073, "[servers_order_by!]" ], "where": [ - 4054 + 4062 ] } ], "shader_bake_progress": [ - 2969 + 2977 ], "shader_bake_progress_stage": [ 80 @@ -26675,7 +26721,7 @@ export default { 1729 ], "count": [ - 2971 + 2979 ], "max": [ 1738 @@ -26794,40 +26840,40 @@ export default { }, "game_server_nodes_avg_order_by": { "build_id": [ - 2971 + 2979 ], "cpu_cores_per_socket": [ - 2971 + 2979 ], "cpu_sockets": [ - 2971 + 2979 ], "cpu_threads_per_core": [ - 2971 + 2979 ], "csgo_build_id": [ - 2971 + 2979 ], "demo_network_limiter": [ - 2971 + 2979 ], "disk_available_gb": [ - 2971 + 2979 ], "disk_used_percent": [ - 2971 + 2979 ], "end_port_range": [ - 2971 + 2979 ], "pin_build_id": [ - 2971 + 2979 ], "shader_bake_progress": [ - 2971 + 2979 ], "start_port_range": [ - 2971 + 2979 ], "__typename": [ 80 @@ -26886,7 +26932,7 @@ export default { 41 ], "e_region": [ - 4020 + 4028 ], "e_status": [ 758 @@ -26928,7 +26974,7 @@ export default { 1839 ], "offline_at": [ - 4519 + 4527 ], "pin_build_id": [ 41 @@ -26952,13 +26998,13 @@ export default { 82 ], "servers": [ - 4054 + 4062 ], "servers_aggregate": [ - 4045 + 4053 ], "shader_bake_progress": [ - 2970 + 2978 ], "shader_bake_progress_stage": [ 82 @@ -27108,7 +27154,7 @@ export default { 40 ], "shader_bake_progress": [ - 2969 + 2977 ], "start_port_range": [ 40 @@ -27158,7 +27204,7 @@ export default { 40 ], "e_region": [ - 4026 + 4034 ], "e_status": [ 766 @@ -27200,7 +27246,7 @@ export default { 1838 ], "offline_at": [ - 4518 + 4526 ], "pin_build_id": [ 40 @@ -27221,10 +27267,10 @@ export default { 80 ], "servers": [ - 4051 + 4059 ], "shader_bake_progress": [ - 2969 + 2977 ], "shader_bake_progress_stage": [ 80 @@ -27298,7 +27344,7 @@ export default { 80 ], "offline_at": [ - 4518 + 4526 ], "pin_build_id": [ 40 @@ -27313,7 +27359,7 @@ export default { 80 ], "shader_bake_progress": [ - 2969 + 2977 ], "shader_bake_progress_stage": [ 80 @@ -27339,70 +27385,70 @@ export default { }, "game_server_nodes_max_order_by": { "build_id": [ - 2971 + 2979 ], "cpu_cores_per_socket": [ - 2971 + 2979 ], "cpu_sockets": [ - 2971 + 2979 ], "cpu_threads_per_core": [ - 2971 + 2979 ], "csgo_build_id": [ - 2971 + 2979 ], "demo_network_limiter": [ - 2971 + 2979 ], "disk_available_gb": [ - 2971 + 2979 ], "disk_used_percent": [ - 2971 + 2979 ], "end_port_range": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "offline_at": [ - 2971 + 2979 ], "pin_build_id": [ - 2971 + 2979 ], "pin_plugin_runtime": [ - 2971 + 2979 ], "pin_plugin_version": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "shader_bake_progress": [ - 2971 + 2979 ], "shader_bake_progress_stage": [ - 2971 + 2979 ], "shader_bake_status": [ - 2971 + 2979 ], "start_port_range": [ - 2971 + 2979 ], "token": [ - 2971 + 2979 ], "update_status": [ - 2971 + 2979 ], "__typename": [ 80 @@ -27446,7 +27492,7 @@ export default { 80 ], "offline_at": [ - 4518 + 4526 ], "pin_build_id": [ 40 @@ -27461,7 +27507,7 @@ export default { 80 ], "shader_bake_progress": [ - 2969 + 2977 ], "shader_bake_progress_stage": [ 80 @@ -27487,70 +27533,70 @@ export default { }, "game_server_nodes_min_order_by": { "build_id": [ - 2971 + 2979 ], "cpu_cores_per_socket": [ - 2971 + 2979 ], "cpu_sockets": [ - 2971 + 2979 ], "cpu_threads_per_core": [ - 2971 + 2979 ], "csgo_build_id": [ - 2971 + 2979 ], "demo_network_limiter": [ - 2971 + 2979 ], "disk_available_gb": [ - 2971 + 2979 ], "disk_used_percent": [ - 2971 + 2979 ], "end_port_range": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "offline_at": [ - 2971 + 2979 ], "pin_build_id": [ - 2971 + 2979 ], "pin_plugin_runtime": [ - 2971 + 2979 ], "pin_plugin_version": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "shader_bake_progress": [ - 2971 + 2979 ], "shader_bake_progress_stage": [ - 2971 + 2979 ], "shader_bake_status": [ - 2971 + 2979 ], "start_port_range": [ - 2971 + 2979 ], "token": [ - 2971 + 2979 ], "update_status": [ - 2971 + 2979 ], "__typename": [ 80 @@ -27594,148 +27640,148 @@ export default { }, "game_server_nodes_order_by": { "available_server_count": [ - 2971 + 2979 ], "build_id": [ - 2971 + 2979 ], "cpu_cores_per_socket": [ - 2971 + 2979 ], "cpu_frequency_info": [ - 2971 + 2979 ], "cpu_governor_info": [ - 2971 + 2979 ], "cpu_sockets": [ - 2971 + 2979 ], "cpu_threads_per_core": [ - 2971 + 2979 ], "cpu_warnings": [ - 2971 + 2979 ], "cs2_launch_options": [ - 2971 + 2979 ], "cs2_video_settings": [ - 2971 + 2979 ], "csgo_build_id": [ - 2971 + 2979 ], "demo_network_limiter": [ - 2971 + 2979 ], "disk_available_gb": [ - 2971 + 2979 ], "disk_used_percent": [ - 2971 + 2979 ], "e_region": [ - 4028 + 4036 ], "e_status": [ 768 ], "enabled": [ - 2971 + 2979 ], "enabled_for_match_making": [ - 2971 + 2979 ], "end_port_range": [ - 2971 + 2979 ], "gpu": [ - 2971 + 2979 ], "gpu_demos_enabled": [ - 2971 + 2979 ], "gpu_info": [ - 2971 + 2979 ], "gpu_rendering_enabled": [ - 2971 + 2979 ], "gpu_streaming_enabled": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "lan_ip": [ - 2971 + 2979 ], "node_ip": [ - 2971 + 2979 ], "offline_at": [ - 2971 + 2979 ], "pin_build_id": [ - 2971 + 2979 ], "pin_plugin_runtime": [ - 2971 + 2979 ], "pin_plugin_version": [ - 2971 + 2979 ], "pinned_version": [ 1786 ], "plugin_supported": [ - 2971 + 2979 ], "public_ip": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "servers_aggregate": [ - 4050 + 4058 ], "shader_bake_progress": [ - 2971 + 2979 ], "shader_bake_progress_stage": [ - 2971 + 2979 ], "shader_bake_status": [ - 2971 + 2979 ], "shader_bake_status_history": [ - 2971 + 2979 ], "start_port_range": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "supports_cpu_pinning": [ - 2971 + 2979 ], "supports_low_latency": [ - 2971 + 2979 ], "token": [ - 2971 + 2979 ], "total_server_count": [ - 2971 + 2979 ], "update_status": [ - 2971 + 2979 ], "version": [ 1786 @@ -27858,7 +27904,7 @@ export default { 1838 ], "offline_at": [ - 4518 + 4526 ], "pin_build_id": [ 40 @@ -27876,7 +27922,7 @@ export default { 80 ], "shader_bake_progress": [ - 2969 + 2977 ], "shader_bake_progress_stage": [ 80 @@ -27958,40 +28004,40 @@ export default { }, "game_server_nodes_stddev_order_by": { "build_id": [ - 2971 + 2979 ], "cpu_cores_per_socket": [ - 2971 + 2979 ], "cpu_sockets": [ - 2971 + 2979 ], "cpu_threads_per_core": [ - 2971 + 2979 ], "csgo_build_id": [ - 2971 + 2979 ], "demo_network_limiter": [ - 2971 + 2979 ], "disk_available_gb": [ - 2971 + 2979 ], "disk_used_percent": [ - 2971 + 2979 ], "end_port_range": [ - 2971 + 2979 ], "pin_build_id": [ - 2971 + 2979 ], "shader_bake_progress": [ - 2971 + 2979 ], "start_port_range": [ - 2971 + 2979 ], "__typename": [ 80 @@ -28046,40 +28092,40 @@ export default { }, "game_server_nodes_stddev_pop_order_by": { "build_id": [ - 2971 + 2979 ], "cpu_cores_per_socket": [ - 2971 + 2979 ], "cpu_sockets": [ - 2971 + 2979 ], "cpu_threads_per_core": [ - 2971 + 2979 ], "csgo_build_id": [ - 2971 + 2979 ], "demo_network_limiter": [ - 2971 + 2979 ], "disk_available_gb": [ - 2971 + 2979 ], "disk_used_percent": [ - 2971 + 2979 ], "end_port_range": [ - 2971 + 2979 ], "pin_build_id": [ - 2971 + 2979 ], "shader_bake_progress": [ - 2971 + 2979 ], "start_port_range": [ - 2971 + 2979 ], "__typename": [ 80 @@ -28134,40 +28180,40 @@ export default { }, "game_server_nodes_stddev_samp_order_by": { "build_id": [ - 2971 + 2979 ], "cpu_cores_per_socket": [ - 2971 + 2979 ], "cpu_sockets": [ - 2971 + 2979 ], "cpu_threads_per_core": [ - 2971 + 2979 ], "csgo_build_id": [ - 2971 + 2979 ], "demo_network_limiter": [ - 2971 + 2979 ], "disk_available_gb": [ - 2971 + 2979 ], "disk_used_percent": [ - 2971 + 2979 ], "end_port_range": [ - 2971 + 2979 ], "pin_build_id": [ - 2971 + 2979 ], "shader_bake_progress": [ - 2971 + 2979 ], "start_port_range": [ - 2971 + 2979 ], "__typename": [ 80 @@ -28261,7 +28307,7 @@ export default { 1838 ], "offline_at": [ - 4518 + 4526 ], "pin_build_id": [ 40 @@ -28279,7 +28325,7 @@ export default { 80 ], "shader_bake_progress": [ - 2969 + 2977 ], "shader_bake_progress_stage": [ 80 @@ -28347,7 +28393,7 @@ export default { 40 ], "shader_bake_progress": [ - 2969 + 2977 ], "start_port_range": [ 40 @@ -28361,40 +28407,40 @@ export default { }, "game_server_nodes_sum_order_by": { "build_id": [ - 2971 + 2979 ], "cpu_cores_per_socket": [ - 2971 + 2979 ], "cpu_sockets": [ - 2971 + 2979 ], "cpu_threads_per_core": [ - 2971 + 2979 ], "csgo_build_id": [ - 2971 + 2979 ], "demo_network_limiter": [ - 2971 + 2979 ], "disk_available_gb": [ - 2971 + 2979 ], "disk_used_percent": [ - 2971 + 2979 ], "end_port_range": [ - 2971 + 2979 ], "pin_build_id": [ - 2971 + 2979 ], "shader_bake_progress": [ - 2971 + 2979 ], "start_port_range": [ - 2971 + 2979 ], "__typename": [ 80 @@ -28479,40 +28525,40 @@ export default { }, "game_server_nodes_var_pop_order_by": { "build_id": [ - 2971 + 2979 ], "cpu_cores_per_socket": [ - 2971 + 2979 ], "cpu_sockets": [ - 2971 + 2979 ], "cpu_threads_per_core": [ - 2971 + 2979 ], "csgo_build_id": [ - 2971 + 2979 ], "demo_network_limiter": [ - 2971 + 2979 ], "disk_available_gb": [ - 2971 + 2979 ], "disk_used_percent": [ - 2971 + 2979 ], "end_port_range": [ - 2971 + 2979 ], "pin_build_id": [ - 2971 + 2979 ], "shader_bake_progress": [ - 2971 + 2979 ], "start_port_range": [ - 2971 + 2979 ], "__typename": [ 80 @@ -28567,40 +28613,40 @@ export default { }, "game_server_nodes_var_samp_order_by": { "build_id": [ - 2971 + 2979 ], "cpu_cores_per_socket": [ - 2971 + 2979 ], "cpu_sockets": [ - 2971 + 2979 ], "cpu_threads_per_core": [ - 2971 + 2979 ], "csgo_build_id": [ - 2971 + 2979 ], "demo_network_limiter": [ - 2971 + 2979 ], "disk_available_gb": [ - 2971 + 2979 ], "disk_used_percent": [ - 2971 + 2979 ], "end_port_range": [ - 2971 + 2979 ], "pin_build_id": [ - 2971 + 2979 ], "shader_bake_progress": [ - 2971 + 2979 ], "start_port_range": [ - 2971 + 2979 ], "__typename": [ 80 @@ -28655,40 +28701,40 @@ export default { }, "game_server_nodes_variance_order_by": { "build_id": [ - 2971 + 2979 ], "cpu_cores_per_socket": [ - 2971 + 2979 ], "cpu_sockets": [ - 2971 + 2979 ], "cpu_threads_per_core": [ - 2971 + 2979 ], "csgo_build_id": [ - 2971 + 2979 ], "demo_network_limiter": [ - 2971 + 2979 ], "disk_available_gb": [ - 2971 + 2979 ], "disk_used_percent": [ - 2971 + 2979 ], "end_port_range": [ - 2971 + 2979 ], "pin_build_id": [ - 2971 + 2979 ], "shader_bake_progress": [ - 2971 + 2979 ], "start_port_range": [ - 2971 + 2979 ], "__typename": [ 80 @@ -28716,7 +28762,7 @@ export default { } ], "updated_at": [ - 4518 + 4526 ], "version": [ 80 @@ -28825,7 +28871,7 @@ export default { 1844 ], "updated_at": [ - 4519 + 4527 ], "version": [ 82 @@ -28884,7 +28930,7 @@ export default { 1842 ], "updated_at": [ - 4518 + 4526 ], "version": [ 80 @@ -28901,7 +28947,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "version": [ 80 @@ -28918,7 +28964,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "version": [ 80 @@ -28965,25 +29011,25 @@ export default { }, "game_versions_order_by": { "build_id": [ - 2971 + 2979 ], "current": [ - 2971 + 2979 ], "cvars": [ - 2971 + 2979 ], "description": [ - 2971 + 2979 ], "downloads": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "version": [ - 2971 + 2979 ], "__typename": [ 80 @@ -29023,7 +29069,7 @@ export default { 1842 ], "updated_at": [ - 4518 + 4526 ], "version": [ 80 @@ -29084,7 +29130,7 @@ export default { 1842 ], "updated_at": [ - 4518 + 4526 ], "version": [ 80 @@ -29166,7 +29212,7 @@ export default { 1769 ], "id": [ - 5018 + 5026 ], "results": [ 1842, @@ -29180,7 +29226,7 @@ export default { 80 ], "validated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -29280,7 +29326,7 @@ export default { 1774 ], "id": [ - 5020 + 5028 ], "results": [ 1844 @@ -29289,7 +29335,7 @@ export default { 82 ], "validated_at": [ - 4519 + 4527 ], "__typename": [ 80 @@ -29339,7 +29385,7 @@ export default { 1784 ], "id": [ - 5018 + 5026 ], "results": [ 1842 @@ -29348,7 +29394,7 @@ export default { 80 ], "validated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -29362,13 +29408,13 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "status": [ 80 ], "validated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -29382,13 +29428,13 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "status": [ 80 ], "validated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -29421,25 +29467,25 @@ export default { }, "gamedata_signature_validations_order_by": { "branch": [ - 2971 + 2979 ], "build_id": [ - 2971 + 2979 ], "game_version": [ 1786 ], "id": [ - 2971 + 2979 ], "results": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "validated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -29447,7 +29493,7 @@ export default { }, "gamedata_signature_validations_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -29470,7 +29516,7 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "results": [ 1842 @@ -29479,7 +29525,7 @@ export default { 80 ], "validated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -29528,7 +29574,7 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "results": [ 1842 @@ -29537,7 +29583,7 @@ export default { 80 ], "validated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -29610,7 +29656,7 @@ export default { 80 ], "_event_id": [ - 5018 + 5026 ], "_match_type": [ 80 @@ -29636,7 +29682,10 @@ export default { 80 ], "_season_id": [ - 5018 + 5026 + ], + "_source": [ + 80 ], "_window_days": [ 40 @@ -29650,7 +29699,7 @@ export default { 80 ], "_league_season_id": [ - 5018 + 5026 ], "_role": [ 80 @@ -29673,7 +29722,10 @@ export default { 80 ], "_season_id": [ - 5018 + 5026 + ], + "_source": [ + 80 ], "_window_days": [ 40 @@ -29817,6 +29869,9 @@ export default { "player_country": [ 80 ], + "player_custom_avatar_url": [ + 80 + ], "player_name": [ 80 ], @@ -29930,6 +29985,9 @@ export default { "player_country": [ 82 ], + "player_custom_avatar_url": [ + 82 + ], "player_name": [ 82 ], @@ -29976,6 +30034,9 @@ export default { "player_country": [ 80 ], + "player_custom_avatar_url": [ + 80 + ], "player_name": [ 80 ], @@ -30005,6 +30066,9 @@ export default { "player_country": [ 80 ], + "player_custom_avatar_url": [ + 80 + ], "player_name": [ 80 ], @@ -30034,6 +30098,9 @@ export default { "player_country": [ 80 ], + "player_custom_avatar_url": [ + 80 + ], "player_name": [ 80 ], @@ -30066,28 +30133,31 @@ export default { }, "leaderboard_entries_order_by": { "matches_played": [ - 2971 + 2979 ], "player_avatar_url": [ - 2971 + 2979 ], "player_country": [ - 2971 + 2979 + ], + "player_custom_avatar_url": [ + 2979 ], "player_name": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "secondary_value": [ - 2971 + 2979 ], "tertiary_value": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -30104,6 +30174,9 @@ export default { "player_country": [ 80 ], + "player_custom_avatar_url": [ + 80 + ], "player_name": [ 80 ], @@ -30195,6 +30268,9 @@ export default { "player_country": [ 80 ], + "player_custom_avatar_url": [ + 80 + ], "player_name": [ 80 ], @@ -30298,10 +30374,10 @@ export default { }, "league_award_forfeit_args": { "_tournament_bracket_id": [ - 5018 + 5026 ], "_winning_tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -30309,10 +30385,10 @@ export default { }, "league_divisions": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -30362,7 +30438,7 @@ export default { } ], "tier": [ - 4107 + 4115 ], "__typename": [ 80 @@ -30445,10 +30521,10 @@ export default { 1873 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "name": [ 82 @@ -30460,7 +30536,7 @@ export default { 2022 ], "tier": [ - 4108 + 4116 ], "__typename": [ 80 @@ -30469,7 +30545,7 @@ export default { "league_divisions_constraint": {}, "league_divisions_inc_input": { "tier": [ - 4107 + 4115 ], "__typename": [ 80 @@ -30477,10 +30553,10 @@ export default { }, "league_divisions_insert_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -30489,7 +30565,7 @@ export default { 2026 ], "tier": [ - 4107 + 4115 ], "__typename": [ 80 @@ -30497,16 +30573,16 @@ export default { }, "league_divisions_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 ], "tier": [ - 4107 + 4115 ], "__typename": [ 80 @@ -30514,16 +30590,16 @@ export default { }, "league_divisions_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 ], "tier": [ - 4107 + 4115 ], "__typename": [ 80 @@ -30567,19 +30643,19 @@ export default { }, "league_divisions_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "season_divisions_aggregate": [ 2025 ], "tier": [ - 2971 + 2979 ], "__typename": [ 80 @@ -30587,7 +30663,7 @@ export default { }, "league_divisions_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -30596,16 +30672,16 @@ export default { "league_divisions_select_column": {}, "league_divisions_set_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 ], "tier": [ - 4107 + 4115 ], "__typename": [ 80 @@ -30648,16 +30724,16 @@ export default { }, "league_divisions_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 ], "tier": [ - 4107 + 4115 ], "__typename": [ 80 @@ -30665,7 +30741,7 @@ export default { }, "league_divisions_sum_fields": { "tier": [ - 4107 + 4115 ], "__typename": [ 80 @@ -30712,22 +30788,22 @@ export default { }, "league_match_weeks": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "season": [ 2045 @@ -30827,7 +30903,7 @@ export default { 1905 ], "count": [ - 2971 + 2979 ], "max": [ 1911 @@ -30881,7 +30957,7 @@ export default { }, "league_match_weeks_avg_order_by": { "week_number": [ - 2971 + 2979 ], "__typename": [ 80 @@ -30898,22 +30974,22 @@ export default { 1906 ], "closes_at": [ - 4519 + 4527 ], "created_at": [ - 4519 + 4527 ], "default_match_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "league_season_id": [ - 5020 + 5028 ], "opens_at": [ - 4519 + 4527 ], "season": [ 2050 @@ -30936,22 +31012,22 @@ export default { }, "league_match_weeks_insert_input": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "season": [ 2060 @@ -30965,22 +31041,22 @@ export default { }, "league_match_weeks_max_fields": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "week_number": [ 40 @@ -30991,25 +31067,25 @@ export default { }, "league_match_weeks_max_order_by": { "closes_at": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "default_match_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "opens_at": [ - 2971 + 2979 ], "week_number": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31017,22 +31093,22 @@ export default { }, "league_match_weeks_min_fields": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "week_number": [ 40 @@ -31043,25 +31119,25 @@ export default { }, "league_match_weeks_min_order_by": { "closes_at": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "default_match_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "opens_at": [ - 2971 + 2979 ], "week_number": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31094,28 +31170,28 @@ export default { }, "league_match_weeks_order_by": { "closes_at": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "default_match_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "opens_at": [ - 2971 + 2979 ], "season": [ 2062 ], "week_number": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31123,7 +31199,7 @@ export default { }, "league_match_weeks_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -31132,22 +31208,22 @@ export default { "league_match_weeks_select_column": {}, "league_match_weeks_set_input": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "week_number": [ 40 @@ -31166,7 +31242,7 @@ export default { }, "league_match_weeks_stddev_order_by": { "week_number": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31182,7 +31258,7 @@ export default { }, "league_match_weeks_stddev_pop_order_by": { "week_number": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31198,7 +31274,7 @@ export default { }, "league_match_weeks_stddev_samp_order_by": { "week_number": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31217,22 +31293,22 @@ export default { }, "league_match_weeks_stream_cursor_value_input": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "week_number": [ 40 @@ -31251,7 +31327,7 @@ export default { }, "league_match_weeks_sum_order_by": { "week_number": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31282,7 +31358,7 @@ export default { }, "league_match_weeks_var_pop_order_by": { "week_number": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31298,7 +31374,7 @@ export default { }, "league_match_weeks_var_samp_order_by": { "week_number": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31314,7 +31390,7 @@ export default { }, "league_match_weeks_variance_order_by": { "week_number": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31322,40 +31398,40 @@ export default { }, "league_relegation_playoffs": { "created_at": [ - 4518 + 4526 ], "higher_division": [ 1869 ], "higher_division_id": [ - 5018 + 5026 ], "higher_slots": [ 40 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "lower_division": [ 1869 ], "lower_division_id": [ - 5018 + 5026 ], "resolved_at": [ - 4518 + 4526 ], "season": [ 2045 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -31449,7 +31525,7 @@ export default { 1946 ], "count": [ - 2971 + 2979 ], "max": [ 1952 @@ -31503,7 +31579,7 @@ export default { }, "league_relegation_playoffs_avg_order_by": { "higher_slots": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31520,40 +31596,40 @@ export default { 1947 ], "created_at": [ - 4519 + 4527 ], "higher_division": [ 1873 ], "higher_division_id": [ - 5020 + 5028 ], "higher_slots": [ 41 ], "id": [ - 5020 + 5028 ], "league_season_id": [ - 5020 + 5028 ], "lower_division": [ 1873 ], "lower_division_id": [ - 5020 + 5028 ], "resolved_at": [ - 4519 + 4527 ], "season": [ 2050 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -31570,40 +31646,40 @@ export default { }, "league_relegation_playoffs_insert_input": { "created_at": [ - 4518 + 4526 ], "higher_division": [ 1880 ], "higher_division_id": [ - 5018 + 5026 ], "higher_slots": [ 40 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "lower_division": [ 1880 ], "lower_division_id": [ - 5018 + 5026 ], "resolved_at": [ - 4518 + 4526 ], "season": [ 2060 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -31611,28 +31687,28 @@ export default { }, "league_relegation_playoffs_max_fields": { "created_at": [ - 4518 + 4526 ], "higher_division_id": [ - 5018 + 5026 ], "higher_slots": [ 40 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "lower_division_id": [ - 5018 + 5026 ], "resolved_at": [ - 4518 + 4526 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -31640,28 +31716,28 @@ export default { }, "league_relegation_playoffs_max_order_by": { "created_at": [ - 2971 + 2979 ], "higher_division_id": [ - 2971 + 2979 ], "higher_slots": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "lower_division_id": [ - 2971 + 2979 ], "resolved_at": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31669,28 +31745,28 @@ export default { }, "league_relegation_playoffs_min_fields": { "created_at": [ - 4518 + 4526 ], "higher_division_id": [ - 5018 + 5026 ], "higher_slots": [ 40 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "lower_division_id": [ - 5018 + 5026 ], "resolved_at": [ - 4518 + 4526 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -31698,28 +31774,28 @@ export default { }, "league_relegation_playoffs_min_order_by": { "created_at": [ - 2971 + 2979 ], "higher_division_id": [ - 2971 + 2979 ], "higher_slots": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "lower_division_id": [ - 2971 + 2979 ], "resolved_at": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31752,40 +31828,40 @@ export default { }, "league_relegation_playoffs_order_by": { "created_at": [ - 2971 + 2979 ], "higher_division": [ 1882 ], "higher_division_id": [ - 2971 + 2979 ], "higher_slots": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "lower_division": [ 1882 ], "lower_division_id": [ - 2971 + 2979 ], "resolved_at": [ - 2971 + 2979 ], "season": [ 2062 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31793,7 +31869,7 @@ export default { }, "league_relegation_playoffs_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -31802,28 +31878,28 @@ export default { "league_relegation_playoffs_select_column": {}, "league_relegation_playoffs_set_input": { "created_at": [ - 4518 + 4526 ], "higher_division_id": [ - 5018 + 5026 ], "higher_slots": [ 40 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "lower_division_id": [ - 5018 + 5026 ], "resolved_at": [ - 4518 + 4526 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -31839,7 +31915,7 @@ export default { }, "league_relegation_playoffs_stddev_order_by": { "higher_slots": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31855,7 +31931,7 @@ export default { }, "league_relegation_playoffs_stddev_pop_order_by": { "higher_slots": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31871,7 +31947,7 @@ export default { }, "league_relegation_playoffs_stddev_samp_order_by": { "higher_slots": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31890,28 +31966,28 @@ export default { }, "league_relegation_playoffs_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "higher_division_id": [ - 5018 + 5026 ], "higher_slots": [ 40 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "lower_division_id": [ - 5018 + 5026 ], "resolved_at": [ - 4518 + 4526 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -31927,7 +32003,7 @@ export default { }, "league_relegation_playoffs_sum_order_by": { "higher_slots": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31958,7 +32034,7 @@ export default { }, "league_relegation_playoffs_var_pop_order_by": { "higher_slots": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31974,7 +32050,7 @@ export default { }, "league_relegation_playoffs_var_samp_order_by": { "higher_slots": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31990,7 +32066,7 @@ export default { }, "league_relegation_playoffs_variance_order_by": { "higher_slots": [ - 2971 + 2979 ], "__typename": [ 80 @@ -31998,34 +32074,34 @@ export default { }, "league_scheduling_proposals": { "bracket": [ - 4562 + 4570 ], "created_at": [ - 4518 + 4526 ], "e_proposal_status": [ 797 ], "id": [ - 5018 + 5026 ], "message": [ 80 ], "proposed_by": [ - 3929 + 3937 ], "proposed_by_league_team_season_id": [ - 5018 + 5026 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4518 + 4526 ], "responded_by": [ - 3929 + 3937 ], "responded_by_steam_id": [ 257 @@ -32037,7 +32113,7 @@ export default { 2160 ], "tournament_bracket_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -32131,7 +32207,7 @@ export default { 1987 ], "count": [ - 2971 + 2979 ], "max": [ 1993 @@ -32188,10 +32264,10 @@ export default { }, "league_scheduling_proposals_avg_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "responded_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -32208,34 +32284,34 @@ export default { 1988 ], "bracket": [ - 4573 + 4581 ], "created_at": [ - 4519 + 4527 ], "e_proposal_status": [ 800 ], "id": [ - 5020 + 5028 ], "message": [ 82 ], "proposed_by": [ - 3933 + 3941 ], "proposed_by_league_team_season_id": [ - 5020 + 5028 ], "proposed_by_steam_id": [ 259 ], "proposed_time": [ - 4519 + 4527 ], "responded_by": [ - 3933 + 3941 ], "responded_by_steam_id": [ 259 @@ -32247,7 +32323,7 @@ export default { 2169 ], "tournament_bracket_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -32267,34 +32343,34 @@ export default { }, "league_scheduling_proposals_insert_input": { "bracket": [ - 4582 + 4590 ], "created_at": [ - 4518 + 4526 ], "e_proposal_status": [ 808 ], "id": [ - 5018 + 5026 ], "message": [ 80 ], "proposed_by": [ - 3940 + 3948 ], "proposed_by_league_team_season_id": [ - 5018 + 5026 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4518 + 4526 ], "responded_by": [ - 3940 + 3948 ], "responded_by_steam_id": [ 257 @@ -32306,7 +32382,7 @@ export default { 2178 ], "tournament_bracket_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -32314,28 +32390,28 @@ export default { }, "league_scheduling_proposals_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "message": [ 80 ], "proposed_by_league_team_season_id": [ - 5018 + 5026 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4518 + 4526 ], "responded_by_steam_id": [ 257 ], "tournament_bracket_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -32343,28 +32419,28 @@ export default { }, "league_scheduling_proposals_max_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "message": [ - 2971 + 2979 ], "proposed_by_league_team_season_id": [ - 2971 + 2979 ], "proposed_by_steam_id": [ - 2971 + 2979 ], "proposed_time": [ - 2971 + 2979 ], "responded_by_steam_id": [ - 2971 + 2979 ], "tournament_bracket_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -32372,28 +32448,28 @@ export default { }, "league_scheduling_proposals_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "message": [ 80 ], "proposed_by_league_team_season_id": [ - 5018 + 5026 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4518 + 4526 ], "responded_by_steam_id": [ 257 ], "tournament_bracket_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -32401,28 +32477,28 @@ export default { }, "league_scheduling_proposals_min_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "message": [ - 2971 + 2979 ], "proposed_by_league_team_season_id": [ - 2971 + 2979 ], "proposed_by_steam_id": [ - 2971 + 2979 ], "proposed_time": [ - 2971 + 2979 ], "responded_by_steam_id": [ - 2971 + 2979 ], "tournament_bracket_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -32455,46 +32531,46 @@ export default { }, "league_scheduling_proposals_order_by": { "bracket": [ - 4584 + 4592 ], "created_at": [ - 2971 + 2979 ], "e_proposal_status": [ 810 ], "id": [ - 2971 + 2979 ], "message": [ - 2971 + 2979 ], "proposed_by": [ - 3942 + 3950 ], "proposed_by_league_team_season_id": [ - 2971 + 2979 ], "proposed_by_steam_id": [ - 2971 + 2979 ], "proposed_time": [ - 2971 + 2979 ], "responded_by": [ - 3942 + 3950 ], "responded_by_steam_id": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "team_season": [ 2180 ], "tournament_bracket_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -32502,7 +32578,7 @@ export default { }, "league_scheduling_proposals_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -32511,22 +32587,22 @@ export default { "league_scheduling_proposals_select_column": {}, "league_scheduling_proposals_set_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "message": [ 80 ], "proposed_by_league_team_season_id": [ - 5018 + 5026 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4518 + 4526 ], "responded_by_steam_id": [ 257 @@ -32535,7 +32611,7 @@ export default { 802 ], "tournament_bracket_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -32554,10 +32630,10 @@ export default { }, "league_scheduling_proposals_stddev_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "responded_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -32576,10 +32652,10 @@ export default { }, "league_scheduling_proposals_stddev_pop_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "responded_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -32598,10 +32674,10 @@ export default { }, "league_scheduling_proposals_stddev_samp_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "responded_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -32620,22 +32696,22 @@ export default { }, "league_scheduling_proposals_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "message": [ 80 ], "proposed_by_league_team_season_id": [ - 5018 + 5026 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4518 + 4526 ], "responded_by_steam_id": [ 257 @@ -32644,7 +32720,7 @@ export default { 802 ], "tournament_bracket_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -32663,10 +32739,10 @@ export default { }, "league_scheduling_proposals_sum_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "responded_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -32700,10 +32776,10 @@ export default { }, "league_scheduling_proposals_var_pop_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "responded_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -32722,10 +32798,10 @@ export default { }, "league_scheduling_proposals_var_samp_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "responded_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -32744,10 +32820,10 @@ export default { }, "league_scheduling_proposals_variance_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "responded_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -32755,28 +32831,28 @@ export default { }, "league_season_divisions": { "created_at": [ - 4518 + 4526 ], "division": [ 1869 ], "id": [ - 5018 + 5026 ], "league_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "season": [ 2045 ], "standings": [ - 5090, + 5098, { "distinct_on": [ - 5106, + 5114, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -32786,19 +32862,19 @@ export default { 40 ], "order_by": [ - 5105, + 5113, "[v_league_division_standings_order_by!]" ], "where": [ - 5099 + 5107 ] } ], "standings_aggregate": [ - 5091, + 5099, { "distinct_on": [ - 5106, + 5114, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -32808,19 +32884,19 @@ export default { 40 ], "order_by": [ - 5105, + 5113, "[v_league_division_standings_order_by!]" ], "where": [ - 5099 + 5107 ] } ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -32887,7 +32963,7 @@ export default { }, "league_season_divisions_aggregate_order_by": { "count": [ - 2971 + 2979 ], "max": [ 2031 @@ -32921,34 +32997,34 @@ export default { 2027 ], "created_at": [ - 4519 + 4527 ], "division": [ 1873 ], "id": [ - 5020 + 5028 ], "league_division_id": [ - 5020 + 5028 ], "league_season_id": [ - 5020 + 5028 ], "season": [ 2050 ], "standings": [ - 5099 + 5107 ], "standings_aggregate": [ - 5092 + 5100 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -32957,31 +33033,31 @@ export default { "league_season_divisions_constraint": {}, "league_season_divisions_insert_input": { "created_at": [ - 4518 + 4526 ], "division": [ 1880 ], "id": [ - 5018 + 5026 ], "league_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "season": [ 2060 ], "standings": [ - 5096 + 5104 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -32989,19 +33065,19 @@ export default { }, "league_season_divisions_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "league_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -33009,19 +33085,19 @@ export default { }, "league_season_divisions_max_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_division_id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -33029,19 +33105,19 @@ export default { }, "league_season_divisions_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "league_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -33049,19 +33125,19 @@ export default { }, "league_season_divisions_min_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_division_id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -33105,31 +33181,31 @@ export default { }, "league_season_divisions_order_by": { "created_at": [ - 2971 + 2979 ], "division": [ 1882 ], "id": [ - 2971 + 2979 ], "league_division_id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "season": [ 2062 ], "standings_aggregate": [ - 5095 + 5103 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -33137,7 +33213,7 @@ export default { }, "league_season_divisions_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -33146,19 +33222,19 @@ export default { "league_season_divisions_select_column": {}, "league_season_divisions_set_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "league_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -33177,19 +33253,19 @@ export default { }, "league_season_divisions_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "league_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -33259,7 +33335,7 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "created_by_steam_id": [ 257 @@ -33280,7 +33356,7 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "is_league_admin": [ 5 @@ -33289,7 +33365,7 @@ export default { 5 ], "match_options_id": [ - 5018 + 5026 ], "match_weeks": [ 1897, @@ -33414,13 +33490,13 @@ export default { 80 ], "options": [ - 2666 + 2670 ], "player_stats": [ - 5123, + 5131, { "distinct_on": [ - 5149, + 5157, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -33430,19 +33506,19 @@ export default { 40 ], "order_by": [ - 5148, + 5156, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5142 + 5150 ] } ], "player_stats_aggregate": [ - 5124, + 5132, { "distinct_on": [ - 5149, + 5157, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -33452,11 +33528,11 @@ export default { 40 ], "order_by": [ - 5148, + 5156, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5142 + 5150 ] } ], @@ -33540,7 +33616,7 @@ export default { 40 ], "roster_lock_at": [ - 4518 + 4526 ], "season_divisions": [ 2020, @@ -33590,16 +33666,16 @@ export default { 40 ], "signup_closes_at": [ - 4518 + 4526 ], "signup_opens_at": [ - 4518 + 4526 ], "standings": [ - 5090, + 5098, { "distinct_on": [ - 5106, + 5114, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -33609,19 +33685,19 @@ export default { 40 ], "order_by": [ - 5105, + 5113, "[v_league_division_standings_order_by!]" ], "where": [ - 5099 + 5107 ] } ], "standings_aggregate": [ - 5091, + 5099, { "distinct_on": [ - 5106, + 5114, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -33631,16 +33707,16 @@ export default { 40 ], "order_by": [ - 5105, + 5113, "[v_league_division_standings_order_by!]" ], "where": [ - 5099 + 5107 ] } ], "starts_at": [ - 4518 + 4526 ], "status": [ 844 @@ -33843,7 +33919,7 @@ export default { 6 ], "created_at": [ - 4519 + 4527 ], "created_by_steam_id": [ 259 @@ -33864,7 +33940,7 @@ export default { 41 ], "id": [ - 5020 + 5028 ], "is_league_admin": [ 6 @@ -33873,7 +33949,7 @@ export default { 6 ], "match_options_id": [ - 5020 + 5028 ], "match_weeks": [ 1906 @@ -33903,13 +33979,13 @@ export default { 82 ], "options": [ - 2670 + 2674 ], "player_stats": [ - 5142 + 5150 ], "player_stats_aggregate": [ - 5125 + 5133 ], "playoff_best_of": [ 41 @@ -33948,7 +34024,7 @@ export default { 41 ], "roster_lock_at": [ - 4519 + 4527 ], "season_divisions": [ 2027 @@ -33960,19 +34036,19 @@ export default { 41 ], "signup_closes_at": [ - 4519 + 4527 ], "signup_opens_at": [ - 4519 + 4527 ], "standings": [ - 5099 + 5107 ], "standings_aggregate": [ - 5092 + 5100 ], "starts_at": [ - 4519 + 4527 ], "status": [ 845 @@ -34082,7 +34158,7 @@ export default { 194 ], "created_at": [ - 4518 + 4526 ], "created_by_steam_id": [ 257 @@ -34103,10 +34179,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "match_weeks": [ 1903 @@ -34127,10 +34203,10 @@ export default { 80 ], "options": [ - 2677 + 2681 ], "player_stats": [ - 5139 + 5147 ], "playoff_best_of": [ 40 @@ -34166,7 +34242,7 @@ export default { 40 ], "roster_lock_at": [ - 4518 + 4526 ], "season_divisions": [ 2026 @@ -34175,16 +34251,16 @@ export default { 40 ], "signup_closes_at": [ - 4518 + 4526 ], "signup_opens_at": [ - 4518 + 4526 ], "standings": [ - 5096 + 5104 ], "starts_at": [ - 4518 + 4526 ], "status": [ 844 @@ -34201,7 +34277,7 @@ export default { }, "league_seasons_max_fields": { "created_at": [ - 4518 + 4526 ], "created_by_steam_id": [ 257 @@ -34219,10 +34295,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "match_weeks_count": [ 40 @@ -34255,19 +34331,19 @@ export default { 40 ], "roster_lock_at": [ - 4518 + 4526 ], "season_number": [ 40 ], "signup_closes_at": [ - 4518 + 4526 ], "signup_opens_at": [ - 4518 + 4526 ], "starts_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -34275,7 +34351,7 @@ export default { }, "league_seasons_min_fields": { "created_at": [ - 4518 + 4526 ], "created_by_steam_id": [ 257 @@ -34293,10 +34369,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "match_weeks_count": [ 40 @@ -34329,19 +34405,19 @@ export default { 40 ], "roster_lock_at": [ - 4518 + 4526 ], "season_number": [ 40 ], "signup_closes_at": [ - 4518 + 4526 ], "signup_opens_at": [ - 4518 + 4526 ], "starts_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -34385,58 +34461,58 @@ export default { }, "league_seasons_order_by": { "auto_regular_season_format": [ - 2971 + 2979 ], "awards_aggregate": [ 193 ], "can_register": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "created_by_steam_id": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "direct_promote_count": [ - 2971 + 2979 ], "direct_relegate_count": [ - 2971 + 2979 ], "e_league_season_status": [ 852 ], "games_per_week": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "is_league_admin": [ - 2971 + 2979 ], "is_roster_locked": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "match_weeks_aggregate": [ 1902 ], "match_weeks_count": [ - 2971 + 2979 ], "max_roster_size": [ - 2971 + 2979 ], "min_roster_size": [ - 2971 + 2979 ], "movements_aggregate": [ 2083 @@ -34445,76 +34521,76 @@ export default { 2165 ], "name": [ - 2971 + 2979 ], "options": [ - 2679 + 2683 ], "player_stats_aggregate": [ - 5138 + 5146 ], "playoff_best_of": [ - 2971 + 2979 ], "playoff_round_best_of": [ - 2971 + 2979 ], "playoff_seats": [ - 2971 + 2979 ], "playoff_stage_type": [ - 2971 + 2979 ], "playoff_third_place_match": [ - 2971 + 2979 ], "promote_count": [ - 2971 + 2979 ], "regular_season_stage_type": [ - 2971 + 2979 ], "relegate_count": [ - 2971 + 2979 ], "relegation_down_count": [ - 2971 + 2979 ], "relegation_playoffs_aggregate": [ 1943 ], "relegation_up_count": [ - 2971 + 2979 ], "roster_lock_at": [ - 2971 + 2979 ], "season_divisions_aggregate": [ 2025 ], "season_number": [ - 2971 + 2979 ], "signup_closes_at": [ - 2971 + 2979 ], "signup_opens_at": [ - 2971 + 2979 ], "standings_aggregate": [ - 5095 + 5103 ], "starts_at": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "team_seasons_aggregate": [ 2165 ], "week_best_of": [ - 2971 + 2979 ], "__typename": [ 80 @@ -34522,7 +34598,7 @@ export default { }, "league_seasons_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -34545,7 +34621,7 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "created_by_steam_id": [ 257 @@ -34563,10 +34639,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "match_weeks_count": [ 40 @@ -34611,19 +34687,19 @@ export default { 40 ], "roster_lock_at": [ - 4518 + 4526 ], "season_number": [ 40 ], "signup_closes_at": [ - 4518 + 4526 ], "signup_opens_at": [ - 4518 + 4526 ], "starts_at": [ - 4518 + 4526 ], "status": [ 844 @@ -34801,7 +34877,7 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "created_by_steam_id": [ 257 @@ -34819,10 +34895,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "match_weeks_count": [ 40 @@ -34867,19 +34943,19 @@ export default { 40 ], "roster_lock_at": [ - 4518 + 4526 ], "season_number": [ 40 ], "signup_closes_at": [ - 4518 + 4526 ], "signup_opens_at": [ - 4518 + 4526 ], "starts_at": [ - 4518 + 4526 ], "status": [ 844 @@ -35123,10 +35199,10 @@ export default { }, "league_team_movements": { "approved_at": [ - 4518 + 4526 ], "approved_by": [ - 3929 + 3937 ], "approved_by_steam_id": [ 257 @@ -35135,10 +35211,10 @@ export default { 1869 ], "computed_to_division_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "e_movement_type": [ 776 @@ -35150,25 +35226,25 @@ export default { 1869 ], "final_to_division_id": [ - 5018 + 5026 ], "from_division": [ 1869 ], "from_division_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team": [ 2202 ], "league_team_id": [ - 5018 + 5026 ], "season": [ 2045 @@ -35268,7 +35344,7 @@ export default { 2086 ], "count": [ - 2971 + 2979 ], "max": [ 2092 @@ -35325,10 +35401,10 @@ export default { }, "league_team_movements_avg_order_by": { "approved_by_steam_id": [ - 2971 + 2979 ], "final_rank": [ - 2971 + 2979 ], "__typename": [ 80 @@ -35345,10 +35421,10 @@ export default { 2087 ], "approved_at": [ - 4519 + 4527 ], "approved_by": [ - 3933 + 3941 ], "approved_by_steam_id": [ 259 @@ -35357,10 +35433,10 @@ export default { 1873 ], "computed_to_division_id": [ - 5020 + 5028 ], "created_at": [ - 4519 + 4527 ], "e_movement_type": [ 779 @@ -35372,25 +35448,25 @@ export default { 1873 ], "final_to_division_id": [ - 5020 + 5028 ], "from_division": [ 1873 ], "from_division_id": [ - 5020 + 5028 ], "id": [ - 5020 + 5028 ], "league_season_id": [ - 5020 + 5028 ], "league_team": [ 2205 ], "league_team_id": [ - 5020 + 5028 ], "season": [ 2050 @@ -35416,10 +35492,10 @@ export default { }, "league_team_movements_insert_input": { "approved_at": [ - 4518 + 4526 ], "approved_by": [ - 3940 + 3948 ], "approved_by_steam_id": [ 257 @@ -35428,10 +35504,10 @@ export default { 1880 ], "computed_to_division_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "e_movement_type": [ 787 @@ -35443,25 +35519,25 @@ export default { 1880 ], "final_to_division_id": [ - 5018 + 5026 ], "from_division": [ 1880 ], "from_division_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team": [ 2211 ], "league_team_id": [ - 5018 + 5026 ], "season": [ 2060 @@ -35475,34 +35551,34 @@ export default { }, "league_team_movements_max_fields": { "approved_at": [ - 4518 + 4526 ], "approved_by_steam_id": [ 257 ], "computed_to_division_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "final_rank": [ 40 ], "final_to_division_id": [ - 5018 + 5026 ], "from_division_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -35510,34 +35586,34 @@ export default { }, "league_team_movements_max_order_by": { "approved_at": [ - 2971 + 2979 ], "approved_by_steam_id": [ - 2971 + 2979 ], "computed_to_division_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "final_rank": [ - 2971 + 2979 ], "final_to_division_id": [ - 2971 + 2979 ], "from_division_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -35545,34 +35621,34 @@ export default { }, "league_team_movements_min_fields": { "approved_at": [ - 4518 + 4526 ], "approved_by_steam_id": [ 257 ], "computed_to_division_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "final_rank": [ 40 ], "final_to_division_id": [ - 5018 + 5026 ], "from_division_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -35580,34 +35656,34 @@ export default { }, "league_team_movements_min_order_by": { "approved_at": [ - 2971 + 2979 ], "approved_by_steam_id": [ - 2971 + 2979 ], "computed_to_division_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "final_rank": [ - 2971 + 2979 ], "final_to_division_id": [ - 2971 + 2979 ], "from_division_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -35640,58 +35716,58 @@ export default { }, "league_team_movements_order_by": { "approved_at": [ - 2971 + 2979 ], "approved_by": [ - 3942 + 3950 ], "approved_by_steam_id": [ - 2971 + 2979 ], "computed_to_division": [ 1882 ], "computed_to_division_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "e_movement_type": [ 789 ], "final_rank": [ - 2971 + 2979 ], "final_to_division": [ 1882 ], "final_to_division_id": [ - 2971 + 2979 ], "from_division": [ 1882 ], "from_division_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team": [ 2213 ], "league_team_id": [ - 2971 + 2979 ], "season": [ 2062 ], "type": [ - 2971 + 2979 ], "__typename": [ 80 @@ -35699,7 +35775,7 @@ export default { }, "league_team_movements_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -35708,34 +35784,34 @@ export default { "league_team_movements_select_column": {}, "league_team_movements_set_input": { "approved_at": [ - 4518 + 4526 ], "approved_by_steam_id": [ 257 ], "computed_to_division_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "final_rank": [ 40 ], "final_to_division_id": [ - 5018 + 5026 ], "from_division_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "type": [ 781 @@ -35757,10 +35833,10 @@ export default { }, "league_team_movements_stddev_order_by": { "approved_by_steam_id": [ - 2971 + 2979 ], "final_rank": [ - 2971 + 2979 ], "__typename": [ 80 @@ -35779,10 +35855,10 @@ export default { }, "league_team_movements_stddev_pop_order_by": { "approved_by_steam_id": [ - 2971 + 2979 ], "final_rank": [ - 2971 + 2979 ], "__typename": [ 80 @@ -35801,10 +35877,10 @@ export default { }, "league_team_movements_stddev_samp_order_by": { "approved_by_steam_id": [ - 2971 + 2979 ], "final_rank": [ - 2971 + 2979 ], "__typename": [ 80 @@ -35823,34 +35899,34 @@ export default { }, "league_team_movements_stream_cursor_value_input": { "approved_at": [ - 4518 + 4526 ], "approved_by_steam_id": [ 257 ], "computed_to_division_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "final_rank": [ 40 ], "final_to_division_id": [ - 5018 + 5026 ], "from_division_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "type": [ 781 @@ -35872,10 +35948,10 @@ export default { }, "league_team_movements_sum_order_by": { "approved_by_steam_id": [ - 2971 + 2979 ], "final_rank": [ - 2971 + 2979 ], "__typename": [ 80 @@ -35909,10 +35985,10 @@ export default { }, "league_team_movements_var_pop_order_by": { "approved_by_steam_id": [ - 2971 + 2979 ], "final_rank": [ - 2971 + 2979 ], "__typename": [ 80 @@ -35931,10 +36007,10 @@ export default { }, "league_team_movements_var_samp_order_by": { "approved_by_steam_id": [ - 2971 + 2979 ], "final_rank": [ - 2971 + 2979 ], "__typename": [ 80 @@ -35953,10 +36029,10 @@ export default { }, "league_team_movements_variance_order_by": { "approved_by_steam_id": [ - 2971 + 2979 ], "final_rank": [ - 2971 + 2979 ], "__typename": [ 80 @@ -35964,19 +36040,19 @@ export default { }, "league_team_rosters": { "added_at": [ - 4518 + 4526 ], "league_team_season_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 ], "removed_at": [ - 4518 + 4526 ], "removed_reason": [ 80 @@ -36079,7 +36155,7 @@ export default { 2127 ], "count": [ - 2971 + 2979 ], "max": [ 2133 @@ -36133,7 +36209,7 @@ export default { }, "league_team_rosters_avg_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -36150,19 +36226,19 @@ export default { 2128 ], "added_at": [ - 4519 + 4527 ], "league_team_season_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 ], "removed_at": [ - 4519 + 4527 ], "removed_reason": [ 82 @@ -36188,19 +36264,19 @@ export default { }, "league_team_rosters_insert_input": { "added_at": [ - 4518 + 4526 ], "league_team_season_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 ], "removed_at": [ - 4518 + 4526 ], "removed_reason": [ 80 @@ -36217,16 +36293,16 @@ export default { }, "league_team_rosters_max_fields": { "added_at": [ - 4518 + 4526 ], "league_team_season_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 ], "removed_at": [ - 4518 + 4526 ], "removed_reason": [ 80 @@ -36237,19 +36313,19 @@ export default { }, "league_team_rosters_max_order_by": { "added_at": [ - 2971 + 2979 ], "league_team_season_id": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "removed_at": [ - 2971 + 2979 ], "removed_reason": [ - 2971 + 2979 ], "__typename": [ 80 @@ -36257,16 +36333,16 @@ export default { }, "league_team_rosters_min_fields": { "added_at": [ - 4518 + 4526 ], "league_team_season_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 ], "removed_at": [ - 4518 + 4526 ], "removed_reason": [ 80 @@ -36277,19 +36353,19 @@ export default { }, "league_team_rosters_min_order_by": { "added_at": [ - 2971 + 2979 ], "league_team_season_id": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "removed_at": [ - 2971 + 2979 ], "removed_reason": [ - 2971 + 2979 ], "__typename": [ 80 @@ -36322,25 +36398,25 @@ export default { }, "league_team_rosters_order_by": { "added_at": [ - 2971 + 2979 ], "league_team_season_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "removed_at": [ - 2971 + 2979 ], "removed_reason": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "team_season": [ 2180 @@ -36351,7 +36427,7 @@ export default { }, "league_team_rosters_pk_columns_input": { "league_team_season_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -36363,16 +36439,16 @@ export default { "league_team_rosters_select_column": {}, "league_team_rosters_set_input": { "added_at": [ - 4518 + 4526 ], "league_team_season_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 ], "removed_at": [ - 4518 + 4526 ], "removed_reason": [ 80 @@ -36394,7 +36470,7 @@ export default { }, "league_team_rosters_stddev_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -36410,7 +36486,7 @@ export default { }, "league_team_rosters_stddev_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -36426,7 +36502,7 @@ export default { }, "league_team_rosters_stddev_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -36445,16 +36521,16 @@ export default { }, "league_team_rosters_stream_cursor_value_input": { "added_at": [ - 4518 + 4526 ], "league_team_season_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 ], "removed_at": [ - 4518 + 4526 ], "removed_reason": [ 80 @@ -36476,7 +36552,7 @@ export default { }, "league_team_rosters_sum_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -36507,7 +36583,7 @@ export default { }, "league_team_rosters_var_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -36523,7 +36599,7 @@ export default { }, "league_team_rosters_var_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -36539,7 +36615,7 @@ export default { }, "league_team_rosters_variance_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -36550,16 +36626,16 @@ export default { 1869 ], "assigned_division_id": [ - 5018 + 5026 ], "captain": [ - 3929 + 3937 ], "captain_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "decline_reason": [ 80 @@ -36568,19 +36644,19 @@ export default { 818 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team": [ 2202 ], "league_team_id": [ - 5018 + 5026 ], "registered_by": [ - 3929 + 3937 ], "registered_by_steam_id": [ 257 @@ -36589,7 +36665,7 @@ export default { 1869 ], "requested_division_id": [ - 5018 + 5026 ], "roster": [ 2119, @@ -36645,10 +36721,10 @@ export default { 823 ], "tournament_team": [ - 4912 + 4920 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -36742,7 +36818,7 @@ export default { 2168 ], "count": [ - 2971 + 2979 ], "max": [ 2174 @@ -36802,13 +36878,13 @@ export default { }, "league_team_seasons_avg_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "registered_by_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -36828,16 +36904,16 @@ export default { 1873 ], "assigned_division_id": [ - 5020 + 5028 ], "captain": [ - 3933 + 3941 ], "captain_steam_id": [ 259 ], "created_at": [ - 4519 + 4527 ], "decline_reason": [ 82 @@ -36846,19 +36922,19 @@ export default { 821 ], "id": [ - 5020 + 5028 ], "league_season_id": [ - 5020 + 5028 ], "league_team": [ 2205 ], "league_team_id": [ - 5020 + 5028 ], "registered_by": [ - 3933 + 3941 ], "registered_by_steam_id": [ 259 @@ -36867,7 +36943,7 @@ export default { 1873 ], "requested_division_id": [ - 5020 + 5028 ], "roster": [ 2128 @@ -36885,10 +36961,10 @@ export default { 824 ], "tournament_team": [ - 4921 + 4929 ], "tournament_team_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -36914,16 +36990,16 @@ export default { 1880 ], "assigned_division_id": [ - 5018 + 5026 ], "captain": [ - 3940 + 3948 ], "captain_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "decline_reason": [ 80 @@ -36932,19 +37008,19 @@ export default { 829 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team": [ 2211 ], "league_team_id": [ - 5018 + 5026 ], "registered_by": [ - 3940 + 3948 ], "registered_by_steam_id": [ 257 @@ -36953,7 +37029,7 @@ export default { 1880 ], "requested_division_id": [ - 5018 + 5026 ], "roster": [ 2125 @@ -36968,10 +37044,10 @@ export default { 823 ], "tournament_team": [ - 4930 + 4938 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -36979,37 +37055,37 @@ export default { }, "league_team_seasons_max_fields": { "assigned_division_id": [ - 5018 + 5026 ], "captain_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "decline_reason": [ 80 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "registered_by_steam_id": [ 257 ], "requested_division_id": [ - 5018 + 5026 ], "seed": [ 40 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -37017,37 +37093,37 @@ export default { }, "league_team_seasons_max_order_by": { "assigned_division_id": [ - 2971 + 2979 ], "captain_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "decline_reason": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team_id": [ - 2971 + 2979 ], "registered_by_steam_id": [ - 2971 + 2979 ], "requested_division_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -37055,37 +37131,37 @@ export default { }, "league_team_seasons_min_fields": { "assigned_division_id": [ - 5018 + 5026 ], "captain_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "decline_reason": [ 80 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "registered_by_steam_id": [ 257 ], "requested_division_id": [ - 5018 + 5026 ], "seed": [ 40 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -37093,37 +37169,37 @@ export default { }, "league_team_seasons_min_order_by": { "assigned_division_id": [ - 2971 + 2979 ], "captain_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "decline_reason": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team_id": [ - 2971 + 2979 ], "registered_by_steam_id": [ - 2971 + 2979 ], "requested_division_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -37170,46 +37246,46 @@ export default { 1882 ], "assigned_division_id": [ - 2971 + 2979 ], "captain": [ - 3942 + 3950 ], "captain_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "decline_reason": [ - 2971 + 2979 ], "e_registration_status": [ 831 ], "id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team": [ 2213 ], "league_team_id": [ - 2971 + 2979 ], "registered_by": [ - 3942 + 3950 ], "registered_by_steam_id": [ - 2971 + 2979 ], "requested_division": [ 1882 ], "requested_division_id": [ - 2971 + 2979 ], "roster_aggregate": [ 2124 @@ -37218,16 +37294,16 @@ export default { 2062 ], "seed": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "tournament_team": [ - 4932 + 4940 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -37235,7 +37311,7 @@ export default { }, "league_team_seasons_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -37244,31 +37320,31 @@ export default { "league_team_seasons_select_column": {}, "league_team_seasons_set_input": { "assigned_division_id": [ - 5018 + 5026 ], "captain_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "decline_reason": [ 80 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "registered_by_steam_id": [ 257 ], "requested_division_id": [ - 5018 + 5026 ], "seed": [ 40 @@ -37277,7 +37353,7 @@ export default { 823 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -37299,13 +37375,13 @@ export default { }, "league_team_seasons_stddev_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "registered_by_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -37327,13 +37403,13 @@ export default { }, "league_team_seasons_stddev_pop_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "registered_by_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -37355,13 +37431,13 @@ export default { }, "league_team_seasons_stddev_samp_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "registered_by_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -37380,31 +37456,31 @@ export default { }, "league_team_seasons_stream_cursor_value_input": { "assigned_division_id": [ - 5018 + 5026 ], "captain_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "decline_reason": [ 80 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "registered_by_steam_id": [ 257 ], "requested_division_id": [ - 5018 + 5026 ], "seed": [ 40 @@ -37413,7 +37489,7 @@ export default { 823 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -37435,13 +37511,13 @@ export default { }, "league_team_seasons_sum_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "registered_by_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -37478,13 +37554,13 @@ export default { }, "league_team_seasons_var_pop_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "registered_by_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -37506,13 +37582,13 @@ export default { }, "league_team_seasons_var_samp_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "registered_by_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -37534,13 +37610,13 @@ export default { }, "league_team_seasons_variance_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "registered_by_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -37548,10 +37624,10 @@ export default { }, "league_teams": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "movements": [ 2078, @@ -37598,10 +37674,10 @@ export default { } ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "team_seasons": [ 2160, @@ -37696,10 +37772,10 @@ export default { 2205 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "movements": [ 2087 @@ -37708,10 +37784,10 @@ export default { 2080 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "team_seasons": [ 2169 @@ -37726,19 +37802,19 @@ export default { "league_teams_constraint": {}, "league_teams_insert_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "movements": [ 2084 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "team_seasons": [ 2166 @@ -37749,13 +37825,13 @@ export default { }, "league_teams_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -37763,13 +37839,13 @@ export default { }, "league_teams_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -37813,19 +37889,19 @@ export default { }, "league_teams_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "movements_aggregate": [ 2083 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "team_seasons_aggregate": [ 2165 @@ -37836,7 +37912,7 @@ export default { }, "league_teams_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -37845,13 +37921,13 @@ export default { "league_teams_select_column": {}, "league_teams_set_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -37870,13 +37946,13 @@ export default { }, "league_teams_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -37899,13 +37975,13 @@ export default { 865 ], "created_at": [ - 4518 + 4526 ], "e_lobby_access": [ 860 ], "id": [ - 5018 + 5026 ], "players": [ 2240, @@ -38003,13 +38079,13 @@ export default { 866 ], "created_at": [ - 4519 + 4527 ], "e_lobby_access": [ 863 ], "id": [ - 5020 + 5028 ], "players": [ 2251 @@ -38027,13 +38103,13 @@ export default { 865 ], "created_at": [ - 4518 + 4526 ], "e_lobby_access": [ 871 ], "id": [ - 5018 + 5026 ], "players": [ 2248 @@ -38044,10 +38120,10 @@ export default { }, "lobbies_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -38055,10 +38131,10 @@ export default { }, "lobbies_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -38102,16 +38178,16 @@ export default { }, "lobbies_order_by": { "access": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "e_lobby_access": [ 873 ], "id": [ - 2971 + 2979 ], "players_aggregate": [ 2247 @@ -38122,7 +38198,7 @@ export default { }, "lobbies_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -38134,10 +38210,10 @@ export default { 865 ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -38159,10 +38235,10 @@ export default { 865 ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -38191,10 +38267,10 @@ export default { 2221 ], "lobby_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "status": [ 886 @@ -38334,7 +38410,7 @@ export default { 2250 ], "count": [ - 2971 + 2979 ], "max": [ 2256 @@ -38391,10 +38467,10 @@ export default { }, "lobby_players_avg_order_by": { "invited_by_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -38420,10 +38496,10 @@ export default { 2224 ], "lobby_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "status": [ 887 @@ -38458,10 +38534,10 @@ export default { 2230 ], "lobby_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "status": [ 886 @@ -38478,7 +38554,7 @@ export default { 257 ], "lobby_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -38489,13 +38565,13 @@ export default { }, "lobby_players_max_order_by": { "invited_by_steam_id": [ - 2971 + 2979 ], "lobby_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -38506,7 +38582,7 @@ export default { 257 ], "lobby_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -38517,13 +38593,13 @@ export default { }, "lobby_players_min_order_by": { "invited_by_steam_id": [ - 2971 + 2979 ], "lobby_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -38556,25 +38632,25 @@ export default { }, "lobby_players_order_by": { "captain": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "lobby": [ 2232 ], "lobby_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "status": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -38582,7 +38658,7 @@ export default { }, "lobby_players_pk_columns_input": { "lobby_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -38602,7 +38678,7 @@ export default { 257 ], "lobby_id": [ - 5018 + 5026 ], "status": [ 886 @@ -38627,10 +38703,10 @@ export default { }, "lobby_players_stddev_order_by": { "invited_by_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -38649,10 +38725,10 @@ export default { }, "lobby_players_stddev_pop_order_by": { "invited_by_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -38671,10 +38747,10 @@ export default { }, "lobby_players_stddev_samp_order_by": { "invited_by_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -38699,7 +38775,7 @@ export default { 257 ], "lobby_id": [ - 5018 + 5026 ], "status": [ 886 @@ -38724,10 +38800,10 @@ export default { }, "lobby_players_sum_order_by": { "invited_by_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -38761,10 +38837,10 @@ export default { }, "lobby_players_var_pop_order_by": { "invited_by_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -38783,10 +38859,10 @@ export default { }, "lobby_players_var_samp_order_by": { "invited_by_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -38805,10 +38881,10 @@ export default { }, "lobby_players_variance_order_by": { "invited_by_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -38822,13 +38898,13 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "maps": [ - 5678, + 5686, { "distinct_on": [ - 5695, + 5703, "[v_pool_maps_select_column!]" ], "limit": [ @@ -38838,19 +38914,19 @@ export default { 40 ], "order_by": [ - 5694, + 5702, "[v_pool_maps_order_by!]" ], "where": [ - 5687 + 5695 ] } ], "maps_aggregate": [ - 5679, + 5687, { "distinct_on": [ - 5695, + 5703, "[v_pool_maps_select_column!]" ], "limit": [ @@ -38860,11 +38936,11 @@ export default { 40 ], "order_by": [ - 5694, + 5702, "[v_pool_maps_order_by!]" ], "where": [ - 5687 + 5695 ] } ], @@ -38929,13 +39005,13 @@ export default { 6 ], "id": [ - 5020 + 5028 ], "maps": [ - 5687 + 5695 ], "maps_aggregate": [ - 5680 + 5688 ], "seed": [ 6 @@ -38956,10 +39032,10 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "maps": [ - 5686 + 5694 ], "seed": [ 5 @@ -38973,7 +39049,7 @@ export default { }, "map_pools_max_fields": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -38981,7 +39057,7 @@ export default { }, "map_pools_min_fields": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -39028,19 +39104,19 @@ export default { 914 ], "enabled": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "maps_aggregate": [ - 5685 + 5693 ], "seed": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "__typename": [ 80 @@ -39048,7 +39124,7 @@ export default { }, "map_pools_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -39060,7 +39136,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "seed": [ 5 @@ -39088,7 +39164,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "seed": [ 5 @@ -39123,16 +39199,16 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "match_maps": [ - 2624, + 2628, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -39142,19 +39218,19 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], "match_maps_aggregate": [ - 2625, + 2629, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -39164,11 +39240,11 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], @@ -39176,7 +39252,7 @@ export default { 2600, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -39186,11 +39262,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -39198,7 +39274,7 @@ export default { 2601, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -39208,11 +39284,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -39336,7 +39412,7 @@ export default { }, "maps_aggregate_order_by": { "count": [ - 2971 + 2979 ], "max": [ 2317 @@ -39379,19 +39455,19 @@ export default { 6 ], "id": [ - 5020 + 5028 ], "label": [ 82 ], "match_maps": [ - 2633 + 2637 ], "match_maps_aggregate": [ - 2626 + 2630 ], "match_veto_picks": [ - 2607 + 2609 ], "match_veto_picks_aggregate": [ 2602 @@ -39427,16 +39503,16 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "match_maps": [ - 2630 + 2634 ], "match_veto_picks": [ - 2606 + 2608 ], "name": [ 80 @@ -39459,7 +39535,7 @@ export default { }, "maps_max_fields": { "id": [ - 5018 + 5026 ], "label": [ 80 @@ -39482,22 +39558,22 @@ export default { }, "maps_max_order_by": { "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "patch": [ - 2971 + 2979 ], "poster": [ - 2971 + 2979 ], "workshop_map_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -39505,7 +39581,7 @@ export default { }, "maps_min_fields": { "id": [ - 5018 + 5026 ], "label": [ 80 @@ -39528,22 +39604,22 @@ export default { }, "maps_min_order_by": { "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "patch": [ - 2971 + 2979 ], "poster": [ - 2971 + 2979 ], "workshop_map_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -39587,40 +39663,40 @@ export default { }, "maps_order_by": { "active_pool": [ - 2971 + 2979 ], "e_match_type": [ 1037 ], "enabled": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "match_maps_aggregate": [ - 2629 + 2633 ], "match_veto_picks_aggregate": [ - 2605 + 2607 ], "name": [ - 2971 + 2979 ], "patch": [ - 2971 + 2979 ], "poster": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "workshop_map_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -39628,7 +39704,7 @@ export default { }, "maps_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -39645,7 +39721,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "label": [ 80 @@ -39688,7 +39764,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "label": [ 80 @@ -39726,7 +39802,7 @@ export default { }, "match_clips": { "created_at": [ - 4518 + 4526 ], "download_url": [ 80 @@ -39738,22 +39814,22 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "kills_count": [ 40 ], "match_map": [ - 2624 + 2628 ], "match_map_demo": [ 2508 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "render_jobs": [ 262, @@ -39806,7 +39882,7 @@ export default { 257 ], "target": [ - 3929 + 3937 ], "target_steam_id": [ 257 @@ -39821,7 +39897,7 @@ export default { 80 ], "user": [ - 3929 + 3937 ], "user_steam_id": [ 257 @@ -39924,7 +40000,7 @@ export default { 2341 ], "count": [ - 2971 + 2979 ], "max": [ 2347 @@ -39996,25 +40072,25 @@ export default { }, "match_clips_avg_order_by": { "duration_ms": [ - 2971 + 2979 ], "kills_count": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "target_steam_id": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "views_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -40031,7 +40107,7 @@ export default { 2342 ], "created_at": [ - 4519 + 4527 ], "download_url": [ 82 @@ -40043,22 +40119,22 @@ export default { 82 ], "id": [ - 5020 + 5028 ], "kills_count": [ 41 ], "match_map": [ - 2633 + 2637 ], "match_map_demo": [ 2520 ], "match_map_demo_id": [ - 5020 + 5028 ], "match_map_id": [ - 5020 + 5028 ], "render_jobs": [ 274 @@ -40073,7 +40149,7 @@ export default { 259 ], "target": [ - 3933 + 3941 ], "target_steam_id": [ 259 @@ -40088,7 +40164,7 @@ export default { 82 ], "user": [ - 3933 + 3941 ], "user_steam_id": [ 259 @@ -40132,7 +40208,7 @@ export default { }, "match_clips_insert_input": { "created_at": [ - 4518 + 4526 ], "duration_ms": [ 40 @@ -40141,22 +40217,22 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "kills_count": [ 40 ], "match_map": [ - 2642 + 2646 ], "match_map_demo": [ 2532 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "render_jobs": [ 271 @@ -40168,7 +40244,7 @@ export default { 257 ], "target": [ - 3940 + 3948 ], "target_steam_id": [ 257 @@ -40180,7 +40256,7 @@ export default { 80 ], "user": [ - 3940 + 3948 ], "user_steam_id": [ 257 @@ -40197,7 +40273,7 @@ export default { }, "match_clips_max_fields": { "created_at": [ - 4518 + 4526 ], "download_url": [ 80 @@ -40209,16 +40285,16 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "kills_count": [ 40 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -40250,46 +40326,46 @@ export default { }, "match_clips_max_order_by": { "created_at": [ - 2971 + 2979 ], "duration_ms": [ - 2971 + 2979 ], "file": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "kills_count": [ - 2971 + 2979 ], "match_map_demo_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "target_steam_id": [ - 2971 + 2979 ], "thumbnail_url": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "views_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -40297,7 +40373,7 @@ export default { }, "match_clips_min_fields": { "created_at": [ - 4518 + 4526 ], "download_url": [ 80 @@ -40309,16 +40385,16 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "kills_count": [ 40 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -40350,46 +40426,46 @@ export default { }, "match_clips_min_order_by": { "created_at": [ - 2971 + 2979 ], "duration_ms": [ - 2971 + 2979 ], "file": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "kills_count": [ - 2971 + 2979 ], "match_map_demo_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "target_steam_id": [ - 2971 + 2979 ], "thumbnail_url": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "views_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -40433,70 +40509,70 @@ export default { }, "match_clips_order_by": { "created_at": [ - 2971 + 2979 ], "download_url": [ - 2971 + 2979 ], "duration_ms": [ - 2971 + 2979 ], "file": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "kills_count": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_demo": [ 2534 ], "match_map_demo_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "render_jobs_aggregate": [ 269 ], "round": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "target": [ - 3942 + 3950 ], "target_steam_id": [ - 2971 + 2979 ], "thumbnail_download_url": [ - 2971 + 2979 ], "thumbnail_url": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "user": [ - 3942 + 3950 ], "user_steam_id": [ - 2971 + 2979 ], "views_count": [ - 2971 + 2979 ], "visibility": [ - 2971 + 2979 ], "__typename": [ 80 @@ -40504,7 +40580,7 @@ export default { }, "match_clips_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -40513,7 +40589,7 @@ export default { "match_clips_select_column": {}, "match_clips_set_input": { "created_at": [ - 4518 + 4526 ], "duration_ms": [ 40 @@ -40522,16 +40598,16 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "kills_count": [ 40 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -40589,25 +40665,25 @@ export default { }, "match_clips_stddev_order_by": { "duration_ms": [ - 2971 + 2979 ], "kills_count": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "target_steam_id": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "views_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -40641,25 +40717,25 @@ export default { }, "match_clips_stddev_pop_order_by": { "duration_ms": [ - 2971 + 2979 ], "kills_count": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "target_steam_id": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "views_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -40693,25 +40769,25 @@ export default { }, "match_clips_stddev_samp_order_by": { "duration_ms": [ - 2971 + 2979 ], "kills_count": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "target_steam_id": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "views_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -40730,7 +40806,7 @@ export default { }, "match_clips_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "duration_ms": [ 40 @@ -40739,16 +40815,16 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "kills_count": [ 40 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -40806,25 +40882,25 @@ export default { }, "match_clips_sum_order_by": { "duration_ms": [ - 2971 + 2979 ], "kills_count": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "target_steam_id": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "views_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -40873,25 +40949,25 @@ export default { }, "match_clips_var_pop_order_by": { "duration_ms": [ - 2971 + 2979 ], "kills_count": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "target_steam_id": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "views_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -40925,25 +41001,25 @@ export default { }, "match_clips_var_samp_order_by": { "duration_ms": [ - 2971 + 2979 ], "kills_count": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "target_steam_id": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "views_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -40977,25 +41053,25 @@ export default { }, "match_clips_variance_order_by": { "duration_ms": [ - 2971 + 2979 ], "kills_count": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "target_steam_id": [ - 2971 + 2979 ], "user_steam_id": [ - 2971 + 2979 ], "views_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41003,7 +41079,7 @@ export default { }, "match_demo_sessions": { "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -41015,34 +41091,34 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4518 + 4526 ], "last_status_at": [ - 4518 + 4526 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_demo": [ 2508 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "status": [ 80 @@ -41059,7 +41135,7 @@ export default { 80 ], "watcher": [ - 3929 + 3937 ], "watcher_steam_id": [ 257 @@ -41156,7 +41232,7 @@ export default { 2384 ], "count": [ - 2971 + 2979 ], "max": [ 2393 @@ -41218,7 +41294,7 @@ export default { }, "match_demo_sessions_avg_order_by": { "watcher_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41235,7 +41311,7 @@ export default { 2385 ], "created_at": [ - 4519 + 4527 ], "error_message": [ 82 @@ -41247,34 +41323,34 @@ export default { 82 ], "id": [ - 5020 + 5028 ], "k8s_job_name": [ 82 ], "last_activity_at": [ - 4519 + 4527 ], "last_status_at": [ - 4519 + 4527 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_demo": [ 2520 ], "match_map_demo_id": [ - 5020 + 5028 ], "match_map_id": [ - 5020 + 5028 ], "status": [ 82 @@ -41286,7 +41362,7 @@ export default { 82 ], "watcher": [ - 3933 + 3941 ], "watcher_steam_id": [ 259 @@ -41330,7 +41406,7 @@ export default { }, "match_demo_sessions_insert_input": { "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -41342,34 +41418,34 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4518 + 4526 ], "last_status_at": [ - 4518 + 4526 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_demo": [ 2532 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "status": [ 80 @@ -41381,7 +41457,7 @@ export default { 80 ], "watcher": [ - 3940 + 3948 ], "watcher_steam_id": [ 257 @@ -41392,7 +41468,7 @@ export default { }, "match_demo_sessions_max_fields": { "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -41401,25 +41477,25 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4518 + 4526 ], "last_status_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "status": [ 80 @@ -41436,43 +41512,43 @@ export default { }, "match_demo_sessions_max_order_by": { "created_at": [ - 2971 + 2979 ], "error_message": [ - 2971 + 2979 ], "game_server_node_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "k8s_job_name": [ - 2971 + 2979 ], "last_activity_at": [ - 2971 + 2979 ], "last_status_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_demo_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "stream_url": [ - 2971 + 2979 ], "watcher_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41480,7 +41556,7 @@ export default { }, "match_demo_sessions_min_fields": { "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -41489,25 +41565,25 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4518 + 4526 ], "last_status_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "status": [ 80 @@ -41524,43 +41600,43 @@ export default { }, "match_demo_sessions_min_order_by": { "created_at": [ - 2971 + 2979 ], "error_message": [ - 2971 + 2979 ], "game_server_node_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "k8s_job_name": [ - 2971 + 2979 ], "last_activity_at": [ - 2971 + 2979 ], "last_status_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_demo_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "stream_url": [ - 2971 + 2979 ], "watcher_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41593,61 +41669,61 @@ export default { }, "match_demo_sessions_order_by": { "created_at": [ - 2971 + 2979 ], "error_message": [ - 2971 + 2979 ], "game_server_node": [ 1744 ], "game_server_node_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "k8s_job_name": [ - 2971 + 2979 ], "last_activity_at": [ - 2971 + 2979 ], "last_status_at": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_demo": [ 2534 ], "match_map_demo_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "status_history": [ - 2971 + 2979 ], "stream_url": [ - 2971 + 2979 ], "watcher": [ - 3942 + 3950 ], "watcher_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41655,7 +41731,7 @@ export default { }, "match_demo_sessions_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -41672,7 +41748,7 @@ export default { "match_demo_sessions_select_column": {}, "match_demo_sessions_set_input": { "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -41681,25 +41757,25 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4518 + 4526 ], "last_status_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "status": [ 80 @@ -41727,7 +41803,7 @@ export default { }, "match_demo_sessions_stddev_order_by": { "watcher_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41743,7 +41819,7 @@ export default { }, "match_demo_sessions_stddev_pop_order_by": { "watcher_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41759,7 +41835,7 @@ export default { }, "match_demo_sessions_stddev_samp_order_by": { "watcher_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41778,7 +41854,7 @@ export default { }, "match_demo_sessions_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "error_message": [ 80 @@ -41787,25 +41863,25 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4518 + 4526 ], "last_status_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "status": [ 80 @@ -41833,7 +41909,7 @@ export default { }, "match_demo_sessions_sum_order_by": { "watcher_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41879,7 +41955,7 @@ export default { }, "match_demo_sessions_var_pop_order_by": { "watcher_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41895,7 +41971,7 @@ export default { }, "match_demo_sessions_var_samp_order_by": { "watcher_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41911,7 +41987,7 @@ export default { }, "match_demo_sessions_variance_order_by": { "watcher_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -41928,16 +42004,19 @@ export default { 80 ], "id": [ - 5018 + 5026 + ], + "is_connected": [ + 5 ], "lineup": [ 2466 ], "match_lineup_id": [ - 5018 + 5026 ], "party_id": [ - 5018 + 5026 ], "party_source": [ 988 @@ -41946,7 +42025,7 @@ export default { 80 ], "player": [ - 3929 + 3937 ], "steam_id": [ 257 @@ -42083,7 +42162,7 @@ export default { 2431 ], "count": [ - 2971 + 2979 ], "max": [ 2437 @@ -42137,7 +42216,7 @@ export default { }, "match_lineup_players_avg_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42163,16 +42242,19 @@ export default { 82 ], "id": [ - 5020 + 5028 + ], + "is_connected": [ + 6 ], "lineup": [ 2475 ], "match_lineup_id": [ - 5020 + 5028 ], "party_id": [ - 5020 + 5028 ], "party_source": [ 989 @@ -42181,7 +42263,7 @@ export default { 82 ], "player": [ - 3933 + 3941 ], "steam_id": [ 259 @@ -42210,16 +42292,19 @@ export default { 80 ], "id": [ - 5018 + 5026 + ], + "is_connected": [ + 5 ], "lineup": [ 2484 ], "match_lineup_id": [ - 5018 + 5026 ], "party_id": [ - 5018 + 5026 ], "party_source": [ 988 @@ -42228,7 +42313,7 @@ export default { 80 ], "player": [ - 3940 + 3948 ], "steam_id": [ 257 @@ -42242,13 +42327,13 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "party_id": [ - 5018 + 5026 ], "placeholder_name": [ 80 @@ -42262,22 +42347,22 @@ export default { }, "match_lineup_players_max_order_by": { "discord_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_lineup_id": [ - 2971 + 2979 ], "party_id": [ - 2971 + 2979 ], "placeholder_name": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42288,13 +42373,13 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "party_id": [ - 5018 + 5026 ], "placeholder_name": [ 80 @@ -42308,22 +42393,22 @@ export default { }, "match_lineup_players_min_order_by": { "discord_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_lineup_id": [ - 2971 + 2979 ], "party_id": [ - 2971 + 2979 ], "placeholder_name": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42356,37 +42441,40 @@ export default { }, "match_lineup_players_order_by": { "captain": [ - 2971 + 2979 ], "checked_in": [ - 2971 + 2979 ], "discord_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 + ], + "is_connected": [ + 2979 ], "lineup": [ 2486 ], "match_lineup_id": [ - 2971 + 2979 ], "party_id": [ - 2971 + 2979 ], "party_source": [ - 2971 + 2979 ], "placeholder_name": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42394,7 +42482,7 @@ export default { }, "match_lineup_players_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -42414,13 +42502,16 @@ export default { 80 ], "id": [ - 5018 + 5026 + ], + "is_connected": [ + 5 ], "match_lineup_id": [ - 5018 + 5026 ], "party_id": [ - 5018 + 5026 ], "party_source": [ 988 @@ -42445,7 +42536,7 @@ export default { }, "match_lineup_players_stddev_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42461,7 +42552,7 @@ export default { }, "match_lineup_players_stddev_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42477,7 +42568,7 @@ export default { }, "match_lineup_players_stddev_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42505,13 +42596,16 @@ export default { 80 ], "id": [ - 5018 + 5026 + ], + "is_connected": [ + 5 ], "match_lineup_id": [ - 5018 + 5026 ], "party_id": [ - 5018 + 5026 ], "party_source": [ 988 @@ -42536,7 +42630,7 @@ export default { }, "match_lineup_players_sum_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42567,7 +42661,7 @@ export default { }, "match_lineup_players_var_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42583,7 +42677,7 @@ export default { }, "match_lineup_players_var_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42599,7 +42693,7 @@ export default { }, "match_lineup_players_variance_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42616,16 +42710,16 @@ export default { 5 ], "captain": [ - 5174 + 5182 ], "coach": [ - 3929 + 3937 ], "coach_steam_id": [ 257 ], "id": [ - 5018 + 5026 ], "is_on_lineup": [ 5 @@ -42684,16 +42778,16 @@ export default { } ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_veto_picks": [ 2600, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -42703,11 +42797,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -42715,7 +42809,7 @@ export default { 2601, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -42725,11 +42819,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -42737,10 +42831,10 @@ export default { 80 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "team_name": [ 80 @@ -42837,7 +42931,7 @@ export default { 2474 ], "count": [ - 2971 + 2979 ], "max": [ 2480 @@ -42891,7 +42985,7 @@ export default { }, "match_lineups_avg_order_by": { "coach_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -42917,16 +43011,16 @@ export default { 6 ], "captain": [ - 5178 + 5186 ], "coach": [ - 3933 + 3941 ], "coach_steam_id": [ 259 ], "id": [ - 5020 + 5028 ], "is_on_lineup": [ 6 @@ -42947,13 +43041,13 @@ export default { 2423 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_veto_picks": [ - 2607 + 2609 ], "match_veto_picks_aggregate": [ 2602 @@ -42962,10 +43056,10 @@ export default { 82 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "team_name": [ 82 @@ -42985,34 +43079,34 @@ export default { }, "match_lineups_insert_input": { "captain": [ - 5184 + 5192 ], "coach": [ - 3940 + 3948 ], "coach_steam_id": [ 257 ], "id": [ - 5018 + 5026 ], "lineup_players": [ 2429 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_veto_picks": [ - 2606 + 2608 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "team_name": [ 80 @@ -43026,16 +43120,16 @@ export default { 257 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "name": [ 80 ], "team_id": [ - 5018 + 5026 ], "team_name": [ 80 @@ -43046,19 +43140,19 @@ export default { }, "match_lineups_max_order_by": { "coach_steam_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "team_name": [ - 2971 + 2979 ], "__typename": [ 80 @@ -43069,16 +43163,16 @@ export default { 257 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "name": [ 80 ], "team_id": [ - 5018 + 5026 ], "team_name": [ 80 @@ -43089,19 +43183,19 @@ export default { }, "match_lineups_min_order_by": { "coach_steam_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "team_name": [ - 2971 + 2979 ], "__typename": [ 80 @@ -43145,61 +43239,61 @@ export default { }, "match_lineups_order_by": { "can_pick_map_veto": [ - 2971 + 2979 ], "can_pick_region_veto": [ - 2971 + 2979 ], "can_update_lineup": [ - 2971 + 2979 ], "captain": [ - 5185 + 5193 ], "coach": [ - 3942 + 3950 ], "coach_steam_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "is_on_lineup": [ - 2971 + 2979 ], "is_picking_map_veto": [ - 2971 + 2979 ], "is_picking_region_veto": [ - 2971 + 2979 ], "is_ready": [ - 2971 + 2979 ], "lineup_players_aggregate": [ 2428 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_veto_picks_aggregate": [ - 2605 + 2607 ], "name": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "team_name": [ - 2971 + 2979 ], "__typename": [ 80 @@ -43207,7 +43301,7 @@ export default { }, "match_lineups_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -43219,13 +43313,13 @@ export default { 257 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "team_name": [ 80 @@ -43244,7 +43338,7 @@ export default { }, "match_lineups_stddev_order_by": { "coach_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -43260,7 +43354,7 @@ export default { }, "match_lineups_stddev_pop_order_by": { "coach_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -43276,7 +43370,7 @@ export default { }, "match_lineups_stddev_samp_order_by": { "coach_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -43298,13 +43392,13 @@ export default { 257 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "team_name": [ 80 @@ -43323,7 +43417,7 @@ export default { }, "match_lineups_sum_order_by": { "coach_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -43354,7 +43448,7 @@ export default { }, "match_lineups_var_pop_order_by": { "coach_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -43370,7 +43464,7 @@ export default { }, "match_lineups_var_samp_order_by": { "coach_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -43386,7 +43480,7 @@ export default { }, "match_lineups_variance_order_by": { "coach_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -43446,7 +43540,7 @@ export default { } ], "created_at": [ - 4518 + 4526 ], "cs2_build": [ 80 @@ -43508,7 +43602,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "kills": [ 1842, @@ -43522,7 +43616,7 @@ export default { 80 ], "match": [ - 2786 + 2794 ], "match_clips": [ 2333, @@ -43569,16 +43663,16 @@ export default { } ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "metadata_parsed_at": [ - 4518 + 4526 ], "playback_file": [ 80 @@ -43749,7 +43843,7 @@ export default { 2519 ], "count": [ - 2971 + 2979 ], "max": [ 2528 @@ -43832,19 +43926,19 @@ export default { }, "match_map_demos_avg_order_by": { "duration_seconds": [ - 2971 + 2979 ], "playback_size": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "tick_rate": [ - 2971 + 2979 ], "total_ticks": [ - 2971 + 2979 ], "__typename": [ 80 @@ -43870,7 +43964,7 @@ export default { 264 ], "created_at": [ - 4519 + 4527 ], "cs2_build": [ 82 @@ -43894,7 +43988,7 @@ export default { 6 ], "id": [ - 5020 + 5028 ], "kills": [ 1844 @@ -43903,7 +43997,7 @@ export default { 82 ], "match": [ - 2795 + 2803 ], "match_clips": [ 2342 @@ -43912,16 +44006,16 @@ export default { 2335 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "metadata_parsed_at": [ - 4519 + 4527 ], "playback_file": [ 82 @@ -44031,7 +44125,7 @@ export default { 271 ], "created_at": [ - 4518 + 4526 ], "cs2_build": [ 80 @@ -44046,7 +44140,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "kills": [ 1842 @@ -44055,22 +44149,22 @@ export default { 80 ], "match": [ - 2804 + 2812 ], "match_clips": [ 2339 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "metadata_parsed_at": [ - 4518 + 4526 ], "playback_file": [ 80 @@ -44102,7 +44196,7 @@ export default { }, "match_map_demos_max_fields": { "created_at": [ - 4518 + 4526 ], "cs2_build": [ 80 @@ -44117,19 +44211,19 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "map_name": [ 80 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "metadata_parsed_at": [ - 4518 + 4526 ], "playback_file": [ 80 @@ -44158,49 +44252,49 @@ export default { }, "match_map_demos_max_order_by": { "created_at": [ - 2971 + 2979 ], "cs2_build": [ - 2971 + 2979 ], "duration_seconds": [ - 2971 + 2979 ], "file": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "map_name": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "metadata_parsed_at": [ - 2971 + 2979 ], "playback_file": [ - 2971 + 2979 ], "playback_size": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "tick_rate": [ - 2971 + 2979 ], "total_ticks": [ - 2971 + 2979 ], "workshop_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -44208,7 +44302,7 @@ export default { }, "match_map_demos_min_fields": { "created_at": [ - 4518 + 4526 ], "cs2_build": [ 80 @@ -44223,19 +44317,19 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "map_name": [ 80 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "metadata_parsed_at": [ - 4518 + 4526 ], "playback_file": [ 80 @@ -44264,49 +44358,49 @@ export default { }, "match_map_demos_min_order_by": { "created_at": [ - 2971 + 2979 ], "cs2_build": [ - 2971 + 2979 ], "duration_seconds": [ - 2971 + 2979 ], "file": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "map_name": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "metadata_parsed_at": [ - 2971 + 2979 ], "playback_file": [ - 2971 + 2979 ], "playback_size": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "tick_rate": [ - 2971 + 2979 ], "total_ticks": [ - 2971 + 2979 ], "workshop_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -44350,85 +44444,85 @@ export default { }, "match_map_demos_order_by": { "bombs": [ - 2971 + 2979 ], "clip_render_jobs_aggregate": [ 269 ], "created_at": [ - 2971 + 2979 ], "cs2_build": [ - 2971 + 2979 ], "demo_sessions_aggregate": [ 2380 ], "download_url": [ - 2971 + 2979 ], "duration_seconds": [ - 2971 + 2979 ], "file": [ - 2971 + 2979 ], "geometry_validated": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_name": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_clips_aggregate": [ 2338 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "metadata_parsed_at": [ - 2971 + 2979 ], "playback_file": [ - 2971 + 2979 ], "playback_size": [ - 2971 + 2979 ], "playback_url": [ - 2971 + 2979 ], "players": [ - 2971 + 2979 ], "round_ticks": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "tick_rate": [ - 2971 + 2979 ], "total_ticks": [ - 2971 + 2979 ], "workshop_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -44436,7 +44530,7 @@ export default { }, "match_map_demos_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -44467,7 +44561,7 @@ export default { 1842 ], "created_at": [ - 4518 + 4526 ], "cs2_build": [ 80 @@ -44479,7 +44573,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "kills": [ 1842 @@ -44488,13 +44582,13 @@ export default { 80 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "metadata_parsed_at": [ - 4518 + 4526 ], "playback_file": [ 80 @@ -44546,19 +44640,19 @@ export default { }, "match_map_demos_stddev_order_by": { "duration_seconds": [ - 2971 + 2979 ], "playback_size": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "tick_rate": [ - 2971 + 2979 ], "total_ticks": [ - 2971 + 2979 ], "__typename": [ 80 @@ -44586,19 +44680,19 @@ export default { }, "match_map_demos_stddev_pop_order_by": { "duration_seconds": [ - 2971 + 2979 ], "playback_size": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "tick_rate": [ - 2971 + 2979 ], "total_ticks": [ - 2971 + 2979 ], "__typename": [ 80 @@ -44626,19 +44720,19 @@ export default { }, "match_map_demos_stddev_samp_order_by": { "duration_seconds": [ - 2971 + 2979 ], "playback_size": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "tick_rate": [ - 2971 + 2979 ], "total_ticks": [ - 2971 + 2979 ], "__typename": [ 80 @@ -44660,7 +44754,7 @@ export default { 1842 ], "created_at": [ - 4518 + 4526 ], "cs2_build": [ 80 @@ -44675,7 +44769,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "kills": [ 1842 @@ -44684,13 +44778,13 @@ export default { 80 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "metadata_parsed_at": [ - 4518 + 4526 ], "playback_file": [ 80 @@ -44742,19 +44836,19 @@ export default { }, "match_map_demos_sum_order_by": { "duration_seconds": [ - 2971 + 2979 ], "playback_size": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "tick_rate": [ - 2971 + 2979 ], "total_ticks": [ - 2971 + 2979 ], "__typename": [ 80 @@ -44812,19 +44906,19 @@ export default { }, "match_map_demos_var_pop_order_by": { "duration_seconds": [ - 2971 + 2979 ], "playback_size": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "tick_rate": [ - 2971 + 2979 ], "total_ticks": [ - 2971 + 2979 ], "__typename": [ 80 @@ -44852,19 +44946,19 @@ export default { }, "match_map_demos_var_samp_order_by": { "duration_seconds": [ - 2971 + 2979 ], "playback_size": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "tick_rate": [ - 2971 + 2979 ], "total_ticks": [ - 2971 + 2979 ], "__typename": [ 80 @@ -44892,19 +44986,19 @@ export default { }, "match_map_demos_variance_order_by": { "duration_seconds": [ - 2971 + 2979 ], "playback_size": [ - 2971 + 2979 ], "size": [ - 2971 + 2979 ], "tick_rate": [ - 2971 + 2979 ], "total_ticks": [ - 2971 + 2979 ], "__typename": [ 80 @@ -44912,10 +45006,10 @@ export default { }, "match_map_rounds": { "assists": [ - 3109, + 3117, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -44925,19 +45019,19 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "assists_aggregate": [ - 3110, + 3118, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -44947,11 +45041,11 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], @@ -44959,22 +45053,22 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "has_backup_file": [ 5 ], "id": [ - 5018 + 5026 ], "kills": [ - 3326, + 3334, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -44984,19 +45078,19 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "kills_aggregate": [ - 3327, + 3335, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -45006,11 +45100,11 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], @@ -45039,16 +45133,16 @@ export default { 40 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "winning_reason": [ 1415 @@ -45148,7 +45242,7 @@ export default { 2567 ], "count": [ - 2971 + 2979 ], "max": [ 2573 @@ -45220,25 +45314,25 @@ export default { }, "match_map_rounds_avg_order_by": { "lineup_1_money": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_money": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -45255,31 +45349,31 @@ export default { 2568 ], "assists": [ - 3120 + 3128 ], "assists_aggregate": [ - 3111 + 3119 ], "backup_file": [ 82 ], "created_at": [ - 4519 + 4527 ], "deleted_at": [ - 4519 + 4527 ], "has_backup_file": [ 6 ], "id": [ - 5020 + 5028 ], "kills": [ - 3337 + 3345 ], "kills_aggregate": [ - 3328 + 3336 ], "lineup_1_money": [ 41 @@ -45306,16 +45400,16 @@ export default { 41 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "round": [ 41 ], "time": [ - 4519 + 4527 ], "winning_reason": [ 1416 @@ -45356,22 +45450,22 @@ export default { }, "match_map_rounds_insert_input": { "assists": [ - 3117 + 3125 ], "backup_file": [ 80 ], "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "kills": [ - 3334 + 3342 ], "lineup_1_money": [ 40 @@ -45398,16 +45492,16 @@ export default { 40 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "winning_reason": [ 1415 @@ -45424,13 +45518,13 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "lineup_1_money": [ 40 @@ -45451,13 +45545,13 @@ export default { 40 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "winning_side": [ 80 @@ -45468,46 +45562,46 @@ export default { }, "match_map_rounds_max_order_by": { "backup_file": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "lineup_1_money": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_money": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "winning_side": [ - 2971 + 2979 ], "__typename": [ 80 @@ -45518,13 +45612,13 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "lineup_1_money": [ 40 @@ -45545,13 +45639,13 @@ export default { 40 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "winning_side": [ 80 @@ -45562,46 +45656,46 @@ export default { }, "match_map_rounds_min_order_by": { "backup_file": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "lineup_1_money": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_money": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "winning_side": [ - 2971 + 2979 ], "__typename": [ 80 @@ -45634,67 +45728,67 @@ export default { }, "match_map_rounds_order_by": { "assists_aggregate": [ - 3116 + 3124 ], "backup_file": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "has_backup_file": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "kills_aggregate": [ - 3333 + 3341 ], "lineup_1_money": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_side": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_money": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_side": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "winning_reason": [ - 2971 + 2979 ], "winning_side": [ - 2971 + 2979 ], "__typename": [ 80 @@ -45702,7 +45796,7 @@ export default { }, "match_map_rounds_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -45714,13 +45808,13 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "lineup_1_money": [ 40 @@ -45747,13 +45841,13 @@ export default { 40 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "winning_reason": [ 1415 @@ -45793,25 +45887,25 @@ export default { }, "match_map_rounds_stddev_order_by": { "lineup_1_money": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_money": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -45845,25 +45939,25 @@ export default { }, "match_map_rounds_stddev_pop_order_by": { "lineup_1_money": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_money": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -45897,25 +45991,25 @@ export default { }, "match_map_rounds_stddev_samp_order_by": { "lineup_1_money": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_money": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -45937,13 +46031,13 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "lineup_1_money": [ 40 @@ -45970,13 +46064,13 @@ export default { 40 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "winning_reason": [ 1415 @@ -46016,25 +46110,25 @@ export default { }, "match_map_rounds_sum_order_by": { "lineup_1_money": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_money": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -46083,25 +46177,25 @@ export default { }, "match_map_rounds_var_pop_order_by": { "lineup_1_money": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_money": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -46135,25 +46229,25 @@ export default { }, "match_map_rounds_var_samp_order_by": { "lineup_1_money": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_money": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -46187,54 +46281,57 @@ export default { }, "match_map_rounds_variance_order_by": { "lineup_1_money": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_money": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 ] }, "match_map_veto_picks": { + "auto_picked": [ + 5 + ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "map": [ 2304 ], "map_id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5018 + 5026 ], "side": [ 80 @@ -46248,7 +46345,7 @@ export default { }, "match_map_veto_picks_aggregate": { "aggregate": [ - 2604 + 2606 ], "nodes": [ 2600 @@ -46258,22 +46355,62 @@ export default { ] }, "match_map_veto_picks_aggregate_bool_exp": { - "count": [ + "bool_and": [ 2603 ], + "bool_or": [ + 2604 + ], + "count": [ + 2605 + ], + "__typename": [ + 80 + ] + }, + "match_map_veto_picks_aggregate_bool_exp_bool_and": { + "arguments": [ + 2621 + ], + "distinct": [ + 5 + ], + "filter": [ + 2609 + ], + "predicate": [ + 6 + ], + "__typename": [ + 80 + ] + }, + "match_map_veto_picks_aggregate_bool_exp_bool_or": { + "arguments": [ + 2622 + ], + "distinct": [ + 5 + ], + "filter": [ + 2609 + ], + "predicate": [ + 6 + ], "__typename": [ 80 ] }, "match_map_veto_picks_aggregate_bool_exp_count": { "arguments": [ - 2618 + 2620 ], "distinct": [ 5 ], "filter": [ - 2607 + 2609 ], "predicate": [ 41 @@ -46287,7 +46424,7 @@ export default { 40, { "columns": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "distinct": [ @@ -46296,10 +46433,10 @@ export default { } ], "max": [ - 2610 + 2612 ], "min": [ - 2612 + 2614 ], "__typename": [ 80 @@ -46307,13 +46444,13 @@ export default { }, "match_map_veto_picks_aggregate_order_by": { "count": [ - 2971 + 2979 ], "max": [ - 2611 + 2613 ], "min": [ - 2613 + 2615 ], "__typename": [ 80 @@ -46321,10 +46458,10 @@ export default { }, "match_map_veto_picks_arr_rel_insert_input": { "data": [ - 2609 + 2611 ], "on_conflict": [ - 2615 + 2617 ], "__typename": [ 80 @@ -46332,37 +46469,40 @@ export default { }, "match_map_veto_picks_bool_exp": { "_and": [ - 2607 + 2609 ], "_not": [ - 2607 + 2609 ], "_or": [ - 2607 + 2609 + ], + "auto_picked": [ + 6 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "map": [ 2313 ], "map_id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5020 + 5028 ], "side": [ 82 @@ -46376,29 +46516,32 @@ export default { }, "match_map_veto_picks_constraint": {}, "match_map_veto_picks_insert_input": { + "auto_picked": [ + 5 + ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "map": [ 2321 ], "map_id": [ - 5018 + 5026 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_lineup": [ 2484 ], "match_lineup_id": [ - 5018 + 5026 ], "side": [ 80 @@ -46412,19 +46555,19 @@ export default { }, "match_map_veto_picks_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "side": [ 80 @@ -46435,22 +46578,22 @@ export default { }, "match_map_veto_picks_max_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "map_id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_lineup_id": [ - 2971 + 2979 ], "side": [ - 2971 + 2979 ], "__typename": [ 80 @@ -46458,19 +46601,19 @@ export default { }, "match_map_veto_picks_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "side": [ 80 @@ -46481,22 +46624,22 @@ export default { }, "match_map_veto_picks_min_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "map_id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_lineup_id": [ - 2971 + 2979 ], "side": [ - 2971 + 2979 ], "__typename": [ 80 @@ -46515,48 +46658,51 @@ export default { }, "match_map_veto_picks_on_conflict": { "constraint": [ - 2608 + 2610 ], "update_columns": [ - 2622 + 2626 ], "where": [ - 2607 + 2609 ], "__typename": [ 80 ] }, "match_map_veto_picks_order_by": { + "auto_picked": [ + 2979 + ], "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "map": [ 2323 ], "map_id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_lineup": [ 2486 ], "match_lineup_id": [ - 2971 + 2979 ], "side": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "__typename": [ 80 @@ -46564,28 +46710,33 @@ export default { }, "match_map_veto_picks_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 ] }, "match_map_veto_picks_select_column": {}, + "match_map_veto_picks_select_column_match_map_veto_picks_aggregate_bool_exp_bool_and_arguments_columns": {}, + "match_map_veto_picks_select_column_match_map_veto_picks_aggregate_bool_exp_bool_or_arguments_columns": {}, "match_map_veto_picks_set_input": { + "auto_picked": [ + 5 + ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "side": [ 80 @@ -46599,7 +46750,7 @@ export default { }, "match_map_veto_picks_stream_cursor_input": { "initial_value": [ - 2621 + 2625 ], "ordering": [ 313 @@ -46609,20 +46760,23 @@ export default { ] }, "match_map_veto_picks_stream_cursor_value_input": { + "auto_picked": [ + 5 + ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "side": [ 80 @@ -46637,10 +46791,10 @@ export default { "match_map_veto_picks_update_column": {}, "match_map_veto_picks_updates": { "_set": [ - 2619 + 2623 ], "where": [ - 2607 + 2609 ], "__typename": [ 80 @@ -46651,7 +46805,10 @@ export default { 40 ], "created_at": [ - 4518 + 4526 + ], + "demo_processing_started_at": [ + 4526 ], "demos": [ 2508, @@ -46707,13 +46864,13 @@ export default { 942 ], "ended_at": [ - 4518 + 4526 ], "flashes": [ - 3281, + 3289, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -46723,19 +46880,19 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "flashes_aggregate": [ - 3282, + 3290, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -46745,22 +46902,22 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "id": [ - 5018 + 5026 ], "is_current_map": [ 5 ], "latest_clip_at": [ - 4518 + 4526 ], "lineup_1_score": [ 40 @@ -46784,10 +46941,10 @@ export default { 2304 ], "map_id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_clips": [ 2333, @@ -46834,13 +46991,13 @@ export default { } ], "match_id": [ - 5018 + 5026 ], "objectives": [ - 3527, + 3535, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -46850,19 +47007,19 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], "objectives_aggregate": [ - 3528, + 3536, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -46872,11 +47029,11 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], @@ -46884,10 +47041,10 @@ export default { 40 ], "player_assists": [ - 3109, + 3117, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -46897,19 +47054,19 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "player_assists_aggregate": [ - 3110, + 3118, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -46919,19 +47076,19 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "player_damages": [ - 3172, + 3180, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -46941,19 +47098,19 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], "player_damages_aggregate": [ - 3173, + 3181, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -46963,19 +47120,19 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], "player_kills": [ - 3326, + 3334, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -46985,19 +47142,19 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "player_kills_aggregate": [ - 3327, + 3335, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -47007,19 +47164,19 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "player_unused_utilities": [ - 3814, + 3822, { "distinct_on": [ - 3835, + 3843, "[player_unused_utility_select_column!]" ], "limit": [ @@ -47029,19 +47186,19 @@ export default { 40 ], "order_by": [ - 3833, + 3841, "[player_unused_utility_order_by!]" ], "where": [ - 3823 + 3831 ] } ], "player_unused_utilities_aggregate": [ - 3815, + 3823, { "distinct_on": [ - 3835, + 3843, "[player_unused_utility_select_column!]" ], "limit": [ @@ -47051,11 +47208,11 @@ export default { 40 ], "order_by": [ - 3833, + 3841, "[player_unused_utility_order_by!]" ], "where": [ - 3823 + 3831 ] } ], @@ -47063,7 +47220,7 @@ export default { 40 ], "public_latest_clip_at": [ - 4518 + 4526 ], "rounds": [ 2559, @@ -47110,16 +47267,16 @@ export default { } ], "started_at": [ - 4518 + 4526 ], "status": [ 947 ], "utility": [ - 3855, + 3863, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -47129,19 +47286,19 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], "utility_aggregate": [ - 3856, + 3864, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -47151,11 +47308,11 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], @@ -47163,7 +47320,7 @@ export default { 2600, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -47173,11 +47330,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -47185,7 +47342,7 @@ export default { 2601, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -47195,16 +47352,16 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -47212,10 +47369,10 @@ export default { }, "match_maps_aggregate": { "aggregate": [ - 2628 + 2632 ], "nodes": [ - 2624 + 2628 ], "__typename": [ 80 @@ -47223,7 +47380,7 @@ export default { }, "match_maps_aggregate_bool_exp": { "count": [ - 2627 + 2631 ], "__typename": [ 80 @@ -47231,13 +47388,13 @@ export default { }, "match_maps_aggregate_bool_exp_count": { "arguments": [ - 2646 + 2650 ], "distinct": [ 5 ], "filter": [ - 2633 + 2637 ], "predicate": [ 41 @@ -47248,13 +47405,13 @@ export default { }, "match_maps_aggregate_fields": { "avg": [ - 2631 + 2635 ], "count": [ 40, { "columns": [ - 2646, + 2650, "[match_maps_select_column!]" ], "distinct": [ @@ -47263,31 +47420,31 @@ export default { } ], "max": [ - 2637 + 2641 ], "min": [ - 2639 + 2643 ], "stddev": [ - 2648 + 2652 ], "stddev_pop": [ - 2650 + 2654 ], "stddev_samp": [ - 2652 + 2656 ], "sum": [ - 2656 + 2660 ], "var_pop": [ - 2660 + 2664 ], "var_samp": [ - 2662 + 2666 ], "variance": [ - 2664 + 2668 ], "__typename": [ 80 @@ -47295,37 +47452,37 @@ export default { }, "match_maps_aggregate_order_by": { "avg": [ - 2632 + 2636 ], "count": [ - 2971 + 2979 ], "max": [ - 2638 + 2642 ], "min": [ - 2640 + 2644 ], "stddev": [ - 2649 + 2653 ], "stddev_pop": [ - 2651 + 2655 ], "stddev_samp": [ - 2653 + 2657 ], "sum": [ - 2657 + 2661 ], "var_pop": [ - 2661 + 2665 ], "var_samp": [ - 2663 + 2667 ], "variance": [ - 2665 + 2669 ], "__typename": [ 80 @@ -47333,10 +47490,10 @@ export default { }, "match_maps_arr_rel_insert_input": { "data": [ - 2636 + 2640 ], "on_conflict": [ - 2643 + 2647 ], "__typename": [ 80 @@ -47373,19 +47530,19 @@ export default { }, "match_maps_avg_order_by": { "clips_count": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "public_clips_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -47393,19 +47550,22 @@ export default { }, "match_maps_bool_exp": { "_and": [ - 2633 + 2637 ], "_not": [ - 2633 + 2637 ], "_or": [ - 2633 + 2637 ], "clips_count": [ 41 ], "created_at": [ - 4519 + 4527 + ], + "demo_processing_started_at": [ + 4527 ], "demos": [ 2520 @@ -47423,22 +47583,22 @@ export default { 945 ], "ended_at": [ - 4519 + 4527 ], "flashes": [ - 3292 + 3300 ], "flashes_aggregate": [ - 3283 + 3291 ], "id": [ - 5020 + 5028 ], "is_current_map": [ 6 ], "latest_clip_at": [ - 4519 + 4527 ], "lineup_1_score": [ 41 @@ -47462,10 +47622,10 @@ export default { 2313 ], "map_id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_clips": [ 2342 @@ -47474,46 +47634,46 @@ export default { 2335 ], "match_id": [ - 5020 + 5028 ], "objectives": [ - 3536 + 3544 ], "objectives_aggregate": [ - 3529 + 3537 ], "order": [ 41 ], "player_assists": [ - 3120 + 3128 ], "player_assists_aggregate": [ - 3111 + 3119 ], "player_damages": [ - 3181 + 3189 ], "player_damages_aggregate": [ - 3174 + 3182 ], "player_kills": [ - 3337 + 3345 ], "player_kills_aggregate": [ - 3328 + 3336 ], "player_unused_utilities": [ - 3823 + 3831 ], "player_unused_utilities_aggregate": [ - 3816 + 3824 ], "public_clips_count": [ 41 ], "public_latest_clip_at": [ - 4519 + 4527 ], "rounds": [ 2568 @@ -47522,25 +47682,25 @@ export default { 2561 ], "started_at": [ - 4519 + 4527 ], "status": [ 948 ], "utility": [ - 3864 + 3872 ], "utility_aggregate": [ - 3857 + 3865 ], "vetos": [ - 2607 + 2609 ], "vetos_aggregate": [ 2602 ], "winning_lineup_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -47572,7 +47732,10 @@ export default { 40 ], "created_at": [ - 4518 + 4526 + ], + "demo_processing_started_at": [ + 4526 ], "demos": [ 2517 @@ -47581,16 +47744,16 @@ export default { 953 ], "ended_at": [ - 4518 + 4526 ], "flashes": [ - 3289 + 3297 ], "id": [ - 5018 + 5026 ], "latest_clip_at": [ - 4518 + 4526 ], "lineup_1_side": [ 1211 @@ -47608,58 +47771,58 @@ export default { 2321 ], "map_id": [ - 5018 + 5026 ], "match": [ - 2804 + 2812 ], "match_clips": [ 2339 ], "match_id": [ - 5018 + 5026 ], "objectives": [ - 3533 + 3541 ], "order": [ 40 ], "player_assists": [ - 3117 + 3125 ], "player_damages": [ - 3178 + 3186 ], "player_kills": [ - 3334 + 3342 ], "player_unused_utilities": [ - 3820 + 3828 ], "public_clips_count": [ 40 ], "public_latest_clip_at": [ - 4518 + 4526 ], "rounds": [ 2565 ], "started_at": [ - 4518 + 4526 ], "status": [ 947 ], "utility": [ - 3861 + 3869 ], "vetos": [ - 2606 + 2608 ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -47670,7 +47833,10 @@ export default { 40 ], "created_at": [ - 4518 + 4526 + ], + "demo_processing_started_at": [ + 4526 ], "demos_download_url": [ 80 @@ -47679,13 +47845,13 @@ export default { 40 ], "ended_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "latest_clip_at": [ - 4518 + 4526 ], "lineup_1_score": [ 40 @@ -47700,10 +47866,10 @@ export default { 40 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "order": [ 40 @@ -47712,13 +47878,13 @@ export default { 40 ], "public_latest_clip_at": [ - 4518 + 4526 ], "started_at": [ - 4518 + 4526 ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -47726,46 +47892,49 @@ export default { }, "match_maps_max_order_by": { "clips_count": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 + ], + "demo_processing_started_at": [ + 2979 ], "ended_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "latest_clip_at": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "map_id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "public_clips_count": [ - 2971 + 2979 ], "public_latest_clip_at": [ - 2971 + 2979 ], "started_at": [ - 2971 + 2979 ], "winning_lineup_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -47776,7 +47945,10 @@ export default { 40 ], "created_at": [ - 4518 + 4526 + ], + "demo_processing_started_at": [ + 4526 ], "demos_download_url": [ 80 @@ -47785,13 +47957,13 @@ export default { 40 ], "ended_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "latest_clip_at": [ - 4518 + 4526 ], "lineup_1_score": [ 40 @@ -47806,10 +47978,10 @@ export default { 40 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "order": [ 40 @@ -47818,13 +47990,13 @@ export default { 40 ], "public_latest_clip_at": [ - 4518 + 4526 ], "started_at": [ - 4518 + 4526 ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -47832,46 +48004,49 @@ export default { }, "match_maps_min_order_by": { "clips_count": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 + ], + "demo_processing_started_at": [ + 2979 ], "ended_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "latest_clip_at": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "map_id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "public_clips_count": [ - 2971 + 2979 ], "public_latest_clip_at": [ - 2971 + 2979 ], "started_at": [ - 2971 + 2979 ], "winning_lineup_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -47882,7 +48057,7 @@ export default { 40 ], "returning": [ - 2624 + 2628 ], "__typename": [ 80 @@ -47890,10 +48065,10 @@ export default { }, "match_maps_obj_rel_insert_input": { "data": [ - 2636 + 2640 ], "on_conflict": [ - 2643 + 2647 ], "__typename": [ 80 @@ -47901,13 +48076,13 @@ export default { }, "match_maps_on_conflict": { "constraint": [ - 2634 + 2638 ], "update_columns": [ - 2658 + 2662 ], "where": [ - 2633 + 2637 ], "__typename": [ 80 @@ -47915,112 +48090,115 @@ export default { }, "match_maps_order_by": { "clips_count": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 + ], + "demo_processing_started_at": [ + 2979 ], "demos_aggregate": [ 2515 ], "demos_download_url": [ - 2971 + 2979 ], "demos_total_size": [ - 2971 + 2979 ], "e_match_map_status": [ 955 ], "ended_at": [ - 2971 + 2979 ], "flashes_aggregate": [ - 3288 + 3296 ], "id": [ - 2971 + 2979 ], "is_current_map": [ - 2971 + 2979 ], "latest_clip_at": [ - 2971 + 2979 ], "lineup_1_score": [ - 2971 + 2979 ], "lineup_1_side": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_score": [ - 2971 + 2979 ], "lineup_2_side": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "map": [ 2323 ], "map_id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_clips_aggregate": [ 2338 ], "match_id": [ - 2971 + 2979 ], "objectives_aggregate": [ - 3532 + 3540 ], "order": [ - 2971 + 2979 ], "player_assists_aggregate": [ - 3116 + 3124 ], "player_damages_aggregate": [ - 3177 + 3185 ], "player_kills_aggregate": [ - 3333 + 3341 ], "player_unused_utilities_aggregate": [ - 3819 + 3827 ], "public_clips_count": [ - 2971 + 2979 ], "public_latest_clip_at": [ - 2971 + 2979 ], "rounds_aggregate": [ 2564 ], "started_at": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "utility_aggregate": [ - 3860 + 3868 ], "vetos_aggregate": [ - 2605 + 2607 ], "winning_lineup_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -48028,7 +48206,7 @@ export default { }, "match_maps_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -48040,16 +48218,19 @@ export default { 40 ], "created_at": [ - 4518 + 4526 + ], + "demo_processing_started_at": [ + 4526 ], "ended_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "latest_clip_at": [ - 4518 + 4526 ], "lineup_1_side": [ 1211 @@ -48064,10 +48245,10 @@ export default { 40 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "order": [ 40 @@ -48076,16 +48257,16 @@ export default { 40 ], "public_latest_clip_at": [ - 4518 + 4526 ], "started_at": [ - 4518 + 4526 ], "status": [ 947 ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -48122,19 +48303,19 @@ export default { }, "match_maps_stddev_order_by": { "clips_count": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "public_clips_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -48171,19 +48352,19 @@ export default { }, "match_maps_stddev_pop_order_by": { "clips_count": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "public_clips_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -48220,19 +48401,19 @@ export default { }, "match_maps_stddev_samp_order_by": { "clips_count": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "public_clips_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -48240,7 +48421,7 @@ export default { }, "match_maps_stream_cursor_input": { "initial_value": [ - 2655 + 2659 ], "ordering": [ 313 @@ -48254,16 +48435,19 @@ export default { 40 ], "created_at": [ - 4518 + 4526 + ], + "demo_processing_started_at": [ + 4526 ], "ended_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "latest_clip_at": [ - 4518 + 4526 ], "lineup_1_side": [ 1211 @@ -48278,10 +48462,10 @@ export default { 40 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "order": [ 40 @@ -48290,16 +48474,16 @@ export default { 40 ], "public_latest_clip_at": [ - 4518 + 4526 ], "started_at": [ - 4518 + 4526 ], "status": [ 947 ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -48336,19 +48520,19 @@ export default { }, "match_maps_sum_order_by": { "clips_count": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "public_clips_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -48357,13 +48541,13 @@ export default { "match_maps_update_column": {}, "match_maps_updates": { "_inc": [ - 2635 + 2639 ], "_set": [ - 2647 + 2651 ], "where": [ - 2633 + 2637 ], "__typename": [ 80 @@ -48400,19 +48584,19 @@ export default { }, "match_maps_var_pop_order_by": { "clips_count": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "public_clips_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -48449,19 +48633,19 @@ export default { }, "match_maps_var_samp_order_by": { "clips_count": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "public_clips_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -48498,19 +48682,19 @@ export default { }, "match_maps_variance_order_by": { "clips_count": [ - 2971 + 2979 ], "lineup_1_timeouts_available": [ - 2971 + 2979 ], "lineup_2_timeouts_available": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "public_clips_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -48542,7 +48726,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "invite_code": [ 80 @@ -48557,7 +48741,7 @@ export default { 2285 ], "map_pool_id": [ - 5018 + 5026 ], "map_veto": [ 5 @@ -48566,10 +48750,10 @@ export default { 968 ], "matches": [ - 2786, + 2794, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -48579,19 +48763,19 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], "matches_aggregate": [ - 2787, + 2795, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -48601,11 +48785,11 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], @@ -48640,13 +48824,13 @@ export default { 1292 ], "tournament": [ - 4954 + 4962 ], "tournament_bracket": [ - 4562 + 4570 ], "tournament_stage": [ - 4779 + 4787 ], "tv_delay": [ 40 @@ -48654,16 +48838,19 @@ export default { "type": [ 1029 ], + "veto_pick_timeout": [ + 40 + ], "__typename": [ 80 ] }, "match_options_aggregate": { "aggregate": [ - 2668 + 2672 ], "nodes": [ - 2666 + 2670 ], "__typename": [ 80 @@ -48671,13 +48858,13 @@ export default { }, "match_options_aggregate_fields": { "avg": [ - 2669 + 2673 ], "count": [ 40, { "columns": [ - 2681, + 2685, "[match_options_select_column!]" ], "distinct": [ @@ -48686,31 +48873,31 @@ export default { } ], "max": [ - 2674 + 2678 ], "min": [ - 2675 + 2679 ], "stddev": [ - 2683 + 2687 ], "stddev_pop": [ - 2684 + 2688 ], "stddev_samp": [ - 2685 + 2689 ], "sum": [ - 2688 + 2692 ], "var_pop": [ - 2691 + 2695 ], "var_samp": [ - 2692 + 2696 ], "variance": [ - 2693 + 2697 ], "__typename": [ 80 @@ -48738,19 +48925,22 @@ export default { "tv_delay": [ 31 ], + "veto_pick_timeout": [ + 31 + ], "__typename": [ 80 ] }, "match_options_bool_exp": { "_and": [ - 2670 + 2674 ], "_not": [ - 2670 + 2674 ], "_or": [ - 2670 + 2674 ], "auto_cancel_duration": [ 41 @@ -48777,7 +48967,7 @@ export default { 6 ], "id": [ - 5020 + 5028 ], "invite_code": [ 82 @@ -48792,7 +48982,7 @@ export default { 2288 ], "map_pool_id": [ - 5020 + 5028 ], "map_veto": [ 6 @@ -48801,10 +48991,10 @@ export default { 969 ], "matches": [ - 2795 + 2803 ], "matches_aggregate": [ - 2788 + 2796 ], "mr": [ 41 @@ -48837,13 +49027,13 @@ export default { 1293 ], "tournament": [ - 4975 + 4983 ], "tournament_bracket": [ - 4573 + 4581 ], "tournament_stage": [ - 4791 + 4799 ], "tv_delay": [ 41 @@ -48851,6 +49041,9 @@ export default { "type": [ 1030 ], + "veto_pick_timeout": [ + 41 + ], "__typename": [ 80 ] @@ -48878,6 +49071,9 @@ export default { "tv_delay": [ 40 ], + "veto_pick_timeout": [ + 40 + ], "__typename": [ 80 ] @@ -48905,7 +49101,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "invite_code": [ 80 @@ -48920,7 +49116,7 @@ export default { 2294 ], "map_pool_id": [ - 5018 + 5026 ], "map_veto": [ 5 @@ -48929,7 +49125,7 @@ export default { 968 ], "matches": [ - 2792 + 2800 ], "mr": [ 40 @@ -48962,13 +49158,13 @@ export default { 1292 ], "tournament": [ - 4984 + 4992 ], "tournament_bracket": [ - 4582 + 4590 ], "tournament_stage": [ - 4803 + 4811 ], "tv_delay": [ 40 @@ -48976,6 +49172,9 @@ export default { "type": [ 1029 ], + "veto_pick_timeout": [ + 40 + ], "__typename": [ 80 ] @@ -48988,7 +49187,7 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "invite_code": [ 80 @@ -48997,7 +49196,7 @@ export default { 40 ], "map_pool_id": [ - 5018 + 5026 ], "mr": [ 40 @@ -49014,6 +49213,9 @@ export default { "tv_delay": [ 40 ], + "veto_pick_timeout": [ + 40 + ], "__typename": [ 80 ] @@ -49026,7 +49228,7 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "invite_code": [ 80 @@ -49035,7 +49237,7 @@ export default { 40 ], "map_pool_id": [ - 5018 + 5026 ], "mr": [ 40 @@ -49052,6 +49254,9 @@ export default { "tv_delay": [ 40 ], + "veto_pick_timeout": [ + 40 + ], "__typename": [ 80 ] @@ -49061,7 +49266,7 @@ export default { 40 ], "returning": [ - 2666 + 2670 ], "__typename": [ 80 @@ -49069,10 +49274,10 @@ export default { }, "match_options_obj_rel_insert_input": { "data": [ - 2673 + 2677 ], "on_conflict": [ - 2678 + 2682 ], "__typename": [ 80 @@ -49080,13 +49285,13 @@ export default { }, "match_options_on_conflict": { "constraint": [ - 2671 + 2675 ], "update_columns": [ - 2689 + 2693 ], "where": [ - 2670 + 2674 ], "__typename": [ 80 @@ -49094,100 +49299,103 @@ export default { }, "match_options_order_by": { "auto_cancel_duration": [ - 2971 + 2979 ], "auto_cancellation": [ - 2971 + 2979 ], "best_of": [ - 2971 + 2979 ], "check_in_setting": [ - 2971 + 2979 ], "coaches": [ - 2971 + 2979 ], "default_models": [ - 2971 + 2979 ], "halftime_pausematch": [ - 2971 + 2979 ], "has_active_matches": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invite_code": [ - 2971 + 2979 ], "knife_round": [ - 2971 + 2979 ], "live_match_timeout": [ - 2971 + 2979 ], "map_pool": [ 2296 ], "map_pool_id": [ - 2971 + 2979 ], "map_veto": [ - 2971 + 2979 ], "match_mode": [ - 2971 + 2979 ], "matches_aggregate": [ - 2791 + 2799 ], "mr": [ - 2971 + 2979 ], "number_of_substitutes": [ - 2971 + 2979 ], "overtime": [ - 2971 + 2979 ], "prefer_dedicated_server": [ - 2971 + 2979 ], "ready_setting": [ - 2971 + 2979 ], "region_veto": [ - 2971 + 2979 ], "regions": [ - 2971 + 2979 ], "round_restart_delay": [ - 2971 + 2979 ], "tech_timeout_setting": [ - 2971 + 2979 ], "timeout_setting": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_bracket": [ - 4584 + 4592 ], "tournament_stage": [ - 4805 + 4813 ], "tv_delay": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 + ], + "veto_pick_timeout": [ + 2979 ], "__typename": [ 80 @@ -49195,7 +49403,7 @@ export default { }, "match_options_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -49225,7 +49433,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "invite_code": [ 80 @@ -49237,7 +49445,7 @@ export default { 40 ], "map_pool_id": [ - 5018 + 5026 ], "map_veto": [ 5 @@ -49281,6 +49489,9 @@ export default { "type": [ 1029 ], + "veto_pick_timeout": [ + 40 + ], "__typename": [ 80 ] @@ -49307,6 +49518,9 @@ export default { "tv_delay": [ 31 ], + "veto_pick_timeout": [ + 31 + ], "__typename": [ 80 ] @@ -49333,6 +49547,9 @@ export default { "tv_delay": [ 31 ], + "veto_pick_timeout": [ + 31 + ], "__typename": [ 80 ] @@ -49359,13 +49576,16 @@ export default { "tv_delay": [ 31 ], + "veto_pick_timeout": [ + 31 + ], "__typename": [ 80 ] }, "match_options_stream_cursor_input": { "initial_value": [ - 2687 + 2691 ], "ordering": [ 313 @@ -49397,7 +49617,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "invite_code": [ 80 @@ -49409,7 +49629,7 @@ export default { 40 ], "map_pool_id": [ - 5018 + 5026 ], "map_veto": [ 5 @@ -49453,6 +49673,9 @@ export default { "type": [ 1029 ], + "veto_pick_timeout": [ + 40 + ], "__typename": [ 80 ] @@ -49479,6 +49702,9 @@ export default { "tv_delay": [ 40 ], + "veto_pick_timeout": [ + 40 + ], "__typename": [ 80 ] @@ -49486,13 +49712,13 @@ export default { "match_options_update_column": {}, "match_options_updates": { "_inc": [ - 2672 + 2676 ], "_set": [ - 2682 + 2686 ], "where": [ - 2670 + 2674 ], "__typename": [ 80 @@ -49520,6 +49746,9 @@ export default { "tv_delay": [ 31 ], + "veto_pick_timeout": [ + 31 + ], "__typename": [ 80 ] @@ -49546,6 +49775,9 @@ export default { "tv_delay": [ 31 ], + "veto_pick_timeout": [ + 31 + ], "__typename": [ 80 ] @@ -49572,28 +49804,34 @@ export default { "tv_delay": [ 31 ], + "veto_pick_timeout": [ + 31 + ], "__typename": [ 80 ] }, "match_region_veto_picks": { + "auto_picked": [ + 5 + ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5018 + 5026 ], "region": [ 80 @@ -49607,18 +49845,58 @@ export default { }, "match_region_veto_picks_aggregate": { "aggregate": [ - 2698 + 2704 ], "nodes": [ - 2694 + 2698 ], "__typename": [ 80 ] }, "match_region_veto_picks_aggregate_bool_exp": { + "bool_and": [ + 2701 + ], + "bool_or": [ + 2702 + ], "count": [ - 2697 + 2703 + ], + "__typename": [ + 80 + ] + }, + "match_region_veto_picks_aggregate_bool_exp_bool_and": { + "arguments": [ + 2719 + ], + "distinct": [ + 5 + ], + "filter": [ + 2707 + ], + "predicate": [ + 6 + ], + "__typename": [ + 80 + ] + }, + "match_region_veto_picks_aggregate_bool_exp_bool_or": { + "arguments": [ + 2720 + ], + "distinct": [ + 5 + ], + "filter": [ + 2707 + ], + "predicate": [ + 6 ], "__typename": [ 80 @@ -49626,13 +49904,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp_count": { "arguments": [ - 2712 + 2718 ], "distinct": [ 5 ], "filter": [ - 2701 + 2707 ], "predicate": [ 41 @@ -49646,7 +49924,7 @@ export default { 40, { "columns": [ - 2712, + 2718, "[match_region_veto_picks_select_column!]" ], "distinct": [ @@ -49655,10 +49933,10 @@ export default { } ], "max": [ - 2704 + 2710 ], "min": [ - 2706 + 2712 ], "__typename": [ 80 @@ -49666,13 +49944,13 @@ export default { }, "match_region_veto_picks_aggregate_order_by": { "count": [ - 2971 + 2979 ], "max": [ - 2705 + 2711 ], "min": [ - 2707 + 2713 ], "__typename": [ 80 @@ -49680,10 +49958,10 @@ export default { }, "match_region_veto_picks_arr_rel_insert_input": { "data": [ - 2703 + 2709 ], "on_conflict": [ - 2709 + 2715 ], "__typename": [ 80 @@ -49691,31 +49969,34 @@ export default { }, "match_region_veto_picks_bool_exp": { "_and": [ - 2701 + 2707 ], "_not": [ - 2701 + 2707 ], "_or": [ - 2701 + 2707 + ], + "auto_picked": [ + 6 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5020 + 5028 ], "region": [ 82 @@ -49729,23 +50010,26 @@ export default { }, "match_region_veto_picks_constraint": {}, "match_region_veto_picks_insert_input": { + "auto_picked": [ + 5 + ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_lineup": [ 2484 ], "match_lineup_id": [ - 5018 + 5026 ], "region": [ 80 @@ -49759,16 +50043,16 @@ export default { }, "match_region_veto_picks_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "region": [ 80 @@ -49779,19 +50063,19 @@ export default { }, "match_region_veto_picks_max_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_lineup_id": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "__typename": [ 80 @@ -49799,16 +50083,16 @@ export default { }, "match_region_veto_picks_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "region": [ 80 @@ -49819,19 +50103,19 @@ export default { }, "match_region_veto_picks_min_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_lineup_id": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "__typename": [ 80 @@ -49842,7 +50126,7 @@ export default { 40 ], "returning": [ - 2694 + 2698 ], "__typename": [ 80 @@ -49850,42 +50134,45 @@ export default { }, "match_region_veto_picks_on_conflict": { "constraint": [ - 2702 + 2708 ], "update_columns": [ - 2716 + 2724 ], "where": [ - 2701 + 2707 ], "__typename": [ 80 ] }, "match_region_veto_picks_order_by": { + "auto_picked": [ + 2979 + ], "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_lineup": [ 2486 ], "match_lineup_id": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "__typename": [ 80 @@ -49893,25 +50180,30 @@ export default { }, "match_region_veto_picks_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 ] }, "match_region_veto_picks_select_column": {}, + "match_region_veto_picks_select_column_match_region_veto_picks_aggregate_bool_exp_bool_and_arguments_columns": {}, + "match_region_veto_picks_select_column_match_region_veto_picks_aggregate_bool_exp_bool_or_arguments_columns": {}, "match_region_veto_picks_set_input": { + "auto_picked": [ + 5 + ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "region": [ 80 @@ -49925,7 +50217,7 @@ export default { }, "match_region_veto_picks_stream_cursor_input": { "initial_value": [ - 2715 + 2723 ], "ordering": [ 313 @@ -49935,17 +50227,20 @@ export default { ] }, "match_region_veto_picks_stream_cursor_value_input": { + "auto_picked": [ + 5 + ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "region": [ 80 @@ -49960,10 +50255,10 @@ export default { "match_region_veto_picks_update_column": {}, "match_region_veto_picks_updates": { "_set": [ - 2713 + 2721 ], "where": [ - 2701 + 2707 ], "__typename": [ 80 @@ -49983,7 +50278,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_game_streamer": [ 5 @@ -49995,16 +50290,16 @@ export default { 80 ], "last_status_at": [ - 4518 + 4526 ], "link": [ 80 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "mode": [ 80 @@ -50035,10 +50330,10 @@ export default { }, "match_streams_aggregate": { "aggregate": [ - 2724 + 2732 ], "nodes": [ - 2718 + 2726 ], "__typename": [ 80 @@ -50046,13 +50341,13 @@ export default { }, "match_streams_aggregate_bool_exp": { "bool_and": [ - 2721 + 2729 ], "bool_or": [ - 2722 + 2730 ], "count": [ - 2723 + 2731 ], "__typename": [ 80 @@ -50060,13 +50355,13 @@ export default { }, "match_streams_aggregate_bool_exp_bool_and": { "arguments": [ - 2747 + 2755 ], "distinct": [ 5 ], "filter": [ - 2730 + 2738 ], "predicate": [ 6 @@ -50077,13 +50372,13 @@ export default { }, "match_streams_aggregate_bool_exp_bool_or": { "arguments": [ - 2748 + 2756 ], "distinct": [ 5 ], "filter": [ - 2730 + 2738 ], "predicate": [ 6 @@ -50094,13 +50389,13 @@ export default { }, "match_streams_aggregate_bool_exp_count": { "arguments": [ - 2746 + 2754 ], "distinct": [ 5 ], "filter": [ - 2730 + 2738 ], "predicate": [ 41 @@ -50111,13 +50406,13 @@ export default { }, "match_streams_aggregate_fields": { "avg": [ - 2728 + 2736 ], "count": [ 40, { "columns": [ - 2746, + 2754, "[match_streams_select_column!]" ], "distinct": [ @@ -50126,31 +50421,31 @@ export default { } ], "max": [ - 2737 + 2745 ], "min": [ - 2739 + 2747 ], "stddev": [ - 2750 + 2758 ], "stddev_pop": [ - 2752 + 2760 ], "stddev_samp": [ - 2754 + 2762 ], "sum": [ - 2758 + 2766 ], "var_pop": [ - 2762 + 2770 ], "var_samp": [ - 2764 + 2772 ], "variance": [ - 2766 + 2774 ], "__typename": [ 80 @@ -50158,37 +50453,37 @@ export default { }, "match_streams_aggregate_order_by": { "avg": [ - 2729 + 2737 ], "count": [ - 2971 + 2979 ], "max": [ - 2738 + 2746 ], "min": [ - 2740 + 2748 ], "stddev": [ - 2751 + 2759 ], "stddev_pop": [ - 2753 + 2761 ], "stddev_samp": [ - 2755 + 2763 ], "sum": [ - 2759 + 2767 ], "var_pop": [ - 2763 + 2771 ], "var_samp": [ - 2765 + 2773 ], "variance": [ - 2767 + 2775 ], "__typename": [ 80 @@ -50204,10 +50499,10 @@ export default { }, "match_streams_arr_rel_insert_input": { "data": [ - 2736 + 2744 ], "on_conflict": [ - 2742 + 2750 ], "__typename": [ 80 @@ -50223,7 +50518,7 @@ export default { }, "match_streams_avg_order_by": { "priority": [ - 2971 + 2979 ], "__typename": [ 80 @@ -50231,13 +50526,13 @@ export default { }, "match_streams_bool_exp": { "_and": [ - 2730 + 2738 ], "_not": [ - 2730 + 2738 ], "_or": [ - 2730 + 2738 ], "autodirector": [ 6 @@ -50252,7 +50547,7 @@ export default { 82 ], "id": [ - 5020 + 5028 ], "is_game_streamer": [ 6 @@ -50264,16 +50559,16 @@ export default { 82 ], "last_status_at": [ - 4519 + 4527 ], "link": [ 82 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "mode": [ 82 @@ -50344,7 +50639,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_game_streamer": [ 5 @@ -50356,16 +50651,16 @@ export default { 80 ], "last_status_at": [ - 4518 + 4526 ], "link": [ 80 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "mode": [ 80 @@ -50397,19 +50692,19 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_service_name": [ 80 ], "last_status_at": [ - 4518 + 4526 ], "link": [ 80 ], "match_id": [ - 5018 + 5026 ], "mode": [ 80 @@ -50432,40 +50727,40 @@ export default { }, "match_streams_max_order_by": { "error_message": [ - 2971 + 2979 ], "game_server_node_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "k8s_service_name": [ - 2971 + 2979 ], "last_status_at": [ - 2971 + 2979 ], "link": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "mode": [ - 2971 + 2979 ], "priority": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "stream_url": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "__typename": [ 80 @@ -50479,19 +50774,19 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "k8s_service_name": [ 80 ], "last_status_at": [ - 4518 + 4526 ], "link": [ 80 ], "match_id": [ - 5018 + 5026 ], "mode": [ 80 @@ -50514,40 +50809,40 @@ export default { }, "match_streams_min_order_by": { "error_message": [ - 2971 + 2979 ], "game_server_node_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "k8s_service_name": [ - 2971 + 2979 ], "last_status_at": [ - 2971 + 2979 ], "link": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "mode": [ - 2971 + 2979 ], "priority": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "stream_url": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "__typename": [ 80 @@ -50558,7 +50853,7 @@ export default { 40 ], "returning": [ - 2718 + 2726 ], "__typename": [ 80 @@ -50566,13 +50861,13 @@ export default { }, "match_streams_on_conflict": { "constraint": [ - 2731 + 2739 ], "update_columns": [ - 2760 + 2768 ], "where": [ - 2730 + 2738 ], "__typename": [ 80 @@ -50580,58 +50875,58 @@ export default { }, "match_streams_order_by": { "autodirector": [ - 2971 + 2979 ], "error_message": [ - 2971 + 2979 ], "game_server_node": [ 1744 ], "game_server_node_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "is_game_streamer": [ - 2971 + 2979 ], "is_live": [ - 2971 + 2979 ], "k8s_service_name": [ - 2971 + 2979 ], "last_status_at": [ - 2971 + 2979 ], "link": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "mode": [ - 2971 + 2979 ], "priority": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "status_history": [ - 2971 + 2979 ], "stream_url": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "__typename": [ 80 @@ -50639,7 +50934,7 @@ export default { }, "match_streams_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -50667,7 +50962,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_game_streamer": [ 5 @@ -50679,13 +50974,13 @@ export default { 80 ], "last_status_at": [ - 4518 + 4526 ], "link": [ 80 ], "match_id": [ - 5018 + 5026 ], "mode": [ 80 @@ -50719,7 +51014,7 @@ export default { }, "match_streams_stddev_order_by": { "priority": [ - 2971 + 2979 ], "__typename": [ 80 @@ -50735,7 +51030,7 @@ export default { }, "match_streams_stddev_pop_order_by": { "priority": [ - 2971 + 2979 ], "__typename": [ 80 @@ -50751,7 +51046,7 @@ export default { }, "match_streams_stddev_samp_order_by": { "priority": [ - 2971 + 2979 ], "__typename": [ 80 @@ -50759,7 +51054,7 @@ export default { }, "match_streams_stream_cursor_input": { "initial_value": [ - 2757 + 2765 ], "ordering": [ 313 @@ -50779,7 +51074,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_game_streamer": [ 5 @@ -50791,13 +51086,13 @@ export default { 80 ], "last_status_at": [ - 4518 + 4526 ], "link": [ 80 ], "match_id": [ - 5018 + 5026 ], "mode": [ 80 @@ -50831,7 +51126,7 @@ export default { }, "match_streams_sum_order_by": { "priority": [ - 2971 + 2979 ], "__typename": [ 80 @@ -50840,28 +51135,28 @@ export default { "match_streams_update_column": {}, "match_streams_updates": { "_append": [ - 2726 + 2734 ], "_delete_at_path": [ - 2732 + 2740 ], "_delete_elem": [ - 2733 + 2741 ], "_delete_key": [ - 2734 + 2742 ], "_inc": [ - 2735 + 2743 ], "_prepend": [ - 2745 + 2753 ], "_set": [ - 2749 + 2757 ], "where": [ - 2730 + 2738 ], "__typename": [ 80 @@ -50877,7 +51172,7 @@ export default { }, "match_streams_var_pop_order_by": { "priority": [ - 2971 + 2979 ], "__typename": [ 80 @@ -50893,7 +51188,7 @@ export default { }, "match_streams_var_samp_order_by": { "priority": [ - 2971 + 2979 ], "__typename": [ 80 @@ -50909,7 +51204,7 @@ export default { }, "match_streams_variance_order_by": { "priority": [ - 2971 + 2979 ], "__typename": [ 80 @@ -50928,10 +51223,10 @@ export default { }, "match_type_cfgs_aggregate": { "aggregate": [ - 2770 + 2778 ], "nodes": [ - 2768 + 2776 ], "__typename": [ 80 @@ -50942,7 +51237,7 @@ export default { 40, { "columns": [ - 2780, + 2788, "[match_type_cfgs_select_column!]" ], "distinct": [ @@ -50951,10 +51246,10 @@ export default { } ], "max": [ - 2774 + 2782 ], "min": [ - 2775 + 2783 ], "__typename": [ 80 @@ -50962,13 +51257,13 @@ export default { }, "match_type_cfgs_bool_exp": { "_and": [ - 2771 + 2779 ], "_not": [ - 2771 + 2779 ], "_or": [ - 2771 + 2779 ], "cfg": [ 82 @@ -51013,7 +51308,7 @@ export default { 40 ], "returning": [ - 2768 + 2776 ], "__typename": [ 80 @@ -51021,13 +51316,13 @@ export default { }, "match_type_cfgs_on_conflict": { "constraint": [ - 2772 + 2780 ], "update_columns": [ - 2784 + 2792 ], "where": [ - 2771 + 2779 ], "__typename": [ 80 @@ -51035,10 +51330,10 @@ export default { }, "match_type_cfgs_order_by": { "cfg": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "__typename": [ 80 @@ -51066,7 +51361,7 @@ export default { }, "match_type_cfgs_stream_cursor_input": { "initial_value": [ - 2783 + 2791 ], "ordering": [ 313 @@ -51089,10 +51384,10 @@ export default { "match_type_cfgs_update_column": {}, "match_type_cfgs_updates": { "_set": [ - 2781 + 2789 ], "where": [ - 2771 + 2779 ], "__typename": [ 80 @@ -51124,13 +51419,13 @@ export default { 5 ], "cancels_at": [ - 4518 + 4526 ], "clutches": [ - 5198, + 5206, { "distinct_on": [ - 5214, + 5222, "[v_match_clutches_select_column!]" ], "limit": [ @@ -51140,19 +51435,19 @@ export default { 40 ], "order_by": [ - 5213, + 5221, "[v_match_clutches_order_by!]" ], "where": [ - 5207 + 5215 ] } ], "clutches_aggregate": [ - 5199, + 5207, { "distinct_on": [ - 5214, + 5222, "[v_match_clutches_select_column!]" ], "limit": [ @@ -51162,11 +51457,11 @@ export default { 40 ], "order_by": [ - 5213, + 5221, "[v_match_clutches_order_by!]" ], "where": [ - 5207 + 5215 ] } ], @@ -51177,10 +51472,10 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "current_match_map_id": [ - 5018 + 5026 ], "demos": [ 2508, @@ -51274,16 +51569,16 @@ export default { 1003 ], "e_region": [ - 4016 + 4024 ], "effective_at": [ - 4518 + 4526 ], "elo_changes": [ - 5395, + 5403, { "distinct_on": [ - 5421, + 5429, "[v_player_elo_select_column!]" ], "limit": [ @@ -51293,19 +51588,19 @@ export default { 40 ], "order_by": [ - 5420, + 5428, "[v_player_elo_order_by!]" ], "where": [ - 5414 + 5422 ] } ], "elo_changes_aggregate": [ - 5396, + 5404, { "distinct_on": [ - 5421, + 5429, "[v_player_elo_select_column!]" ], "limit": [ @@ -51315,22 +51610,22 @@ export default { 40 ], "order_by": [ - 5420, + 5428, "[v_player_elo_order_by!]" ], "where": [ - 5414 + 5422 ] } ], "ended_at": [ - 4518 + 4526 ], "external_id": [ 80 ], "id": [ - 5018 + 5026 ], "invite_code": [ 80 @@ -51366,13 +51661,13 @@ export default { 2466 ], "lineup_1_id": [ - 5018 + 5026 ], "lineup_2": [ 2466 ], "lineup_2_id": [ - 5018 + 5026 ], "lineup_counts": [ 1840, @@ -51383,13 +51678,13 @@ export default { } ], "map_veto_picking_lineup_id": [ - 5018 + 5026 ], "map_veto_picks": [ 2600, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -51399,11 +51694,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -51411,7 +51706,7 @@ export default { 2601, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -51421,11 +51716,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -51433,10 +51728,10 @@ export default { 80 ], "match_maps": [ - 2624, + 2628, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -51446,19 +51741,19 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], "match_maps_aggregate": [ - 2625, + 2629, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -51468,16 +51763,16 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], "match_options_id": [ - 5018 + 5026 ], "max_players_per_lineup": [ 40 @@ -51486,10 +51781,10 @@ export default { 40 ], "opening_duels": [ - 5326, + 5334, { "distinct_on": [ - 5342, + 5350, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -51499,19 +51794,19 @@ export default { 40 ], "order_by": [ - 5341, + 5349, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5335 + 5343 ] } ], "opening_duels_aggregate": [ - 5327, + 5335, { "distinct_on": [ - 5342, + 5350, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -51521,19 +51816,19 @@ export default { 40 ], "order_by": [ - 5341, + 5349, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5335 + 5343 ] } ], "options": [ - 2666 + 2670 ], "organizer": [ - 3929 + 3937 ], "organizer_steam_id": [ 257 @@ -51542,10 +51837,10 @@ export default { 80 ], "player_assists": [ - 3109, + 3117, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -51555,19 +51850,19 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "player_assists_aggregate": [ - 3110, + 3118, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -51577,19 +51872,19 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "player_damages": [ - 3172, + 3180, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -51599,19 +51894,19 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], "player_damages_aggregate": [ - 3173, + 3181, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -51621,19 +51916,19 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], "player_flashes": [ - 3281, + 3289, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -51643,19 +51938,19 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "player_flashes_aggregate": [ - 3282, + 3290, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -51665,19 +51960,19 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "player_kills": [ - 3326, + 3334, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -51687,19 +51982,19 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "player_kills_aggregate": [ - 3327, + 3335, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -51709,19 +52004,19 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "player_objectives": [ - 3527, + 3535, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -51731,19 +52026,19 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], "player_objectives_aggregate": [ - 3528, + 3536, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -51753,19 +52048,19 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], "player_unused_utilities": [ - 3814, + 3822, { "distinct_on": [ - 3835, + 3843, "[player_unused_utility_select_column!]" ], "limit": [ @@ -51775,19 +52070,19 @@ export default { 40 ], "order_by": [ - 3833, + 3841, "[player_unused_utility_order_by!]" ], "where": [ - 3823 + 3831 ] } ], "player_unused_utilities_aggregate": [ - 3815, + 3823, { "distinct_on": [ - 3835, + 3843, "[player_unused_utility_select_column!]" ], "limit": [ @@ -51797,19 +52092,19 @@ export default { 40 ], "order_by": [ - 3833, + 3841, "[player_unused_utility_order_by!]" ], "where": [ - 3823 + 3831 ] } ], "player_utility": [ - 3855, + 3863, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -51819,19 +52114,19 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], "player_utility_aggregate": [ - 3856, + 3864, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -51841,11 +52136,11 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], @@ -51853,13 +52148,13 @@ export default { 80 ], "region_veto_picking_lineup_id": [ - 5018 + 5026 ], "region_veto_picks": [ - 2694, + 2698, { "distinct_on": [ - 2712, + 2718, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -51869,19 +52164,19 @@ export default { 40 ], "order_by": [ - 2710, + 2716, "[match_region_veto_picks_order_by!]" ], "where": [ - 2701 + 2707 ] } ], "region_veto_picks_aggregate": [ - 2695, + 2699, { "distinct_on": [ - 2712, + 2718, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -51891,11 +52186,11 @@ export default { 40 ], "order_by": [ - 2710, + 2716, "[match_region_veto_picks_order_by!]" ], "where": [ - 2701 + 2707 ] } ], @@ -51903,16 +52198,16 @@ export default { 5 ], "scheduled_at": [ - 4518 + 4526 ], "server": [ - 4043 + 4051 ], "server_error": [ 80 ], "server_id": [ - 5018 + 5026 ], "server_plugin_runtime": [ 80 @@ -51930,16 +52225,16 @@ export default { 80 ], "started_at": [ - 4518 + 4526 ], "status": [ 1008 ], "streams": [ - 2718, + 2726, { "distinct_on": [ - 2746, + 2754, "[match_streams_select_column!]" ], "limit": [ @@ -51949,19 +52244,19 @@ export default { 40 ], "order_by": [ - 2743, + 2751, "[match_streams_order_by!]" ], "where": [ - 2730 + 2738 ] } ], "streams_aggregate": [ - 2719, + 2727, { "distinct_on": [ - 2746, + 2754, "[match_streams_select_column!]" ], "limit": [ @@ -51971,19 +52266,19 @@ export default { 40 ], "order_by": [ - 2743, + 2751, "[match_streams_order_by!]" ], "where": [ - 2730 + 2738 ] } ], "teams": [ - 4471, + 4479, { "distinct_on": [ - 4495, + 4503, "[teams_select_column!]" ], "limit": [ @@ -51993,19 +52288,19 @@ export default { 40 ], "order_by": [ - 4493, + 4501, "[teams_order_by!]" ], "where": [ - 4482 + 4490 ] } ], "tournament_brackets": [ - 4562, + 4570, { "distinct_on": [ - 4586, + 4594, "[tournament_brackets_select_column!]" ], "limit": [ @@ -52015,19 +52310,19 @@ export default { 40 ], "order_by": [ - 4584, + 4592, "[tournament_brackets_order_by!]" ], "where": [ - 4573 + 4581 ] } ], "tournament_brackets_aggregate": [ - 4563, + 4571, { "distinct_on": [ - 4586, + 4594, "[tournament_brackets_select_column!]" ], "limit": [ @@ -52037,22 +52332,25 @@ export default { 40 ], "order_by": [ - 4584, + 4592, "[tournament_brackets_order_by!]" ], "where": [ - 4573 + 4581 ] } ], "tv_connection_string": [ 80 ], + "veto_pick_expires_at": [ + 4526 + ], "winner": [ 2466 ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -52060,10 +52358,10 @@ export default { }, "matches_aggregate": { "aggregate": [ - 2790 + 2798 ], "nodes": [ - 2786 + 2794 ], "__typename": [ 80 @@ -52071,7 +52369,7 @@ export default { }, "matches_aggregate_bool_exp": { "count": [ - 2789 + 2797 ], "__typename": [ 80 @@ -52079,13 +52377,13 @@ export default { }, "matches_aggregate_bool_exp_count": { "arguments": [ - 2808 + 2816 ], "distinct": [ 5 ], "filter": [ - 2795 + 2803 ], "predicate": [ 41 @@ -52096,13 +52394,13 @@ export default { }, "matches_aggregate_fields": { "avg": [ - 2793 + 2801 ], "count": [ 40, { "columns": [ - 2808, + 2816, "[matches_select_column!]" ], "distinct": [ @@ -52111,31 +52409,31 @@ export default { } ], "max": [ - 2799 + 2807 ], "min": [ - 2801 + 2809 ], "stddev": [ - 2810 + 2818 ], "stddev_pop": [ - 2812 + 2820 ], "stddev_samp": [ - 2814 + 2822 ], "sum": [ - 2818 + 2826 ], "var_pop": [ - 2822 + 2830 ], "var_samp": [ - 2824 + 2832 ], "variance": [ - 2826 + 2834 ], "__typename": [ 80 @@ -52143,37 +52441,37 @@ export default { }, "matches_aggregate_order_by": { "avg": [ - 2794 + 2802 ], "count": [ - 2971 + 2979 ], "max": [ - 2800 + 2808 ], "min": [ - 2802 + 2810 ], "stddev": [ - 2811 + 2819 ], "stddev_pop": [ - 2813 + 2821 ], "stddev_samp": [ - 2815 + 2823 ], "sum": [ - 2819 + 2827 ], "var_pop": [ - 2823 + 2831 ], "var_samp": [ - 2825 + 2833 ], "variance": [ - 2827 + 2835 ], "__typename": [ 80 @@ -52181,10 +52479,10 @@ export default { }, "matches_arr_rel_insert_input": { "data": [ - 2798 + 2806 ], "on_conflict": [ - 2805 + 2813 ], "__typename": [ 80 @@ -52206,7 +52504,7 @@ export default { }, "matches_avg_order_by": { "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -52214,13 +52512,13 @@ export default { }, "matches_bool_exp": { "_and": [ - 2795 + 2803 ], "_not": [ - 2795 + 2803 ], "_or": [ - 2795 + 2803 ], "can_assign_server": [ 6 @@ -52247,13 +52545,13 @@ export default { 6 ], "cancels_at": [ - 4519 + 4527 ], "clutches": [ - 5207 + 5215 ], "clutches_aggregate": [ - 5200 + 5208 ], "connection_link": [ 82 @@ -52262,10 +52560,10 @@ export default { 82 ], "created_at": [ - 4519 + 4527 ], "current_match_map_id": [ - 5020 + 5028 ], "demos": [ 2520 @@ -52283,25 +52581,25 @@ export default { 1006 ], "e_region": [ - 4020 + 4028 ], "effective_at": [ - 4519 + 4527 ], "elo_changes": [ - 5414 + 5422 ], "elo_changes_aggregate": [ - 5397 + 5405 ], "ended_at": [ - 4519 + 4527 ], "external_id": [ 82 ], "id": [ - 5020 + 5028 ], "invite_code": [ 82 @@ -52337,22 +52635,22 @@ export default { 2475 ], "lineup_1_id": [ - 5020 + 5028 ], "lineup_2": [ 2475 ], "lineup_2_id": [ - 5020 + 5028 ], "lineup_counts": [ 1841 ], "map_veto_picking_lineup_id": [ - 5020 + 5028 ], "map_veto_picks": [ - 2607 + 2609 ], "map_veto_picks_aggregate": [ 2602 @@ -52361,13 +52659,13 @@ export default { 82 ], "match_maps": [ - 2633 + 2637 ], "match_maps_aggregate": [ - 2626 + 2630 ], "match_options_id": [ - 5020 + 5028 ], "max_players_per_lineup": [ 41 @@ -52376,16 +52674,16 @@ export default { 41 ], "opening_duels": [ - 5335 + 5343 ], "opening_duels_aggregate": [ - 5328 + 5336 ], "options": [ - 2670 + 2674 ], "organizer": [ - 3933 + 3941 ], "organizer_steam_id": [ 259 @@ -52394,73 +52692,73 @@ export default { 82 ], "player_assists": [ - 3120 + 3128 ], "player_assists_aggregate": [ - 3111 + 3119 ], "player_damages": [ - 3181 + 3189 ], "player_damages_aggregate": [ - 3174 + 3182 ], "player_flashes": [ - 3292 + 3300 ], "player_flashes_aggregate": [ - 3283 + 3291 ], "player_kills": [ - 3337 + 3345 ], "player_kills_aggregate": [ - 3328 + 3336 ], "player_objectives": [ - 3536 + 3544 ], "player_objectives_aggregate": [ - 3529 + 3537 ], "player_unused_utilities": [ - 3823 + 3831 ], "player_unused_utilities_aggregate": [ - 3816 + 3824 ], "player_utility": [ - 3864 + 3872 ], "player_utility_aggregate": [ - 3857 + 3865 ], "region": [ 82 ], "region_veto_picking_lineup_id": [ - 5020 + 5028 ], "region_veto_picks": [ - 2701 + 2707 ], "region_veto_picks_aggregate": [ - 2696 + 2700 ], "requested_organizer": [ 6 ], "scheduled_at": [ - 4519 + 4527 ], "server": [ - 4054 + 4062 ], "server_error": [ 82 ], "server_id": [ - 5020 + 5028 ], "server_plugin_runtime": [ 82 @@ -52478,34 +52776,37 @@ export default { 82 ], "started_at": [ - 4519 + 4527 ], "status": [ 1009 ], "streams": [ - 2730 + 2738 ], "streams_aggregate": [ - 2720 + 2728 ], "teams": [ - 4482 + 4490 ], "tournament_brackets": [ - 4573 + 4581 ], "tournament_brackets_aggregate": [ - 4564 + 4572 ], "tv_connection_string": [ 82 ], + "veto_pick_expires_at": [ + 4527 + ], "winner": [ 2475 ], "winning_lineup_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -52522,13 +52823,13 @@ export default { }, "matches_insert_input": { "cancels_at": [ - 4518 + 4526 ], "clutches": [ - 5204 + 5212 ], "created_at": [ - 4518 + 4526 ], "demos": [ 2517 @@ -52540,19 +52841,19 @@ export default { 1014 ], "e_region": [ - 4026 + 4034 ], "elo_changes": [ - 5411 + 5419 ], "ended_at": [ - 4518 + 4526 ], "external_id": [ 80 ], "id": [ - 5018 + 5026 ], "label": [ 80 @@ -52561,31 +52862,31 @@ export default { 2484 ], "lineup_1_id": [ - 5018 + 5026 ], "lineup_2": [ 2484 ], "lineup_2_id": [ - 5018 + 5026 ], "map_veto_picks": [ - 2606 + 2608 ], "match_maps": [ - 2630 + 2634 ], "match_options_id": [ - 5018 + 5026 ], "opening_duels": [ - 5332 + 5340 ], "options": [ - 2677 + 2681 ], "organizer": [ - 3940 + 3948 ], "organizer_steam_id": [ 257 @@ -52594,43 +52895,43 @@ export default { 80 ], "player_assists": [ - 3117 + 3125 ], "player_damages": [ - 3178 + 3186 ], "player_flashes": [ - 3289 + 3297 ], "player_kills": [ - 3334 + 3342 ], "player_objectives": [ - 3533 + 3541 ], "player_unused_utilities": [ - 3820 + 3828 ], "player_utility": [ - 3861 + 3869 ], "region": [ 80 ], "region_veto_picks": [ - 2700 + 2706 ], "scheduled_at": [ - 4518 + 4526 ], "server": [ - 4063 + 4071 ], "server_error": [ 80 ], "server_id": [ - 5018 + 5026 ], "share_code": [ 80 @@ -52639,22 +52940,25 @@ export default { 80 ], "started_at": [ - 4518 + 4526 ], "status": [ 1008 ], "streams": [ - 2727 + 2735 ], "tournament_brackets": [ - 4570 + 4578 + ], + "veto_pick_expires_at": [ + 4526 ], "winner": [ 2484 ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -52662,7 +52966,7 @@ export default { }, "matches_max_fields": { "cancels_at": [ - 4518 + 4526 ], "connection_link": [ 80 @@ -52671,22 +52975,22 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "current_match_map_id": [ - 5018 + 5026 ], "effective_at": [ - 4518 + 4526 ], "ended_at": [ - 4518 + 4526 ], "external_id": [ 80 ], "id": [ - 5018 + 5026 ], "invite_code": [ 80 @@ -52695,19 +52999,19 @@ export default { 80 ], "lineup_1_id": [ - 5018 + 5026 ], "lineup_2_id": [ - 5018 + 5026 ], "map_veto_picking_lineup_id": [ - 5018 + 5026 ], "map_veto_type": [ 80 ], "match_options_id": [ - 5018 + 5026 ], "max_players_per_lineup": [ 40 @@ -52725,16 +53029,16 @@ export default { 80 ], "region_veto_picking_lineup_id": [ - 5018 + 5026 ], "scheduled_at": [ - 4518 + 4526 ], "server_error": [ 80 ], "server_id": [ - 5018 + 5026 ], "server_plugin_runtime": [ 80 @@ -52752,13 +53056,16 @@ export default { 80 ], "started_at": [ - 4518 + 4526 ], "tv_connection_string": [ 80 ], + "veto_pick_expires_at": [ + 4526 + ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -52766,64 +53073,67 @@ export default { }, "matches_max_order_by": { "cancels_at": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "effective_at": [ - 2971 + 2979 ], "ended_at": [ - 2971 + 2979 ], "external_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "lineup_1_id": [ - 2971 + 2979 ], "lineup_2_id": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "password": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "scheduled_at": [ - 2971 + 2979 ], "server_error": [ - 2971 + 2979 ], "server_id": [ - 2971 + 2979 ], "share_code": [ - 2971 + 2979 ], "source": [ - 2971 + 2979 ], "started_at": [ - 2971 + 2979 + ], + "veto_pick_expires_at": [ + 2979 ], "winning_lineup_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -52831,7 +53141,7 @@ export default { }, "matches_min_fields": { "cancels_at": [ - 4518 + 4526 ], "connection_link": [ 80 @@ -52840,22 +53150,22 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "current_match_map_id": [ - 5018 + 5026 ], "effective_at": [ - 4518 + 4526 ], "ended_at": [ - 4518 + 4526 ], "external_id": [ 80 ], "id": [ - 5018 + 5026 ], "invite_code": [ 80 @@ -52864,19 +53174,19 @@ export default { 80 ], "lineup_1_id": [ - 5018 + 5026 ], "lineup_2_id": [ - 5018 + 5026 ], "map_veto_picking_lineup_id": [ - 5018 + 5026 ], "map_veto_type": [ 80 ], "match_options_id": [ - 5018 + 5026 ], "max_players_per_lineup": [ 40 @@ -52894,16 +53204,16 @@ export default { 80 ], "region_veto_picking_lineup_id": [ - 5018 + 5026 ], "scheduled_at": [ - 4518 + 4526 ], "server_error": [ 80 ], "server_id": [ - 5018 + 5026 ], "server_plugin_runtime": [ 80 @@ -52921,13 +53231,16 @@ export default { 80 ], "started_at": [ - 4518 + 4526 ], "tv_connection_string": [ 80 ], + "veto_pick_expires_at": [ + 4526 + ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -52935,64 +53248,67 @@ export default { }, "matches_min_order_by": { "cancels_at": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "effective_at": [ - 2971 + 2979 ], "ended_at": [ - 2971 + 2979 ], "external_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "lineup_1_id": [ - 2971 + 2979 ], "lineup_2_id": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "password": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "scheduled_at": [ - 2971 + 2979 ], "server_error": [ - 2971 + 2979 ], "server_id": [ - 2971 + 2979 ], "share_code": [ - 2971 + 2979 ], "source": [ - 2971 + 2979 ], "started_at": [ - 2971 + 2979 + ], + "veto_pick_expires_at": [ + 2979 ], "winning_lineup_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -53003,7 +53319,7 @@ export default { 40 ], "returning": [ - 2786 + 2794 ], "__typename": [ 80 @@ -53011,10 +53327,10 @@ export default { }, "matches_obj_rel_insert_input": { "data": [ - 2798 + 2806 ], "on_conflict": [ - 2805 + 2813 ], "__typename": [ 80 @@ -53022,13 +53338,13 @@ export default { }, "matches_on_conflict": { "constraint": [ - 2796 + 2804 ], "update_columns": [ - 2820 + 2828 ], "where": [ - 2795 + 2803 ], "__typename": [ 80 @@ -53036,46 +53352,46 @@ export default { }, "matches_order_by": { "can_assign_server": [ - 2971 + 2979 ], "can_cancel": [ - 2971 + 2979 ], "can_check_in": [ - 2971 + 2979 ], "can_reassign_winner": [ - 2971 + 2979 ], "can_schedule": [ - 2971 + 2979 ], "can_start": [ - 2971 + 2979 ], "can_stream_live": [ - 2971 + 2979 ], "can_stream_tv": [ - 2971 + 2979 ], "cancels_at": [ - 2971 + 2979 ], "clutches_aggregate": [ - 5203 + 5211 ], "connection_link": [ - 2971 + 2979 ], "connection_string": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "current_match_map_id": [ - 2971 + 2979 ], "demos_aggregate": [ 2515 @@ -53087,187 +53403,190 @@ export default { 1016 ], "e_region": [ - 4028 + 4036 ], "effective_at": [ - 2971 + 2979 ], "elo_changes_aggregate": [ - 5410 + 5418 ], "ended_at": [ - 2971 + 2979 ], "external_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invite_code": [ - 2971 + 2979 ], "is_captain": [ - 2971 + 2979 ], "is_coach": [ - 2971 + 2979 ], "is_friend_in_match_lineup": [ - 2971 + 2979 ], "is_in_lineup": [ - 2971 + 2979 ], "is_match_server_available": [ - 2971 + 2979 ], "is_organizer": [ - 2971 + 2979 ], "is_server_online": [ - 2971 + 2979 ], "is_tournament_match": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "lineup_1": [ 2486 ], "lineup_1_id": [ - 2971 + 2979 ], "lineup_2": [ 2486 ], "lineup_2_id": [ - 2971 + 2979 ], "lineup_counts": [ - 2971 + 2979 ], "map_veto_picking_lineup_id": [ - 2971 + 2979 ], "map_veto_picks_aggregate": [ - 2605 + 2607 ], "map_veto_type": [ - 2971 + 2979 ], "match_maps_aggregate": [ - 2629 + 2633 ], "match_options_id": [ - 2971 + 2979 ], "max_players_per_lineup": [ - 2971 + 2979 ], "min_players_per_lineup": [ - 2971 + 2979 ], "opening_duels_aggregate": [ - 5331 + 5339 ], "options": [ - 2679 + 2683 ], "organizer": [ - 3942 + 3950 ], "organizer_steam_id": [ - 2971 + 2979 ], "password": [ - 2971 + 2979 ], "player_assists_aggregate": [ - 3116 + 3124 ], "player_damages_aggregate": [ - 3177 + 3185 ], "player_flashes_aggregate": [ - 3288 + 3296 ], "player_kills_aggregate": [ - 3333 + 3341 ], "player_objectives_aggregate": [ - 3532 + 3540 ], "player_unused_utilities_aggregate": [ - 3819 + 3827 ], "player_utility_aggregate": [ - 3860 + 3868 ], "region": [ - 2971 + 2979 ], "region_veto_picking_lineup_id": [ - 2971 + 2979 ], "region_veto_picks_aggregate": [ - 2699 + 2705 ], "requested_organizer": [ - 2971 + 2979 ], "scheduled_at": [ - 2971 + 2979 ], "server": [ - 4065 + 4073 ], "server_error": [ - 2971 + 2979 ], "server_id": [ - 2971 + 2979 ], "server_plugin_runtime": [ - 2971 + 2979 ], "server_region": [ - 2971 + 2979 ], "server_type": [ - 2971 + 2979 ], "share_code": [ - 2971 + 2979 ], "source": [ - 2971 + 2979 ], "started_at": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "streams_aggregate": [ - 2725 + 2733 ], "teams_aggregate": [ - 4478 + 4486 ], "tournament_brackets_aggregate": [ - 4569 + 4577 ], "tv_connection_string": [ - 2971 + 2979 + ], + "veto_pick_expires_at": [ + 2979 ], "winner": [ 2486 ], "winning_lineup_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -53275,7 +53594,7 @@ export default { }, "matches_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -53284,31 +53603,31 @@ export default { "matches_select_column": {}, "matches_set_input": { "cancels_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "ended_at": [ - 4518 + 4526 ], "external_id": [ 80 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "lineup_1_id": [ - 5018 + 5026 ], "lineup_2_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "organizer_steam_id": [ 257 @@ -53320,13 +53639,13 @@ export default { 80 ], "scheduled_at": [ - 4518 + 4526 ], "server_error": [ 80 ], "server_id": [ - 5018 + 5026 ], "share_code": [ 80 @@ -53335,13 +53654,16 @@ export default { 80 ], "started_at": [ - 4518 + 4526 ], "status": [ 1008 ], + "veto_pick_expires_at": [ + 4526 + ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -53363,7 +53685,7 @@ export default { }, "matches_stddev_order_by": { "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -53385,7 +53707,7 @@ export default { }, "matches_stddev_pop_order_by": { "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -53407,7 +53729,7 @@ export default { }, "matches_stddev_samp_order_by": { "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -53415,7 +53737,7 @@ export default { }, "matches_stream_cursor_input": { "initial_value": [ - 2817 + 2825 ], "ordering": [ 313 @@ -53426,34 +53748,34 @@ export default { }, "matches_stream_cursor_value_input": { "cancels_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "effective_at": [ - 4518 + 4526 ], "ended_at": [ - 4518 + 4526 ], "external_id": [ 80 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "lineup_1_id": [ - 5018 + 5026 ], "lineup_2_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "organizer_steam_id": [ 257 @@ -53465,13 +53787,13 @@ export default { 80 ], "scheduled_at": [ - 4518 + 4526 ], "server_error": [ 80 ], "server_id": [ - 5018 + 5026 ], "share_code": [ 80 @@ -53480,13 +53802,16 @@ export default { 80 ], "started_at": [ - 4518 + 4526 ], "status": [ 1008 ], + "veto_pick_expires_at": [ + 4526 + ], "winning_lineup_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -53508,7 +53833,7 @@ export default { }, "matches_sum_order_by": { "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -53517,13 +53842,13 @@ export default { "matches_update_column": {}, "matches_updates": { "_inc": [ - 2797 + 2805 ], "_set": [ - 2809 + 2817 ], "where": [ - 2795 + 2803 ], "__typename": [ 80 @@ -53545,7 +53870,7 @@ export default { }, "matches_var_pop_order_by": { "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -53567,7 +53892,7 @@ export default { }, "matches_var_samp_order_by": { "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -53589,7 +53914,7 @@ export default { }, "matches_variance_order_by": { "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -53608,10 +53933,10 @@ export default { }, "migration_hashes_hashes_aggregate": { "aggregate": [ - 2830 + 2838 ], "nodes": [ - 2828 + 2836 ], "__typename": [ 80 @@ -53622,7 +53947,7 @@ export default { 40, { "columns": [ - 2840, + 2848, "[migration_hashes_hashes_select_column!]" ], "distinct": [ @@ -53631,10 +53956,10 @@ export default { } ], "max": [ - 2834 + 2842 ], "min": [ - 2835 + 2843 ], "__typename": [ 80 @@ -53642,13 +53967,13 @@ export default { }, "migration_hashes_hashes_bool_exp": { "_and": [ - 2831 + 2839 ], "_not": [ - 2831 + 2839 ], "_or": [ - 2831 + 2839 ], "hash": [ 82 @@ -53699,7 +54024,7 @@ export default { 40 ], "returning": [ - 2828 + 2836 ], "__typename": [ 80 @@ -53707,13 +54032,13 @@ export default { }, "migration_hashes_hashes_on_conflict": { "constraint": [ - 2832 + 2840 ], "update_columns": [ - 2844 + 2852 ], "where": [ - 2831 + 2839 ], "__typename": [ 80 @@ -53721,10 +54046,10 @@ export default { }, "migration_hashes_hashes_order_by": { "hash": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "__typename": [ 80 @@ -53752,7 +54077,7 @@ export default { }, "migration_hashes_hashes_stream_cursor_input": { "initial_value": [ - 2843 + 2851 ], "ordering": [ 313 @@ -53775,10 +54100,10 @@ export default { "migration_hashes_hashes_update_column": {}, "migration_hashes_hashes_updates": { "_set": [ - 2841 + 2849 ], "where": [ - 2831 + 2839 ], "__typename": [ 80 @@ -53792,7 +54117,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "custom_avatar_url": [ 80 @@ -53824,7 +54149,7 @@ export default { 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 @@ -53850,10 +54175,10 @@ export default { } ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "name": [ 80 @@ -53862,16 +54187,16 @@ export default { 5 ], "player": [ - 3929 + 3937 ], "premier_rank": [ 40 ], "premier_rank_updated_at": [ - 4518 + 4526 ], "presence_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -53889,7 +54214,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -53906,10 +54231,10 @@ export default { }, "my_friends_aggregate": { "aggregate": [ - 2852 + 2860 ], "nodes": [ - 2846 + 2854 ], "__typename": [ 80 @@ -53917,13 +54242,13 @@ export default { }, "my_friends_aggregate_bool_exp": { "bool_and": [ - 2849 + 2857 ], "bool_or": [ - 2850 + 2858 ], "count": [ - 2851 + 2859 ], "__typename": [ 80 @@ -53931,13 +54256,13 @@ export default { }, "my_friends_aggregate_bool_exp_bool_and": { "arguments": [ - 2872 + 2880 ], "distinct": [ 5 ], "filter": [ - 2858 + 2866 ], "predicate": [ 6 @@ -53948,13 +54273,13 @@ export default { }, "my_friends_aggregate_bool_exp_bool_or": { "arguments": [ - 2873 + 2881 ], "distinct": [ 5 ], "filter": [ - 2858 + 2866 ], "predicate": [ 6 @@ -53965,13 +54290,13 @@ export default { }, "my_friends_aggregate_bool_exp_count": { "arguments": [ - 2871 + 2879 ], "distinct": [ 5 ], "filter": [ - 2858 + 2866 ], "predicate": [ 41 @@ -53982,13 +54307,13 @@ export default { }, "my_friends_aggregate_fields": { "avg": [ - 2856 + 2864 ], "count": [ 40, { "columns": [ - 2871, + 2879, "[my_friends_select_column!]" ], "distinct": [ @@ -53997,31 +54322,31 @@ export default { } ], "max": [ - 2864 + 2872 ], "min": [ - 2866 + 2874 ], "stddev": [ - 2875 + 2883 ], "stddev_pop": [ - 2877 + 2885 ], "stddev_samp": [ - 2879 + 2887 ], "sum": [ - 2883 + 2891 ], "var_pop": [ - 2886 + 2894 ], "var_samp": [ - 2888 + 2896 ], "variance": [ - 2890 + 2898 ], "__typename": [ 80 @@ -54029,37 +54354,37 @@ export default { }, "my_friends_aggregate_order_by": { "avg": [ - 2857 + 2865 ], "count": [ - 2971 + 2979 ], "max": [ - 2865 + 2873 ], "min": [ - 2867 + 2875 ], "stddev": [ - 2876 + 2884 ], "stddev_pop": [ - 2878 + 2886 ], "stddev_samp": [ - 2880 + 2888 ], "sum": [ - 2884 + 2892 ], "var_pop": [ - 2887 + 2895 ], "var_samp": [ - 2889 + 2897 ], "variance": [ - 2891 + 2899 ], "__typename": [ 80 @@ -54078,7 +54403,7 @@ export default { }, "my_friends_arr_rel_insert_input": { "data": [ - 2863 + 2871 ], "__typename": [ 80 @@ -54118,31 +54443,31 @@ export default { }, "my_friends_avg_order_by": { "days_since_last_ban": [ - 2971 + 2979 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_skill_level": [ - 2971 + 2979 ], "friend_steam_id": [ - 2971 + 2979 ], "game_ban_count": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "vac_ban_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -54150,13 +54475,13 @@ export default { }, "my_friends_bool_exp": { "_and": [ - 2858 + 2866 ], "_not": [ - 2858 + 2866 ], "_or": [ - 2858 + 2866 ], "avatar_url": [ 82 @@ -54165,7 +54490,7 @@ export default { 82 ], "created_at": [ - 4519 + 4527 ], "custom_avatar_url": [ 82 @@ -54192,7 +54517,7 @@ export default { 41 ], "faceit_updated_at": [ - 4519 + 4527 ], "faceit_url": [ 82 @@ -54213,10 +54538,10 @@ export default { 1844 ], "last_read_news_at": [ - 4519 + 4527 ], "last_sign_in_at": [ - 4519 + 4527 ], "name": [ 82 @@ -54225,16 +54550,16 @@ export default { 6 ], "player": [ - 3933 + 3941 ], "premier_rank": [ 41 ], "premier_rank_updated_at": [ - 4519 + 4527 ], "presence_updated_at": [ - 4519 + 4527 ], "profile_url": [ 82 @@ -54252,7 +54577,7 @@ export default { 82 ], "steam_bans_checked_at": [ - 4519 + 4527 ], "steam_id": [ 259 @@ -54340,7 +54665,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "custom_avatar_url": [ 80 @@ -54367,7 +54692,7 @@ export default { 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 @@ -54388,10 +54713,10 @@ export default { 1842 ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "name": [ 80 @@ -54400,16 +54725,16 @@ export default { 5 ], "player": [ - 3940 + 3948 ], "premier_rank": [ 40 ], "premier_rank_updated_at": [ - 4518 + 4526 ], "presence_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -54427,7 +54752,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -54450,7 +54775,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "custom_avatar_url": [ 80 @@ -54474,7 +54799,7 @@ export default { 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 @@ -54492,10 +54817,10 @@ export default { 80 ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "name": [ 80 @@ -54504,10 +54829,10 @@ export default { 40 ], "premier_rank_updated_at": [ - 4518 + 4526 ], "presence_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -54522,7 +54847,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -54536,91 +54861,91 @@ export default { }, "my_friends_max_order_by": { "avatar_url": [ - 2971 + 2979 ], "country": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "custom_avatar_url": [ - 2971 + 2979 ], "days_since_last_ban": [ - 2971 + 2979 ], "discord_id": [ - 2971 + 2979 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_nickname": [ - 2971 + 2979 ], "faceit_player_id": [ - 2971 + 2979 ], "faceit_skill_level": [ - 2971 + 2979 ], "faceit_updated_at": [ - 2971 + 2979 ], "faceit_url": [ - 2971 + 2979 ], "friend_steam_id": [ - 2971 + 2979 ], "game_ban_count": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "language": [ - 2971 + 2979 ], "last_read_news_at": [ - 2971 + 2979 ], "last_sign_in_at": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "premier_rank_updated_at": [ - 2971 + 2979 ], "presence_updated_at": [ - 2971 + 2979 ], "profile_url": [ - 2971 + 2979 ], "role": [ - 2971 + 2979 ], "roster_image_url": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "steam_bans_checked_at": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "vac_ban_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -54634,7 +54959,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "custom_avatar_url": [ 80 @@ -54658,7 +54983,7 @@ export default { 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 @@ -54676,10 +55001,10 @@ export default { 80 ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "name": [ 80 @@ -54688,10 +55013,10 @@ export default { 40 ], "premier_rank_updated_at": [ - 4518 + 4526 ], "presence_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -54706,7 +55031,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -54720,91 +55045,91 @@ export default { }, "my_friends_min_order_by": { "avatar_url": [ - 2971 + 2979 ], "country": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "custom_avatar_url": [ - 2971 + 2979 ], "days_since_last_ban": [ - 2971 + 2979 ], "discord_id": [ - 2971 + 2979 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_nickname": [ - 2971 + 2979 ], "faceit_player_id": [ - 2971 + 2979 ], "faceit_skill_level": [ - 2971 + 2979 ], "faceit_updated_at": [ - 2971 + 2979 ], "faceit_url": [ - 2971 + 2979 ], "friend_steam_id": [ - 2971 + 2979 ], "game_ban_count": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "language": [ - 2971 + 2979 ], "last_read_news_at": [ - 2971 + 2979 ], "last_sign_in_at": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "premier_rank_updated_at": [ - 2971 + 2979 ], "presence_updated_at": [ - 2971 + 2979 ], "profile_url": [ - 2971 + 2979 ], "role": [ - 2971 + 2979 ], "roster_image_url": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "steam_bans_checked_at": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "vac_ban_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -54815,7 +55140,7 @@ export default { 40 ], "returning": [ - 2846 + 2854 ], "__typename": [ 80 @@ -54823,109 +55148,109 @@ export default { }, "my_friends_order_by": { "avatar_url": [ - 2971 + 2979 ], "country": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "custom_avatar_url": [ - 2971 + 2979 ], "days_since_last_ban": [ - 2971 + 2979 ], "discord_id": [ - 2971 + 2979 ], "elo": [ - 2971 + 2979 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_nickname": [ - 2971 + 2979 ], "faceit_player_id": [ - 2971 + 2979 ], "faceit_skill_level": [ - 2971 + 2979 ], "faceit_updated_at": [ - 2971 + 2979 ], "faceit_url": [ - 2971 + 2979 ], "friend_steam_id": [ - 2971 + 2979 ], "game_ban_count": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "language": [ - 2971 + 2979 ], "last_presence_state": [ - 2971 + 2979 ], "last_read_news_at": [ - 2971 + 2979 ], "last_sign_in_at": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "name_registered": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "premier_rank": [ - 2971 + 2979 ], "premier_rank_updated_at": [ - 2971 + 2979 ], "presence_updated_at": [ - 2971 + 2979 ], "profile_url": [ - 2971 + 2979 ], "role": [ - 2971 + 2979 ], "roster_image_url": [ - 2971 + 2979 ], "show_match_ready_modal": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "steam_bans_checked_at": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "vac_ban_count": [ - 2971 + 2979 ], "vac_banned": [ - 2971 + 2979 ], "__typename": [ 80 @@ -54953,7 +55278,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "custom_avatar_url": [ 80 @@ -54980,7 +55305,7 @@ export default { 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 @@ -55001,10 +55326,10 @@ export default { 1842 ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "name": [ 80 @@ -55016,10 +55341,10 @@ export default { 40 ], "premier_rank_updated_at": [ - 4518 + 4526 ], "presence_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -55037,7 +55362,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -55086,31 +55411,31 @@ export default { }, "my_friends_stddev_order_by": { "days_since_last_ban": [ - 2971 + 2979 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_skill_level": [ - 2971 + 2979 ], "friend_steam_id": [ - 2971 + 2979 ], "game_ban_count": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "vac_ban_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -55150,31 +55475,31 @@ export default { }, "my_friends_stddev_pop_order_by": { "days_since_last_ban": [ - 2971 + 2979 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_skill_level": [ - 2971 + 2979 ], "friend_steam_id": [ - 2971 + 2979 ], "game_ban_count": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "vac_ban_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -55214,31 +55539,31 @@ export default { }, "my_friends_stddev_samp_order_by": { "days_since_last_ban": [ - 2971 + 2979 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_skill_level": [ - 2971 + 2979 ], "friend_steam_id": [ - 2971 + 2979 ], "game_ban_count": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "vac_ban_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -55246,7 +55571,7 @@ export default { }, "my_friends_stream_cursor_input": { "initial_value": [ - 2882 + 2890 ], "ordering": [ 313 @@ -55263,7 +55588,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "custom_avatar_url": [ 80 @@ -55290,7 +55615,7 @@ export default { 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 @@ -55311,10 +55636,10 @@ export default { 1842 ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "name": [ 80 @@ -55326,10 +55651,10 @@ export default { 40 ], "premier_rank_updated_at": [ - 4518 + 4526 ], "presence_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -55347,7 +55672,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -55396,31 +55721,31 @@ export default { }, "my_friends_sum_order_by": { "days_since_last_ban": [ - 2971 + 2979 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_skill_level": [ - 2971 + 2979 ], "friend_steam_id": [ - 2971 + 2979 ], "game_ban_count": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "vac_ban_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -55428,28 +55753,28 @@ export default { }, "my_friends_updates": { "_append": [ - 2854 + 2862 ], "_delete_at_path": [ - 2859 + 2867 ], "_delete_elem": [ - 2860 + 2868 ], "_delete_key": [ - 2861 + 2869 ], "_inc": [ - 2862 + 2870 ], "_prepend": [ - 2870 + 2878 ], "_set": [ - 2874 + 2882 ], "where": [ - 2858 + 2866 ], "__typename": [ 80 @@ -55489,31 +55814,31 @@ export default { }, "my_friends_var_pop_order_by": { "days_since_last_ban": [ - 2971 + 2979 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_skill_level": [ - 2971 + 2979 ], "friend_steam_id": [ - 2971 + 2979 ], "game_ban_count": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "vac_ban_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -55553,31 +55878,31 @@ export default { }, "my_friends_var_samp_order_by": { "days_since_last_ban": [ - 2971 + 2979 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_skill_level": [ - 2971 + 2979 ], "friend_steam_id": [ - 2971 + 2979 ], "game_ban_count": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "vac_ban_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -55617,31 +55942,31 @@ export default { }, "my_friends_variance_order_by": { "days_since_last_ban": [ - 2971 + 2979 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_skill_level": [ - 2971 + 2979 ], "friend_steam_id": [ - 2971 + 2979 ], "game_ban_count": [ - 2971 + 2979 ], "invited_by_steam_id": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "vac_ban_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -55649,7 +55974,7 @@ export default { }, "news_articles": { "author": [ - 3929 + 3937 ], "author_steam_id": [ 257 @@ -55661,13 +55986,13 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "published_at": [ - 4518 + 4526 ], "slug": [ 80 @@ -55682,7 +56007,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "view_count": [ 257 @@ -55693,10 +56018,10 @@ export default { }, "news_articles_aggregate": { "aggregate": [ - 2894 + 2902 ], "nodes": [ - 2892 + 2900 ], "__typename": [ 80 @@ -55704,13 +56029,13 @@ export default { }, "news_articles_aggregate_fields": { "avg": [ - 2895 + 2903 ], "count": [ 40, { "columns": [ - 2906, + 2914, "[news_articles_select_column!]" ], "distinct": [ @@ -55719,31 +56044,31 @@ export default { } ], "max": [ - 2900 + 2908 ], "min": [ - 2901 + 2909 ], "stddev": [ - 2908 + 2916 ], "stddev_pop": [ - 2909 + 2917 ], "stddev_samp": [ - 2910 + 2918 ], "sum": [ - 2913 + 2921 ], "var_pop": [ - 2916 + 2924 ], "var_samp": [ - 2917 + 2925 ], "variance": [ - 2918 + 2926 ], "__typename": [ 80 @@ -55762,16 +56087,16 @@ export default { }, "news_articles_bool_exp": { "_and": [ - 2896 + 2904 ], "_not": [ - 2896 + 2904 ], "_or": [ - 2896 + 2904 ], "author": [ - 3933 + 3941 ], "author_steam_id": [ 259 @@ -55783,13 +56108,13 @@ export default { 82 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "published_at": [ - 4519 + 4527 ], "slug": [ 82 @@ -55804,7 +56129,7 @@ export default { 82 ], "updated_at": [ - 4519 + 4527 ], "view_count": [ 259 @@ -55827,7 +56152,7 @@ export default { }, "news_articles_insert_input": { "author": [ - 3940 + 3948 ], "author_steam_id": [ 257 @@ -55839,13 +56164,13 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "published_at": [ - 4518 + 4526 ], "slug": [ 80 @@ -55860,7 +56185,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "view_count": [ 257 @@ -55880,13 +56205,13 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "published_at": [ - 4518 + 4526 ], "slug": [ 80 @@ -55901,7 +56226,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "view_count": [ 257 @@ -55921,13 +56246,13 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "published_at": [ - 4518 + 4526 ], "slug": [ 80 @@ -55942,7 +56267,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "view_count": [ 257 @@ -55956,7 +56281,7 @@ export default { 40 ], "returning": [ - 2892 + 2900 ], "__typename": [ 80 @@ -55964,13 +56289,13 @@ export default { }, "news_articles_on_conflict": { "constraint": [ - 2897 + 2905 ], "update_columns": [ - 2914 + 2922 ], "where": [ - 2896 + 2904 ], "__typename": [ 80 @@ -55978,43 +56303,43 @@ export default { }, "news_articles_order_by": { "author": [ - 3942 + 3950 ], "author_steam_id": [ - 2971 + 2979 ], "content_markdown": [ - 2971 + 2979 ], "cover_image_url": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "published_at": [ - 2971 + 2979 ], "slug": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "teaser": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "view_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -56022,7 +56347,7 @@ export default { }, "news_articles_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -56040,13 +56365,13 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "published_at": [ - 4518 + 4526 ], "slug": [ 80 @@ -56061,7 +56386,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "view_count": [ 257 @@ -56105,7 +56430,7 @@ export default { }, "news_articles_stream_cursor_input": { "initial_value": [ - 2912 + 2920 ], "ordering": [ 313 @@ -56125,13 +56450,13 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "published_at": [ - 4518 + 4526 ], "slug": [ 80 @@ -56146,7 +56471,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "view_count": [ 257 @@ -56169,13 +56494,13 @@ export default { "news_articles_update_column": {}, "news_articles_updates": { "_inc": [ - 2898 + 2906 ], "_set": [ - 2907 + 2915 ], "where": [ - 2896 + 2904 ], "__typename": [ 80 @@ -56224,19 +56549,19 @@ export default { } ], "created_at": [ - 4518 + 4526 ], "deletable": [ 5 ], "deleted_at": [ - 4518 + 4526 ], "entity_id": [ 80 ], "id": [ - 5018 + 5026 ], "is_read": [ 5 @@ -56245,7 +56570,7 @@ export default { 80 ], "player": [ - 3929 + 3937 ], "role": [ 1090 @@ -56265,10 +56590,10 @@ export default { }, "notifications_aggregate": { "aggregate": [ - 2925 + 2933 ], "nodes": [ - 2919 + 2927 ], "__typename": [ 80 @@ -56276,13 +56601,13 @@ export default { }, "notifications_aggregate_bool_exp": { "bool_and": [ - 2922 + 2930 ], "bool_or": [ - 2923 + 2931 ], "count": [ - 2924 + 2932 ], "__typename": [ 80 @@ -56290,13 +56615,13 @@ export default { }, "notifications_aggregate_bool_exp_bool_and": { "arguments": [ - 2948 + 2956 ], "distinct": [ 5 ], "filter": [ - 2931 + 2939 ], "predicate": [ 6 @@ -56307,13 +56632,13 @@ export default { }, "notifications_aggregate_bool_exp_bool_or": { "arguments": [ - 2949 + 2957 ], "distinct": [ 5 ], "filter": [ - 2931 + 2939 ], "predicate": [ 6 @@ -56324,13 +56649,13 @@ export default { }, "notifications_aggregate_bool_exp_count": { "arguments": [ - 2947 + 2955 ], "distinct": [ 5 ], "filter": [ - 2931 + 2939 ], "predicate": [ 41 @@ -56341,13 +56666,13 @@ export default { }, "notifications_aggregate_fields": { "avg": [ - 2929 + 2937 ], "count": [ 40, { "columns": [ - 2947, + 2955, "[notifications_select_column!]" ], "distinct": [ @@ -56356,31 +56681,31 @@ export default { } ], "max": [ - 2938 + 2946 ], "min": [ - 2940 + 2948 ], "stddev": [ - 2951 + 2959 ], "stddev_pop": [ - 2953 + 2961 ], "stddev_samp": [ - 2955 + 2963 ], "sum": [ - 2959 + 2967 ], "var_pop": [ - 2963 + 2971 ], "var_samp": [ - 2965 + 2973 ], "variance": [ - 2967 + 2975 ], "__typename": [ 80 @@ -56388,37 +56713,37 @@ export default { }, "notifications_aggregate_order_by": { "avg": [ - 2930 + 2938 ], "count": [ - 2971 + 2979 ], "max": [ - 2939 + 2947 ], "min": [ - 2941 + 2949 ], "stddev": [ - 2952 + 2960 ], "stddev_pop": [ - 2954 + 2962 ], "stddev_samp": [ - 2956 + 2964 ], "sum": [ - 2960 + 2968 ], "var_pop": [ - 2964 + 2972 ], "var_samp": [ - 2966 + 2974 ], "variance": [ - 2968 + 2976 ], "__typename": [ 80 @@ -56434,10 +56759,10 @@ export default { }, "notifications_arr_rel_insert_input": { "data": [ - 2937 + 2945 ], "on_conflict": [ - 2943 + 2951 ], "__typename": [ 80 @@ -56453,7 +56778,7 @@ export default { }, "notifications_avg_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -56461,31 +56786,31 @@ export default { }, "notifications_bool_exp": { "_and": [ - 2931 + 2939 ], "_not": [ - 2931 + 2939 ], "_or": [ - 2931 + 2939 ], "actions": [ 1844 ], "created_at": [ - 4519 + 4527 ], "deletable": [ 6 ], "deleted_at": [ - 4519 + 4527 ], "entity_id": [ 82 ], "id": [ - 5020 + 5028 ], "is_read": [ 6 @@ -56494,7 +56819,7 @@ export default { 82 ], "player": [ - 3933 + 3941 ], "role": [ 1091 @@ -56550,19 +56875,19 @@ export default { 1842 ], "created_at": [ - 4518 + 4526 ], "deletable": [ 5 ], "deleted_at": [ - 4518 + 4526 ], "entity_id": [ 80 ], "id": [ - 5018 + 5026 ], "is_read": [ 5 @@ -56571,7 +56896,7 @@ export default { 80 ], "player": [ - 3940 + 3948 ], "role": [ 1090 @@ -56591,16 +56916,16 @@ export default { }, "notifications_max_fields": { "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "entity_id": [ 80 ], "id": [ - 5018 + 5026 ], "message": [ 80 @@ -56617,25 +56942,25 @@ export default { }, "notifications_max_order_by": { "created_at": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "entity_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "message": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "__typename": [ 80 @@ -56643,16 +56968,16 @@ export default { }, "notifications_min_fields": { "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "entity_id": [ 80 ], "id": [ - 5018 + 5026 ], "message": [ 80 @@ -56669,25 +56994,25 @@ export default { }, "notifications_min_order_by": { "created_at": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "entity_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "message": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "__typename": [ 80 @@ -56698,7 +57023,7 @@ export default { 40 ], "returning": [ - 2919 + 2927 ], "__typename": [ 80 @@ -56706,13 +57031,13 @@ export default { }, "notifications_on_conflict": { "constraint": [ - 2932 + 2940 ], "update_columns": [ - 2961 + 2969 ], "where": [ - 2931 + 2939 ], "__typename": [ 80 @@ -56720,43 +57045,43 @@ export default { }, "notifications_order_by": { "actions": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "deletable": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "entity_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "is_read": [ - 2971 + 2979 ], "message": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "role": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "__typename": [ 80 @@ -56764,7 +57089,7 @@ export default { }, "notifications_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -56786,19 +57111,19 @@ export default { 1842 ], "created_at": [ - 4518 + 4526 ], "deletable": [ 5 ], "deleted_at": [ - 4518 + 4526 ], "entity_id": [ 80 ], "id": [ - 5018 + 5026 ], "is_read": [ 5 @@ -56832,7 +57157,7 @@ export default { }, "notifications_stddev_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -56848,7 +57173,7 @@ export default { }, "notifications_stddev_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -56864,7 +57189,7 @@ export default { }, "notifications_stddev_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -56872,7 +57197,7 @@ export default { }, "notifications_stream_cursor_input": { "initial_value": [ - 2958 + 2966 ], "ordering": [ 313 @@ -56886,19 +57211,19 @@ export default { 1842 ], "created_at": [ - 4518 + 4526 ], "deletable": [ 5 ], "deleted_at": [ - 4518 + 4526 ], "entity_id": [ 80 ], "id": [ - 5018 + 5026 ], "is_read": [ 5 @@ -56932,7 +57257,7 @@ export default { }, "notifications_sum_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -56941,28 +57266,28 @@ export default { "notifications_update_column": {}, "notifications_updates": { "_append": [ - 2927 + 2935 ], "_delete_at_path": [ - 2933 + 2941 ], "_delete_elem": [ - 2934 + 2942 ], "_delete_key": [ - 2935 + 2943 ], "_inc": [ - 2936 + 2944 ], "_prepend": [ - 2946 + 2954 ], "_set": [ - 2950 + 2958 ], "where": [ - 2931 + 2939 ], "__typename": [ 80 @@ -56978,7 +57303,7 @@ export default { }, "notifications_var_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -56994,7 +57319,7 @@ export default { }, "notifications_var_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57010,7 +57335,7 @@ export default { }, "notifications_variance_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57019,31 +57344,31 @@ export default { "numeric": {}, "numeric_comparison_exp": { "_eq": [ - 2969 + 2977 ], "_gt": [ - 2969 + 2977 ], "_gte": [ - 2969 + 2977 ], "_in": [ - 2969 + 2977 ], "_is_null": [ 5 ], "_lt": [ - 2969 + 2977 ], "_lte": [ - 2969 + 2977 ], "_neq": [ - 2969 + 2977 ], "_nin": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57052,19 +57377,19 @@ export default { "order_by": {}, "pending_match_import_players": { "created_at": [ - 4518 + 4526 ], "pending_match_import": [ - 3013 + 3021 ], "player": [ - 3929 + 3937 ], "steam_id": [ 257 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57072,10 +57397,10 @@ export default { }, "pending_match_import_players_aggregate": { "aggregate": [ - 2976 + 2984 ], "nodes": [ - 2972 + 2980 ], "__typename": [ 80 @@ -57083,7 +57408,7 @@ export default { }, "pending_match_import_players_aggregate_bool_exp": { "count": [ - 2975 + 2983 ], "__typename": [ 80 @@ -57091,13 +57416,13 @@ export default { }, "pending_match_import_players_aggregate_bool_exp_count": { "arguments": [ - 2993 + 3001 ], "distinct": [ 5 ], "filter": [ - 2981 + 2989 ], "predicate": [ 41 @@ -57108,13 +57433,13 @@ export default { }, "pending_match_import_players_aggregate_fields": { "avg": [ - 2979 + 2987 ], "count": [ 40, { "columns": [ - 2993, + 3001, "[pending_match_import_players_select_column!]" ], "distinct": [ @@ -57123,31 +57448,31 @@ export default { } ], "max": [ - 2985 + 2993 ], "min": [ - 2987 + 2995 ], "stddev": [ - 2995 + 3003 ], "stddev_pop": [ - 2997 + 3005 ], "stddev_samp": [ - 2999 + 3007 ], "sum": [ - 3003 + 3011 ], "var_pop": [ - 3007 + 3015 ], "var_samp": [ - 3009 + 3017 ], "variance": [ - 3011 + 3019 ], "__typename": [ 80 @@ -57155,37 +57480,37 @@ export default { }, "pending_match_import_players_aggregate_order_by": { "avg": [ - 2980 + 2988 ], "count": [ - 2971 + 2979 ], "max": [ - 2986 + 2994 ], "min": [ - 2988 + 2996 ], "stddev": [ - 2996 + 3004 ], "stddev_pop": [ - 2998 + 3006 ], "stddev_samp": [ - 3000 + 3008 ], "sum": [ - 3004 + 3012 ], "var_pop": [ - 3008 + 3016 ], "var_samp": [ - 3010 + 3018 ], "variance": [ - 3012 + 3020 ], "__typename": [ 80 @@ -57193,10 +57518,10 @@ export default { }, "pending_match_import_players_arr_rel_insert_input": { "data": [ - 2984 + 2992 ], "on_conflict": [ - 2990 + 2998 ], "__typename": [ 80 @@ -57215,10 +57540,10 @@ export default { }, "pending_match_import_players_avg_order_by": { "steam_id": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57226,28 +57551,28 @@ export default { }, "pending_match_import_players_bool_exp": { "_and": [ - 2981 + 2989 ], "_not": [ - 2981 + 2989 ], "_or": [ - 2981 + 2989 ], "created_at": [ - 4519 + 4527 ], "pending_match_import": [ - 3017 + 3025 ], "player": [ - 3933 + 3941 ], "steam_id": [ 259 ], "valve_match_id": [ - 2970 + 2978 ], "__typename": [ 80 @@ -57259,7 +57584,7 @@ export default { 257 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57267,19 +57592,19 @@ export default { }, "pending_match_import_players_insert_input": { "created_at": [ - 4518 + 4526 ], "pending_match_import": [ - 3024 + 3032 ], "player": [ - 3940 + 3948 ], "steam_id": [ 257 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57287,13 +57612,13 @@ export default { }, "pending_match_import_players_max_fields": { "created_at": [ - 4518 + 4526 ], "steam_id": [ 257 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57301,13 +57626,13 @@ export default { }, "pending_match_import_players_max_order_by": { "created_at": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57315,13 +57640,13 @@ export default { }, "pending_match_import_players_min_fields": { "created_at": [ - 4518 + 4526 ], "steam_id": [ 257 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57329,13 +57654,13 @@ export default { }, "pending_match_import_players_min_order_by": { "created_at": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57346,7 +57671,7 @@ export default { 40 ], "returning": [ - 2972 + 2980 ], "__typename": [ 80 @@ -57354,13 +57679,13 @@ export default { }, "pending_match_import_players_on_conflict": { "constraint": [ - 2982 + 2990 ], "update_columns": [ - 3005 + 3013 ], "where": [ - 2981 + 2989 ], "__typename": [ 80 @@ -57368,19 +57693,19 @@ export default { }, "pending_match_import_players_order_by": { "created_at": [ - 2971 + 2979 ], "pending_match_import": [ - 3026 + 3034 ], "player": [ - 3942 + 3950 ], "steam_id": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57391,7 +57716,7 @@ export default { 257 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57400,13 +57725,13 @@ export default { "pending_match_import_players_select_column": {}, "pending_match_import_players_set_input": { "created_at": [ - 4518 + 4526 ], "steam_id": [ 257 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57425,10 +57750,10 @@ export default { }, "pending_match_import_players_stddev_order_by": { "steam_id": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57447,10 +57772,10 @@ export default { }, "pending_match_import_players_stddev_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57469,10 +57794,10 @@ export default { }, "pending_match_import_players_stddev_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57480,7 +57805,7 @@ export default { }, "pending_match_import_players_stream_cursor_input": { "initial_value": [ - 3002 + 3010 ], "ordering": [ 313 @@ -57491,13 +57816,13 @@ export default { }, "pending_match_import_players_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "steam_id": [ 257 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57508,7 +57833,7 @@ export default { 257 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57516,10 +57841,10 @@ export default { }, "pending_match_import_players_sum_order_by": { "steam_id": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57528,13 +57853,13 @@ export default { "pending_match_import_players_update_column": {}, "pending_match_import_players_updates": { "_inc": [ - 2983 + 2991 ], "_set": [ - 2994 + 3002 ], "where": [ - 2981 + 2989 ], "__typename": [ 80 @@ -57553,10 +57878,10 @@ export default { }, "pending_match_import_players_var_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57575,10 +57900,10 @@ export default { }, "pending_match_import_players_var_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57597,10 +57922,10 @@ export default { }, "pending_match_import_players_variance_order_by": { "steam_id": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57608,7 +57933,7 @@ export default { }, "pending_match_imports": { "created_at": [ - 4518 + 4526 ], "demo_url": [ 80 @@ -57620,13 +57945,13 @@ export default { 80 ], "match_start_time": [ - 4518 + 4526 ], "players": [ - 2972, + 2980, { "distinct_on": [ - 2993, + 3001, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -57636,19 +57961,19 @@ export default { 40 ], "order_by": [ - 2991, + 2999, "[pending_match_import_players_order_by!]" ], "where": [ - 2981 + 2989 ] } ], "players_aggregate": [ - 2973, + 2981, { "distinct_on": [ - 2993, + 3001, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -57658,11 +57983,11 @@ export default { 40 ], "order_by": [ - 2991, + 2999, "[pending_match_import_players_order_by!]" ], "where": [ - 2981 + 2989 ] } ], @@ -57673,10 +57998,10 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57684,10 +58009,10 @@ export default { }, "pending_match_imports_aggregate": { "aggregate": [ - 3015 + 3023 ], "nodes": [ - 3013 + 3021 ], "__typename": [ 80 @@ -57695,13 +58020,13 @@ export default { }, "pending_match_imports_aggregate_fields": { "avg": [ - 3016 + 3024 ], "count": [ 40, { "columns": [ - 3028, + 3036, "[pending_match_imports_select_column!]" ], "distinct": [ @@ -57710,31 +58035,31 @@ export default { } ], "max": [ - 3021 + 3029 ], "min": [ - 3022 + 3030 ], "stddev": [ - 3030 + 3038 ], "stddev_pop": [ - 3031 + 3039 ], "stddev_samp": [ - 3032 + 3040 ], "sum": [ - 3035 + 3043 ], "var_pop": [ - 3038 + 3046 ], "var_samp": [ - 3039 + 3047 ], "variance": [ - 3040 + 3048 ], "__typename": [ 80 @@ -57750,16 +58075,16 @@ export default { }, "pending_match_imports_bool_exp": { "_and": [ - 3017 + 3025 ], "_not": [ - 3017 + 3025 ], "_or": [ - 3017 + 3025 ], "created_at": [ - 4519 + 4527 ], "demo_url": [ 82 @@ -57771,13 +58096,13 @@ export default { 82 ], "match_start_time": [ - 4519 + 4527 ], "players": [ - 2981 + 2989 ], "players_aggregate": [ - 2974 + 2982 ], "share_code": [ 82 @@ -57786,10 +58111,10 @@ export default { 82 ], "updated_at": [ - 4519 + 4527 ], "valve_match_id": [ - 2970 + 2978 ], "__typename": [ 80 @@ -57798,7 +58123,7 @@ export default { "pending_match_imports_constraint": {}, "pending_match_imports_inc_input": { "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57806,7 +58131,7 @@ export default { }, "pending_match_imports_insert_input": { "created_at": [ - 4518 + 4526 ], "demo_url": [ 80 @@ -57818,10 +58143,10 @@ export default { 80 ], "match_start_time": [ - 4518 + 4526 ], "players": [ - 2978 + 2986 ], "share_code": [ 80 @@ -57830,10 +58155,10 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57841,7 +58166,7 @@ export default { }, "pending_match_imports_max_fields": { "created_at": [ - 4518 + 4526 ], "demo_url": [ 80 @@ -57853,7 +58178,7 @@ export default { 80 ], "match_start_time": [ - 4518 + 4526 ], "share_code": [ 80 @@ -57862,10 +58187,10 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57873,7 +58198,7 @@ export default { }, "pending_match_imports_min_fields": { "created_at": [ - 4518 + 4526 ], "demo_url": [ 80 @@ -57885,7 +58210,7 @@ export default { 80 ], "match_start_time": [ - 4518 + 4526 ], "share_code": [ 80 @@ -57894,10 +58219,10 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57908,7 +58233,7 @@ export default { 40 ], "returning": [ - 3013 + 3021 ], "__typename": [ 80 @@ -57916,10 +58241,10 @@ export default { }, "pending_match_imports_obj_rel_insert_input": { "data": [ - 3020 + 3028 ], "on_conflict": [ - 3025 + 3033 ], "__typename": [ 80 @@ -57927,13 +58252,13 @@ export default { }, "pending_match_imports_on_conflict": { "constraint": [ - 3018 + 3026 ], "update_columns": [ - 3036 + 3044 ], "where": [ - 3017 + 3025 ], "__typename": [ 80 @@ -57941,34 +58266,34 @@ export default { }, "pending_match_imports_order_by": { "created_at": [ - 2971 + 2979 ], "demo_url": [ - 2971 + 2979 ], "error": [ - 2971 + 2979 ], "map_name": [ - 2971 + 2979 ], "match_start_time": [ - 2971 + 2979 ], "players_aggregate": [ - 2977 + 2985 ], "share_code": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "valve_match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -57976,7 +58301,7 @@ export default { }, "pending_match_imports_pk_columns_input": { "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -57985,7 +58310,7 @@ export default { "pending_match_imports_select_column": {}, "pending_match_imports_set_input": { "created_at": [ - 4518 + 4526 ], "demo_url": [ 80 @@ -57997,7 +58322,7 @@ export default { 80 ], "match_start_time": [ - 4518 + 4526 ], "share_code": [ 80 @@ -58006,10 +58331,10 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -58041,7 +58366,7 @@ export default { }, "pending_match_imports_stream_cursor_input": { "initial_value": [ - 3034 + 3042 ], "ordering": [ 313 @@ -58052,7 +58377,7 @@ export default { }, "pending_match_imports_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "demo_url": [ 80 @@ -58064,7 +58389,7 @@ export default { 80 ], "match_start_time": [ - 4518 + 4526 ], "share_code": [ 80 @@ -58073,10 +58398,10 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -58084,7 +58409,7 @@ export default { }, "pending_match_imports_sum_fields": { "valve_match_id": [ - 2969 + 2977 ], "__typename": [ 80 @@ -58093,13 +58418,13 @@ export default { "pending_match_imports_update_column": {}, "pending_match_imports_updates": { "_inc": [ - 3019 + 3027 ], "_set": [ - 3029 + 3037 ], "where": [ - 3017 + 3025 ], "__typename": [ 80 @@ -58131,7 +58456,7 @@ export default { }, "player_aim_stats_demo": { "attacker": [ - 3929 + 3937 ], "attacker_steam_id": [ 257 @@ -58146,7 +58471,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "first_bullet_hits": [ 40 @@ -58164,16 +58489,16 @@ export default { 40 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "non_awp_hits": [ 40 @@ -58194,7 +58519,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -58205,10 +58530,10 @@ export default { }, "player_aim_stats_demo_aggregate": { "aggregate": [ - 3043 + 3051 ], "nodes": [ - 3041 + 3049 ], "__typename": [ 80 @@ -58216,13 +58541,13 @@ export default { }, "player_aim_stats_demo_aggregate_fields": { "avg": [ - 3044 + 3052 ], "count": [ 40, { "columns": [ - 3055, + 3063, "[player_aim_stats_demo_select_column!]" ], "distinct": [ @@ -58231,31 +58556,31 @@ export default { } ], "max": [ - 3049 + 3057 ], "min": [ - 3050 + 3058 ], "stddev": [ - 3057 + 3065 ], "stddev_pop": [ - 3058 + 3066 ], "stddev_samp": [ - 3059 + 3067 ], "sum": [ - 3062 + 3070 ], "var_pop": [ - 3065 + 3073 ], "var_samp": [ - 3066 + 3074 ], "variance": [ - 3067 + 3075 ], "__typename": [ 80 @@ -58322,16 +58647,16 @@ export default { }, "player_aim_stats_demo_bool_exp": { "_and": [ - 3045 + 3053 ], "_not": [ - 3045 + 3053 ], "_or": [ - 3045 + 3053 ], "attacker": [ - 3933 + 3941 ], "attacker_steam_id": [ 259 @@ -58346,7 +58671,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 2970 + 2978 ], "first_bullet_hits": [ 41 @@ -58364,16 +58689,16 @@ export default { 41 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "non_awp_hits": [ 41 @@ -58394,7 +58719,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 2970 + 2978 ], "total_engagement_frames": [ 41 @@ -58418,7 +58743,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "first_bullet_hits": [ 40 @@ -58454,7 +58779,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -58465,7 +58790,7 @@ export default { }, "player_aim_stats_demo_insert_input": { "attacker": [ - 3940 + 3948 ], "attacker_steam_id": [ 257 @@ -58480,7 +58805,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "first_bullet_hits": [ 40 @@ -58498,16 +58823,16 @@ export default { 40 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "non_awp_hits": [ 40 @@ -58528,7 +58853,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -58551,7 +58876,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "first_bullet_hits": [ 40 @@ -58569,10 +58894,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "non_awp_hits": [ 40 @@ -58593,7 +58918,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -58616,7 +58941,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "first_bullet_hits": [ 40 @@ -58634,10 +58959,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "non_awp_hits": [ 40 @@ -58658,7 +58983,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -58672,7 +58997,7 @@ export default { 40 ], "returning": [ - 3041 + 3049 ], "__typename": [ 80 @@ -58680,13 +59005,13 @@ export default { }, "player_aim_stats_demo_on_conflict": { "constraint": [ - 3046 + 3054 ], "update_columns": [ - 3063 + 3071 ], "where": [ - 3045 + 3053 ], "__typename": [ 80 @@ -58694,73 +59019,73 @@ export default { }, "player_aim_stats_demo_order_by": { "attacker": [ - 3942 + 3950 ], "attacker_steam_id": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "__typename": [ 80 @@ -58771,7 +59096,7 @@ export default { 257 ], "match_map_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -58792,7 +59117,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "first_bullet_hits": [ 40 @@ -58810,10 +59135,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "non_awp_hits": [ 40 @@ -58834,7 +59159,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -59022,7 +59347,7 @@ export default { }, "player_aim_stats_demo_stream_cursor_input": { "initial_value": [ - 3061 + 3069 ], "ordering": [ 313 @@ -59045,7 +59370,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "first_bullet_hits": [ 40 @@ -59063,10 +59388,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "non_awp_hits": [ 40 @@ -59087,7 +59412,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -59110,7 +59435,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "first_bullet_hits": [ 40 @@ -59146,7 +59471,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -59158,13 +59483,13 @@ export default { "player_aim_stats_demo_update_column": {}, "player_aim_stats_demo_updates": { "_inc": [ - 3047 + 3055 ], "_set": [ - 3056 + 3064 ], "where": [ - 3045 + 3053 ], "__typename": [ 80 @@ -59361,19 +59686,19 @@ export default { 40 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "shots": [ 40 @@ -59393,10 +59718,10 @@ export default { }, "player_aim_weapon_stats_aggregate": { "aggregate": [ - 3072 + 3080 ], "nodes": [ - 3068 + 3076 ], "__typename": [ 80 @@ -59404,7 +59729,7 @@ export default { }, "player_aim_weapon_stats_aggregate_bool_exp": { "count": [ - 3071 + 3079 ], "__typename": [ 80 @@ -59412,13 +59737,13 @@ export default { }, "player_aim_weapon_stats_aggregate_bool_exp_count": { "arguments": [ - 3089 + 3097 ], "distinct": [ 5 ], "filter": [ - 3077 + 3085 ], "predicate": [ 41 @@ -59429,13 +59754,13 @@ export default { }, "player_aim_weapon_stats_aggregate_fields": { "avg": [ - 3075 + 3083 ], "count": [ 40, { "columns": [ - 3089, + 3097, "[player_aim_weapon_stats_select_column!]" ], "distinct": [ @@ -59444,31 +59769,31 @@ export default { } ], "max": [ - 3081 + 3089 ], "min": [ - 3083 + 3091 ], "stddev": [ - 3091 + 3099 ], "stddev_pop": [ - 3093 + 3101 ], "stddev_samp": [ - 3095 + 3103 ], "sum": [ - 3099 + 3107 ], "var_pop": [ - 3103 + 3111 ], "var_samp": [ - 3105 + 3113 ], "variance": [ - 3107 + 3115 ], "__typename": [ 80 @@ -59476,37 +59801,37 @@ export default { }, "player_aim_weapon_stats_aggregate_order_by": { "avg": [ - 3076 + 3084 ], "count": [ - 2971 + 2979 ], "max": [ - 3082 + 3090 ], "min": [ - 3084 + 3092 ], "stddev": [ - 3092 + 3100 ], "stddev_pop": [ - 3094 + 3102 ], "stddev_samp": [ - 3096 + 3104 ], "sum": [ - 3100 + 3108 ], "var_pop": [ - 3104 + 3112 ], "var_samp": [ - 3106 + 3114 ], "variance": [ - 3108 + 3116 ], "__typename": [ 80 @@ -59514,10 +59839,10 @@ export default { }, "player_aim_weapon_stats_arr_rel_insert_input": { "data": [ - 3080 + 3088 ], "on_conflict": [ - 3086 + 3094 ], "__typename": [ 80 @@ -59551,25 +59876,25 @@ export default { }, "player_aim_weapon_stats_avg_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -59577,13 +59902,13 @@ export default { }, "player_aim_weapon_stats_bool_exp": { "_and": [ - 3077 + 3085 ], "_not": [ - 3077 + 3085 ], "_or": [ - 3077 + 3085 ], "first_bullet_hits": [ 41 @@ -59598,19 +59923,19 @@ export default { 41 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "shots": [ 41 @@ -59669,19 +59994,19 @@ export default { 40 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "shots": [ 40 @@ -59713,10 +60038,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "shots": [ 40 @@ -59736,34 +60061,34 @@ export default { }, "player_aim_weapon_stats_max_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "weapon_class": [ - 2971 + 2979 ], "__typename": [ 80 @@ -59783,10 +60108,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "shots": [ 40 @@ -59806,34 +60131,34 @@ export default { }, "player_aim_weapon_stats_min_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "weapon_class": [ - 2971 + 2979 ], "__typename": [ 80 @@ -59844,7 +60169,7 @@ export default { 40 ], "returning": [ - 3068 + 3076 ], "__typename": [ 80 @@ -59852,13 +60177,13 @@ export default { }, "player_aim_weapon_stats_on_conflict": { "constraint": [ - 3078 + 3086 ], "update_columns": [ - 3101 + 3109 ], "where": [ - 3077 + 3085 ], "__typename": [ 80 @@ -59866,43 +60191,43 @@ export default { }, "player_aim_weapon_stats_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "weapon_class": [ - 2971 + 2979 ], "__typename": [ 80 @@ -59910,7 +60235,7 @@ export default { }, "player_aim_weapon_stats_pk_columns_input": { "match_map_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -59937,10 +60262,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "shots": [ 40 @@ -59986,25 +60311,25 @@ export default { }, "player_aim_weapon_stats_stddev_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -60038,25 +60363,25 @@ export default { }, "player_aim_weapon_stats_stddev_pop_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -60090,25 +60415,25 @@ export default { }, "player_aim_weapon_stats_stddev_samp_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -60116,7 +60441,7 @@ export default { }, "player_aim_weapon_stats_stream_cursor_input": { "initial_value": [ - 3098 + 3106 ], "ordering": [ 313 @@ -60139,10 +60464,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "shots": [ 40 @@ -60188,25 +60513,25 @@ export default { }, "player_aim_weapon_stats_sum_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -60215,13 +60540,13 @@ export default { "player_aim_weapon_stats_update_column": {}, "player_aim_weapon_stats_updates": { "_inc": [ - 3079 + 3087 ], "_set": [ - 3090 + 3098 ], "where": [ - 3077 + 3085 ], "__typename": [ 80 @@ -60255,25 +60580,25 @@ export default { }, "player_aim_weapon_stats_var_pop_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -60307,25 +60632,25 @@ export default { }, "player_aim_weapon_stats_var_samp_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -60359,25 +60684,25 @@ export default { }, "player_aim_weapon_stats_variance_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -60385,7 +60710,7 @@ export default { }, "player_assists": { "attacked_player": [ - 3929 + 3937 ], "attacked_steam_id": [ 257 @@ -60400,7 +60725,7 @@ export default { 80 ], "deleted_at": [ - 4518 + 4526 ], "flash": [ 5 @@ -60409,25 +60734,25 @@ export default { 5 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -60435,10 +60760,10 @@ export default { }, "player_assists_aggregate": { "aggregate": [ - 3115 + 3123 ], "nodes": [ - 3109 + 3117 ], "__typename": [ 80 @@ -60446,13 +60771,13 @@ export default { }, "player_assists_aggregate_bool_exp": { "bool_and": [ - 3112 + 3120 ], "bool_or": [ - 3113 + 3121 ], "count": [ - 3114 + 3122 ], "__typename": [ 80 @@ -60460,13 +60785,13 @@ export default { }, "player_assists_aggregate_bool_exp_bool_and": { "arguments": [ - 3133 + 3141 ], "distinct": [ 5 ], "filter": [ - 3120 + 3128 ], "predicate": [ 6 @@ -60477,13 +60802,13 @@ export default { }, "player_assists_aggregate_bool_exp_bool_or": { "arguments": [ - 3134 + 3142 ], "distinct": [ 5 ], "filter": [ - 3120 + 3128 ], "predicate": [ 6 @@ -60494,13 +60819,13 @@ export default { }, "player_assists_aggregate_bool_exp_count": { "arguments": [ - 3132 + 3140 ], "distinct": [ 5 ], "filter": [ - 3120 + 3128 ], "predicate": [ 41 @@ -60511,13 +60836,13 @@ export default { }, "player_assists_aggregate_fields": { "avg": [ - 3118 + 3126 ], "count": [ 40, { "columns": [ - 3132, + 3140, "[player_assists_select_column!]" ], "distinct": [ @@ -60526,31 +60851,31 @@ export default { } ], "max": [ - 3124 + 3132 ], "min": [ - 3126 + 3134 ], "stddev": [ - 3136 + 3144 ], "stddev_pop": [ - 3138 + 3146 ], "stddev_samp": [ - 3140 + 3148 ], "sum": [ - 3144 + 3152 ], "var_pop": [ - 3148 + 3156 ], "var_samp": [ - 3150 + 3158 ], "variance": [ - 3152 + 3160 ], "__typename": [ 80 @@ -60558,37 +60883,37 @@ export default { }, "player_assists_aggregate_order_by": { "avg": [ - 3119 + 3127 ], "count": [ - 2971 + 2979 ], "max": [ - 3125 + 3133 ], "min": [ - 3127 + 3135 ], "stddev": [ - 3137 + 3145 ], "stddev_pop": [ - 3139 + 3147 ], "stddev_samp": [ - 3141 + 3149 ], "sum": [ - 3145 + 3153 ], "var_pop": [ - 3149 + 3157 ], "var_samp": [ - 3151 + 3159 ], "variance": [ - 3153 + 3161 ], "__typename": [ 80 @@ -60596,10 +60921,10 @@ export default { }, "player_assists_arr_rel_insert_input": { "data": [ - 3123 + 3131 ], "on_conflict": [ - 3129 + 3137 ], "__typename": [ 80 @@ -60621,13 +60946,13 @@ export default { }, "player_assists_avg_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -60635,16 +60960,16 @@ export default { }, "player_assists_bool_exp": { "_and": [ - 3120 + 3128 ], "_not": [ - 3120 + 3128 ], "_or": [ - 3120 + 3128 ], "attacked_player": [ - 3933 + 3941 ], "attacked_steam_id": [ 259 @@ -60659,7 +60984,7 @@ export default { 82 ], "deleted_at": [ - 4519 + 4527 ], "flash": [ 6 @@ -60668,25 +60993,25 @@ export default { 6 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "round": [ 41 ], "time": [ - 4519 + 4527 ], "__typename": [ 80 @@ -60709,7 +61034,7 @@ export default { }, "player_assists_insert_input": { "attacked_player": [ - 3940 + 3948 ], "attacked_steam_id": [ 257 @@ -60724,31 +61049,31 @@ export default { 80 ], "deleted_at": [ - 4518 + 4526 ], "flash": [ 5 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -60768,19 +61093,19 @@ export default { 80 ], "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -60788,31 +61113,31 @@ export default { }, "player_assists_max_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacked_team": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "attacker_team": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "__typename": [ 80 @@ -60832,19 +61157,19 @@ export default { 80 ], "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -60852,31 +61177,31 @@ export default { }, "player_assists_min_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacked_team": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "attacker_team": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "__typename": [ 80 @@ -60887,7 +61212,7 @@ export default { 40 ], "returning": [ - 3109 + 3117 ], "__typename": [ 80 @@ -60895,13 +61220,13 @@ export default { }, "player_assists_on_conflict": { "constraint": [ - 3121 + 3129 ], "update_columns": [ - 3146 + 3154 ], "where": [ - 3120 + 3128 ], "__typename": [ 80 @@ -60909,49 +61234,49 @@ export default { }, "player_assists_order_by": { "attacked_player": [ - 3942 + 3950 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacked_team": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "attacker_team": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "flash": [ - 2971 + 2979 ], "is_team_assist": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "__typename": [ 80 @@ -60965,10 +61290,10 @@ export default { 257 ], "match_map_id": [ - 5018 + 5026 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -60991,22 +61316,22 @@ export default { 80 ], "deleted_at": [ - 4518 + 4526 ], "flash": [ 5 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -61028,13 +61353,13 @@ export default { }, "player_assists_stddev_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -61056,13 +61381,13 @@ export default { }, "player_assists_stddev_pop_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -61084,13 +61409,13 @@ export default { }, "player_assists_stddev_samp_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -61098,7 +61423,7 @@ export default { }, "player_assists_stream_cursor_input": { "initial_value": [ - 3143 + 3151 ], "ordering": [ 313 @@ -61121,22 +61446,22 @@ export default { 80 ], "deleted_at": [ - 4518 + 4526 ], "flash": [ 5 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -61158,13 +61483,13 @@ export default { }, "player_assists_sum_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -61173,13 +61498,13 @@ export default { "player_assists_update_column": {}, "player_assists_updates": { "_inc": [ - 3122 + 3130 ], "_set": [ - 3135 + 3143 ], "where": [ - 3120 + 3128 ], "__typename": [ 80 @@ -61201,13 +61526,13 @@ export default { }, "player_assists_var_pop_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -61229,13 +61554,13 @@ export default { }, "player_assists_var_samp_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -61257,13 +61582,13 @@ export default { }, "player_assists_variance_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -61271,28 +61596,28 @@ export default { }, "player_career_stats_v": { "accuracy": [ - 2969 + 2977 ], "accuracy_spotted": [ - 2969 + 2977 ], "counter_strafe_pct": [ - 2969 + 2977 ], "crosshair_deg": [ - 2969 + 2977 ], "enemy_blind_pr": [ - 2969 + 2977 ], "flash_assists_pr": [ - 2969 + 2977 ], "hs_pct": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "maps": [ 40 @@ -61307,16 +61632,16 @@ export default { 257 ], "survival_pct": [ - 2969 + 2977 ], "time_to_damage_s": [ - 2969 + 2977 ], "traded_death_pct": [ - 2969 + 2977 ], "util_efficiency": [ - 2969 + 2977 ], "__typename": [ 80 @@ -61324,10 +61649,10 @@ export default { }, "player_career_stats_v_aggregate": { "aggregate": [ - 3156 + 3164 ], "nodes": [ - 3154 + 3162 ], "__typename": [ 80 @@ -61335,13 +61660,13 @@ export default { }, "player_career_stats_v_aggregate_fields": { "avg": [ - 3157 + 3165 ], "count": [ 40, { "columns": [ - 3162, + 3170, "[player_career_stats_v_select_column!]" ], "distinct": [ @@ -61350,31 +61675,31 @@ export default { } ], "max": [ - 3159 + 3167 ], "min": [ - 3160 + 3168 ], "stddev": [ - 3163 + 3171 ], "stddev_pop": [ - 3164 + 3172 ], "stddev_samp": [ - 3165 + 3173 ], "sum": [ - 3168 + 3176 ], "var_pop": [ - 3169 + 3177 ], "var_samp": [ - 3170 + 3178 ], "variance": [ - 3171 + 3179 ], "__typename": [ 80 @@ -61435,37 +61760,37 @@ export default { }, "player_career_stats_v_bool_exp": { "_and": [ - 3158 + 3166 ], "_not": [ - 3158 + 3166 ], "_or": [ - 3158 + 3166 ], "accuracy": [ - 2970 + 2978 ], "accuracy_spotted": [ - 2970 + 2978 ], "counter_strafe_pct": [ - 2970 + 2978 ], "crosshair_deg": [ - 2970 + 2978 ], "enemy_blind_pr": [ - 2970 + 2978 ], "flash_assists_pr": [ - 2970 + 2978 ], "hs_pct": [ - 2970 + 2978 ], "kast_pct": [ - 2970 + 2978 ], "maps": [ 41 @@ -61480,16 +61805,16 @@ export default { 259 ], "survival_pct": [ - 2970 + 2978 ], "time_to_damage_s": [ - 2970 + 2978 ], "traded_death_pct": [ - 2970 + 2978 ], "util_efficiency": [ - 2970 + 2978 ], "__typename": [ 80 @@ -61497,28 +61822,28 @@ export default { }, "player_career_stats_v_max_fields": { "accuracy": [ - 2969 + 2977 ], "accuracy_spotted": [ - 2969 + 2977 ], "counter_strafe_pct": [ - 2969 + 2977 ], "crosshair_deg": [ - 2969 + 2977 ], "enemy_blind_pr": [ - 2969 + 2977 ], "flash_assists_pr": [ - 2969 + 2977 ], "hs_pct": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "maps": [ 40 @@ -61533,16 +61858,16 @@ export default { 257 ], "survival_pct": [ - 2969 + 2977 ], "time_to_damage_s": [ - 2969 + 2977 ], "traded_death_pct": [ - 2969 + 2977 ], "util_efficiency": [ - 2969 + 2977 ], "__typename": [ 80 @@ -61550,28 +61875,28 @@ export default { }, "player_career_stats_v_min_fields": { "accuracy": [ - 2969 + 2977 ], "accuracy_spotted": [ - 2969 + 2977 ], "counter_strafe_pct": [ - 2969 + 2977 ], "crosshair_deg": [ - 2969 + 2977 ], "enemy_blind_pr": [ - 2969 + 2977 ], "flash_assists_pr": [ - 2969 + 2977 ], "hs_pct": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "maps": [ 40 @@ -61586,16 +61911,16 @@ export default { 257 ], "survival_pct": [ - 2969 + 2977 ], "time_to_damage_s": [ - 2969 + 2977 ], "traded_death_pct": [ - 2969 + 2977 ], "util_efficiency": [ - 2969 + 2977 ], "__typename": [ 80 @@ -61603,52 +61928,52 @@ export default { }, "player_career_stats_v_order_by": { "accuracy": [ - 2971 + 2979 ], "accuracy_spotted": [ - 2971 + 2979 ], "counter_strafe_pct": [ - 2971 + 2979 ], "crosshair_deg": [ - 2971 + 2979 ], "enemy_blind_pr": [ - 2971 + 2979 ], "flash_assists_pr": [ - 2971 + 2979 ], "hs_pct": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "maps": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "rounds": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "survival_pct": [ - 2971 + 2979 ], "time_to_damage_s": [ - 2971 + 2979 ], "traded_death_pct": [ - 2971 + 2979 ], "util_efficiency": [ - 2971 + 2979 ], "__typename": [ 80 @@ -61816,7 +62141,7 @@ export default { }, "player_career_stats_v_stream_cursor_input": { "initial_value": [ - 3167 + 3175 ], "ordering": [ 313 @@ -61827,28 +62152,28 @@ export default { }, "player_career_stats_v_stream_cursor_value_input": { "accuracy": [ - 2969 + 2977 ], "accuracy_spotted": [ - 2969 + 2977 ], "counter_strafe_pct": [ - 2969 + 2977 ], "crosshair_deg": [ - 2969 + 2977 ], "enemy_blind_pr": [ - 2969 + 2977 ], "flash_assists_pr": [ - 2969 + 2977 ], "hs_pct": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "maps": [ 40 @@ -61863,16 +62188,16 @@ export default { 257 ], "survival_pct": [ - 2969 + 2977 ], "time_to_damage_s": [ - 2969 + 2977 ], "traded_death_pct": [ - 2969 + 2977 ], "util_efficiency": [ - 2969 + 2977 ], "__typename": [ 80 @@ -61880,28 +62205,28 @@ export default { }, "player_career_stats_v_sum_fields": { "accuracy": [ - 2969 + 2977 ], "accuracy_spotted": [ - 2969 + 2977 ], "counter_strafe_pct": [ - 2969 + 2977 ], "crosshair_deg": [ - 2969 + 2977 ], "enemy_blind_pr": [ - 2969 + 2977 ], "flash_assists_pr": [ - 2969 + 2977 ], "hs_pct": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "maps": [ 40 @@ -61916,16 +62241,16 @@ export default { 257 ], "survival_pct": [ - 2969 + 2977 ], "time_to_damage_s": [ - 2969 + 2977 ], "traded_death_pct": [ - 2969 + 2977 ], "util_efficiency": [ - 2969 + 2977 ], "__typename": [ 80 @@ -62101,7 +62426,7 @@ export default { 80 ], "attacked_player": [ - 3929 + 3937 ], "attacked_steam_id": [ 257 @@ -62128,7 +62453,7 @@ export default { 40 ], "deleted_at": [ - 4518 + 4526 ], "health": [ 40 @@ -62137,31 +62462,31 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "round": [ - 2969 + 2977 ], "team_damage": [ 5 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -62172,10 +62497,10 @@ export default { }, "player_damages_aggregate": { "aggregate": [ - 3176 + 3184 ], "nodes": [ - 3172 + 3180 ], "__typename": [ 80 @@ -62183,7 +62508,7 @@ export default { }, "player_damages_aggregate_bool_exp": { "count": [ - 3175 + 3183 ], "__typename": [ 80 @@ -62191,13 +62516,13 @@ export default { }, "player_damages_aggregate_bool_exp_count": { "arguments": [ - 3193 + 3201 ], "distinct": [ 5 ], "filter": [ - 3181 + 3189 ], "predicate": [ 41 @@ -62208,13 +62533,13 @@ export default { }, "player_damages_aggregate_fields": { "avg": [ - 3179 + 3187 ], "count": [ 40, { "columns": [ - 3193, + 3201, "[player_damages_select_column!]" ], "distinct": [ @@ -62223,31 +62548,31 @@ export default { } ], "max": [ - 3185 + 3193 ], "min": [ - 3187 + 3195 ], "stddev": [ - 3195 + 3203 ], "stddev_pop": [ - 3197 + 3205 ], "stddev_samp": [ - 3199 + 3207 ], "sum": [ - 3203 + 3211 ], "var_pop": [ - 3207 + 3215 ], "var_samp": [ - 3209 + 3217 ], "variance": [ - 3211 + 3219 ], "__typename": [ 80 @@ -62255,37 +62580,37 @@ export default { }, "player_damages_aggregate_order_by": { "avg": [ - 3180 + 3188 ], "count": [ - 2971 + 2979 ], "max": [ - 3186 + 3194 ], "min": [ - 3188 + 3196 ], "stddev": [ - 3196 + 3204 ], "stddev_pop": [ - 3198 + 3206 ], "stddev_samp": [ - 3200 + 3208 ], "sum": [ - 3204 + 3212 ], "var_pop": [ - 3208 + 3216 ], "var_samp": [ - 3210 + 3218 ], "variance": [ - 3212 + 3220 ], "__typename": [ 80 @@ -62293,10 +62618,10 @@ export default { }, "player_damages_arr_rel_insert_input": { "data": [ - 3184 + 3192 ], "on_conflict": [ - 3190 + 3198 ], "__typename": [ 80 @@ -62330,25 +62655,25 @@ export default { }, "player_damages_avg_order_by": { "armor": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_armor": [ - 2971 + 2979 ], "health": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -62356,13 +62681,13 @@ export default { }, "player_damages_bool_exp": { "_and": [ - 3181 + 3189 ], "_not": [ - 3181 + 3189 ], "_or": [ - 3181 + 3189 ], "armor": [ 41 @@ -62374,7 +62699,7 @@ export default { 82 ], "attacked_player": [ - 3933 + 3941 ], "attacked_steam_id": [ 259 @@ -62401,7 +62726,7 @@ export default { 41 ], "deleted_at": [ - 4519 + 4527 ], "health": [ 41 @@ -62410,31 +62735,31 @@ export default { 82 ], "id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "round": [ - 2970 + 2978 ], "team_damage": [ 6 ], "time": [ - 4519 + 4527 ], "with": [ 82 @@ -62464,7 +62789,7 @@ export default { 40 ], "round": [ - 2969 + 2977 ], "__typename": [ 80 @@ -62481,7 +62806,7 @@ export default { 80 ], "attacked_player": [ - 3940 + 3948 ], "attacked_steam_id": [ 257 @@ -62508,7 +62833,7 @@ export default { 40 ], "deleted_at": [ - 4518 + 4526 ], "health": [ 40 @@ -62517,28 +62842,28 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "round": [ - 2969 + 2977 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -62582,7 +62907,7 @@ export default { 40 ], "deleted_at": [ - 4518 + 4526 ], "health": [ 40 @@ -62591,19 +62916,19 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ - 2969 + 2977 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -62614,64 +62939,64 @@ export default { }, "player_damages_max_order_by": { "armor": [ - 2971 + 2979 ], "attacked_location": [ - 2971 + 2979 ], "attacked_location_coordinates": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacked_team": [ - 2971 + 2979 ], "attacker_location": [ - 2971 + 2979 ], "attacker_location_coordinates": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "attacker_team": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_armor": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "health": [ - 2971 + 2979 ], "hitgroup": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "with": [ - 2971 + 2979 ], "__typename": [ 80 @@ -62712,7 +63037,7 @@ export default { 40 ], "deleted_at": [ - 4518 + 4526 ], "health": [ 40 @@ -62721,19 +63046,19 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ - 2969 + 2977 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -62744,64 +63069,64 @@ export default { }, "player_damages_min_order_by": { "armor": [ - 2971 + 2979 ], "attacked_location": [ - 2971 + 2979 ], "attacked_location_coordinates": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacked_team": [ - 2971 + 2979 ], "attacker_location": [ - 2971 + 2979 ], "attacker_location_coordinates": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "attacker_team": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_armor": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "health": [ - 2971 + 2979 ], "hitgroup": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "with": [ - 2971 + 2979 ], "__typename": [ 80 @@ -62812,7 +63137,7 @@ export default { 40 ], "returning": [ - 3172 + 3180 ], "__typename": [ 80 @@ -62820,13 +63145,13 @@ export default { }, "player_damages_on_conflict": { "constraint": [ - 3182 + 3190 ], "update_columns": [ - 3205 + 3213 ], "where": [ - 3181 + 3189 ], "__typename": [ 80 @@ -62834,79 +63159,79 @@ export default { }, "player_damages_order_by": { "armor": [ - 2971 + 2979 ], "attacked_location": [ - 2971 + 2979 ], "attacked_location_coordinates": [ - 2971 + 2979 ], "attacked_player": [ - 3942 + 3950 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacked_team": [ - 2971 + 2979 ], "attacker_location": [ - 2971 + 2979 ], "attacker_location_coordinates": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "attacker_team": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_armor": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "health": [ - 2971 + 2979 ], "hitgroup": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "round": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "with": [ - 2971 + 2979 ], "__typename": [ 80 @@ -62914,13 +63239,13 @@ export default { }, "player_damages_pk_columns_input": { "id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -62962,7 +63287,7 @@ export default { 40 ], "deleted_at": [ - 4518 + 4526 ], "health": [ 40 @@ -62971,19 +63296,19 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ - 2969 + 2977 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -63020,25 +63345,25 @@ export default { }, "player_damages_stddev_order_by": { "armor": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_armor": [ - 2971 + 2979 ], "health": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -63072,25 +63397,25 @@ export default { }, "player_damages_stddev_pop_order_by": { "armor": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_armor": [ - 2971 + 2979 ], "health": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -63124,25 +63449,25 @@ export default { }, "player_damages_stddev_samp_order_by": { "armor": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_armor": [ - 2971 + 2979 ], "health": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -63150,7 +63475,7 @@ export default { }, "player_damages_stream_cursor_input": { "initial_value": [ - 3202 + 3210 ], "ordering": [ 313 @@ -63194,7 +63519,7 @@ export default { 40 ], "deleted_at": [ - 4518 + 4526 ], "health": [ 40 @@ -63203,19 +63528,19 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ - 2969 + 2977 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -63244,7 +63569,7 @@ export default { 40 ], "round": [ - 2969 + 2977 ], "__typename": [ 80 @@ -63252,25 +63577,25 @@ export default { }, "player_damages_sum_order_by": { "armor": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_armor": [ - 2971 + 2979 ], "health": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -63279,13 +63604,13 @@ export default { "player_damages_update_column": {}, "player_damages_updates": { "_inc": [ - 3183 + 3191 ], "_set": [ - 3194 + 3202 ], "where": [ - 3181 + 3189 ], "__typename": [ 80 @@ -63319,25 +63644,25 @@ export default { }, "player_damages_var_pop_order_by": { "armor": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_armor": [ - 2971 + 2979 ], "health": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -63371,25 +63696,25 @@ export default { }, "player_damages_var_samp_order_by": { "armor": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_armor": [ - 2971 + 2979 ], "health": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -63423,25 +63748,25 @@ export default { }, "player_damages_variance_order_by": { "armor": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_armor": [ - 2971 + 2979 ], "health": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -63455,13 +63780,13 @@ export default { 40 ], "change": [ - 2969 + 2977 ], "created_at": [ - 4518 + 4526 ], "current": [ - 2969 + 2977 ], "damage": [ 40 @@ -63476,7 +63801,7 @@ export default { 1689 ], "impact": [ - 2969 + 2977 ], "k_factor": [ 40 @@ -63494,10 +63819,10 @@ export default { 40 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "opponent_team_elo_avg": [ 1689 @@ -63506,7 +63831,7 @@ export default { 1689 ], "player": [ - 3929 + 3937 ], "player_team_elo_avg": [ 1689 @@ -63515,10 +63840,10 @@ export default { 1689 ], "season": [ - 3988 + 3996 ], "season_id": [ - 5018 + 5026 ], "series_multiplier": [ 40 @@ -63538,10 +63863,10 @@ export default { }, "player_elo_aggregate": { "aggregate": [ - 3215 + 3223 ], "nodes": [ - 3213 + 3221 ], "__typename": [ 80 @@ -63549,13 +63874,13 @@ export default { }, "player_elo_aggregate_fields": { "avg": [ - 3216 + 3224 ], "count": [ 40, { "columns": [ - 3227, + 3235, "[player_elo_select_column!]" ], "distinct": [ @@ -63564,31 +63889,31 @@ export default { } ], "max": [ - 3221 + 3229 ], "min": [ - 3222 + 3230 ], "stddev": [ - 3229 + 3237 ], "stddev_pop": [ - 3230 + 3238 ], "stddev_samp": [ - 3231 + 3239 ], "sum": [ - 3234 + 3242 ], "var_pop": [ - 3237 + 3245 ], "var_samp": [ - 3238 + 3246 ], "variance": [ - 3239 + 3247 ], "__typename": [ 80 @@ -63664,13 +63989,13 @@ export default { }, "player_elo_bool_exp": { "_and": [ - 3217 + 3225 ], "_not": [ - 3217 + 3225 ], "_or": [ - 3217 + 3225 ], "actual_score": [ 1690 @@ -63679,13 +64004,13 @@ export default { 41 ], "change": [ - 2970 + 2978 ], "created_at": [ - 4519 + 4527 ], "current": [ - 2970 + 2978 ], "damage": [ 41 @@ -63700,7 +64025,7 @@ export default { 1690 ], "impact": [ - 2970 + 2978 ], "k_factor": [ 41 @@ -63718,10 +64043,10 @@ export default { 41 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "opponent_team_elo_avg": [ 1690 @@ -63730,7 +64055,7 @@ export default { 1690 ], "player": [ - 3933 + 3941 ], "player_team_elo_avg": [ 1690 @@ -63739,10 +64064,10 @@ export default { 1690 ], "season": [ - 3992 + 4000 ], "season_id": [ - 5020 + 5028 ], "series_multiplier": [ 41 @@ -63769,10 +64094,10 @@ export default { 40 ], "change": [ - 2969 + 2977 ], "current": [ - 2969 + 2977 ], "damage": [ 40 @@ -63787,7 +64112,7 @@ export default { 1689 ], "impact": [ - 2969 + 2977 ], "k_factor": [ 40 @@ -63837,13 +64162,13 @@ export default { 40 ], "change": [ - 2969 + 2977 ], "created_at": [ - 4518 + 4526 ], "current": [ - 2969 + 2977 ], "damage": [ 40 @@ -63858,7 +64183,7 @@ export default { 1689 ], "impact": [ - 2969 + 2977 ], "k_factor": [ 40 @@ -63876,10 +64201,10 @@ export default { 40 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "opponent_team_elo_avg": [ 1689 @@ -63888,7 +64213,7 @@ export default { 1689 ], "player": [ - 3940 + 3948 ], "player_team_elo_avg": [ 1689 @@ -63897,10 +64222,10 @@ export default { 1689 ], "season": [ - 3999 + 4007 ], "season_id": [ - 5018 + 5026 ], "series_multiplier": [ 40 @@ -63926,13 +64251,13 @@ export default { 40 ], "change": [ - 2969 + 2977 ], "created_at": [ - 4518 + 4526 ], "current": [ - 2969 + 2977 ], "damage": [ 40 @@ -63947,7 +64272,7 @@ export default { 1689 ], "impact": [ - 2969 + 2977 ], "k_factor": [ 40 @@ -63965,7 +64290,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "opponent_team_elo_avg": [ 1689 @@ -63980,7 +64305,7 @@ export default { 1689 ], "season_id": [ - 5018 + 5026 ], "series_multiplier": [ 40 @@ -64003,13 +64328,13 @@ export default { 40 ], "change": [ - 2969 + 2977 ], "created_at": [ - 4518 + 4526 ], "current": [ - 2969 + 2977 ], "damage": [ 40 @@ -64024,7 +64349,7 @@ export default { 1689 ], "impact": [ - 2969 + 2977 ], "k_factor": [ 40 @@ -64042,7 +64367,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "opponent_team_elo_avg": [ 1689 @@ -64057,7 +64382,7 @@ export default { 1689 ], "season_id": [ - 5018 + 5026 ], "series_multiplier": [ 40 @@ -64077,7 +64402,7 @@ export default { 40 ], "returning": [ - 3213 + 3221 ], "__typename": [ 80 @@ -64085,13 +64410,13 @@ export default { }, "player_elo_on_conflict": { "constraint": [ - 3218 + 3226 ], "update_columns": [ - 3235 + 3243 ], "where": [ - 3217 + 3225 ], "__typename": [ 80 @@ -64099,88 +64424,88 @@ export default { }, "player_elo_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "change": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "current": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "season": [ - 4001 + 4009 ], "season_id": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "__typename": [ 80 @@ -64188,7 +64513,7 @@ export default { }, "player_elo_pk_columns_input": { "match_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -64209,13 +64534,13 @@ export default { 40 ], "change": [ - 2969 + 2977 ], "created_at": [ - 4518 + 4526 ], "current": [ - 2969 + 2977 ], "damage": [ 40 @@ -64230,7 +64555,7 @@ export default { 1689 ], "impact": [ - 2969 + 2977 ], "k_factor": [ 40 @@ -64248,7 +64573,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "opponent_team_elo_avg": [ 1689 @@ -64263,7 +64588,7 @@ export default { 1689 ], "season_id": [ - 5018 + 5026 ], "series_multiplier": [ 40 @@ -64487,7 +64812,7 @@ export default { }, "player_elo_stream_cursor_input": { "initial_value": [ - 3233 + 3241 ], "ordering": [ 313 @@ -64504,13 +64829,13 @@ export default { 40 ], "change": [ - 2969 + 2977 ], "created_at": [ - 4518 + 4526 ], "current": [ - 2969 + 2977 ], "damage": [ 40 @@ -64525,7 +64850,7 @@ export default { 1689 ], "impact": [ - 2969 + 2977 ], "k_factor": [ 40 @@ -64543,7 +64868,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "opponent_team_elo_avg": [ 1689 @@ -64558,7 +64883,7 @@ export default { 1689 ], "season_id": [ - 5018 + 5026 ], "series_multiplier": [ 40 @@ -64584,10 +64909,10 @@ export default { 40 ], "change": [ - 2969 + 2977 ], "current": [ - 2969 + 2977 ], "damage": [ 40 @@ -64602,7 +64927,7 @@ export default { 1689 ], "impact": [ - 2969 + 2977 ], "k_factor": [ 40 @@ -64647,13 +64972,13 @@ export default { "player_elo_update_column": {}, "player_elo_updates": { "_inc": [ - 3219 + 3227 ], "_set": [ - 3228 + 3236 ], "where": [ - 3217 + 3225 ], "__typename": [ 80 @@ -64868,19 +65193,19 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "player": [ - 3929 + 3937 ], "previous_rank": [ 40 @@ -64897,10 +65222,10 @@ export default { }, "player_faceit_rank_history_aggregate": { "aggregate": [ - 3244 + 3252 ], "nodes": [ - 3240 + 3248 ], "__typename": [ 80 @@ -64908,7 +65233,7 @@ export default { }, "player_faceit_rank_history_aggregate_bool_exp": { "count": [ - 3243 + 3251 ], "__typename": [ 80 @@ -64916,13 +65241,13 @@ export default { }, "player_faceit_rank_history_aggregate_bool_exp_count": { "arguments": [ - 3261 + 3269 ], "distinct": [ 5 ], "filter": [ - 3249 + 3257 ], "predicate": [ 41 @@ -64933,13 +65258,13 @@ export default { }, "player_faceit_rank_history_aggregate_fields": { "avg": [ - 3247 + 3255 ], "count": [ 40, { "columns": [ - 3261, + 3269, "[player_faceit_rank_history_select_column!]" ], "distinct": [ @@ -64948,31 +65273,31 @@ export default { } ], "max": [ - 3253 + 3261 ], "min": [ - 3255 + 3263 ], "stddev": [ - 3263 + 3271 ], "stddev_pop": [ - 3265 + 3273 ], "stddev_samp": [ - 3267 + 3275 ], "sum": [ - 3271 + 3279 ], "var_pop": [ - 3275 + 3283 ], "var_samp": [ - 3277 + 3285 ], "variance": [ - 3279 + 3287 ], "__typename": [ 80 @@ -64980,37 +65305,37 @@ export default { }, "player_faceit_rank_history_aggregate_order_by": { "avg": [ - 3248 + 3256 ], "count": [ - 2971 + 2979 ], "max": [ - 3254 + 3262 ], "min": [ - 3256 + 3264 ], "stddev": [ - 3264 + 3272 ], "stddev_pop": [ - 3266 + 3274 ], "stddev_samp": [ - 3268 + 3276 ], "sum": [ - 3272 + 3280 ], "var_pop": [ - 3276 + 3284 ], "var_samp": [ - 3278 + 3286 ], "variance": [ - 3280 + 3288 ], "__typename": [ 80 @@ -65018,10 +65343,10 @@ export default { }, "player_faceit_rank_history_arr_rel_insert_input": { "data": [ - 3252 + 3260 ], "on_conflict": [ - 3258 + 3266 ], "__typename": [ 80 @@ -65046,16 +65371,16 @@ export default { }, "player_faceit_rank_history_avg_order_by": { "elo": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "skill_level": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65063,31 +65388,31 @@ export default { }, "player_faceit_rank_history_bool_exp": { "_and": [ - 3249 + 3257 ], "_not": [ - 3249 + 3257 ], "_or": [ - 3249 + 3257 ], "elo": [ 41 ], "id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "observed_at": [ - 4519 + 4527 ], "player": [ - 3933 + 3941 ], "previous_rank": [ 41 @@ -65125,19 +65450,19 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "player": [ - 3940 + 3948 ], "previous_rank": [ 40 @@ -65157,13 +65482,13 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "previous_rank": [ 40 @@ -65180,25 +65505,25 @@ export default { }, "player_faceit_rank_history_max_order_by": { "elo": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "observed_at": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "skill_level": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65209,13 +65534,13 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "previous_rank": [ 40 @@ -65232,25 +65557,25 @@ export default { }, "player_faceit_rank_history_min_order_by": { "elo": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "observed_at": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "skill_level": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65261,7 +65586,7 @@ export default { 40 ], "returning": [ - 3240 + 3248 ], "__typename": [ 80 @@ -65269,13 +65594,13 @@ export default { }, "player_faceit_rank_history_on_conflict": { "constraint": [ - 3250 + 3258 ], "update_columns": [ - 3273 + 3281 ], "where": [ - 3249 + 3257 ], "__typename": [ 80 @@ -65283,31 +65608,31 @@ export default { }, "player_faceit_rank_history_order_by": { "elo": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "observed_at": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "previous_rank": [ - 2971 + 2979 ], "skill_level": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65315,7 +65640,7 @@ export default { }, "player_faceit_rank_history_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -65327,13 +65652,13 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "previous_rank": [ 40 @@ -65367,16 +65692,16 @@ export default { }, "player_faceit_rank_history_stddev_order_by": { "elo": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "skill_level": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65401,16 +65726,16 @@ export default { }, "player_faceit_rank_history_stddev_pop_order_by": { "elo": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "skill_level": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65435,16 +65760,16 @@ export default { }, "player_faceit_rank_history_stddev_samp_order_by": { "elo": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "skill_level": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65452,7 +65777,7 @@ export default { }, "player_faceit_rank_history_stream_cursor_input": { "initial_value": [ - 3270 + 3278 ], "ordering": [ 313 @@ -65466,13 +65791,13 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "previous_rank": [ 40 @@ -65506,16 +65831,16 @@ export default { }, "player_faceit_rank_history_sum_order_by": { "elo": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "skill_level": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65524,13 +65849,13 @@ export default { "player_faceit_rank_history_update_column": {}, "player_faceit_rank_history_updates": { "_inc": [ - 3251 + 3259 ], "_set": [ - 3262 + 3270 ], "where": [ - 3249 + 3257 ], "__typename": [ 80 @@ -65555,16 +65880,16 @@ export default { }, "player_faceit_rank_history_var_pop_order_by": { "elo": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "skill_level": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65589,16 +65914,16 @@ export default { }, "player_faceit_rank_history_var_samp_order_by": { "elo": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "skill_level": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65623,16 +65948,16 @@ export default { }, "player_faceit_rank_history_variance_order_by": { "elo": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "skill_level": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65646,25 +65971,25 @@ export default { 257 ], "blinded": [ - 3929 + 3937 ], "deleted_at": [ - 4518 + 4526 ], "duration": [ - 2969 + 2977 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -65673,10 +65998,10 @@ export default { 5 ], "thrown_by": [ - 3929 + 3937 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -65684,10 +66009,10 @@ export default { }, "player_flashes_aggregate": { "aggregate": [ - 3287 + 3295 ], "nodes": [ - 3281 + 3289 ], "__typename": [ 80 @@ -65695,13 +66020,13 @@ export default { }, "player_flashes_aggregate_bool_exp": { "bool_and": [ - 3284 + 3292 ], "bool_or": [ - 3285 + 3293 ], "count": [ - 3286 + 3294 ], "__typename": [ 80 @@ -65709,13 +66034,13 @@ export default { }, "player_flashes_aggregate_bool_exp_bool_and": { "arguments": [ - 3305 + 3313 ], "distinct": [ 5 ], "filter": [ - 3292 + 3300 ], "predicate": [ 6 @@ -65726,13 +66051,13 @@ export default { }, "player_flashes_aggregate_bool_exp_bool_or": { "arguments": [ - 3306 + 3314 ], "distinct": [ 5 ], "filter": [ - 3292 + 3300 ], "predicate": [ 6 @@ -65743,13 +66068,13 @@ export default { }, "player_flashes_aggregate_bool_exp_count": { "arguments": [ - 3304 + 3312 ], "distinct": [ 5 ], "filter": [ - 3292 + 3300 ], "predicate": [ 41 @@ -65760,13 +66085,13 @@ export default { }, "player_flashes_aggregate_fields": { "avg": [ - 3290 + 3298 ], "count": [ 40, { "columns": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "distinct": [ @@ -65775,31 +66100,31 @@ export default { } ], "max": [ - 3296 + 3304 ], "min": [ - 3298 + 3306 ], "stddev": [ - 3308 + 3316 ], "stddev_pop": [ - 3310 + 3318 ], "stddev_samp": [ - 3312 + 3320 ], "sum": [ - 3316 + 3324 ], "var_pop": [ - 3320 + 3328 ], "var_samp": [ - 3322 + 3330 ], "variance": [ - 3324 + 3332 ], "__typename": [ 80 @@ -65807,37 +66132,37 @@ export default { }, "player_flashes_aggregate_order_by": { "avg": [ - 3291 + 3299 ], "count": [ - 2971 + 2979 ], "max": [ - 3297 + 3305 ], "min": [ - 3299 + 3307 ], "stddev": [ - 3309 + 3317 ], "stddev_pop": [ - 3311 + 3319 ], "stddev_samp": [ - 3313 + 3321 ], "sum": [ - 3317 + 3325 ], "var_pop": [ - 3321 + 3329 ], "var_samp": [ - 3323 + 3331 ], "variance": [ - 3325 + 3333 ], "__typename": [ 80 @@ -65845,10 +66170,10 @@ export default { }, "player_flashes_arr_rel_insert_input": { "data": [ - 3295 + 3303 ], "on_conflict": [ - 3301 + 3309 ], "__typename": [ 80 @@ -65873,16 +66198,16 @@ export default { }, "player_flashes_avg_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "duration": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -65890,13 +66215,13 @@ export default { }, "player_flashes_bool_exp": { "_and": [ - 3292 + 3300 ], "_not": [ - 3292 + 3300 ], "_or": [ - 3292 + 3300 ], "attacked_steam_id": [ 259 @@ -65905,25 +66230,25 @@ export default { 259 ], "blinded": [ - 3933 + 3941 ], "deleted_at": [ - 4519 + 4527 ], "duration": [ - 2970 + 2978 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "round": [ 41 @@ -65932,10 +66257,10 @@ export default { 6 ], "thrown_by": [ - 3933 + 3941 ], "time": [ - 4519 + 4527 ], "__typename": [ 80 @@ -65950,7 +66275,7 @@ export default { 257 ], "duration": [ - 2969 + 2977 ], "round": [ 40 @@ -65967,25 +66292,25 @@ export default { 257 ], "blinded": [ - 3940 + 3948 ], "deleted_at": [ - 4518 + 4526 ], "duration": [ - 2969 + 2977 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -65994,10 +66319,10 @@ export default { 5 ], "thrown_by": [ - 3940 + 3948 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -66011,22 +66336,22 @@ export default { 257 ], "deleted_at": [ - 4518 + 4526 ], "duration": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -66034,28 +66359,28 @@ export default { }, "player_flashes_max_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "duration": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "__typename": [ 80 @@ -66069,22 +66394,22 @@ export default { 257 ], "deleted_at": [ - 4518 + 4526 ], "duration": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -66092,28 +66417,28 @@ export default { }, "player_flashes_min_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "duration": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "__typename": [ 80 @@ -66124,7 +66449,7 @@ export default { 40 ], "returning": [ - 3281 + 3289 ], "__typename": [ 80 @@ -66132,13 +66457,13 @@ export default { }, "player_flashes_on_conflict": { "constraint": [ - 3293 + 3301 ], "update_columns": [ - 3318 + 3326 ], "where": [ - 3292 + 3300 ], "__typename": [ 80 @@ -66146,43 +66471,43 @@ export default { }, "player_flashes_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "blinded": [ - 3942 + 3950 ], "deleted_at": [ - 2971 + 2979 ], "duration": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "team_flash": [ - 2971 + 2979 ], "thrown_by": [ - 3942 + 3950 ], "time": [ - 2971 + 2979 ], "__typename": [ 80 @@ -66196,10 +66521,10 @@ export default { 257 ], "match_map_id": [ - 5018 + 5026 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -66216,16 +66541,16 @@ export default { 257 ], "deleted_at": [ - 4518 + 4526 ], "duration": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -66234,7 +66559,7 @@ export default { 5 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -66259,16 +66584,16 @@ export default { }, "player_flashes_stddev_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "duration": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -66293,16 +66618,16 @@ export default { }, "player_flashes_stddev_pop_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "duration": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -66327,16 +66652,16 @@ export default { }, "player_flashes_stddev_samp_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "duration": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -66344,7 +66669,7 @@ export default { }, "player_flashes_stream_cursor_input": { "initial_value": [ - 3315 + 3323 ], "ordering": [ 313 @@ -66361,16 +66686,16 @@ export default { 257 ], "deleted_at": [ - 4518 + 4526 ], "duration": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -66379,7 +66704,7 @@ export default { 5 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -66393,7 +66718,7 @@ export default { 257 ], "duration": [ - 2969 + 2977 ], "round": [ 40 @@ -66404,16 +66729,16 @@ export default { }, "player_flashes_sum_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "duration": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -66422,13 +66747,13 @@ export default { "player_flashes_update_column": {}, "player_flashes_updates": { "_inc": [ - 3294 + 3302 ], "_set": [ - 3307 + 3315 ], "where": [ - 3292 + 3300 ], "__typename": [ 80 @@ -66453,16 +66778,16 @@ export default { }, "player_flashes_var_pop_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "duration": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -66487,16 +66812,16 @@ export default { }, "player_flashes_var_samp_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "duration": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -66521,16 +66846,16 @@ export default { }, "player_flashes_variance_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "duration": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -66547,7 +66872,7 @@ export default { 80 ], "attacked_player": [ - 3929 + 3937 ], "attacked_steam_id": [ 257 @@ -66571,7 +66896,7 @@ export default { 5 ], "deleted_at": [ - 4518 + 4526 ], "headshot": [ 5 @@ -66586,22 +66911,22 @@ export default { 5 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "no_scope": [ 5 ], "player": [ - 3929 + 3937 ], "round": [ 40 @@ -66616,7 +66941,7 @@ export default { 5 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -66627,10 +66952,10 @@ export default { }, "player_kills_aggregate": { "aggregate": [ - 3332 + 3340 ], "nodes": [ - 3326 + 3334 ], "__typename": [ 80 @@ -66638,13 +66963,13 @@ export default { }, "player_kills_aggregate_bool_exp": { "bool_and": [ - 3329 + 3337 ], "bool_or": [ - 3330 + 3338 ], "count": [ - 3331 + 3339 ], "__typename": [ 80 @@ -66652,13 +66977,13 @@ export default { }, "player_kills_aggregate_bool_exp_bool_and": { "arguments": [ - 3391 + 3399 ], "distinct": [ 5 ], "filter": [ - 3337 + 3345 ], "predicate": [ 6 @@ -66669,13 +66994,13 @@ export default { }, "player_kills_aggregate_bool_exp_bool_or": { "arguments": [ - 3392 + 3400 ], "distinct": [ 5 ], "filter": [ - 3337 + 3345 ], "predicate": [ 6 @@ -66686,13 +67011,13 @@ export default { }, "player_kills_aggregate_bool_exp_count": { "arguments": [ - 3390 + 3398 ], "distinct": [ 5 ], "filter": [ - 3337 + 3345 ], "predicate": [ 41 @@ -66703,13 +67028,13 @@ export default { }, "player_kills_aggregate_fields": { "avg": [ - 3335 + 3343 ], "count": [ 40, { "columns": [ - 3390, + 3398, "[player_kills_select_column!]" ], "distinct": [ @@ -66718,31 +67043,31 @@ export default { } ], "max": [ - 3382 + 3390 ], "min": [ - 3384 + 3392 ], "stddev": [ - 3394 + 3402 ], "stddev_pop": [ - 3396 + 3404 ], "stddev_samp": [ - 3398 + 3406 ], "sum": [ - 3402 + 3410 ], "var_pop": [ - 3406 + 3414 ], "var_samp": [ - 3408 + 3416 ], "variance": [ - 3410 + 3418 ], "__typename": [ 80 @@ -66750,37 +67075,37 @@ export default { }, "player_kills_aggregate_order_by": { "avg": [ - 3336 + 3344 ], "count": [ - 2971 + 2979 ], "max": [ - 3383 + 3391 ], "min": [ - 3385 + 3393 ], "stddev": [ - 3395 + 3403 ], "stddev_pop": [ - 3397 + 3405 ], "stddev_samp": [ - 3399 + 3407 ], "sum": [ - 3403 + 3411 ], "var_pop": [ - 3407 + 3415 ], "var_samp": [ - 3409 + 3417 ], "variance": [ - 3411 + 3419 ], "__typename": [ 80 @@ -66788,10 +67113,10 @@ export default { }, "player_kills_arr_rel_insert_input": { "data": [ - 3381 + 3389 ], "on_conflict": [ - 3387 + 3395 ], "__typename": [ 80 @@ -66813,13 +67138,13 @@ export default { }, "player_kills_avg_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -66827,13 +67152,13 @@ export default { }, "player_kills_bool_exp": { "_and": [ - 3337 + 3345 ], "_not": [ - 3337 + 3345 ], "_or": [ - 3337 + 3345 ], "assisted": [ 6 @@ -66845,7 +67170,7 @@ export default { 82 ], "attacked_player": [ - 3933 + 3941 ], "attacked_steam_id": [ 259 @@ -66869,7 +67194,7 @@ export default { 6 ], "deleted_at": [ - 4519 + 4527 ], "headshot": [ 6 @@ -66884,22 +67209,22 @@ export default { 6 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "no_scope": [ 6 ], "player": [ - 3933 + 3941 ], "round": [ 41 @@ -66914,7 +67239,7 @@ export default { 6 ], "time": [ - 4519 + 4527 ], "with": [ 82 @@ -66928,7 +67253,7 @@ export default { 257 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 @@ -66942,10 +67267,10 @@ export default { }, "player_kills_by_weapon_aggregate": { "aggregate": [ - 3342 + 3350 ], "nodes": [ - 3338 + 3346 ], "__typename": [ 80 @@ -66953,7 +67278,7 @@ export default { }, "player_kills_by_weapon_aggregate_bool_exp": { "count": [ - 3341 + 3349 ], "__typename": [ 80 @@ -66961,13 +67286,13 @@ export default { }, "player_kills_by_weapon_aggregate_bool_exp_count": { "arguments": [ - 3359 + 3367 ], "distinct": [ 5 ], "filter": [ - 3347 + 3355 ], "predicate": [ 41 @@ -66978,13 +67303,13 @@ export default { }, "player_kills_by_weapon_aggregate_fields": { "avg": [ - 3345 + 3353 ], "count": [ 40, { "columns": [ - 3359, + 3367, "[player_kills_by_weapon_select_column!]" ], "distinct": [ @@ -66993,31 +67318,31 @@ export default { } ], "max": [ - 3351 + 3359 ], "min": [ - 3353 + 3361 ], "stddev": [ - 3361 + 3369 ], "stddev_pop": [ - 3363 + 3371 ], "stddev_samp": [ - 3365 + 3373 ], "sum": [ - 3369 + 3377 ], "var_pop": [ - 3373 + 3381 ], "var_samp": [ - 3375 + 3383 ], "variance": [ - 3377 + 3385 ], "__typename": [ 80 @@ -67025,37 +67350,37 @@ export default { }, "player_kills_by_weapon_aggregate_order_by": { "avg": [ - 3346 + 3354 ], "count": [ - 2971 + 2979 ], "max": [ - 3352 + 3360 ], "min": [ - 3354 + 3362 ], "stddev": [ - 3362 + 3370 ], "stddev_pop": [ - 3364 + 3372 ], "stddev_samp": [ - 3366 + 3374 ], "sum": [ - 3370 + 3378 ], "var_pop": [ - 3374 + 3382 ], "var_samp": [ - 3376 + 3384 ], "variance": [ - 3378 + 3386 ], "__typename": [ 80 @@ -67063,10 +67388,10 @@ export default { }, "player_kills_by_weapon_arr_rel_insert_input": { "data": [ - 3350 + 3358 ], "on_conflict": [ - 3356 + 3364 ], "__typename": [ 80 @@ -67085,10 +67410,10 @@ export default { }, "player_kills_by_weapon_avg_order_by": { "kill_count": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67096,19 +67421,19 @@ export default { }, "player_kills_by_weapon_bool_exp": { "_and": [ - 3347 + 3355 ], "_not": [ - 3347 + 3355 ], "_or": [ - 3347 + 3355 ], "kill_count": [ 259 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 @@ -67137,7 +67462,7 @@ export default { 257 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 @@ -67165,13 +67490,13 @@ export default { }, "player_kills_by_weapon_max_order_by": { "kill_count": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "with": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67193,13 +67518,13 @@ export default { }, "player_kills_by_weapon_min_order_by": { "kill_count": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "with": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67210,7 +67535,7 @@ export default { 40 ], "returning": [ - 3338 + 3346 ], "__typename": [ 80 @@ -67218,13 +67543,13 @@ export default { }, "player_kills_by_weapon_on_conflict": { "constraint": [ - 3348 + 3356 ], "update_columns": [ - 3371 + 3379 ], "where": [ - 3347 + 3355 ], "__typename": [ 80 @@ -67232,16 +67557,16 @@ export default { }, "player_kills_by_weapon_order_by": { "kill_count": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "with": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67286,10 +67611,10 @@ export default { }, "player_kills_by_weapon_stddev_order_by": { "kill_count": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67308,10 +67633,10 @@ export default { }, "player_kills_by_weapon_stddev_pop_order_by": { "kill_count": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67330,10 +67655,10 @@ export default { }, "player_kills_by_weapon_stddev_samp_order_by": { "kill_count": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67341,7 +67666,7 @@ export default { }, "player_kills_by_weapon_stream_cursor_input": { "initial_value": [ - 3368 + 3376 ], "ordering": [ 313 @@ -67377,10 +67702,10 @@ export default { }, "player_kills_by_weapon_sum_order_by": { "kill_count": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67389,13 +67714,13 @@ export default { "player_kills_by_weapon_update_column": {}, "player_kills_by_weapon_updates": { "_inc": [ - 3349 + 3357 ], "_set": [ - 3360 + 3368 ], "where": [ - 3347 + 3355 ], "__typename": [ 80 @@ -67414,10 +67739,10 @@ export default { }, "player_kills_by_weapon_var_pop_order_by": { "kill_count": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67436,10 +67761,10 @@ export default { }, "player_kills_by_weapon_var_samp_order_by": { "kill_count": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67458,10 +67783,10 @@ export default { }, "player_kills_by_weapon_variance_order_by": { "kill_count": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67493,7 +67818,7 @@ export default { 80 ], "attacked_player": [ - 3940 + 3948 ], "attacked_steam_id": [ 257 @@ -67517,7 +67842,7 @@ export default { 5 ], "deleted_at": [ - 4518 + 4526 ], "headshot": [ 5 @@ -67529,22 +67854,22 @@ export default { 5 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "no_scope": [ 5 ], "player": [ - 3940 + 3948 ], "round": [ 40 @@ -67556,7 +67881,7 @@ export default { 5 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -67591,22 +67916,22 @@ export default { 80 ], "deleted_at": [ - 4518 + 4526 ], "hitgroup": [ 80 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -67617,49 +67942,49 @@ export default { }, "player_kills_max_order_by": { "attacked_location": [ - 2971 + 2979 ], "attacked_location_coordinates": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacked_team": [ - 2971 + 2979 ], "attacker_location": [ - 2971 + 2979 ], "attacker_location_coordinates": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "attacker_team": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "hitgroup": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "with": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67691,22 +68016,22 @@ export default { 80 ], "deleted_at": [ - 4518 + 4526 ], "hitgroup": [ 80 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -67717,49 +68042,49 @@ export default { }, "player_kills_min_order_by": { "attacked_location": [ - 2971 + 2979 ], "attacked_location_coordinates": [ - 2971 + 2979 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacked_team": [ - 2971 + 2979 ], "attacker_location": [ - 2971 + 2979 ], "attacker_location_coordinates": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "attacker_team": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "hitgroup": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "with": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67770,7 +68095,7 @@ export default { 40 ], "returning": [ - 3326 + 3334 ], "__typename": [ 80 @@ -67778,13 +68103,13 @@ export default { }, "player_kills_on_conflict": { "constraint": [ - 3379 + 3387 ], "update_columns": [ - 3404 + 3412 ], "where": [ - 3337 + 3345 ], "__typename": [ 80 @@ -67792,88 +68117,88 @@ export default { }, "player_kills_order_by": { "assisted": [ - 2971 + 2979 ], "attacked_location": [ - 2971 + 2979 ], "attacked_location_coordinates": [ - 2971 + 2979 ], "attacked_player": [ - 3942 + 3950 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacked_team": [ - 2971 + 2979 ], "attacker_location": [ - 2971 + 2979 ], "attacker_location_coordinates": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "attacker_team": [ - 2971 + 2979 ], "blinded": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "headshot": [ - 2971 + 2979 ], "hitgroup": [ - 2971 + 2979 ], "in_air": [ - 2971 + 2979 ], "is_suicide": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "no_scope": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "round": [ - 2971 + 2979 ], "team_kill": [ - 2971 + 2979 ], "thru_smoke": [ - 2971 + 2979 ], "thru_wall": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "with": [ - 2971 + 2979 ], "__typename": [ 80 @@ -67887,10 +68212,10 @@ export default { 257 ], "match_map_id": [ - 5018 + 5026 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -67931,7 +68256,7 @@ export default { 5 ], "deleted_at": [ - 4518 + 4526 ], "headshot": [ 5 @@ -67943,10 +68268,10 @@ export default { 5 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "no_scope": [ 5 @@ -67961,7 +68286,7 @@ export default { 5 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -67986,13 +68311,13 @@ export default { }, "player_kills_stddev_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -68014,13 +68339,13 @@ export default { }, "player_kills_stddev_pop_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -68042,13 +68367,13 @@ export default { }, "player_kills_stddev_samp_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -68056,7 +68381,7 @@ export default { }, "player_kills_stream_cursor_input": { "initial_value": [ - 3401 + 3409 ], "ordering": [ 313 @@ -68097,7 +68422,7 @@ export default { 5 ], "deleted_at": [ - 4518 + 4526 ], "headshot": [ 5 @@ -68109,10 +68434,10 @@ export default { 5 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "no_scope": [ 5 @@ -68127,7 +68452,7 @@ export default { 5 ], "time": [ - 4518 + 4526 ], "with": [ 80 @@ -68152,13 +68477,13 @@ export default { }, "player_kills_sum_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -68167,13 +68492,13 @@ export default { "player_kills_update_column": {}, "player_kills_updates": { "_inc": [ - 3380 + 3388 ], "_set": [ - 3393 + 3401 ], "where": [ - 3337 + 3345 ], "__typename": [ 80 @@ -68195,13 +68520,13 @@ export default { }, "player_kills_var_pop_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -68223,13 +68548,13 @@ export default { }, "player_kills_var_samp_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -68251,13 +68576,13 @@ export default { }, "player_kills_variance_order_by": { "attacked_steam_id": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -68282,10 +68607,10 @@ export default { }, "player_leaderboard_rank_aggregate": { "aggregate": [ - 3414 + 3422 ], "nodes": [ - 3412 + 3420 ], "__typename": [ 80 @@ -68293,13 +68618,13 @@ export default { }, "player_leaderboard_rank_aggregate_fields": { "avg": [ - 3415 + 3423 ], "count": [ 40, { "columns": [ - 3423, + 3431, "[player_leaderboard_rank_select_column!]" ], "distinct": [ @@ -68308,31 +68633,31 @@ export default { } ], "max": [ - 3419 + 3427 ], "min": [ - 3420 + 3428 ], "stddev": [ - 3425 + 3433 ], "stddev_pop": [ - 3426 + 3434 ], "stddev_samp": [ - 3427 + 3435 ], "sum": [ - 3430 + 3438 ], "var_pop": [ - 3432 + 3440 ], "var_samp": [ - 3433 + 3441 ], "variance": [ - 3434 + 3442 ], "__typename": [ 80 @@ -68354,13 +68679,13 @@ export default { }, "player_leaderboard_rank_bool_exp": { "_and": [ - 3416 + 3424 ], "_not": [ - 3416 + 3424 ], "_or": [ - 3416 + 3424 ], "player_steam_id": [ 82 @@ -68448,7 +68773,7 @@ export default { 40 ], "returning": [ - 3412 + 3420 ], "__typename": [ 80 @@ -68456,16 +68781,16 @@ export default { }, "player_leaderboard_rank_order_by": { "player_steam_id": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "total": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -68533,7 +68858,7 @@ export default { }, "player_leaderboard_rank_stream_cursor_input": { "initial_value": [ - 3429 + 3437 ], "ordering": [ 313 @@ -68575,13 +68900,13 @@ export default { }, "player_leaderboard_rank_updates": { "_inc": [ - 3417 + 3425 ], "_set": [ - 3424 + 3432 ], "where": [ - 3416 + 3424 ], "__typename": [ 80 @@ -68649,7 +68974,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "damage": [ 40 @@ -68691,7 +69016,7 @@ export default { 40 ], "flash_duration_sum": [ - 2969 + 2977 ], "flashes_thrown": [ 40 @@ -68745,16 +69070,16 @@ export default { 40 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "molotov_damage": [ 40 @@ -68769,7 +69094,7 @@ export default { 40 ], "player": [ - 3929 + 3937 ], "rounds_ct": [ 40 @@ -68817,7 +69142,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -68847,7 +69172,7 @@ export default { 40 ], "updated_at": [ - 4518 + 4526 ], "util_on_death_count": [ 40 @@ -68867,10 +69192,10 @@ export default { }, "player_match_map_stats_aggregate": { "aggregate": [ - 3439 + 3447 ], "nodes": [ - 3435 + 3443 ], "__typename": [ 80 @@ -68878,7 +69203,7 @@ export default { }, "player_match_map_stats_aggregate_bool_exp": { "count": [ - 3438 + 3446 ], "__typename": [ 80 @@ -68886,13 +69211,13 @@ export default { }, "player_match_map_stats_aggregate_bool_exp_count": { "arguments": [ - 3456 + 3464 ], "distinct": [ 5 ], "filter": [ - 3444 + 3452 ], "predicate": [ 41 @@ -68903,13 +69228,13 @@ export default { }, "player_match_map_stats_aggregate_fields": { "avg": [ - 3442 + 3450 ], "count": [ 40, { "columns": [ - 3456, + 3464, "[player_match_map_stats_select_column!]" ], "distinct": [ @@ -68918,31 +69243,31 @@ export default { } ], "max": [ - 3448 + 3456 ], "min": [ - 3450 + 3458 ], "stddev": [ - 3458 + 3466 ], "stddev_pop": [ - 3460 + 3468 ], "stddev_samp": [ - 3462 + 3470 ], "sum": [ - 3466 + 3474 ], "var_pop": [ - 3470 + 3478 ], "var_samp": [ - 3472 + 3480 ], "variance": [ - 3474 + 3482 ], "__typename": [ 80 @@ -68950,37 +69275,37 @@ export default { }, "player_match_map_stats_aggregate_order_by": { "avg": [ - 3443 + 3451 ], "count": [ - 2971 + 2979 ], "max": [ - 3449 + 3457 ], "min": [ - 3451 + 3459 ], "stddev": [ - 3459 + 3467 ], "stddev_pop": [ - 3461 + 3469 ], "stddev_samp": [ - 3463 + 3471 ], "sum": [ - 3467 + 3475 ], "var_pop": [ - 3471 + 3479 ], "var_samp": [ - 3473 + 3481 ], "variance": [ - 3475 + 3483 ], "__typename": [ 80 @@ -68988,10 +69313,10 @@ export default { }, "player_match_map_stats_arr_rel_insert_input": { "data": [ - 3447 + 3455 ], "on_conflict": [ - 3453 + 3461 ], "__typename": [ 80 @@ -69217,217 +69542,217 @@ export default { }, "player_match_map_stats_avg_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flash_duration_count": [ - 2971 + 2979 ], "flash_duration_sum": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kast_rounds": [ - 2971 + 2979 ], "kast_total_rounds": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "util_on_death_count": [ - 2971 + 2979 ], "util_on_death_sum": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -69435,13 +69760,13 @@ export default { }, "player_match_map_stats_bool_exp": { "_and": [ - 3444 + 3452 ], "_not": [ - 3444 + 3452 ], "_or": [ - 3444 + 3452 ], "assists": [ 41 @@ -69462,7 +69787,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 2970 + 2978 ], "damage": [ 41 @@ -69504,7 +69829,7 @@ export default { 41 ], "flash_duration_sum": [ - 2970 + 2978 ], "flashes_thrown": [ 41 @@ -69558,16 +69883,16 @@ export default { 41 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "molotov_damage": [ 41 @@ -69582,7 +69907,7 @@ export default { 41 ], "player": [ - 3933 + 3941 ], "rounds_ct": [ 41 @@ -69630,7 +69955,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 2970 + 2978 ], "total_engagement_frames": [ 41 @@ -69660,7 +69985,7 @@ export default { 41 ], "updated_at": [ - 4519 + 4527 ], "util_on_death_count": [ 41 @@ -69699,7 +70024,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "damage": [ 40 @@ -69741,7 +70066,7 @@ export default { 40 ], "flash_duration_sum": [ - 2969 + 2977 ], "flashes_thrown": [ 40 @@ -69852,7 +70177,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -69917,7 +70242,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "damage": [ 40 @@ -69959,7 +70284,7 @@ export default { 40 ], "flash_duration_sum": [ - 2969 + 2977 ], "flashes_thrown": [ 40 @@ -70013,16 +70338,16 @@ export default { 40 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "molotov_damage": [ 40 @@ -70037,7 +70362,7 @@ export default { 40 ], "player": [ - 3940 + 3948 ], "rounds_ct": [ 40 @@ -70085,7 +70410,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -70115,7 +70440,7 @@ export default { 40 ], "updated_at": [ - 4518 + 4526 ], "util_on_death_count": [ 40 @@ -70153,7 +70478,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "damage": [ 40 @@ -70195,7 +70520,7 @@ export default { 40 ], "flash_duration_sum": [ - 2969 + 2977 ], "flashes_thrown": [ 40 @@ -70249,10 +70574,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "molotov_damage": [ 40 @@ -70312,7 +70637,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -70342,7 +70667,7 @@ export default { 40 ], "updated_at": [ - 4518 + 4526 ], "util_on_death_count": [ 40 @@ -70362,226 +70687,226 @@ export default { }, "player_match_map_stats_max_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flash_duration_count": [ - 2971 + 2979 ], "flash_duration_sum": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kast_rounds": [ - 2971 + 2979 ], "kast_total_rounds": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "util_on_death_count": [ - 2971 + 2979 ], "util_on_death_sum": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -70607,7 +70932,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "damage": [ 40 @@ -70649,7 +70974,7 @@ export default { 40 ], "flash_duration_sum": [ - 2969 + 2977 ], "flashes_thrown": [ 40 @@ -70703,10 +71028,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "molotov_damage": [ 40 @@ -70766,7 +71091,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -70796,7 +71121,7 @@ export default { 40 ], "updated_at": [ - 4518 + 4526 ], "util_on_death_count": [ 40 @@ -70816,226 +71141,226 @@ export default { }, "player_match_map_stats_min_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flash_duration_count": [ - 2971 + 2979 ], "flash_duration_sum": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kast_rounds": [ - 2971 + 2979 ], "kast_total_rounds": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "util_on_death_count": [ - 2971 + 2979 ], "util_on_death_sum": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -71046,7 +71371,7 @@ export default { 40 ], "returning": [ - 3435 + 3443 ], "__typename": [ 80 @@ -71054,13 +71379,13 @@ export default { }, "player_match_map_stats_on_conflict": { "constraint": [ - 3445 + 3453 ], "update_columns": [ - 3468 + 3476 ], "where": [ - 3444 + 3452 ], "__typename": [ 80 @@ -71068,235 +71393,235 @@ export default { }, "player_match_map_stats_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flash_duration_count": [ - 2971 + 2979 ], "flash_duration_sum": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kast_rounds": [ - 2971 + 2979 ], "kast_total_rounds": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "util_on_death_count": [ - 2971 + 2979 ], "util_on_death_sum": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -71304,7 +71629,7 @@ export default { }, "player_match_map_stats_pk_columns_input": { "match_map_id": [ - 5018 + 5026 ], "steam_id": [ 257 @@ -71334,7 +71659,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "damage": [ 40 @@ -71376,7 +71701,7 @@ export default { 40 ], "flash_duration_sum": [ - 2969 + 2977 ], "flashes_thrown": [ 40 @@ -71430,10 +71755,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "molotov_damage": [ 40 @@ -71493,7 +71818,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -71523,7 +71848,7 @@ export default { 40 ], "updated_at": [ - 4518 + 4526 ], "util_on_death_count": [ 40 @@ -71761,217 +72086,217 @@ export default { }, "player_match_map_stats_stddev_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flash_duration_count": [ - 2971 + 2979 ], "flash_duration_sum": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kast_rounds": [ - 2971 + 2979 ], "kast_total_rounds": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "util_on_death_count": [ - 2971 + 2979 ], "util_on_death_sum": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -72197,217 +72522,217 @@ export default { }, "player_match_map_stats_stddev_pop_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flash_duration_count": [ - 2971 + 2979 ], "flash_duration_sum": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kast_rounds": [ - 2971 + 2979 ], "kast_total_rounds": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "util_on_death_count": [ - 2971 + 2979 ], "util_on_death_sum": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -72633,217 +72958,217 @@ export default { }, "player_match_map_stats_stddev_samp_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flash_duration_count": [ - 2971 + 2979 ], "flash_duration_sum": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kast_rounds": [ - 2971 + 2979 ], "kast_total_rounds": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "util_on_death_count": [ - 2971 + 2979 ], "util_on_death_sum": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -72851,7 +73176,7 @@ export default { }, "player_match_map_stats_stream_cursor_input": { "initial_value": [ - 3465 + 3473 ], "ordering": [ 313 @@ -72880,7 +73205,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "damage": [ 40 @@ -72922,7 +73247,7 @@ export default { 40 ], "flash_duration_sum": [ - 2969 + 2977 ], "flashes_thrown": [ 40 @@ -72976,10 +73301,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "molotov_damage": [ 40 @@ -73039,7 +73364,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -73069,7 +73394,7 @@ export default { 40 ], "updated_at": [ - 4518 + 4526 ], "util_on_death_count": [ 40 @@ -73107,7 +73432,7 @@ export default { 40 ], "crosshair_angle_sum_deg": [ - 2969 + 2977 ], "damage": [ 40 @@ -73149,7 +73474,7 @@ export default { 40 ], "flash_duration_sum": [ - 2969 + 2977 ], "flashes_thrown": [ 40 @@ -73260,7 +73585,7 @@ export default { 40 ], "time_to_damage_sum_s": [ - 2969 + 2977 ], "total_engagement_frames": [ 40 @@ -73307,217 +73632,217 @@ export default { }, "player_match_map_stats_sum_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flash_duration_count": [ - 2971 + 2979 ], "flash_duration_sum": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kast_rounds": [ - 2971 + 2979 ], "kast_total_rounds": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "util_on_death_count": [ - 2971 + 2979 ], "util_on_death_sum": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -73526,13 +73851,13 @@ export default { "player_match_map_stats_update_column": {}, "player_match_map_stats_updates": { "_inc": [ - 3446 + 3454 ], "_set": [ - 3457 + 3465 ], "where": [ - 3444 + 3452 ], "__typename": [ 80 @@ -73758,217 +74083,217 @@ export default { }, "player_match_map_stats_var_pop_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flash_duration_count": [ - 2971 + 2979 ], "flash_duration_sum": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kast_rounds": [ - 2971 + 2979 ], "kast_total_rounds": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "util_on_death_count": [ - 2971 + 2979 ], "util_on_death_sum": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -74194,217 +74519,217 @@ export default { }, "player_match_map_stats_var_samp_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flash_duration_count": [ - 2971 + 2979 ], "flash_duration_sum": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kast_rounds": [ - 2971 + 2979 ], "kast_total_rounds": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "util_on_death_count": [ - 2971 + 2979 ], "util_on_death_sum": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -74630,217 +74955,217 @@ export default { }, "player_match_map_stats_variance_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "crosshair_angle_count": [ - 2971 + 2979 ], "crosshair_angle_sum_deg": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flash_duration_count": [ - 2971 + 2979 ], "flash_duration_sum": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kast_rounds": [ - 2971 + 2979 ], "kast_total_rounds": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "time_to_damage_count": [ - 2971 + 2979 ], "time_to_damage_sum_s": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "util_on_death_count": [ - 2971 + 2979 ], "util_on_death_sum": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -74848,37 +75173,37 @@ export default { }, "player_match_performance_v": { "accuracy": [ - 2969 + 2977 ], "accuracy_spotted": [ - 2969 + 2977 ], "aim_rating": [ 1689 ], "counter_strafe_pct": [ - 2969 + 2977 ], "enemy_blind_pr": [ - 2969 + 2977 ], "flash_assists_pr": [ - 2969 + 2977 ], "hs_pct": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "overall_rating": [ 1689 ], "played_at": [ - 4518 + 4526 ], "positioning_rating": [ 1689 @@ -74893,13 +75218,13 @@ export default { 257 ], "survival_pct": [ - 2969 + 2977 ], "traded_death_pct": [ - 2969 + 2977 ], "util_efficiency": [ - 2969 + 2977 ], "utility_rating": [ 1689 @@ -74910,10 +75235,10 @@ export default { }, "player_match_performance_v_aggregate": { "aggregate": [ - 3478 + 3486 ], "nodes": [ - 3476 + 3484 ], "__typename": [ 80 @@ -74921,13 +75246,13 @@ export default { }, "player_match_performance_v_aggregate_fields": { "avg": [ - 3479 + 3487 ], "count": [ 40, { "columns": [ - 3484, + 3492, "[player_match_performance_v_select_column!]" ], "distinct": [ @@ -74936,31 +75261,31 @@ export default { } ], "max": [ - 3481 + 3489 ], "min": [ - 3482 + 3490 ], "stddev": [ - 3485 + 3493 ], "stddev_pop": [ - 3486 + 3494 ], "stddev_samp": [ - 3487 + 3495 ], "sum": [ - 3490 + 3498 ], "var_pop": [ - 3491 + 3499 ], "var_samp": [ - 3492 + 3500 ], "variance": [ - 3493 + 3501 ], "__typename": [ 80 @@ -75021,46 +75346,46 @@ export default { }, "player_match_performance_v_bool_exp": { "_and": [ - 3480 + 3488 ], "_not": [ - 3480 + 3488 ], "_or": [ - 3480 + 3488 ], "accuracy": [ - 2970 + 2978 ], "accuracy_spotted": [ - 2970 + 2978 ], "aim_rating": [ 1690 ], "counter_strafe_pct": [ - 2970 + 2978 ], "enemy_blind_pr": [ - 2970 + 2978 ], "flash_assists_pr": [ - 2970 + 2978 ], "hs_pct": [ - 2970 + 2978 ], "kast_pct": [ - 2970 + 2978 ], "match_id": [ - 5020 + 5028 ], "overall_rating": [ 1690 ], "played_at": [ - 4519 + 4527 ], "positioning_rating": [ 1690 @@ -75075,13 +75400,13 @@ export default { 259 ], "survival_pct": [ - 2970 + 2978 ], "traded_death_pct": [ - 2970 + 2978 ], "util_efficiency": [ - 2970 + 2978 ], "utility_rating": [ 1690 @@ -75092,37 +75417,37 @@ export default { }, "player_match_performance_v_max_fields": { "accuracy": [ - 2969 + 2977 ], "accuracy_spotted": [ - 2969 + 2977 ], "aim_rating": [ 1689 ], "counter_strafe_pct": [ - 2969 + 2977 ], "enemy_blind_pr": [ - 2969 + 2977 ], "flash_assists_pr": [ - 2969 + 2977 ], "hs_pct": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "overall_rating": [ 1689 ], "played_at": [ - 4518 + 4526 ], "positioning_rating": [ 1689 @@ -75137,13 +75462,13 @@ export default { 257 ], "survival_pct": [ - 2969 + 2977 ], "traded_death_pct": [ - 2969 + 2977 ], "util_efficiency": [ - 2969 + 2977 ], "utility_rating": [ 1689 @@ -75154,37 +75479,37 @@ export default { }, "player_match_performance_v_min_fields": { "accuracy": [ - 2969 + 2977 ], "accuracy_spotted": [ - 2969 + 2977 ], "aim_rating": [ 1689 ], "counter_strafe_pct": [ - 2969 + 2977 ], "enemy_blind_pr": [ - 2969 + 2977 ], "flash_assists_pr": [ - 2969 + 2977 ], "hs_pct": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "overall_rating": [ 1689 ], "played_at": [ - 4518 + 4526 ], "positioning_rating": [ 1689 @@ -75199,13 +75524,13 @@ export default { 257 ], "survival_pct": [ - 2969 + 2977 ], "traded_death_pct": [ - 2969 + 2977 ], "util_efficiency": [ - 2969 + 2977 ], "utility_rating": [ 1689 @@ -75216,61 +75541,61 @@ export default { }, "player_match_performance_v_order_by": { "accuracy": [ - 2971 + 2979 ], "accuracy_spotted": [ - 2971 + 2979 ], "aim_rating": [ - 2971 + 2979 ], "counter_strafe_pct": [ - 2971 + 2979 ], "enemy_blind_pr": [ - 2971 + 2979 ], "flash_assists_pr": [ - 2971 + 2979 ], "hs_pct": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "overall_rating": [ - 2971 + 2979 ], "played_at": [ - 2971 + 2979 ], "positioning_rating": [ - 2971 + 2979 ], "rounds": [ - 2971 + 2979 ], "source": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "survival_pct": [ - 2971 + 2979 ], "traded_death_pct": [ - 2971 + 2979 ], "util_efficiency": [ - 2971 + 2979 ], "utility_rating": [ - 2971 + 2979 ], "__typename": [ 80 @@ -75438,7 +75763,7 @@ export default { }, "player_match_performance_v_stream_cursor_input": { "initial_value": [ - 3489 + 3497 ], "ordering": [ 313 @@ -75449,37 +75774,37 @@ export default { }, "player_match_performance_v_stream_cursor_value_input": { "accuracy": [ - 2969 + 2977 ], "accuracy_spotted": [ - 2969 + 2977 ], "aim_rating": [ 1689 ], "counter_strafe_pct": [ - 2969 + 2977 ], "enemy_blind_pr": [ - 2969 + 2977 ], "flash_assists_pr": [ - 2969 + 2977 ], "hs_pct": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "overall_rating": [ 1689 ], "played_at": [ - 4518 + 4526 ], "positioning_rating": [ 1689 @@ -75494,13 +75819,13 @@ export default { 257 ], "survival_pct": [ - 2969 + 2977 ], "traded_death_pct": [ - 2969 + 2977 ], "util_efficiency": [ - 2969 + 2977 ], "utility_rating": [ 1689 @@ -75511,28 +75836,28 @@ export default { }, "player_match_performance_v_sum_fields": { "accuracy": [ - 2969 + 2977 ], "accuracy_spotted": [ - 2969 + 2977 ], "aim_rating": [ 1689 ], "counter_strafe_pct": [ - 2969 + 2977 ], "enemy_blind_pr": [ - 2969 + 2977 ], "flash_assists_pr": [ - 2969 + 2977 ], "hs_pct": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "overall_rating": [ 1689 @@ -75547,13 +75872,13 @@ export default { 257 ], "survival_pct": [ - 2969 + 2977 ], "traded_death_pct": [ - 2969 + 2977 ], "util_efficiency": [ - 2969 + 2977 ], "utility_rating": [ 1689 @@ -75732,13 +76057,13 @@ export default { 40 ], "avg_crosshair_angle_deg": [ - 2969 + 2977 ], "avg_flash_duration": [ - 2969 + 2977 ], "avg_time_to_damage_s": [ - 2969 + 2977 ], "counter_strafe_eligible_shots": [ 40 @@ -75828,7 +76153,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "molotov_damage": [ 40 @@ -75912,7 +76237,7 @@ export default { 40 ], "utility_on_death": [ - 2969 + 2977 ], "wasted_magazine_shots": [ 40 @@ -75926,10 +76251,10 @@ export default { }, "player_match_stats_v_aggregate": { "aggregate": [ - 3498 + 3506 ], "nodes": [ - 3494 + 3502 ], "__typename": [ 80 @@ -75937,7 +76262,7 @@ export default { }, "player_match_stats_v_aggregate_bool_exp": { "count": [ - 3497 + 3505 ], "__typename": [ 80 @@ -75945,13 +76270,13 @@ export default { }, "player_match_stats_v_aggregate_bool_exp_count": { "arguments": [ - 3510 + 3518 ], "distinct": [ 5 ], "filter": [ - 3503 + 3511 ], "predicate": [ 41 @@ -75962,13 +76287,13 @@ export default { }, "player_match_stats_v_aggregate_fields": { "avg": [ - 3501 + 3509 ], "count": [ 40, { "columns": [ - 3510, + 3518, "[player_match_stats_v_select_column!]" ], "distinct": [ @@ -75977,31 +76302,31 @@ export default { } ], "max": [ - 3505 + 3513 ], "min": [ - 3507 + 3515 ], "stddev": [ - 3511 + 3519 ], "stddev_pop": [ - 3513 + 3521 ], "stddev_samp": [ - 3515 + 3523 ], "sum": [ - 3519 + 3527 ], "var_pop": [ - 3521 + 3529 ], "var_samp": [ - 3523 + 3531 ], "variance": [ - 3525 + 3533 ], "__typename": [ 80 @@ -76009,37 +76334,37 @@ export default { }, "player_match_stats_v_aggregate_order_by": { "avg": [ - 3502 + 3510 ], "count": [ - 2971 + 2979 ], "max": [ - 3506 + 3514 ], "min": [ - 3508 + 3516 ], "stddev": [ - 3512 + 3520 ], "stddev_pop": [ - 3514 + 3522 ], "stddev_samp": [ - 3516 + 3524 ], "sum": [ - 3520 + 3528 ], "var_pop": [ - 3522 + 3530 ], "var_samp": [ - 3524 + 3532 ], "variance": [ - 3526 + 3534 ], "__typename": [ 80 @@ -76047,7 +76372,7 @@ export default { }, "player_match_stats_v_arr_rel_insert_input": { "data": [ - 3504 + 3512 ], "__typename": [ 80 @@ -76255,199 +76580,199 @@ export default { }, "player_match_stats_v_avg_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "avg_crosshair_angle_deg": [ - 2971 + 2979 ], "avg_flash_duration": [ - 2971 + 2979 ], "avg_time_to_damage_s": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "utility_on_death": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -76455,13 +76780,13 @@ export default { }, "player_match_stats_v_bool_exp": { "_and": [ - 3503 + 3511 ], "_not": [ - 3503 + 3511 ], "_or": [ - 3503 + 3511 ], "assists": [ 41 @@ -76473,13 +76798,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 2970 + 2978 ], "avg_flash_duration": [ - 2970 + 2978 ], "avg_time_to_damage_s": [ - 2970 + 2978 ], "counter_strafe_eligible_shots": [ 41 @@ -76569,7 +76894,7 @@ export default { 41 ], "match_id": [ - 5020 + 5028 ], "molotov_damage": [ 41 @@ -76653,7 +76978,7 @@ export default { 41 ], "utility_on_death": [ - 2970 + 2978 ], "wasted_magazine_shots": [ 41 @@ -76676,13 +77001,13 @@ export default { 40 ], "avg_crosshair_angle_deg": [ - 2969 + 2977 ], "avg_flash_duration": [ - 2969 + 2977 ], "avg_time_to_damage_s": [ - 2969 + 2977 ], "counter_strafe_eligible_shots": [ 40 @@ -76772,7 +77097,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "molotov_damage": [ 40 @@ -76856,7 +77181,7 @@ export default { 40 ], "utility_on_death": [ - 2969 + 2977 ], "wasted_magazine_shots": [ 40 @@ -76879,13 +77204,13 @@ export default { 40 ], "avg_crosshair_angle_deg": [ - 2969 + 2977 ], "avg_flash_duration": [ - 2969 + 2977 ], "avg_time_to_damage_s": [ - 2969 + 2977 ], "counter_strafe_eligible_shots": [ 40 @@ -76975,7 +77300,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "molotov_damage": [ 40 @@ -77059,7 +77384,7 @@ export default { 40 ], "utility_on_death": [ - 2969 + 2977 ], "wasted_magazine_shots": [ 40 @@ -77073,202 +77398,202 @@ export default { }, "player_match_stats_v_max_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "avg_crosshair_angle_deg": [ - 2971 + 2979 ], "avg_flash_duration": [ - 2971 + 2979 ], "avg_time_to_damage_s": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "utility_on_death": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -77285,13 +77610,13 @@ export default { 40 ], "avg_crosshair_angle_deg": [ - 2969 + 2977 ], "avg_flash_duration": [ - 2969 + 2977 ], "avg_time_to_damage_s": [ - 2969 + 2977 ], "counter_strafe_eligible_shots": [ 40 @@ -77381,7 +77706,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "molotov_damage": [ 40 @@ -77465,7 +77790,7 @@ export default { 40 ], "utility_on_death": [ - 2969 + 2977 ], "wasted_magazine_shots": [ 40 @@ -77479,202 +77804,202 @@ export default { }, "player_match_stats_v_min_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "avg_crosshair_angle_deg": [ - 2971 + 2979 ], "avg_flash_duration": [ - 2971 + 2979 ], "avg_time_to_damage_s": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "utility_on_death": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -77682,202 +78007,202 @@ export default { }, "player_match_stats_v_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "avg_crosshair_angle_deg": [ - 2971 + 2979 ], "avg_flash_duration": [ - 2971 + 2979 ], "avg_time_to_damage_s": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "utility_on_death": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -78086,199 +78411,199 @@ export default { }, "player_match_stats_v_stddev_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "avg_crosshair_angle_deg": [ - 2971 + 2979 ], "avg_flash_duration": [ - 2971 + 2979 ], "avg_time_to_damage_s": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "utility_on_death": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -78486,199 +78811,199 @@ export default { }, "player_match_stats_v_stddev_pop_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "avg_crosshair_angle_deg": [ - 2971 + 2979 ], "avg_flash_duration": [ - 2971 + 2979 ], "avg_time_to_damage_s": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "utility_on_death": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -78886,199 +79211,199 @@ export default { }, "player_match_stats_v_stddev_samp_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "avg_crosshair_angle_deg": [ - 2971 + 2979 ], "avg_flash_duration": [ - 2971 + 2979 ], "avg_time_to_damage_s": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "utility_on_death": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -79086,7 +79411,7 @@ export default { }, "player_match_stats_v_stream_cursor_input": { "initial_value": [ - 3518 + 3526 ], "ordering": [ 313 @@ -79106,13 +79431,13 @@ export default { 40 ], "avg_crosshair_angle_deg": [ - 2969 + 2977 ], "avg_flash_duration": [ - 2969 + 2977 ], "avg_time_to_damage_s": [ - 2969 + 2977 ], "counter_strafe_eligible_shots": [ 40 @@ -79202,7 +79527,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "molotov_damage": [ 40 @@ -79286,7 +79611,7 @@ export default { 40 ], "utility_on_death": [ - 2969 + 2977 ], "wasted_magazine_shots": [ 40 @@ -79309,13 +79634,13 @@ export default { 40 ], "avg_crosshair_angle_deg": [ - 2969 + 2977 ], "avg_flash_duration": [ - 2969 + 2977 ], "avg_time_to_damage_s": [ - 2969 + 2977 ], "counter_strafe_eligible_shots": [ 40 @@ -79486,7 +79811,7 @@ export default { 40 ], "utility_on_death": [ - 2969 + 2977 ], "wasted_magazine_shots": [ 40 @@ -79500,199 +79825,199 @@ export default { }, "player_match_stats_v_sum_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "avg_crosshair_angle_deg": [ - 2971 + 2979 ], "avg_flash_duration": [ - 2971 + 2979 ], "avg_time_to_damage_s": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "utility_on_death": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -79900,199 +80225,199 @@ export default { }, "player_match_stats_v_var_pop_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "avg_crosshair_angle_deg": [ - 2971 + 2979 ], "avg_flash_duration": [ - 2971 + 2979 ], "avg_time_to_damage_s": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "utility_on_death": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -80300,199 +80625,199 @@ export default { }, "player_match_stats_v_var_samp_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "avg_crosshair_angle_deg": [ - 2971 + 2979 ], "avg_flash_duration": [ - 2971 + 2979 ], "avg_time_to_damage_s": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "utility_on_death": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -80700,199 +81025,199 @@ export default { }, "player_match_stats_v_variance_order_by": { "assists": [ - 2971 + 2979 ], "assists_ct": [ - 2971 + 2979 ], "assists_t": [ - 2971 + 2979 ], "avg_crosshair_angle_deg": [ - 2971 + 2979 ], "avg_flash_duration": [ - 2971 + 2979 ], "avg_time_to_damage_s": [ - 2971 + 2979 ], "counter_strafe_eligible_shots": [ - 2971 + 2979 ], "counter_strafed_shots": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_ct": [ - 2971 + 2979 ], "damage_t": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "deaths_ct": [ - 2971 + 2979 ], "deaths_t": [ - 2971 + 2979 ], "decoy_throws": [ - 2971 + 2979 ], "enemies_flashed": [ - 2971 + 2979 ], "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "five_kill_rounds": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "flashes_thrown": [ - 2971 + 2979 ], "four_kill_rounds": [ - 2971 + 2979 ], "he_damage": [ - 2971 + 2979 ], "he_team_damage": [ - 2971 + 2979 ], "he_throws": [ - 2971 + 2979 ], "headshot_hits": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_at_spotted": [ - 2971 + 2979 ], "hs_kills": [ - 2971 + 2979 ], "hs_kills_ct": [ - 2971 + 2979 ], "hs_kills_t": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kills_ct": [ - 2971 + 2979 ], "kills_t": [ - 2971 + 2979 ], "knife_kills": [ - 2971 + 2979 ], "molotov_damage": [ - 2971 + 2979 ], "molotov_throws": [ - 2971 + 2979 ], "non_awp_hits": [ - 2971 + 2979 ], "on_target_frames": [ - 2971 + 2979 ], "rounds_ct": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "rounds_t": [ - 2971 + 2979 ], "shots_at_spotted": [ - 2971 + 2979 ], "shots_fired": [ - 2971 + 2979 ], "smoke_throws": [ - 2971 + 2979 ], "spotted_count": [ - 2971 + 2979 ], "spotted_with_damage_count": [ - 2971 + 2979 ], "spray_hits": [ - 2971 + 2979 ], "spray_shots": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_damage": [ - 2971 + 2979 ], "team_flashed": [ - 2971 + 2979 ], "three_kill_rounds": [ - 2971 + 2979 ], "total_engagement_frames": [ - 2971 + 2979 ], "trade_kill_attempts": [ - 2971 + 2979 ], "trade_kill_opportunities": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_attempts": [ - 2971 + 2979 ], "traded_death_opportunities": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "two_kill_rounds": [ - 2971 + 2979 ], "unused_utility_value": [ - 2971 + 2979 ], "utility_on_death": [ - 2971 + 2979 ], "wasted_magazine_shots": [ - 2971 + 2979 ], "zeus_kills": [ - 2971 + 2979 ], "__typename": [ 80 @@ -80900,22 +81225,22 @@ export default { }, "player_objectives": { "deleted_at": [ - 4518 + 4526 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 @@ -80924,7 +81249,7 @@ export default { 40 ], "time": [ - 4518 + 4526 ], "type": [ 1070 @@ -80935,10 +81260,10 @@ export default { }, "player_objectives_aggregate": { "aggregate": [ - 3531 + 3539 ], "nodes": [ - 3527 + 3535 ], "__typename": [ 80 @@ -80946,7 +81271,7 @@ export default { }, "player_objectives_aggregate_bool_exp": { "count": [ - 3530 + 3538 ], "__typename": [ 80 @@ -80954,13 +81279,13 @@ export default { }, "player_objectives_aggregate_bool_exp_count": { "arguments": [ - 3548 + 3556 ], "distinct": [ 5 ], "filter": [ - 3536 + 3544 ], "predicate": [ 41 @@ -80971,13 +81296,13 @@ export default { }, "player_objectives_aggregate_fields": { "avg": [ - 3534 + 3542 ], "count": [ 40, { "columns": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "distinct": [ @@ -80986,31 +81311,31 @@ export default { } ], "max": [ - 3540 + 3548 ], "min": [ - 3542 + 3550 ], "stddev": [ - 3550 + 3558 ], "stddev_pop": [ - 3552 + 3560 ], "stddev_samp": [ - 3554 + 3562 ], "sum": [ - 3558 + 3566 ], "var_pop": [ - 3562 + 3570 ], "var_samp": [ - 3564 + 3572 ], "variance": [ - 3566 + 3574 ], "__typename": [ 80 @@ -81018,37 +81343,37 @@ export default { }, "player_objectives_aggregate_order_by": { "avg": [ - 3535 + 3543 ], "count": [ - 2971 + 2979 ], "max": [ - 3541 + 3549 ], "min": [ - 3543 + 3551 ], "stddev": [ - 3551 + 3559 ], "stddev_pop": [ - 3553 + 3561 ], "stddev_samp": [ - 3555 + 3563 ], "sum": [ - 3559 + 3567 ], "var_pop": [ - 3563 + 3571 ], "var_samp": [ - 3565 + 3573 ], "variance": [ - 3567 + 3575 ], "__typename": [ 80 @@ -81056,10 +81381,10 @@ export default { }, "player_objectives_arr_rel_insert_input": { "data": [ - 3539 + 3547 ], "on_conflict": [ - 3545 + 3553 ], "__typename": [ 80 @@ -81078,10 +81403,10 @@ export default { }, "player_objectives_avg_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -81089,31 +81414,31 @@ export default { }, "player_objectives_bool_exp": { "_and": [ - 3536 + 3544 ], "_not": [ - 3536 + 3544 ], "_or": [ - 3536 + 3544 ], "deleted_at": [ - 4519 + 4527 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 @@ -81122,7 +81447,7 @@ export default { 41 ], "time": [ - 4519 + 4527 ], "type": [ 1071 @@ -81145,22 +81470,22 @@ export default { }, "player_objectives_insert_input": { "deleted_at": [ - 4518 + 4526 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 @@ -81169,7 +81494,7 @@ export default { 40 ], "time": [ - 4518 + 4526 ], "type": [ 1070 @@ -81180,13 +81505,13 @@ export default { }, "player_objectives_max_fields": { "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -81195,7 +81520,7 @@ export default { 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -81203,22 +81528,22 @@ export default { }, "player_objectives_max_order_by": { "deleted_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "__typename": [ 80 @@ -81226,13 +81551,13 @@ export default { }, "player_objectives_min_fields": { "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -81241,7 +81566,7 @@ export default { 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -81249,22 +81574,22 @@ export default { }, "player_objectives_min_order_by": { "deleted_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "__typename": [ 80 @@ -81275,7 +81600,7 @@ export default { 40 ], "returning": [ - 3527 + 3535 ], "__typename": [ 80 @@ -81283,13 +81608,13 @@ export default { }, "player_objectives_on_conflict": { "constraint": [ - 3537 + 3545 ], "update_columns": [ - 3560 + 3568 ], "where": [ - 3536 + 3544 ], "__typename": [ 80 @@ -81297,34 +81622,34 @@ export default { }, "player_objectives_order_by": { "deleted_at": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "__typename": [ 80 @@ -81332,13 +81657,13 @@ export default { }, "player_objectives_pk_columns_input": { "match_map_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -81347,13 +81672,13 @@ export default { "player_objectives_select_column": {}, "player_objectives_set_input": { "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -81362,7 +81687,7 @@ export default { 40 ], "time": [ - 4518 + 4526 ], "type": [ 1070 @@ -81384,10 +81709,10 @@ export default { }, "player_objectives_stddev_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -81406,10 +81731,10 @@ export default { }, "player_objectives_stddev_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -81428,10 +81753,10 @@ export default { }, "player_objectives_stddev_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -81439,7 +81764,7 @@ export default { }, "player_objectives_stream_cursor_input": { "initial_value": [ - 3557 + 3565 ], "ordering": [ 313 @@ -81450,13 +81775,13 @@ export default { }, "player_objectives_stream_cursor_value_input": { "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -81465,7 +81790,7 @@ export default { 40 ], "time": [ - 4518 + 4526 ], "type": [ 1070 @@ -81487,10 +81812,10 @@ export default { }, "player_objectives_sum_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -81499,13 +81824,13 @@ export default { "player_objectives_update_column": {}, "player_objectives_updates": { "_inc": [ - 3538 + 3546 ], "_set": [ - 3549 + 3557 ], "where": [ - 3536 + 3544 ], "__typename": [ 80 @@ -81524,10 +81849,10 @@ export default { }, "player_objectives_var_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -81546,10 +81871,10 @@ export default { }, "player_objectives_var_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -81568,10 +81893,10 @@ export default { }, "player_objectives_variance_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -81656,10 +81981,10 @@ export default { }, "player_performance_v_aggregate": { "aggregate": [ - 3570 + 3578 ], "nodes": [ - 3568 + 3576 ], "__typename": [ 80 @@ -81667,13 +81992,13 @@ export default { }, "player_performance_v_aggregate_fields": { "avg": [ - 3571 + 3579 ], "count": [ 40, { "columns": [ - 3576, + 3584, "[player_performance_v_select_column!]" ], "distinct": [ @@ -81682,31 +82007,31 @@ export default { } ], "max": [ - 3573 + 3581 ], "min": [ - 3574 + 3582 ], "stddev": [ - 3577 + 3585 ], "stddev_pop": [ - 3578 + 3586 ], "stddev_samp": [ - 3579 + 3587 ], "sum": [ - 3582 + 3590 ], "var_pop": [ - 3583 + 3591 ], "var_samp": [ - 3584 + 3592 ], "variance": [ - 3585 + 3593 ], "__typename": [ 80 @@ -81791,13 +82116,13 @@ export default { }, "player_performance_v_bool_exp": { "_and": [ - 3572 + 3580 ], "_not": [ - 3572 + 3580 ], "_or": [ - 3572 + 3580 ], "accuracy_score": [ 1690 @@ -82031,76 +82356,76 @@ export default { }, "player_performance_v_order_by": { "accuracy_score": [ - 2971 + 2979 ], "aim_goal": [ - 2971 + 2979 ], "aim_rating": [ - 2971 + 2979 ], "band": [ - 2971 + 2979 ], "band_sample": [ - 2971 + 2979 ], "blind_score": [ - 2971 + 2979 ], "counter_strafe_score": [ - 2971 + 2979 ], "crosshair_score": [ - 2971 + 2979 ], "flash_assists_score": [ - 2971 + 2979 ], "hs_score": [ - 2971 + 2979 ], "kast_score": [ - 2971 + 2979 ], "maps": [ - 2971 + 2979 ], "positioning_goal": [ - 2971 + 2979 ], "positioning_rating": [ - 2971 + 2979 ], "premier_rank": [ - 2971 + 2979 ], "rounds": [ - 2971 + 2979 ], "spotted_score": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "survival_score": [ - 2971 + 2979 ], "traded_score": [ - 2971 + 2979 ], "ttd_score": [ - 2971 + 2979 ], "util_eff_score": [ - 2971 + 2979 ], "utility_goal": [ - 2971 + 2979 ], "utility_rating": [ - 2971 + 2979 ], "__typename": [ 80 @@ -82340,7 +82665,7 @@ export default { }, "player_performance_v_stream_cursor_input": { "initial_value": [ - 3581 + 3589 ], "ordering": [ 313 @@ -82736,25 +83061,25 @@ export default { }, "player_premier_rank_history": { "id": [ - 5018 + 5026 ], "map": [ 2304 ], "map_id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "player": [ - 3929 + 3937 ], "previous_rank": [ 40 @@ -82774,10 +83099,10 @@ export default { }, "player_premier_rank_history_aggregate": { "aggregate": [ - 3590 + 3598 ], "nodes": [ - 3586 + 3594 ], "__typename": [ 80 @@ -82785,7 +83110,7 @@ export default { }, "player_premier_rank_history_aggregate_bool_exp": { "count": [ - 3589 + 3597 ], "__typename": [ 80 @@ -82793,13 +83118,13 @@ export default { }, "player_premier_rank_history_aggregate_bool_exp_count": { "arguments": [ - 3607 + 3615 ], "distinct": [ 5 ], "filter": [ - 3595 + 3603 ], "predicate": [ 41 @@ -82810,13 +83135,13 @@ export default { }, "player_premier_rank_history_aggregate_fields": { "avg": [ - 3593 + 3601 ], "count": [ 40, { "columns": [ - 3607, + 3615, "[player_premier_rank_history_select_column!]" ], "distinct": [ @@ -82825,31 +83150,31 @@ export default { } ], "max": [ - 3599 + 3607 ], "min": [ - 3601 + 3609 ], "stddev": [ - 3609 + 3617 ], "stddev_pop": [ - 3611 + 3619 ], "stddev_samp": [ - 3613 + 3621 ], "sum": [ - 3617 + 3625 ], "var_pop": [ - 3621 + 3629 ], "var_samp": [ - 3623 + 3631 ], "variance": [ - 3625 + 3633 ], "__typename": [ 80 @@ -82857,37 +83182,37 @@ export default { }, "player_premier_rank_history_aggregate_order_by": { "avg": [ - 3594 + 3602 ], "count": [ - 2971 + 2979 ], "max": [ - 3600 + 3608 ], "min": [ - 3602 + 3610 ], "stddev": [ - 3610 + 3618 ], "stddev_pop": [ - 3612 + 3620 ], "stddev_samp": [ - 3614 + 3622 ], "sum": [ - 3618 + 3626 ], "var_pop": [ - 3622 + 3630 ], "var_samp": [ - 3624 + 3632 ], "variance": [ - 3626 + 3634 ], "__typename": [ 80 @@ -82895,10 +83220,10 @@ export default { }, "player_premier_rank_history_arr_rel_insert_input": { "data": [ - 3598 + 3606 ], "on_conflict": [ - 3604 + 3612 ], "__typename": [ 80 @@ -82923,16 +83248,16 @@ export default { }, "player_premier_rank_history_avg_order_by": { "previous_rank": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rank_type": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -82940,34 +83265,34 @@ export default { }, "player_premier_rank_history_bool_exp": { "_and": [ - 3595 + 3603 ], "_not": [ - 3595 + 3603 ], "_or": [ - 3595 + 3603 ], "id": [ - 5020 + 5028 ], "map": [ 2313 ], "map_id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "observed_at": [ - 4519 + 4527 ], "player": [ - 3933 + 3941 ], "previous_rank": [ 41 @@ -83005,25 +83330,25 @@ export default { }, "player_premier_rank_history_insert_input": { "id": [ - 5018 + 5026 ], "map": [ 2321 ], "map_id": [ - 5018 + 5026 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "player": [ - 3940 + 3948 ], "previous_rank": [ 40 @@ -83043,16 +83368,16 @@ export default { }, "player_premier_rank_history_max_fields": { "id": [ - 5018 + 5026 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "previous_rank": [ 40 @@ -83072,28 +83397,28 @@ export default { }, "player_premier_rank_history_max_order_by": { "id": [ - 2971 + 2979 ], "map_id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "observed_at": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rank_type": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83101,16 +83426,16 @@ export default { }, "player_premier_rank_history_min_fields": { "id": [ - 5018 + 5026 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "previous_rank": [ 40 @@ -83130,28 +83455,28 @@ export default { }, "player_premier_rank_history_min_order_by": { "id": [ - 2971 + 2979 ], "map_id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "observed_at": [ - 2971 + 2979 ], "previous_rank": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rank_type": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83162,7 +83487,7 @@ export default { 40 ], "returning": [ - 3586 + 3594 ], "__typename": [ 80 @@ -83170,13 +83495,13 @@ export default { }, "player_premier_rank_history_on_conflict": { "constraint": [ - 3596 + 3604 ], "update_columns": [ - 3619 + 3627 ], "where": [ - 3595 + 3603 ], "__typename": [ 80 @@ -83184,37 +83509,37 @@ export default { }, "player_premier_rank_history_order_by": { "id": [ - 2971 + 2979 ], "map": [ 2323 ], "map_id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "observed_at": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "previous_rank": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rank_type": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83222,7 +83547,7 @@ export default { }, "player_premier_rank_history_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -83231,16 +83556,16 @@ export default { "player_premier_rank_history_select_column": {}, "player_premier_rank_history_set_input": { "id": [ - 5018 + 5026 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "previous_rank": [ 40 @@ -83277,16 +83602,16 @@ export default { }, "player_premier_rank_history_stddev_order_by": { "previous_rank": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rank_type": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83311,16 +83636,16 @@ export default { }, "player_premier_rank_history_stddev_pop_order_by": { "previous_rank": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rank_type": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83345,16 +83670,16 @@ export default { }, "player_premier_rank_history_stddev_samp_order_by": { "previous_rank": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rank_type": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83362,7 +83687,7 @@ export default { }, "player_premier_rank_history_stream_cursor_input": { "initial_value": [ - 3616 + 3624 ], "ordering": [ 313 @@ -83373,16 +83698,16 @@ export default { }, "player_premier_rank_history_stream_cursor_value_input": { "id": [ - 5018 + 5026 ], "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "observed_at": [ - 4518 + 4526 ], "previous_rank": [ 40 @@ -83419,16 +83744,16 @@ export default { }, "player_premier_rank_history_sum_order_by": { "previous_rank": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rank_type": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83437,13 +83762,13 @@ export default { "player_premier_rank_history_update_column": {}, "player_premier_rank_history_updates": { "_inc": [ - 3597 + 3605 ], "_set": [ - 3608 + 3616 ], "where": [ - 3595 + 3603 ], "__typename": [ 80 @@ -83468,16 +83793,16 @@ export default { }, "player_premier_rank_history_var_pop_order_by": { "previous_rank": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rank_type": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83502,16 +83827,16 @@ export default { }, "player_premier_rank_history_var_samp_order_by": { "previous_rank": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rank_type": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83536,16 +83861,16 @@ export default { }, "player_premier_rank_history_variance_order_by": { "previous_rank": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rank_type": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83553,19 +83878,19 @@ export default { }, "player_sanctions": { "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "e_sanction_type": [ 1145 ], "id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 @@ -83574,10 +83899,10 @@ export default { 80 ], "remove_sanction_date": [ - 4518 + 4526 ], "sanctioned_by": [ - 3929 + 3937 ], "sanctioned_by_steam_id": [ 257 @@ -83591,10 +83916,10 @@ export default { }, "player_sanctions_aggregate": { "aggregate": [ - 3631 + 3639 ], "nodes": [ - 3627 + 3635 ], "__typename": [ 80 @@ -83602,7 +83927,7 @@ export default { }, "player_sanctions_aggregate_bool_exp": { "count": [ - 3630 + 3638 ], "__typename": [ 80 @@ -83610,13 +83935,13 @@ export default { }, "player_sanctions_aggregate_bool_exp_count": { "arguments": [ - 3648 + 3656 ], "distinct": [ 5 ], "filter": [ - 3636 + 3644 ], "predicate": [ 41 @@ -83627,13 +83952,13 @@ export default { }, "player_sanctions_aggregate_fields": { "avg": [ - 3634 + 3642 ], "count": [ 40, { "columns": [ - 3648, + 3656, "[player_sanctions_select_column!]" ], "distinct": [ @@ -83642,31 +83967,31 @@ export default { } ], "max": [ - 3640 + 3648 ], "min": [ - 3642 + 3650 ], "stddev": [ - 3650 + 3658 ], "stddev_pop": [ - 3652 + 3660 ], "stddev_samp": [ - 3654 + 3662 ], "sum": [ - 3658 + 3666 ], "var_pop": [ - 3662 + 3670 ], "var_samp": [ - 3664 + 3672 ], "variance": [ - 3666 + 3674 ], "__typename": [ 80 @@ -83674,37 +83999,37 @@ export default { }, "player_sanctions_aggregate_order_by": { "avg": [ - 3635 + 3643 ], "count": [ - 2971 + 2979 ], "max": [ - 3641 + 3649 ], "min": [ - 3643 + 3651 ], "stddev": [ - 3651 + 3659 ], "stddev_pop": [ - 3653 + 3661 ], "stddev_samp": [ - 3655 + 3663 ], "sum": [ - 3659 + 3667 ], "var_pop": [ - 3663 + 3671 ], "var_samp": [ - 3665 + 3673 ], "variance": [ - 3667 + 3675 ], "__typename": [ 80 @@ -83712,10 +84037,10 @@ export default { }, "player_sanctions_arr_rel_insert_input": { "data": [ - 3639 + 3647 ], "on_conflict": [ - 3645 + 3653 ], "__typename": [ 80 @@ -83734,10 +84059,10 @@ export default { }, "player_sanctions_avg_order_by": { "player_steam_id": [ - 2971 + 2979 ], "sanctioned_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83745,28 +84070,28 @@ export default { }, "player_sanctions_bool_exp": { "_and": [ - 3636 + 3644 ], "_not": [ - 3636 + 3644 ], "_or": [ - 3636 + 3644 ], "created_at": [ - 4519 + 4527 ], "deleted_at": [ - 4519 + 4527 ], "e_sanction_type": [ 1148 ], "id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 @@ -83775,10 +84100,10 @@ export default { 82 ], "remove_sanction_date": [ - 4519 + 4527 ], "sanctioned_by": [ - 3933 + 3941 ], "sanctioned_by_steam_id": [ 259 @@ -83804,19 +84129,19 @@ export default { }, "player_sanctions_insert_input": { "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "e_sanction_type": [ 1156 ], "id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 @@ -83825,10 +84150,10 @@ export default { 80 ], "remove_sanction_date": [ - 4518 + 4526 ], "sanctioned_by": [ - 3940 + 3948 ], "sanctioned_by_steam_id": [ 257 @@ -83842,13 +84167,13 @@ export default { }, "player_sanctions_max_fields": { "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -83857,7 +84182,7 @@ export default { 80 ], "remove_sanction_date": [ - 4518 + 4526 ], "sanctioned_by_steam_id": [ 257 @@ -83868,25 +84193,25 @@ export default { }, "player_sanctions_max_order_by": { "created_at": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "reason": [ - 2971 + 2979 ], "remove_sanction_date": [ - 2971 + 2979 ], "sanctioned_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83894,13 +84219,13 @@ export default { }, "player_sanctions_min_fields": { "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -83909,7 +84234,7 @@ export default { 80 ], "remove_sanction_date": [ - 4518 + 4526 ], "sanctioned_by_steam_id": [ 257 @@ -83920,25 +84245,25 @@ export default { }, "player_sanctions_min_order_by": { "created_at": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "reason": [ - 2971 + 2979 ], "remove_sanction_date": [ - 2971 + 2979 ], "sanctioned_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -83949,7 +84274,7 @@ export default { 40 ], "returning": [ - 3627 + 3635 ], "__typename": [ 80 @@ -83957,13 +84282,13 @@ export default { }, "player_sanctions_on_conflict": { "constraint": [ - 3637 + 3645 ], "update_columns": [ - 3660 + 3668 ], "where": [ - 3636 + 3644 ], "__typename": [ 80 @@ -83971,37 +84296,37 @@ export default { }, "player_sanctions_order_by": { "created_at": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "e_sanction_type": [ 1158 ], "id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "reason": [ - 2971 + 2979 ], "remove_sanction_date": [ - 2971 + 2979 ], "sanctioned_by": [ - 3942 + 3950 ], "sanctioned_by_steam_id": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84009,10 +84334,10 @@ export default { }, "player_sanctions_pk_columns_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -84021,13 +84346,13 @@ export default { "player_sanctions_select_column": {}, "player_sanctions_set_input": { "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -84036,7 +84361,7 @@ export default { 80 ], "remove_sanction_date": [ - 4518 + 4526 ], "sanctioned_by_steam_id": [ 257 @@ -84061,10 +84386,10 @@ export default { }, "player_sanctions_stddev_order_by": { "player_steam_id": [ - 2971 + 2979 ], "sanctioned_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84083,10 +84408,10 @@ export default { }, "player_sanctions_stddev_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "sanctioned_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84105,10 +84430,10 @@ export default { }, "player_sanctions_stddev_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "sanctioned_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84116,7 +84441,7 @@ export default { }, "player_sanctions_stream_cursor_input": { "initial_value": [ - 3657 + 3665 ], "ordering": [ 313 @@ -84127,13 +84452,13 @@ export default { }, "player_sanctions_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "deleted_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -84142,7 +84467,7 @@ export default { 80 ], "remove_sanction_date": [ - 4518 + 4526 ], "sanctioned_by_steam_id": [ 257 @@ -84167,10 +84492,10 @@ export default { }, "player_sanctions_sum_order_by": { "player_steam_id": [ - 2971 + 2979 ], "sanctioned_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84179,13 +84504,13 @@ export default { "player_sanctions_update_column": {}, "player_sanctions_updates": { "_inc": [ - 3638 + 3646 ], "_set": [ - 3649 + 3657 ], "where": [ - 3636 + 3644 ], "__typename": [ 80 @@ -84204,10 +84529,10 @@ export default { }, "player_sanctions_var_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "sanctioned_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84226,10 +84551,10 @@ export default { }, "player_sanctions_var_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "sanctioned_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84248,10 +84573,10 @@ export default { }, "player_sanctions_variance_order_by": { "player_steam_id": [ - 2971 + 2979 ], "sanctioned_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84274,16 +84599,16 @@ export default { 257 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 ], "season": [ - 3988 + 3996 ], "season_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -84291,10 +84616,10 @@ export default { }, "player_season_stats_aggregate": { "aggregate": [ - 3682 + 3690 ], "nodes": [ - 3668 + 3676 ], "__typename": [ 80 @@ -84302,31 +84627,31 @@ export default { }, "player_season_stats_aggregate_bool_exp": { "avg": [ - 3671 + 3679 ], "corr": [ - 3672 + 3680 ], "count": [ - 3674 + 3682 ], "covar_samp": [ - 3675 + 3683 ], "max": [ - 3677 + 3685 ], "min": [ - 3678 + 3686 ], "stddev_samp": [ - 3679 + 3687 ], "sum": [ - 3680 + 3688 ], "var_samp": [ - 3681 + 3689 ], "__typename": [ 80 @@ -84334,13 +84659,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_avg": { "arguments": [ - 3700 + 3708 ], "distinct": [ 5 ], "filter": [ - 3687 + 3695 ], "predicate": [ 1690 @@ -84351,13 +84676,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_corr": { "arguments": [ - 3673 + 3681 ], "distinct": [ 5 ], "filter": [ - 3687 + 3695 ], "predicate": [ 1690 @@ -84368,10 +84693,10 @@ export default { }, "player_season_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 3701 + 3709 ], "Y": [ - 3701 + 3709 ], "__typename": [ 80 @@ -84379,13 +84704,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_count": { "arguments": [ - 3699 + 3707 ], "distinct": [ 5 ], "filter": [ - 3687 + 3695 ], "predicate": [ 41 @@ -84396,13 +84721,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 3676 + 3684 ], "distinct": [ 5 ], "filter": [ - 3687 + 3695 ], "predicate": [ 1690 @@ -84413,10 +84738,10 @@ export default { }, "player_season_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 3702 + 3710 ], "Y": [ - 3702 + 3710 ], "__typename": [ 80 @@ -84424,13 +84749,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_max": { "arguments": [ - 3703 + 3711 ], "distinct": [ 5 ], "filter": [ - 3687 + 3695 ], "predicate": [ 1690 @@ -84441,13 +84766,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_min": { "arguments": [ - 3704 + 3712 ], "distinct": [ 5 ], "filter": [ - 3687 + 3695 ], "predicate": [ 1690 @@ -84458,13 +84783,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 3705 + 3713 ], "distinct": [ 5 ], "filter": [ - 3687 + 3695 ], "predicate": [ 1690 @@ -84475,13 +84800,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_sum": { "arguments": [ - 3706 + 3714 ], "distinct": [ 5 ], "filter": [ - 3687 + 3695 ], "predicate": [ 1690 @@ -84492,13 +84817,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 3707 + 3715 ], "distinct": [ 5 ], "filter": [ - 3687 + 3695 ], "predicate": [ 1690 @@ -84509,13 +84834,13 @@ export default { }, "player_season_stats_aggregate_fields": { "avg": [ - 3685 + 3693 ], "count": [ 40, { "columns": [ - 3699, + 3707, "[player_season_stats_select_column!]" ], "distinct": [ @@ -84524,31 +84849,31 @@ export default { } ], "max": [ - 3691 + 3699 ], "min": [ - 3693 + 3701 ], "stddev": [ - 3709 + 3717 ], "stddev_pop": [ - 3711 + 3719 ], "stddev_samp": [ - 3713 + 3721 ], "sum": [ - 3717 + 3725 ], "var_pop": [ - 3721 + 3729 ], "var_samp": [ - 3723 + 3731 ], "variance": [ - 3725 + 3733 ], "__typename": [ 80 @@ -84556,37 +84881,37 @@ export default { }, "player_season_stats_aggregate_order_by": { "avg": [ - 3686 + 3694 ], "count": [ - 2971 + 2979 ], "max": [ - 3692 + 3700 ], "min": [ - 3694 + 3702 ], "stddev": [ - 3710 + 3718 ], "stddev_pop": [ - 3712 + 3720 ], "stddev_samp": [ - 3714 + 3722 ], "sum": [ - 3718 + 3726 ], "var_pop": [ - 3722 + 3730 ], "var_samp": [ - 3724 + 3732 ], "variance": [ - 3726 + 3734 ], "__typename": [ 80 @@ -84594,10 +84919,10 @@ export default { }, "player_season_stats_arr_rel_insert_input": { "data": [ - 3690 + 3698 ], "on_conflict": [ - 3696 + 3704 ], "__typename": [ 80 @@ -84628,22 +84953,22 @@ export default { }, "player_season_stats_avg_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84651,13 +84976,13 @@ export default { }, "player_season_stats_bool_exp": { "_and": [ - 3687 + 3695 ], "_not": [ - 3687 + 3695 ], "_or": [ - 3687 + 3695 ], "assists": [ 259 @@ -84675,16 +85000,16 @@ export default { 259 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 ], "season": [ - 3992 + 4000 ], "season_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -84731,16 +85056,16 @@ export default { 257 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 ], "season": [ - 3999 + 4007 ], "season_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -84766,7 +85091,7 @@ export default { 257 ], "season_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -84774,25 +85099,25 @@ export default { }, "player_season_stats_max_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "season_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84818,7 +85143,7 @@ export default { 257 ], "season_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -84826,25 +85151,25 @@ export default { }, "player_season_stats_min_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "season_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84855,7 +85180,7 @@ export default { 40 ], "returning": [ - 3668 + 3676 ], "__typename": [ 80 @@ -84863,13 +85188,13 @@ export default { }, "player_season_stats_on_conflict": { "constraint": [ - 3688 + 3696 ], "update_columns": [ - 3719 + 3727 ], "where": [ - 3687 + 3695 ], "__typename": [ 80 @@ -84877,31 +85202,31 @@ export default { }, "player_season_stats_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "season": [ - 4001 + 4009 ], "season_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -84912,7 +85237,7 @@ export default { 257 ], "season_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -84947,7 +85272,7 @@ export default { 257 ], "season_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -84978,22 +85303,22 @@ export default { }, "player_season_stats_stddev_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -85024,22 +85349,22 @@ export default { }, "player_season_stats_stddev_pop_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -85070,22 +85395,22 @@ export default { }, "player_season_stats_stddev_samp_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -85093,7 +85418,7 @@ export default { }, "player_season_stats_stream_cursor_input": { "initial_value": [ - 3716 + 3724 ], "ordering": [ 313 @@ -85122,7 +85447,7 @@ export default { 257 ], "season_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -85153,22 +85478,22 @@ export default { }, "player_season_stats_sum_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -85177,13 +85502,13 @@ export default { "player_season_stats_update_column": {}, "player_season_stats_updates": { "_inc": [ - 3689 + 3697 ], "_set": [ - 3708 + 3716 ], "where": [ - 3687 + 3695 ], "__typename": [ 80 @@ -85214,22 +85539,22 @@ export default { }, "player_season_stats_var_pop_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -85260,22 +85585,22 @@ export default { }, "player_season_stats_var_samp_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -85306,22 +85631,22 @@ export default { }, "player_season_stats_variance_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -85344,7 +85669,7 @@ export default { 257 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 @@ -85355,10 +85680,10 @@ export default { }, "player_stats_aggregate": { "aggregate": [ - 3729 + 3737 ], "nodes": [ - 3727 + 3735 ], "__typename": [ 80 @@ -85366,13 +85691,13 @@ export default { }, "player_stats_aggregate_fields": { "avg": [ - 3730 + 3738 ], "count": [ 40, { "columns": [ - 3742, + 3750, "[player_stats_select_column!]" ], "distinct": [ @@ -85381,31 +85706,31 @@ export default { } ], "max": [ - 3735 + 3743 ], "min": [ - 3736 + 3744 ], "stddev": [ - 3744 + 3752 ], "stddev_pop": [ - 3745 + 3753 ], "stddev_samp": [ - 3746 + 3754 ], "sum": [ - 3749 + 3757 ], "var_pop": [ - 3752 + 3760 ], "var_samp": [ - 3753 + 3761 ], "variance": [ - 3754 + 3762 ], "__typename": [ 80 @@ -85436,13 +85761,13 @@ export default { }, "player_stats_bool_exp": { "_and": [ - 3731 + 3739 ], "_not": [ - 3731 + 3739 ], "_or": [ - 3731 + 3739 ], "assists": [ 259 @@ -85460,7 +85785,7 @@ export default { 259 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 @@ -85510,7 +85835,7 @@ export default { 257 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 @@ -85570,7 +85895,7 @@ export default { 40 ], "returning": [ - 3727 + 3735 ], "__typename": [ 80 @@ -85578,10 +85903,10 @@ export default { }, "player_stats_obj_rel_insert_input": { "data": [ - 3734 + 3742 ], "on_conflict": [ - 3739 + 3747 ], "__typename": [ 80 @@ -85589,13 +85914,13 @@ export default { }, "player_stats_on_conflict": { "constraint": [ - 3732 + 3740 ], "update_columns": [ - 3750 + 3758 ], "where": [ - 3731 + 3739 ], "__typename": [ 80 @@ -85603,25 +85928,25 @@ export default { }, "player_stats_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -85730,7 +86055,7 @@ export default { }, "player_stats_stream_cursor_input": { "initial_value": [ - 3748 + 3756 ], "ordering": [ 313 @@ -85788,13 +86113,13 @@ export default { "player_stats_update_column": {}, "player_stats_updates": { "_inc": [ - 3733 + 3741 ], "_set": [ - 3743 + 3751 ], "where": [ - 3731 + 3739 ], "__typename": [ 80 @@ -85871,16 +86196,16 @@ export default { }, "player_steam_bot_friend": { "bot_steam_account_id": [ - 5018 + 5026 ], "bot_steamid64": [ 257 ], "created_at": [ - 4518 + 4526 ], "friended_at": [ - 4518 + 4526 ], "last_presence_state": [ 1842, @@ -85891,7 +86216,7 @@ export default { } ], "player": [ - 3929 + 3937 ], "status": [ 80 @@ -85900,7 +86225,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -85908,10 +86233,10 @@ export default { }, "player_steam_bot_friend_aggregate": { "aggregate": [ - 3757 + 3765 ], "nodes": [ - 3755 + 3763 ], "__typename": [ 80 @@ -85919,13 +86244,13 @@ export default { }, "player_steam_bot_friend_aggregate_fields": { "avg": [ - 3759 + 3767 ], "count": [ 40, { "columns": [ - 3774, + 3782, "[player_steam_bot_friend_select_column!]" ], "distinct": [ @@ -85934,31 +86259,31 @@ export default { } ], "max": [ - 3767 + 3775 ], "min": [ - 3768 + 3776 ], "stddev": [ - 3776 + 3784 ], "stddev_pop": [ - 3777 + 3785 ], "stddev_samp": [ - 3778 + 3786 ], "sum": [ - 3781 + 3789 ], "var_pop": [ - 3784 + 3792 ], "var_samp": [ - 3785 + 3793 ], "variance": [ - 3786 + 3794 ], "__typename": [ 80 @@ -85985,31 +86310,31 @@ export default { }, "player_steam_bot_friend_bool_exp": { "_and": [ - 3760 + 3768 ], "_not": [ - 3760 + 3768 ], "_or": [ - 3760 + 3768 ], "bot_steam_account_id": [ - 5020 + 5028 ], "bot_steamid64": [ 259 ], "created_at": [ - 4519 + 4527 ], "friended_at": [ - 4519 + 4527 ], "last_presence_state": [ 1844 ], "player": [ - 3933 + 3941 ], "status": [ 82 @@ -86018,7 +86343,7 @@ export default { 259 ], "updated_at": [ - 4519 + 4527 ], "__typename": [ 80 @@ -86062,22 +86387,22 @@ export default { }, "player_steam_bot_friend_insert_input": { "bot_steam_account_id": [ - 5018 + 5026 ], "bot_steamid64": [ 257 ], "created_at": [ - 4518 + 4526 ], "friended_at": [ - 4518 + 4526 ], "last_presence_state": [ 1842 ], "player": [ - 3940 + 3948 ], "status": [ 80 @@ -86086,7 +86411,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -86094,16 +86419,16 @@ export default { }, "player_steam_bot_friend_max_fields": { "bot_steam_account_id": [ - 5018 + 5026 ], "bot_steamid64": [ 257 ], "created_at": [ - 4518 + 4526 ], "friended_at": [ - 4518 + 4526 ], "status": [ 80 @@ -86112,7 +86437,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -86120,16 +86445,16 @@ export default { }, "player_steam_bot_friend_min_fields": { "bot_steam_account_id": [ - 5018 + 5026 ], "bot_steamid64": [ 257 ], "created_at": [ - 4518 + 4526 ], "friended_at": [ - 4518 + 4526 ], "status": [ 80 @@ -86138,7 +86463,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -86149,7 +86474,7 @@ export default { 40 ], "returning": [ - 3755 + 3763 ], "__typename": [ 80 @@ -86157,13 +86482,13 @@ export default { }, "player_steam_bot_friend_on_conflict": { "constraint": [ - 3761 + 3769 ], "update_columns": [ - 3782 + 3790 ], "where": [ - 3760 + 3768 ], "__typename": [ 80 @@ -86171,31 +86496,31 @@ export default { }, "player_steam_bot_friend_order_by": { "bot_steam_account_id": [ - 2971 + 2979 ], "bot_steamid64": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "friended_at": [ - 2971 + 2979 ], "last_presence_state": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "status": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -86220,16 +86545,16 @@ export default { "player_steam_bot_friend_select_column": {}, "player_steam_bot_friend_set_input": { "bot_steam_account_id": [ - 5018 + 5026 ], "bot_steamid64": [ 257 ], "created_at": [ - 4518 + 4526 ], "friended_at": [ - 4518 + 4526 ], "last_presence_state": [ 1842 @@ -86241,7 +86566,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -86282,7 +86607,7 @@ export default { }, "player_steam_bot_friend_stream_cursor_input": { "initial_value": [ - 3780 + 3788 ], "ordering": [ 313 @@ -86293,16 +86618,16 @@ export default { }, "player_steam_bot_friend_stream_cursor_value_input": { "bot_steam_account_id": [ - 5018 + 5026 ], "bot_steamid64": [ 257 ], "created_at": [ - 4518 + 4526 ], "friended_at": [ - 4518 + 4526 ], "last_presence_state": [ 1842 @@ -86314,7 +86639,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -86334,28 +86659,28 @@ export default { "player_steam_bot_friend_update_column": {}, "player_steam_bot_friend_updates": { "_append": [ - 3758 + 3766 ], "_delete_at_path": [ - 3762 + 3770 ], "_delete_elem": [ - 3763 + 3771 ], "_delete_key": [ - 3764 + 3772 ], "_inc": [ - 3765 + 3773 ], "_prepend": [ - 3773 + 3781 ], "_set": [ - 3775 + 3783 ], "where": [ - 3760 + 3768 ], "__typename": [ 80 @@ -86399,7 +86724,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "last_error": [ 80 @@ -86408,16 +86733,16 @@ export default { 80 ], "last_polled_at": [ - 4518 + 4526 ], "player": [ - 3929 + 3937 ], "steam_id": [ 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -86425,10 +86750,10 @@ export default { }, "player_steam_match_auth_aggregate": { "aggregate": [ - 3789 + 3797 ], "nodes": [ - 3787 + 3795 ], "__typename": [ 80 @@ -86436,13 +86761,13 @@ export default { }, "player_steam_match_auth_aggregate_fields": { "avg": [ - 3790 + 3798 ], "count": [ 40, { "columns": [ - 3801, + 3809, "[player_steam_match_auth_select_column!]" ], "distinct": [ @@ -86451,31 +86776,31 @@ export default { } ], "max": [ - 3795 + 3803 ], "min": [ - 3796 + 3804 ], "stddev": [ - 3803 + 3811 ], "stddev_pop": [ - 3804 + 3812 ], "stddev_samp": [ - 3805 + 3813 ], "sum": [ - 3808 + 3816 ], "var_pop": [ - 3811 + 3819 ], "var_samp": [ - 3812 + 3820 ], "variance": [ - 3813 + 3821 ], "__typename": [ 80 @@ -86491,19 +86816,19 @@ export default { }, "player_steam_match_auth_bool_exp": { "_and": [ - 3791 + 3799 ], "_not": [ - 3791 + 3799 ], "_or": [ - 3791 + 3799 ], "auth_code": [ 82 ], "created_at": [ - 4519 + 4527 ], "last_error": [ 82 @@ -86512,16 +86837,16 @@ export default { 82 ], "last_polled_at": [ - 4519 + 4527 ], "player": [ - 3933 + 3941 ], "steam_id": [ 259 ], "updated_at": [ - 4519 + 4527 ], "__typename": [ 80 @@ -86541,7 +86866,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "last_error": [ 80 @@ -86550,16 +86875,16 @@ export default { 80 ], "last_polled_at": [ - 4518 + 4526 ], "player": [ - 3940 + 3948 ], "steam_id": [ 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -86570,7 +86895,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "last_error": [ 80 @@ -86579,13 +86904,13 @@ export default { 80 ], "last_polled_at": [ - 4518 + 4526 ], "steam_id": [ 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -86596,7 +86921,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "last_error": [ 80 @@ -86605,13 +86930,13 @@ export default { 80 ], "last_polled_at": [ - 4518 + 4526 ], "steam_id": [ 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -86622,7 +86947,7 @@ export default { 40 ], "returning": [ - 3787 + 3795 ], "__typename": [ 80 @@ -86630,13 +86955,13 @@ export default { }, "player_steam_match_auth_on_conflict": { "constraint": [ - 3792 + 3800 ], "update_columns": [ - 3809 + 3817 ], "where": [ - 3791 + 3799 ], "__typename": [ 80 @@ -86644,28 +86969,28 @@ export default { }, "player_steam_match_auth_order_by": { "auth_code": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "last_error": [ - 2971 + 2979 ], "last_known_share_code": [ - 2971 + 2979 ], "last_polled_at": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "steam_id": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -86685,7 +87010,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "last_error": [ 80 @@ -86694,13 +87019,13 @@ export default { 80 ], "last_polled_at": [ - 4518 + 4526 ], "steam_id": [ 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -86732,7 +87057,7 @@ export default { }, "player_steam_match_auth_stream_cursor_input": { "initial_value": [ - 3807 + 3815 ], "ordering": [ 313 @@ -86746,7 +87071,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "last_error": [ 80 @@ -86755,13 +87080,13 @@ export default { 80 ], "last_polled_at": [ - 4518 + 4526 ], "steam_id": [ 257 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -86778,13 +87103,13 @@ export default { "player_steam_match_auth_update_column": {}, "player_steam_match_auth_updates": { "_inc": [ - 3793 + 3801 ], "_set": [ - 3802 + 3810 ], "where": [ - 3791 + 3799 ], "__typename": [ 80 @@ -86816,22 +87141,22 @@ export default { }, "player_unused_utility": { "deleted_at": [ - 4518 + 4526 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 @@ -86848,10 +87173,10 @@ export default { }, "player_unused_utility_aggregate": { "aggregate": [ - 3818 + 3826 ], "nodes": [ - 3814 + 3822 ], "__typename": [ 80 @@ -86859,7 +87184,7 @@ export default { }, "player_unused_utility_aggregate_bool_exp": { "count": [ - 3817 + 3825 ], "__typename": [ 80 @@ -86867,13 +87192,13 @@ export default { }, "player_unused_utility_aggregate_bool_exp_count": { "arguments": [ - 3835 + 3843 ], "distinct": [ 5 ], "filter": [ - 3823 + 3831 ], "predicate": [ 41 @@ -86884,13 +87209,13 @@ export default { }, "player_unused_utility_aggregate_fields": { "avg": [ - 3821 + 3829 ], "count": [ 40, { "columns": [ - 3835, + 3843, "[player_unused_utility_select_column!]" ], "distinct": [ @@ -86899,31 +87224,31 @@ export default { } ], "max": [ - 3827 + 3835 ], "min": [ - 3829 + 3837 ], "stddev": [ - 3837 + 3845 ], "stddev_pop": [ - 3839 + 3847 ], "stddev_samp": [ - 3841 + 3849 ], "sum": [ - 3845 + 3853 ], "var_pop": [ - 3849 + 3857 ], "var_samp": [ - 3851 + 3859 ], "variance": [ - 3853 + 3861 ], "__typename": [ 80 @@ -86931,37 +87256,37 @@ export default { }, "player_unused_utility_aggregate_order_by": { "avg": [ - 3822 + 3830 ], "count": [ - 2971 + 2979 ], "max": [ - 3828 + 3836 ], "min": [ - 3830 + 3838 ], "stddev": [ - 3838 + 3846 ], "stddev_pop": [ - 3840 + 3848 ], "stddev_samp": [ - 3842 + 3850 ], "sum": [ - 3846 + 3854 ], "var_pop": [ - 3850 + 3858 ], "var_samp": [ - 3852 + 3860 ], "variance": [ - 3854 + 3862 ], "__typename": [ 80 @@ -86969,10 +87294,10 @@ export default { }, "player_unused_utility_arr_rel_insert_input": { "data": [ - 3826 + 3834 ], "on_conflict": [ - 3832 + 3840 ], "__typename": [ 80 @@ -86994,13 +87319,13 @@ export default { }, "player_unused_utility_avg_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "unused": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87008,31 +87333,31 @@ export default { }, "player_unused_utility_bool_exp": { "_and": [ - 3823 + 3831 ], "_not": [ - 3823 + 3831 ], "_or": [ - 3823 + 3831 ], "deleted_at": [ - 4519 + 4527 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 @@ -87064,22 +87389,22 @@ export default { }, "player_unused_utility_insert_input": { "deleted_at": [ - 4518 + 4526 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 @@ -87096,13 +87421,13 @@ export default { }, "player_unused_utility_max_fields": { "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -87119,22 +87444,22 @@ export default { }, "player_unused_utility_max_order_by": { "deleted_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "unused": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87142,13 +87467,13 @@ export default { }, "player_unused_utility_min_fields": { "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -87165,22 +87490,22 @@ export default { }, "player_unused_utility_min_order_by": { "deleted_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "unused": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87191,7 +87516,7 @@ export default { 40 ], "returning": [ - 3814 + 3822 ], "__typename": [ 80 @@ -87199,13 +87524,13 @@ export default { }, "player_unused_utility_on_conflict": { "constraint": [ - 3824 + 3832 ], "update_columns": [ - 3847 + 3855 ], "where": [ - 3823 + 3831 ], "__typename": [ 80 @@ -87213,31 +87538,31 @@ export default { }, "player_unused_utility_order_by": { "deleted_at": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "unused": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87245,7 +87570,7 @@ export default { }, "player_unused_utility_pk_columns_input": { "match_map_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -87257,13 +87582,13 @@ export default { "player_unused_utility_select_column": {}, "player_unused_utility_set_input": { "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -87294,13 +87619,13 @@ export default { }, "player_unused_utility_stddev_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "unused": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87322,13 +87647,13 @@ export default { }, "player_unused_utility_stddev_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "unused": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87350,13 +87675,13 @@ export default { }, "player_unused_utility_stddev_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "unused": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87364,7 +87689,7 @@ export default { }, "player_unused_utility_stream_cursor_input": { "initial_value": [ - 3844 + 3852 ], "ordering": [ 313 @@ -87375,13 +87700,13 @@ export default { }, "player_unused_utility_stream_cursor_value_input": { "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "player_steam_id": [ 257 @@ -87412,13 +87737,13 @@ export default { }, "player_unused_utility_sum_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "unused": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87427,13 +87752,13 @@ export default { "player_unused_utility_update_column": {}, "player_unused_utility_updates": { "_inc": [ - 3825 + 3833 ], "_set": [ - 3836 + 3844 ], "where": [ - 3823 + 3831 ], "__typename": [ 80 @@ -87455,13 +87780,13 @@ export default { }, "player_unused_utility_var_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "unused": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87483,13 +87808,13 @@ export default { }, "player_unused_utility_var_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "unused": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87511,13 +87836,13 @@ export default { }, "player_unused_utility_variance_order_by": { "player_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "unused": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87531,28 +87856,28 @@ export default { 257 ], "deleted_at": [ - 4518 + 4526 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "type": [ 1375 @@ -87563,10 +87888,10 @@ export default { }, "player_utility_aggregate": { "aggregate": [ - 3859 + 3867 ], "nodes": [ - 3855 + 3863 ], "__typename": [ 80 @@ -87574,7 +87899,7 @@ export default { }, "player_utility_aggregate_bool_exp": { "count": [ - 3858 + 3866 ], "__typename": [ 80 @@ -87582,13 +87907,13 @@ export default { }, "player_utility_aggregate_bool_exp_count": { "arguments": [ - 3876 + 3884 ], "distinct": [ 5 ], "filter": [ - 3864 + 3872 ], "predicate": [ 41 @@ -87599,13 +87924,13 @@ export default { }, "player_utility_aggregate_fields": { "avg": [ - 3862 + 3870 ], "count": [ 40, { "columns": [ - 3876, + 3884, "[player_utility_select_column!]" ], "distinct": [ @@ -87614,31 +87939,31 @@ export default { } ], "max": [ - 3868 + 3876 ], "min": [ - 3870 + 3878 ], "stddev": [ - 3878 + 3886 ], "stddev_pop": [ - 3880 + 3888 ], "stddev_samp": [ - 3882 + 3890 ], "sum": [ - 3886 + 3894 ], "var_pop": [ - 3890 + 3898 ], "var_samp": [ - 3892 + 3900 ], "variance": [ - 3894 + 3902 ], "__typename": [ 80 @@ -87646,37 +87971,37 @@ export default { }, "player_utility_aggregate_order_by": { "avg": [ - 3863 + 3871 ], "count": [ - 2971 + 2979 ], "max": [ - 3869 + 3877 ], "min": [ - 3871 + 3879 ], "stddev": [ - 3879 + 3887 ], "stddev_pop": [ - 3881 + 3889 ], "stddev_samp": [ - 3883 + 3891 ], "sum": [ - 3887 + 3895 ], "var_pop": [ - 3891 + 3899 ], "var_samp": [ - 3893 + 3901 ], "variance": [ - 3895 + 3903 ], "__typename": [ 80 @@ -87684,10 +88009,10 @@ export default { }, "player_utility_arr_rel_insert_input": { "data": [ - 3867 + 3875 ], "on_conflict": [ - 3873 + 3881 ], "__typename": [ 80 @@ -87706,10 +88031,10 @@ export default { }, "player_utility_avg_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87717,13 +88042,13 @@ export default { }, "player_utility_bool_exp": { "_and": [ - 3864 + 3872 ], "_not": [ - 3864 + 3872 ], "_or": [ - 3864 + 3872 ], "attacker_location_coordinates": [ 82 @@ -87732,28 +88057,28 @@ export default { 259 ], "deleted_at": [ - 4519 + 4527 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "round": [ 41 ], "time": [ - 4519 + 4527 ], "type": [ 1376 @@ -87782,28 +88107,28 @@ export default { 257 ], "deleted_at": [ - 4518 + 4526 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "type": [ 1375 @@ -87820,19 +88145,19 @@ export default { 257 ], "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -87840,25 +88165,25 @@ export default { }, "player_utility_max_order_by": { "attacker_location_coordinates": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87872,19 +88197,19 @@ export default { 257 ], "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -87892,25 +88217,25 @@ export default { }, "player_utility_min_order_by": { "attacker_location_coordinates": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87921,7 +88246,7 @@ export default { 40 ], "returning": [ - 3855 + 3863 ], "__typename": [ 80 @@ -87929,13 +88254,13 @@ export default { }, "player_utility_on_conflict": { "constraint": [ - 3865 + 3873 ], "update_columns": [ - 3888 + 3896 ], "where": [ - 3864 + 3872 ], "__typename": [ 80 @@ -87943,37 +88268,37 @@ export default { }, "player_utility_order_by": { "attacker_location_coordinates": [ - 2971 + 2979 ], "attacker_steam_id": [ - 2971 + 2979 ], "deleted_at": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "round": [ - 2971 + 2979 ], "time": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "__typename": [ 80 @@ -87984,10 +88309,10 @@ export default { 257 ], "match_map_id": [ - 5018 + 5026 ], "time": [ - 4518 + 4526 ], "__typename": [ 80 @@ -88002,19 +88327,19 @@ export default { 257 ], "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "type": [ 1375 @@ -88036,10 +88361,10 @@ export default { }, "player_utility_stddev_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88058,10 +88383,10 @@ export default { }, "player_utility_stddev_pop_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88080,10 +88405,10 @@ export default { }, "player_utility_stddev_samp_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88091,7 +88416,7 @@ export default { }, "player_utility_stream_cursor_input": { "initial_value": [ - 3885 + 3893 ], "ordering": [ 313 @@ -88108,19 +88433,19 @@ export default { 257 ], "deleted_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 ], "time": [ - 4518 + 4526 ], "type": [ 1375 @@ -88142,10 +88467,10 @@ export default { }, "player_utility_sum_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88154,13 +88479,13 @@ export default { "player_utility_update_column": {}, "player_utility_updates": { "_inc": [ - 3866 + 3874 ], "_set": [ - 3877 + 3885 ], "where": [ - 3864 + 3872 ], "__typename": [ 80 @@ -88179,10 +88504,10 @@ export default { }, "player_utility_var_pop_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88201,10 +88526,10 @@ export default { }, "player_utility_var_samp_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88223,10 +88548,10 @@ export default { }, "player_utility_variance_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88246,7 +88571,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "shots": [ 40 @@ -88266,10 +88591,10 @@ export default { }, "player_weapon_stats_v_aggregate": { "aggregate": [ - 3900 + 3908 ], "nodes": [ - 3896 + 3904 ], "__typename": [ 80 @@ -88277,7 +88602,7 @@ export default { }, "player_weapon_stats_v_aggregate_bool_exp": { "count": [ - 3899 + 3907 ], "__typename": [ 80 @@ -88285,13 +88610,13 @@ export default { }, "player_weapon_stats_v_aggregate_bool_exp_count": { "arguments": [ - 3912 + 3920 ], "distinct": [ 5 ], "filter": [ - 3905 + 3913 ], "predicate": [ 41 @@ -88302,13 +88627,13 @@ export default { }, "player_weapon_stats_v_aggregate_fields": { "avg": [ - 3903 + 3911 ], "count": [ 40, { "columns": [ - 3912, + 3920, "[player_weapon_stats_v_select_column!]" ], "distinct": [ @@ -88317,31 +88642,31 @@ export default { } ], "max": [ - 3907 + 3915 ], "min": [ - 3909 + 3917 ], "stddev": [ - 3913 + 3921 ], "stddev_pop": [ - 3915 + 3923 ], "stddev_samp": [ - 3917 + 3925 ], "sum": [ - 3921 + 3929 ], "var_pop": [ - 3923 + 3931 ], "var_samp": [ - 3925 + 3933 ], "variance": [ - 3927 + 3935 ], "__typename": [ 80 @@ -88349,37 +88674,37 @@ export default { }, "player_weapon_stats_v_aggregate_order_by": { "avg": [ - 3904 + 3912 ], "count": [ - 2971 + 2979 ], "max": [ - 3908 + 3916 ], "min": [ - 3910 + 3918 ], "stddev": [ - 3914 + 3922 ], "stddev_pop": [ - 3916 + 3924 ], "stddev_samp": [ - 3918 + 3926 ], "sum": [ - 3922 + 3930 ], "var_pop": [ - 3924 + 3932 ], "var_samp": [ - 3926 + 3934 ], "variance": [ - 3928 + 3936 ], "__typename": [ 80 @@ -88387,7 +88712,7 @@ export default { }, "player_weapon_stats_v_arr_rel_insert_input": { "data": [ - 3906 + 3914 ], "__typename": [ 80 @@ -88421,25 +88746,25 @@ export default { }, "player_weapon_stats_v_avg_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88447,13 +88772,13 @@ export default { }, "player_weapon_stats_v_bool_exp": { "_and": [ - 3905 + 3913 ], "_not": [ - 3905 + 3913 ], "_or": [ - 3905 + 3913 ], "first_bullet_hits": [ 41 @@ -88468,7 +88793,7 @@ export default { 41 ], "match_id": [ - 5020 + 5028 ], "shots": [ 41 @@ -88500,7 +88825,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "shots": [ 40 @@ -88532,7 +88857,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "shots": [ 40 @@ -88552,31 +88877,31 @@ export default { }, "player_weapon_stats_v_max_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "weapon_class": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88596,7 +88921,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "shots": [ 40 @@ -88616,31 +88941,31 @@ export default { }, "player_weapon_stats_v_min_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "weapon_class": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88648,31 +88973,31 @@ export default { }, "player_weapon_stats_v_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "weapon_class": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88707,25 +89032,25 @@ export default { }, "player_weapon_stats_v_stddev_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88759,25 +89084,25 @@ export default { }, "player_weapon_stats_v_stddev_pop_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88811,25 +89136,25 @@ export default { }, "player_weapon_stats_v_stddev_samp_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88837,7 +89162,7 @@ export default { }, "player_weapon_stats_v_stream_cursor_input": { "initial_value": [ - 3920 + 3928 ], "ordering": [ 313 @@ -88860,7 +89185,7 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "shots": [ 40 @@ -88906,25 +89231,25 @@ export default { }, "player_weapon_stats_v_sum_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -88958,25 +89283,25 @@ export default { }, "player_weapon_stats_v_var_pop_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -89010,25 +89335,25 @@ export default { }, "player_weapon_stats_v_var_samp_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -89062,25 +89387,25 @@ export default { }, "player_weapon_stats_v_variance_order_by": { "first_bullet_hits": [ - 2971 + 2979 ], "first_bullet_shots": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "hits_spotted": [ - 2971 + 2979 ], "shots": [ - 2971 + 2979 ], "shots_spotted": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -89132,10 +89457,10 @@ export default { } ], "aim_weapon_stats": [ - 3068, + 3076, { "distinct_on": [ - 3089, + 3097, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -89145,19 +89470,19 @@ export default { 40 ], "order_by": [ - 3087, + 3095, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3077 + 3085 ] } ], "aim_weapon_stats_aggregate": [ - 3069, + 3077, { "distinct_on": [ - 3089, + 3097, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -89167,19 +89492,19 @@ export default { 40 ], "order_by": [ - 3087, + 3095, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3077 + 3085 ] } ], "assists": [ - 3109, + 3117, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -89189,19 +89514,19 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "assists_aggregate": [ - 3110, + 3118, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -89211,19 +89536,19 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "assited_by_players": [ - 3109, + 3117, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -89233,19 +89558,19 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "assited_by_players_aggregate": [ - 3110, + 3118, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -89255,11 +89580,11 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], @@ -89310,6 +89635,9 @@ export default { ] } ], + "banned_until": [ + 4526 + ], "coach_lineups": [ 2466, { @@ -89358,19 +89686,19 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "current_lobby_id": [ - 5018 + 5026 ], "custom_avatar_url": [ 80 ], "damage_dealt": [ - 3172, + 3180, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -89380,19 +89708,19 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], "damage_dealt_aggregate": [ - 3173, + 3181, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -89402,19 +89730,19 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], "damage_taken": [ - 3172, + 3180, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -89424,19 +89752,19 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], "damage_taken_aggregate": [ - 3173, + 3181, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -89446,11 +89774,11 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], @@ -89458,10 +89786,10 @@ export default { 40 ], "deaths": [ - 3326, + 3334, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -89471,19 +89799,19 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "deaths_aggregate": [ - 3327, + 3335, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -89493,11 +89821,11 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], @@ -89557,10 +89885,10 @@ export default { } ], "elo_history": [ - 5395, + 5403, { "distinct_on": [ - 5421, + 5429, "[v_player_elo_select_column!]" ], "limit": [ @@ -89570,19 +89898,19 @@ export default { 40 ], "order_by": [ - 5420, + 5428, "[v_player_elo_order_by!]" ], "where": [ - 5414 + 5422 ] } ], "elo_history_aggregate": [ - 5396, + 5404, { "distinct_on": [ - 5421, + 5429, "[v_player_elo_select_column!]" ], "limit": [ @@ -89592,11 +89920,11 @@ export default { 40 ], "order_by": [ - 5420, + 5428, "[v_player_elo_order_by!]" ], "where": [ - 5414 + 5422 ] } ], @@ -89610,10 +89938,10 @@ export default { 80 ], "faceit_rank_history": [ - 3240, + 3248, { "distinct_on": [ - 3261, + 3269, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -89623,19 +89951,19 @@ export default { 40 ], "order_by": [ - 3259, + 3267, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3249 + 3257 ] } ], "faceit_rank_history_aggregate": [ - 3241, + 3249, { "distinct_on": [ - 3261, + 3269, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -89645,11 +89973,11 @@ export default { 40 ], "order_by": [ - 3259, + 3267, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3249 + 3257 ] } ], @@ -89657,16 +89985,16 @@ export default { 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 ], "flashed_by_players": [ - 3281, + 3289, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -89676,19 +90004,19 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "flashed_by_players_aggregate": [ - 3282, + 3290, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -89698,19 +90026,19 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "flashed_players": [ - 3281, + 3289, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -89720,19 +90048,19 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "flashed_players_aggregate": [ - 3282, + 3290, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -89742,19 +90070,19 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "friends": [ - 2846, + 2854, { "distinct_on": [ - 2871, + 2879, "[my_friends_select_column!]" ], "limit": [ @@ -89764,19 +90092,19 @@ export default { 40 ], "order_by": [ - 2869, + 2877, "[my_friends_order_by!]" ], "where": [ - 2858 + 2866 ] } ], "friends_aggregate": [ - 2847, + 2855, { "distinct_on": [ - 2871, + 2879, "[my_friends_select_column!]" ], "limit": [ @@ -89786,11 +90114,11 @@ export default { 40 ], "order_by": [ - 2869, + 2877, "[my_friends_order_by!]" ], "where": [ - 2858 + 2866 ] } ], @@ -89798,10 +90126,10 @@ export default { 40 ], "invited_players": [ - 4188, + 4196, { "distinct_on": [ - 4209, + 4217, "[team_invites_select_column!]" ], "limit": [ @@ -89811,19 +90139,19 @@ export default { 40 ], "order_by": [ - 4207, + 4215, "[team_invites_order_by!]" ], "where": [ - 4197 + 4205 ] } ], "invited_players_aggregate": [ - 4189, + 4197, { "distinct_on": [ - 4209, + 4217, "[team_invites_select_column!]" ], "limit": [ @@ -89833,14 +90161,17 @@ export default { 40 ], "order_by": [ - 4207, + 4215, "[team_invites_order_by!]" ], "where": [ - 4197 + 4205 ] } ], + "is_admin_sanctioned": [ + 5 + ], "is_banned": [ 5 ], @@ -89859,11 +90190,14 @@ export default { "is_muted": [ 5 ], + "is_registered": [ + 5 + ], "kills": [ - 3326, + 3334, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -89873,19 +90207,19 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "kills_aggregate": [ - 3327, + 3335, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -89895,19 +90229,19 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "kills_by_weapons": [ - 3338, + 3346, { "distinct_on": [ - 3359, + 3367, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -89917,19 +90251,19 @@ export default { 40 ], "order_by": [ - 3357, + 3365, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3347 + 3355 ] } ], "kills_by_weapons_aggregate": [ - 3339, + 3347, { "distinct_on": [ - 3359, + 3367, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -89939,11 +90273,11 @@ export default { 40 ], "order_by": [ - 3357, + 3365, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3347 + 3355 ] } ], @@ -89951,10 +90285,10 @@ export default { 80 ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "lobby_players": [ 2240, @@ -90013,10 +90347,10 @@ export default { 40 ], "match_map_hltv": [ - 5500, + 5508, { "distinct_on": [ - 5518, + 5526, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -90026,19 +90360,19 @@ export default { 40 ], "order_by": [ - 5517, + 5525, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5509 + 5517 ] } ], "match_map_hltv_aggregate": [ - 5501, + 5509, { "distinct_on": [ - 5518, + 5526, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -90048,19 +90382,19 @@ export default { 40 ], "order_by": [ - 5517, + 5525, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5509 + 5517 ] } ], "match_map_stats": [ - 3435, + 3443, { "distinct_on": [ - 3456, + 3464, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -90070,19 +90404,19 @@ export default { 40 ], "order_by": [ - 3454, + 3462, "[player_match_map_stats_order_by!]" ], "where": [ - 3444 + 3452 ] } ], "match_map_stats_aggregate": [ - 3436, + 3444, { "distinct_on": [ - 3456, + 3464, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -90092,19 +90426,19 @@ export default { 40 ], "order_by": [ - 3454, + 3462, "[player_match_map_stats_order_by!]" ], "where": [ - 3444 + 3452 ] } ], "match_stats": [ - 3494, + 3502, { "distinct_on": [ - 3510, + 3518, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -90114,19 +90448,19 @@ export default { 40 ], "order_by": [ - 3509, + 3517, "[player_match_stats_v_order_by!]" ], "where": [ - 3503 + 3511 ] } ], "match_stats_aggregate": [ - 3495, + 3503, { "distinct_on": [ - 3510, + 3518, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -90136,19 +90470,19 @@ export default { 40 ], "order_by": [ - 3509, + 3517, "[player_match_stats_v_order_by!]" ], "where": [ - 3503 + 3511 ] } ], "matches": [ - 2786, + 2794, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -90158,22 +90492,22 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], "matchmaking_cooldown": [ - 4518 + 4526 ], "multi_kills": [ - 5591, + 5599, { "distinct_on": [ - 5607, + 5615, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -90183,19 +90517,19 @@ export default { 40 ], "order_by": [ - 5606, + 5614, "[v_player_multi_kills_order_by!]" ], "where": [ - 5600 + 5608 ] } ], "multi_kills_aggregate": [ - 5592, + 5600, { "distinct_on": [ - 5607, + 5615, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -90205,11 +90539,11 @@ export default { 40 ], "order_by": [ - 5606, + 5614, "[v_player_multi_kills_order_by!]" ], "where": [ - 5600 + 5608 ] } ], @@ -90220,10 +90554,10 @@ export default { 5 ], "notifications": [ - 2919, + 2927, { "distinct_on": [ - 2947, + 2955, "[notifications_select_column!]" ], "limit": [ @@ -90233,19 +90567,19 @@ export default { 40 ], "order_by": [ - 2944, + 2952, "[notifications_order_by!]" ], "where": [ - 2931 + 2939 ] } ], "notifications_aggregate": [ - 2920, + 2928, { "distinct_on": [ - 2947, + 2955, "[notifications_select_column!]" ], "limit": [ @@ -90255,19 +90589,19 @@ export default { 40 ], "order_by": [ - 2944, + 2952, "[notifications_order_by!]" ], "where": [ - 2931 + 2939 ] } ], "objectives": [ - 3527, + 3535, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -90277,19 +90611,19 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], "objectives_aggregate": [ - 3528, + 3536, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -90299,19 +90633,19 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], "owned_teams": [ - 4471, + 4479, { "distinct_on": [ - 4495, + 4503, "[teams_select_column!]" ], "limit": [ @@ -90321,19 +90655,19 @@ export default { 40 ], "order_by": [ - 4493, + 4501, "[teams_order_by!]" ], "where": [ - 4482 + 4490 ] } ], "owned_teams_aggregate": [ - 4472, + 4480, { "distinct_on": [ - 4495, + 4503, "[teams_select_column!]" ], "limit": [ @@ -90343,11 +90677,11 @@ export default { 40 ], "order_by": [ - 4493, + 4501, "[teams_order_by!]" ], "where": [ - 4482 + 4490 ] } ], @@ -90360,10 +90694,10 @@ export default { } ], "pending_match_imports": [ - 2972, + 2980, { "distinct_on": [ - 2993, + 3001, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -90373,19 +90707,19 @@ export default { 40 ], "order_by": [ - 2991, + 2999, "[pending_match_import_players_order_by!]" ], "where": [ - 2981 + 2989 ] } ], "pending_match_imports_aggregate": [ - 2973, + 2981, { "distinct_on": [ - 2993, + 3001, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -90395,11 +90729,11 @@ export default { 40 ], "order_by": [ - 2991, + 2999, "[pending_match_import_players_order_by!]" ], "where": [ - 2981 + 2989 ] } ], @@ -90448,10 +90782,10 @@ export default { } ], "player_unused_utilities": [ - 3814, + 3822, { "distinct_on": [ - 3835, + 3843, "[player_unused_utility_select_column!]" ], "limit": [ @@ -90461,19 +90795,19 @@ export default { 40 ], "order_by": [ - 3833, + 3841, "[player_unused_utility_order_by!]" ], "where": [ - 3823 + 3831 ] } ], "player_unused_utilities_aggregate": [ - 3815, + 3823, { "distinct_on": [ - 3835, + 3843, "[player_unused_utility_select_column!]" ], "limit": [ @@ -90483,11 +90817,11 @@ export default { 40 ], "order_by": [ - 3833, + 3841, "[player_unused_utility_order_by!]" ], "where": [ - 3823 + 3831 ] } ], @@ -90495,10 +90829,10 @@ export default { 40 ], "premier_rank_history": [ - 3586, + 3594, { "distinct_on": [ - 3607, + 3615, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -90508,19 +90842,19 @@ export default { 40 ], "order_by": [ - 3605, + 3613, "[player_premier_rank_history_order_by!]" ], "where": [ - 3595 + 3603 ] } ], "premier_rank_history_aggregate": [ - 3587, + 3595, { "distinct_on": [ - 3607, + 3615, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -90530,16 +90864,16 @@ export default { 40 ], "order_by": [ - 3605, + 3613, "[player_premier_rank_history_order_by!]" ], "where": [ - 3595 + 3603 ] } ], "premier_rank_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -90551,10 +90885,10 @@ export default { 80 ], "sanctions": [ - 3627, + 3635, { "distinct_on": [ - 3648, + 3656, "[player_sanctions_select_column!]" ], "limit": [ @@ -90564,19 +90898,19 @@ export default { 40 ], "order_by": [ - 3646, + 3654, "[player_sanctions_order_by!]" ], "where": [ - 3636 + 3644 ] } ], "sanctions_aggregate": [ - 3628, + 3636, { "distinct_on": [ - 3648, + 3656, "[player_sanctions_select_column!]" ], "limit": [ @@ -90586,19 +90920,19 @@ export default { 40 ], "order_by": [ - 3646, + 3654, "[player_sanctions_order_by!]" ], "where": [ - 3636 + 3644 ] } ], "season_stats": [ - 3668, + 3676, { "distinct_on": [ - 3699, + 3707, "[player_season_stats_select_column!]" ], "limit": [ @@ -90608,19 +90942,19 @@ export default { 40 ], "order_by": [ - 3697, + 3705, "[player_season_stats_order_by!]" ], "where": [ - 3687 + 3695 ] } ], "season_stats_aggregate": [ - 3669, + 3677, { "distinct_on": [ - 3699, + 3707, "[player_season_stats_select_column!]" ], "limit": [ @@ -90630,11 +90964,11 @@ export default { 40 ], "order_by": [ - 3697, + 3705, "[player_season_stats_order_by!]" ], "where": [ - 3687 + 3695 ] } ], @@ -90642,19 +90976,19 @@ export default { 5 ], "stats": [ - 3727 + 3735 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 ], "team_invites": [ - 4188, + 4196, { "distinct_on": [ - 4209, + 4217, "[team_invites_select_column!]" ], "limit": [ @@ -90664,19 +90998,19 @@ export default { 40 ], "order_by": [ - 4207, + 4215, "[team_invites_order_by!]" ], "where": [ - 4197 + 4205 ] } ], "team_invites_aggregate": [ - 4189, + 4197, { "distinct_on": [ - 4209, + 4217, "[team_invites_select_column!]" ], "limit": [ @@ -90686,19 +91020,19 @@ export default { 40 ], "order_by": [ - 4207, + 4215, "[team_invites_order_by!]" ], "where": [ - 4197 + 4205 ] } ], "team_members": [ - 4229, + 4237, { "distinct_on": [ - 4252, + 4260, "[team_roster_select_column!]" ], "limit": [ @@ -90708,19 +91042,19 @@ export default { 40 ], "order_by": [ - 4250, + 4258, "[team_roster_order_by!]" ], "where": [ - 4240 + 4248 ] } ], "team_members_aggregate": [ - 4230, + 4238, { "distinct_on": [ - 4252, + 4260, "[team_roster_select_column!]" ], "limit": [ @@ -90730,19 +91064,19 @@ export default { 40 ], "order_by": [ - 4250, + 4258, "[team_roster_order_by!]" ], "where": [ - 4240 + 4248 ] } ], "teams": [ - 4471, + 4479, { "distinct_on": [ - 4495, + 4503, "[teams_select_column!]" ], "limit": [ @@ -90752,11 +91086,11 @@ export default { 40 ], "order_by": [ - 4493, + 4501, "[teams_order_by!]" ], "where": [ - 4482 + 4490 ] } ], @@ -90764,10 +91098,10 @@ export default { 40 ], "tournament_organizers": [ - 4656, + 4664, { "distinct_on": [ - 4677, + 4685, "[tournament_organizers_select_column!]" ], "limit": [ @@ -90777,19 +91111,19 @@ export default { 40 ], "order_by": [ - 4675, + 4683, "[tournament_organizers_order_by!]" ], "where": [ - 4665 + 4673 ] } ], "tournament_organizers_aggregate": [ - 4657, + 4665, { "distinct_on": [ - 4677, + 4685, "[tournament_organizers_select_column!]" ], "limit": [ @@ -90799,19 +91133,19 @@ export default { 40 ], "order_by": [ - 4675, + 4683, "[tournament_organizers_order_by!]" ], "where": [ - 4665 + 4673 ] } ], "tournament_rosters": [ - 4871, + 4879, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -90821,19 +91155,19 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], "tournament_rosters_aggregate": [ - 4872, + 4880, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -90843,19 +91177,19 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], "tournaments": [ - 4954, + 4962, { "distinct_on": [ - 4988, + 4996, "[tournaments_select_column!]" ], "limit": [ @@ -90865,19 +91199,19 @@ export default { 40 ], "order_by": [ - 4986, + 4994, "[tournaments_order_by!]" ], "where": [ - 4975 + 4983 ] } ], "tournaments_aggregate": [ - 4955, + 4963, { "distinct_on": [ - 4988, + 4996, "[tournaments_select_column!]" ], "limit": [ @@ -90887,19 +91221,19 @@ export default { 40 ], "order_by": [ - 4986, + 4994, "[tournaments_order_by!]" ], "where": [ - 4975 + 4983 ] } ], "utility_thrown": [ - 3855, + 3863, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -90909,19 +91243,19 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], "utility_thrown_aggregate": [ - 3856, + 3864, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -90931,11 +91265,11 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], @@ -90946,10 +91280,10 @@ export default { 5 ], "weapon_stats": [ - 3896, + 3904, { "distinct_on": [ - 3912, + 3920, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -90959,19 +91293,19 @@ export default { 40 ], "order_by": [ - 3911, + 3919, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3905 + 3913 ] } ], "weapon_stats_aggregate": [ - 3897, + 3905, { "distinct_on": [ - 3912, + 3920, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -90981,11 +91315,11 @@ export default { 40 ], "order_by": [ - 3911, + 3919, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3905 + 3913 ] } ], @@ -91007,10 +91341,10 @@ export default { }, "players_aggregate": { "aggregate": [ - 3931 + 3939 ], "nodes": [ - 3929 + 3937 ], "__typename": [ 80 @@ -91018,13 +91352,13 @@ export default { }, "players_aggregate_fields": { "avg": [ - 3932 + 3940 ], "count": [ 40, { "columns": [ - 3944, + 3952, "[players_select_column!]" ], "distinct": [ @@ -91033,31 +91367,31 @@ export default { } ], "max": [ - 3937 + 3945 ], "min": [ - 3938 + 3946 ], "stddev": [ - 3946 + 3954 ], "stddev_pop": [ - 3947 + 3955 ], "stddev_samp": [ - 3948 + 3956 ], "sum": [ - 3951 + 3959 ], "var_pop": [ - 3954 + 3962 ], "var_samp": [ - 3955 + 3963 ], "variance": [ - 3956 + 3964 ], "__typename": [ 80 @@ -91118,13 +91452,13 @@ export default { }, "players_bool_exp": { "_and": [ - 3933 + 3941 ], "_not": [ - 3933 + 3941 ], "_or": [ - 3933 + 3941 ], "abandoned_matches": [ 128 @@ -91133,22 +91467,22 @@ export default { 121 ], "aim_weapon_stats": [ - 3077 + 3085 ], "aim_weapon_stats_aggregate": [ - 3070 + 3078 ], "assists": [ - 3120 + 3128 ], "assists_aggregate": [ - 3111 + 3119 ], "assited_by_players": [ - 3120 + 3128 ], "assited_by_players_aggregate": [ - 3111 + 3119 ], "avatar_url": [ 82 @@ -91159,6 +91493,9 @@ export default { "awards_aggregate": [ 190 ], + "banned_until": [ + 4527 + ], "coach_lineups": [ 2475 ], @@ -91169,34 +91506,34 @@ export default { 82 ], "created_at": [ - 4519 + 4527 ], "current_lobby_id": [ - 5020 + 5028 ], "custom_avatar_url": [ 82 ], "damage_dealt": [ - 3181 + 3189 ], "damage_dealt_aggregate": [ - 3174 + 3182 ], "damage_taken": [ - 3181 + 3189 ], "damage_taken_aggregate": [ - 3174 + 3182 ], "days_since_last_ban": [ 41 ], "deaths": [ - 3337 + 3345 ], "deaths_aggregate": [ - 3328 + 3336 ], "discord_id": [ 82 @@ -91211,10 +91548,10 @@ export default { 1844 ], "elo_history": [ - 5414 + 5422 ], "elo_history_aggregate": [ - 5397 + 5405 ], "faceit_elo": [ 41 @@ -91226,46 +91563,49 @@ export default { 82 ], "faceit_rank_history": [ - 3249 + 3257 ], "faceit_rank_history_aggregate": [ - 3242 + 3250 ], "faceit_skill_level": [ 41 ], "faceit_updated_at": [ - 4519 + 4527 ], "faceit_url": [ 82 ], "flashed_by_players": [ - 3292 + 3300 ], "flashed_by_players_aggregate": [ - 3283 + 3291 ], "flashed_players": [ - 3292 + 3300 ], "flashed_players_aggregate": [ - 3283 + 3291 ], "friends": [ - 2858 + 2866 ], "friends_aggregate": [ - 2848 + 2856 ], "game_ban_count": [ 41 ], "invited_players": [ - 4197 + 4205 ], "invited_players_aggregate": [ - 4190 + 4198 + ], + "is_admin_sanctioned": [ + 6 ], "is_banned": [ 6 @@ -91285,26 +91625,29 @@ export default { "is_muted": [ 6 ], + "is_registered": [ + 6 + ], "kills": [ - 3337 + 3345 ], "kills_aggregate": [ - 3328 + 3336 ], "kills_by_weapons": [ - 3347 + 3355 ], "kills_by_weapons_aggregate": [ - 3340 + 3348 ], "language": [ 82 ], "last_read_news_at": [ - 4519 + 4527 ], "last_sign_in_at": [ - 4519 + 4527 ], "lobby_players": [ 2251 @@ -91325,34 +91668,34 @@ export default { 41 ], "match_map_hltv": [ - 5509 + 5517 ], "match_map_hltv_aggregate": [ - 5502 + 5510 ], "match_map_stats": [ - 3444 + 3452 ], "match_map_stats_aggregate": [ - 3437 + 3445 ], "match_stats": [ - 3503 + 3511 ], "match_stats_aggregate": [ - 3496 + 3504 ], "matches": [ - 2795 + 2803 ], "matchmaking_cooldown": [ - 4519 + 4527 ], "multi_kills": [ - 5600 + 5608 ], "multi_kills_aggregate": [ - 5593 + 5601 ], "name": [ 82 @@ -91361,31 +91704,31 @@ export default { 6 ], "notifications": [ - 2931 + 2939 ], "notifications_aggregate": [ - 2921 + 2929 ], "objectives": [ - 3536 + 3544 ], "objectives_aggregate": [ - 3529 + 3537 ], "owned_teams": [ - 4482 + 4490 ], "owned_teams_aggregate": [ - 4473 + 4481 ], "peak_elo": [ 1844 ], "pending_match_imports": [ - 2981 + 2989 ], "pending_match_imports_aggregate": [ - 2974 + 2982 ], "player_lineup": [ 2432 @@ -91394,22 +91737,22 @@ export default { 2423 ], "player_unused_utilities": [ - 3823 + 3831 ], "player_unused_utilities_aggregate": [ - 3816 + 3824 ], "premier_rank": [ 41 ], "premier_rank_history": [ - 3595 + 3603 ], "premier_rank_history_aggregate": [ - 3588 + 3596 ], "premier_rank_updated_at": [ - 4519 + 4527 ], "profile_url": [ 82 @@ -91421,70 +91764,70 @@ export default { 82 ], "sanctions": [ - 3636 + 3644 ], "sanctions_aggregate": [ - 3629 + 3637 ], "season_stats": [ - 3687 + 3695 ], "season_stats_aggregate": [ - 3670 + 3678 ], "show_match_ready_modal": [ 6 ], "stats": [ - 3731 + 3739 ], "steam_bans_checked_at": [ - 4519 + 4527 ], "steam_id": [ 259 ], "team_invites": [ - 4197 + 4205 ], "team_invites_aggregate": [ - 4190 + 4198 ], "team_members": [ - 4240 + 4248 ], "team_members_aggregate": [ - 4231 + 4239 ], "teams": [ - 4482 + 4490 ], "total_matches": [ 41 ], "tournament_organizers": [ - 4665 + 4673 ], "tournament_organizers_aggregate": [ - 4658 + 4666 ], "tournament_rosters": [ - 4880 + 4888 ], "tournament_rosters_aggregate": [ - 4873 + 4881 ], "tournaments": [ - 4975 + 4983 ], "tournaments_aggregate": [ - 4956 + 4964 ], "utility_thrown": [ - 3864 + 3872 ], "utility_thrown_aggregate": [ - 3857 + 3865 ], "vac_ban_count": [ 41 @@ -91493,10 +91836,10 @@ export default { 6 ], "weapon_stats": [ - 3905 + 3913 ], "weapon_stats_aggregate": [ - 3898 + 3906 ], "wins": [ 41 @@ -91546,13 +91889,13 @@ export default { 125 ], "aim_weapon_stats": [ - 3074 + 3082 ], "assists": [ - 3117 + 3125 ], "assited_by_players": [ - 3117 + 3125 ], "avatar_url": [ 80 @@ -91567,22 +91910,22 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "custom_avatar_url": [ 80 ], "damage_dealt": [ - 3178 + 3186 ], "damage_taken": [ - 3178 + 3186 ], "days_since_last_ban": [ 40 ], "deaths": [ - 3334 + 3342 ], "discord_id": [ 80 @@ -91591,7 +91934,7 @@ export default { 426 ], "elo_history": [ - 5411 + 5419 ], "faceit_elo": [ 40 @@ -91603,61 +91946,61 @@ export default { 80 ], "faceit_rank_history": [ - 3246 + 3254 ], "faceit_skill_level": [ 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 ], "flashed_by_players": [ - 3289 + 3297 ], "flashed_players": [ - 3289 + 3297 ], "friends": [ - 2855 + 2863 ], "game_ban_count": [ 40 ], "invited_players": [ - 4194 + 4202 ], "kills": [ - 3334 + 3342 ], "kills_by_weapons": [ - 3344 + 3352 ], "language": [ 80 ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "lobby_players": [ 2248 ], "match_map_hltv": [ - 5506 + 5514 ], "match_map_stats": [ - 3441 + 3449 ], "match_stats": [ - 3500 + 3508 ], "multi_kills": [ - 5597 + 5605 ], "name": [ 80 @@ -91666,31 +92009,31 @@ export default { 5 ], "notifications": [ - 2928 + 2936 ], "objectives": [ - 3533 + 3541 ], "owned_teams": [ - 4479 + 4487 ], "pending_match_imports": [ - 2978 + 2986 ], "player_lineup": [ 2429 ], "player_unused_utilities": [ - 3820 + 3828 ], "premier_rank": [ 40 ], "premier_rank_history": [ - 3592 + 3600 ], "premier_rank_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -91702,40 +92045,40 @@ export default { 80 ], "sanctions": [ - 3633 + 3641 ], "season_stats": [ - 3684 + 3692 ], "show_match_ready_modal": [ 5 ], "stats": [ - 3738 + 3746 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 ], "team_invites": [ - 4194 + 4202 ], "team_members": [ - 4237 + 4245 ], "tournament_organizers": [ - 4662 + 4670 ], "tournament_rosters": [ - 4877 + 4885 ], "tournaments": [ - 4972 + 4980 ], "utility_thrown": [ - 3861 + 3869 ], "vac_ban_count": [ 40 @@ -91744,7 +92087,7 @@ export default { 5 ], "weapon_stats": [ - 3902 + 3910 ], "__typename": [ 80 @@ -91754,14 +92097,17 @@ export default { "avatar_url": [ 80 ], + "banned_until": [ + 4526 + ], "country": [ 80 ], "created_at": [ - 4518 + 4526 ], "current_lobby_id": [ - 5018 + 5026 ], "custom_avatar_url": [ 80 @@ -91785,7 +92131,7 @@ export default { 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 @@ -91797,10 +92143,10 @@ export default { 80 ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "losses": [ 40 @@ -91815,7 +92161,7 @@ export default { 40 ], "matchmaking_cooldown": [ - 4518 + 4526 ], "name": [ 80 @@ -91824,7 +92170,7 @@ export default { 40 ], "premier_rank_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -91833,7 +92179,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -91864,14 +92210,17 @@ export default { "avatar_url": [ 80 ], + "banned_until": [ + 4526 + ], "country": [ 80 ], "created_at": [ - 4518 + 4526 ], "current_lobby_id": [ - 5018 + 5026 ], "custom_avatar_url": [ 80 @@ -91895,7 +92244,7 @@ export default { 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 @@ -91907,10 +92256,10 @@ export default { 80 ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "losses": [ 40 @@ -91925,7 +92274,7 @@ export default { 40 ], "matchmaking_cooldown": [ - 4518 + 4526 ], "name": [ 80 @@ -91934,7 +92283,7 @@ export default { 40 ], "premier_rank_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -91943,7 +92292,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -91975,7 +92324,7 @@ export default { 40 ], "returning": [ - 3929 + 3937 ], "__typename": [ 80 @@ -91983,10 +92332,10 @@ export default { }, "players_obj_rel_insert_input": { "data": [ - 3936 + 3944 ], "on_conflict": [ - 3941 + 3949 ], "__typename": [ 80 @@ -91994,13 +92343,13 @@ export default { }, "players_on_conflict": { "constraint": [ - 3934 + 3942 ], "update_columns": [ - 3952 + 3960 ], "where": [ - 3933 + 3941 ], "__typename": [ 80 @@ -92011,268 +92360,277 @@ export default { 124 ], "aim_weapon_stats_aggregate": [ - 3073 + 3081 ], "assists_aggregate": [ - 3116 + 3124 ], "assited_by_players_aggregate": [ - 3116 + 3124 ], "avatar_url": [ - 2971 + 2979 ], "awards_aggregate": [ 193 ], + "banned_until": [ + 2979 + ], "coach_lineups_aggregate": [ 2471 ], "country": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "current_lobby_id": [ - 2971 + 2979 ], "custom_avatar_url": [ - 2971 + 2979 ], "damage_dealt_aggregate": [ - 3177 + 3185 ], "damage_taken_aggregate": [ - 3177 + 3185 ], "days_since_last_ban": [ - 2971 + 2979 ], "deaths_aggregate": [ - 3333 + 3341 ], "discord_id": [ - 2971 + 2979 ], "draft_game_players_aggregate": [ 425 ], "elo": [ - 2971 + 2979 ], "elo_history_aggregate": [ - 5410 + 5418 ], "faceit_elo": [ - 2971 + 2979 ], "faceit_nickname": [ - 2971 + 2979 ], "faceit_player_id": [ - 2971 + 2979 ], "faceit_rank_history_aggregate": [ - 3245 + 3253 ], "faceit_skill_level": [ - 2971 + 2979 ], "faceit_updated_at": [ - 2971 + 2979 ], "faceit_url": [ - 2971 + 2979 ], "flashed_by_players_aggregate": [ - 3288 + 3296 ], "flashed_players_aggregate": [ - 3288 + 3296 ], "friends_aggregate": [ - 2853 + 2861 ], "game_ban_count": [ - 2971 + 2979 ], "invited_players_aggregate": [ - 4193 + 4201 + ], + "is_admin_sanctioned": [ + 2979 ], "is_banned": [ - 2971 + 2979 ], "is_gagged": [ - 2971 + 2979 ], "is_in_another_match": [ - 2971 + 2979 ], "is_in_draft": [ - 2971 + 2979 ], "is_in_lobby": [ - 2971 + 2979 ], "is_muted": [ - 2971 + 2979 + ], + "is_registered": [ + 2979 ], "kills_aggregate": [ - 3333 + 3341 ], "kills_by_weapons_aggregate": [ - 3343 + 3351 ], "language": [ - 2971 + 2979 ], "last_read_news_at": [ - 2971 + 2979 ], "last_sign_in_at": [ - 2971 + 2979 ], "lobby_players_aggregate": [ 2247 ], "losses": [ - 2971 + 2979 ], "losses_competitive": [ - 2971 + 2979 ], "losses_duel": [ - 2971 + 2979 ], "losses_wingman": [ - 2971 + 2979 ], "match_map_hltv_aggregate": [ - 5505 + 5513 ], "match_map_stats_aggregate": [ - 3440 + 3448 ], "match_stats_aggregate": [ - 3499 + 3507 ], "matches_aggregate": [ - 2791 + 2799 ], "matchmaking_cooldown": [ - 2971 + 2979 ], "multi_kills_aggregate": [ - 5596 + 5604 ], "name": [ - 2971 + 2979 ], "name_registered": [ - 2971 + 2979 ], "notifications_aggregate": [ - 2926 + 2934 ], "objectives_aggregate": [ - 3532 + 3540 ], "owned_teams_aggregate": [ - 4478 + 4486 ], "peak_elo": [ - 2971 + 2979 ], "pending_match_imports_aggregate": [ - 2977 + 2985 ], "player_lineup_aggregate": [ 2428 ], "player_unused_utilities_aggregate": [ - 3819 + 3827 ], "premier_rank": [ - 2971 + 2979 ], "premier_rank_history_aggregate": [ - 3591 + 3599 ], "premier_rank_updated_at": [ - 2971 + 2979 ], "profile_url": [ - 2971 + 2979 ], "role": [ - 2971 + 2979 ], "roster_image_url": [ - 2971 + 2979 ], "sanctions_aggregate": [ - 3632 + 3640 ], "season_stats_aggregate": [ - 3683 + 3691 ], "show_match_ready_modal": [ - 2971 + 2979 ], "stats": [ - 3740 + 3748 ], "steam_bans_checked_at": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_invites_aggregate": [ - 4193 + 4201 ], "team_members_aggregate": [ - 4236 + 4244 ], "teams_aggregate": [ - 4478 + 4486 ], "total_matches": [ - 2971 + 2979 ], "tournament_organizers_aggregate": [ - 4661 + 4669 ], "tournament_rosters_aggregate": [ - 4876 + 4884 ], "tournaments_aggregate": [ - 4971 + 4979 ], "utility_thrown_aggregate": [ - 3860 + 3868 ], "vac_ban_count": [ - 2971 + 2979 ], "vac_banned": [ - 2971 + 2979 ], "weapon_stats_aggregate": [ - 3901 + 3909 ], "wins": [ - 2971 + 2979 ], "wins_competitive": [ - 2971 + 2979 ], "wins_duel": [ - 2971 + 2979 ], "wins_wingman": [ - 2971 + 2979 ], "__typename": [ 80 @@ -92295,7 +92653,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "custom_avatar_url": [ 80 @@ -92319,7 +92677,7 @@ export default { 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 @@ -92331,10 +92689,10 @@ export default { 80 ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "name": [ 80 @@ -92346,7 +92704,7 @@ export default { 40 ], "premier_rank_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -92361,7 +92719,7 @@ export default { 5 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -92537,7 +92895,7 @@ export default { }, "players_stream_cursor_input": { "initial_value": [ - 3950 + 3958 ], "ordering": [ 313 @@ -92554,7 +92912,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "custom_avatar_url": [ 80 @@ -92578,7 +92936,7 @@ export default { 40 ], "faceit_updated_at": [ - 4518 + 4526 ], "faceit_url": [ 80 @@ -92590,10 +92948,10 @@ export default { 80 ], "last_read_news_at": [ - 4518 + 4526 ], "last_sign_in_at": [ - 4518 + 4526 ], "name": [ 80 @@ -92605,7 +92963,7 @@ export default { 40 ], "premier_rank_updated_at": [ - 4518 + 4526 ], "profile_url": [ 80 @@ -92620,7 +92978,7 @@ export default { 5 ], "steam_bans_checked_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -92691,13 +93049,13 @@ export default { "players_update_column": {}, "players_updates": { "_inc": [ - 3935 + 3943 ], "_set": [ - 3945 + 3953 ], "where": [ - 3933 + 3941 ], "__typename": [ 80 @@ -92867,7 +93225,7 @@ export default { 40 ], "published_at": [ - 4518 + 4526 ], "runtime": [ 1110 @@ -92881,10 +93239,10 @@ export default { }, "plugin_versions_aggregate": { "aggregate": [ - 3959 + 3967 ], "nodes": [ - 3957 + 3965 ], "__typename": [ 80 @@ -92892,13 +93250,13 @@ export default { }, "plugin_versions_aggregate_fields": { "avg": [ - 3960 + 3968 ], "count": [ 40, { "columns": [ - 3971, + 3979, "[plugin_versions_select_column!]" ], "distinct": [ @@ -92907,31 +93265,31 @@ export default { } ], "max": [ - 3965 + 3973 ], "min": [ - 3966 + 3974 ], "stddev": [ - 3973 + 3981 ], "stddev_pop": [ - 3974 + 3982 ], "stddev_samp": [ - 3975 + 3983 ], "sum": [ - 3978 + 3986 ], "var_pop": [ - 3981 + 3989 ], "var_samp": [ - 3982 + 3990 ], "variance": [ - 3983 + 3991 ], "__typename": [ 80 @@ -92947,19 +93305,19 @@ export default { }, "plugin_versions_bool_exp": { "_and": [ - 3961 + 3969 ], "_not": [ - 3961 + 3969 ], "_or": [ - 3961 + 3969 ], "min_game_build_id": [ 41 ], "published_at": [ - 4519 + 4527 ], "runtime": [ 1111 @@ -92985,7 +93343,7 @@ export default { 40 ], "published_at": [ - 4518 + 4526 ], "runtime": [ 1110 @@ -93002,7 +93360,7 @@ export default { 40 ], "published_at": [ - 4518 + 4526 ], "version": [ 80 @@ -93016,7 +93374,7 @@ export default { 40 ], "published_at": [ - 4518 + 4526 ], "version": [ 80 @@ -93030,7 +93388,7 @@ export default { 40 ], "returning": [ - 3957 + 3965 ], "__typename": [ 80 @@ -93038,13 +93396,13 @@ export default { }, "plugin_versions_on_conflict": { "constraint": [ - 3962 + 3970 ], "update_columns": [ - 3979 + 3987 ], "where": [ - 3961 + 3969 ], "__typename": [ 80 @@ -93052,16 +93410,16 @@ export default { }, "plugin_versions_order_by": { "min_game_build_id": [ - 2971 + 2979 ], "published_at": [ - 2971 + 2979 ], "runtime": [ - 2971 + 2979 ], "version": [ - 2971 + 2979 ], "__typename": [ 80 @@ -93084,7 +93442,7 @@ export default { 40 ], "published_at": [ - 4518 + 4526 ], "runtime": [ 1110 @@ -93122,7 +93480,7 @@ export default { }, "plugin_versions_stream_cursor_input": { "initial_value": [ - 3977 + 3985 ], "ordering": [ 313 @@ -93136,7 +93494,7 @@ export default { 40 ], "published_at": [ - 4518 + 4526 ], "runtime": [ 1110 @@ -93159,13 +93517,13 @@ export default { "plugin_versions_update_column": {}, "plugin_versions_updates": { "_inc": [ - 3963 + 3971 ], "_set": [ - 3972 + 3980 ], "where": [ - 3961 + 3969 ], "__typename": [ 80 @@ -93197,7 +93555,7 @@ export default { }, "recalculate_tournament_awards_args": { "_tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -93205,7 +93563,7 @@ export default { }, "remove_league_team_from_season_args": { "_league_team_season_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -93221,7 +93579,7 @@ export default { }, "restart_league_season_args": { "_league_season_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -93273,16 +93631,16 @@ export default { } ], "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "needs_rebuild": [ 5 @@ -93291,10 +93649,10 @@ export default { 40 ], "player_season_stats": [ - 3668, + 3676, { "distinct_on": [ - 3699, + 3707, "[player_season_stats_select_column!]" ], "limit": [ @@ -93304,19 +93662,19 @@ export default { 40 ], "order_by": [ - 3697, + 3705, "[player_season_stats_order_by!]" ], "where": [ - 3687 + 3695 ] } ], "player_season_stats_aggregate": [ - 3669, + 3677, { "distinct_on": [ - 3699, + 3707, "[player_season_stats_select_column!]" ], "limit": [ @@ -93326,16 +93684,16 @@ export default { 40 ], "order_by": [ - 3697, + 3705, "[player_season_stats_order_by!]" ], "where": [ - 3687 + 3695 ] } ], "starts_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -93343,10 +93701,10 @@ export default { }, "seasons_aggregate": { "aggregate": [ - 3990 + 3998 ], "nodes": [ - 3988 + 3996 ], "__typename": [ 80 @@ -93354,13 +93712,13 @@ export default { }, "seasons_aggregate_fields": { "avg": [ - 3991 + 3999 ], "count": [ 40, { "columns": [ - 4003, + 4011, "[seasons_select_column!]" ], "distinct": [ @@ -93369,31 +93727,31 @@ export default { } ], "max": [ - 3996 + 4004 ], "min": [ - 3997 + 4005 ], "stddev": [ - 4005 + 4013 ], "stddev_pop": [ - 4006 + 4014 ], "stddev_samp": [ - 4007 + 4015 ], "sum": [ - 4010 + 4018 ], "var_pop": [ - 4013 + 4021 ], "var_samp": [ - 4014 + 4022 ], "variance": [ - 4015 + 4023 ], "__typename": [ 80 @@ -93409,13 +93767,13 @@ export default { }, "seasons_bool_exp": { "_and": [ - 3992 + 4000 ], "_not": [ - 3992 + 4000 ], "_or": [ - 3992 + 4000 ], "awards": [ 197 @@ -93424,16 +93782,16 @@ export default { 190 ], "created_at": [ - 4519 + 4527 ], "description": [ 82 ], "ends_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "needs_rebuild": [ 6 @@ -93442,13 +93800,13 @@ export default { 41 ], "player_season_stats": [ - 3687 + 3695 ], "player_season_stats_aggregate": [ - 3670 + 3678 ], "starts_at": [ - 4519 + 4527 ], "__typename": [ 80 @@ -93468,16 +93826,16 @@ export default { 194 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "needs_rebuild": [ 5 @@ -93486,10 +93844,10 @@ export default { 40 ], "player_season_stats": [ - 3684 + 3692 ], "starts_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -93497,22 +93855,22 @@ export default { }, "seasons_max_fields": { "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "number": [ 40 ], "starts_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -93520,22 +93878,22 @@ export default { }, "seasons_min_fields": { "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "number": [ 40 ], "starts_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -93546,7 +93904,7 @@ export default { 40 ], "returning": [ - 3988 + 3996 ], "__typename": [ 80 @@ -93554,10 +93912,10 @@ export default { }, "seasons_obj_rel_insert_input": { "data": [ - 3995 + 4003 ], "on_conflict": [ - 4000 + 4008 ], "__typename": [ 80 @@ -93565,13 +93923,13 @@ export default { }, "seasons_on_conflict": { "constraint": [ - 3993 + 4001 ], "update_columns": [ - 4011 + 4019 ], "where": [ - 3992 + 4000 ], "__typename": [ 80 @@ -93582,28 +93940,28 @@ export default { 193 ], "created_at": [ - 2971 + 2979 ], "description": [ - 2971 + 2979 ], "ends_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "needs_rebuild": [ - 2971 + 2979 ], "number": [ - 2971 + 2979 ], "player_season_stats_aggregate": [ - 3683 + 3691 ], "starts_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -93611,7 +93969,7 @@ export default { }, "seasons_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -93620,16 +93978,16 @@ export default { "seasons_select_column": {}, "seasons_set_input": { "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "needs_rebuild": [ 5 @@ -93638,7 +93996,7 @@ export default { 40 ], "starts_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -93670,7 +94028,7 @@ export default { }, "seasons_stream_cursor_input": { "initial_value": [ - 4009 + 4017 ], "ordering": [ 313 @@ -93681,16 +94039,16 @@ export default { }, "seasons_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "description": [ 80 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "needs_rebuild": [ 5 @@ -93699,7 +94057,7 @@ export default { 40 ], "starts_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -93716,13 +94074,13 @@ export default { "seasons_update_column": {}, "seasons_updates": { "_inc": [ - 3994 + 4002 ], "_set": [ - 4004 + 4012 ], "where": [ - 3992 + 4000 ], "__typename": [ 80 @@ -93827,10 +94185,10 @@ export default { }, "server_regions_aggregate": { "aggregate": [ - 4018 + 4026 ], "nodes": [ - 4016 + 4024 ], "__typename": [ 80 @@ -93838,13 +94196,13 @@ export default { }, "server_regions_aggregate_fields": { "avg": [ - 4019 + 4027 ], "count": [ 40, { "columns": [ - 4030, + 4038, "[server_regions_select_column!]" ], "distinct": [ @@ -93853,31 +94211,31 @@ export default { } ], "max": [ - 4023 + 4031 ], "min": [ - 4024 + 4032 ], "stddev": [ - 4032 + 4040 ], "stddev_pop": [ - 4033 + 4041 ], "stddev_samp": [ - 4034 + 4042 ], "sum": [ - 4037 + 4045 ], "var_pop": [ - 4040 + 4048 ], "var_samp": [ - 4041 + 4049 ], "variance": [ - 4042 + 4050 ], "__typename": [ 80 @@ -93896,13 +94254,13 @@ export default { }, "server_regions_bool_exp": { "_and": [ - 4020 + 4028 ], "_not": [ - 4020 + 4028 ], "_or": [ - 4020 + 4028 ], "available_server_count": [ 41 @@ -94004,7 +94362,7 @@ export default { 40 ], "returning": [ - 4016 + 4024 ], "__typename": [ 80 @@ -94012,10 +94370,10 @@ export default { }, "server_regions_obj_rel_insert_input": { "data": [ - 4022 + 4030 ], "on_conflict": [ - 4027 + 4035 ], "__typename": [ 80 @@ -94023,13 +94381,13 @@ export default { }, "server_regions_on_conflict": { "constraint": [ - 4021 + 4029 ], "update_columns": [ - 4038 + 4046 ], "where": [ - 4020 + 4028 ], "__typename": [ 80 @@ -94037,31 +94395,31 @@ export default { }, "server_regions_order_by": { "available_server_count": [ - 2971 + 2979 ], "description": [ - 2971 + 2979 ], "game_server_nodes_aggregate": [ 1725 ], "has_node": [ - 2971 + 2979 ], "is_lan": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "steam_relay": [ - 2971 + 2979 ], "total_server_count": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -94128,7 +94486,7 @@ export default { }, "server_regions_stream_cursor_input": { "initial_value": [ - 4036 + 4044 ], "ordering": [ 313 @@ -94168,10 +94526,10 @@ export default { "server_regions_update_column": {}, "server_regions_updates": { "_set": [ - 4031 + 4039 ], "where": [ - 4020 + 4028 ], "__typename": [ 80 @@ -94212,7 +94570,7 @@ export default { }, "servers": { "api_password": [ - 5018 + 5026 ], "boot_status": [ 80 @@ -94233,7 +94591,7 @@ export default { 80 ], "current_match": [ - 2786 + 2794 ], "enabled": [ 5 @@ -94251,7 +94609,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_dedicated": [ 5 @@ -94260,10 +94618,10 @@ export default { 80 ], "matches": [ - 2786, + 2794, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -94273,19 +94631,19 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], "matches_aggregate": [ - 2787, + 2795, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -94295,11 +94653,11 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], @@ -94307,7 +94665,7 @@ export default { 40 ], "offline_at": [ - 4518 + 4526 ], "plugin_runtime": [ 1110 @@ -94328,10 +94686,10 @@ export default { 80 ], "reserved_by_match_id": [ - 5018 + 5026 ], "server_region": [ - 4016 + 4024 ], "steam_relay": [ 80 @@ -94343,7 +94701,7 @@ export default { 1191 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -94351,10 +94709,10 @@ export default { }, "servers_aggregate": { "aggregate": [ - 4049 + 4057 ], "nodes": [ - 4043 + 4051 ], "__typename": [ 80 @@ -94362,13 +94720,13 @@ export default { }, "servers_aggregate_bool_exp": { "bool_and": [ - 4046 + 4054 ], "bool_or": [ - 4047 + 4055 ], "count": [ - 4048 + 4056 ], "__typename": [ 80 @@ -94376,13 +94734,13 @@ export default { }, "servers_aggregate_bool_exp_bool_and": { "arguments": [ - 4068 + 4076 ], "distinct": [ 5 ], "filter": [ - 4054 + 4062 ], "predicate": [ 6 @@ -94393,13 +94751,13 @@ export default { }, "servers_aggregate_bool_exp_bool_or": { "arguments": [ - 4069 + 4077 ], "distinct": [ 5 ], "filter": [ - 4054 + 4062 ], "predicate": [ 6 @@ -94410,13 +94768,13 @@ export default { }, "servers_aggregate_bool_exp_count": { "arguments": [ - 4067 + 4075 ], "distinct": [ 5 ], "filter": [ - 4054 + 4062 ], "predicate": [ 41 @@ -94427,13 +94785,13 @@ export default { }, "servers_aggregate_fields": { "avg": [ - 4052 + 4060 ], "count": [ 40, { "columns": [ - 4067, + 4075, "[servers_select_column!]" ], "distinct": [ @@ -94442,31 +94800,31 @@ export default { } ], "max": [ - 4058 + 4066 ], "min": [ - 4060 + 4068 ], "stddev": [ - 4071 + 4079 ], "stddev_pop": [ - 4073 + 4081 ], "stddev_samp": [ - 4075 + 4083 ], "sum": [ - 4079 + 4087 ], "var_pop": [ - 4083 + 4091 ], "var_samp": [ - 4085 + 4093 ], "variance": [ - 4087 + 4095 ], "__typename": [ 80 @@ -94474,37 +94832,37 @@ export default { }, "servers_aggregate_order_by": { "avg": [ - 4053 + 4061 ], "count": [ - 2971 + 2979 ], "max": [ - 4059 + 4067 ], "min": [ - 4061 + 4069 ], "stddev": [ - 4072 + 4080 ], "stddev_pop": [ - 4074 + 4082 ], "stddev_samp": [ - 4076 + 4084 ], "sum": [ - 4080 + 4088 ], "var_pop": [ - 4084 + 4092 ], "var_samp": [ - 4086 + 4094 ], "variance": [ - 4088 + 4096 ], "__typename": [ 80 @@ -94512,10 +94870,10 @@ export default { }, "servers_arr_rel_insert_input": { "data": [ - 4057 + 4065 ], "on_conflict": [ - 4064 + 4072 ], "__typename": [ 80 @@ -94537,13 +94895,13 @@ export default { }, "servers_avg_order_by": { "max_players": [ - 2971 + 2979 ], "port": [ - 2971 + 2979 ], "tv_port": [ - 2971 + 2979 ], "__typename": [ 80 @@ -94551,16 +94909,16 @@ export default { }, "servers_bool_exp": { "_and": [ - 4054 + 4062 ], "_not": [ - 4054 + 4062 ], "_or": [ - 4054 + 4062 ], "api_password": [ - 5020 + 5028 ], "boot_status": [ 82 @@ -94581,7 +94939,7 @@ export default { 82 ], "current_match": [ - 2795 + 2803 ], "enabled": [ 6 @@ -94599,7 +94957,7 @@ export default { 82 ], "id": [ - 5020 + 5028 ], "is_dedicated": [ 6 @@ -94608,16 +94966,16 @@ export default { 82 ], "matches": [ - 2795 + 2803 ], "matches_aggregate": [ - 2788 + 2796 ], "max_players": [ 41 ], "offline_at": [ - 4519 + 4527 ], "plugin_runtime": [ 1111 @@ -94638,10 +94996,10 @@ export default { 82 ], "reserved_by_match_id": [ - 5020 + 5028 ], "server_region": [ - 4020 + 4028 ], "steam_relay": [ 82 @@ -94653,7 +95011,7 @@ export default { 1192 ], "updated_at": [ - 4519 + 4527 ], "__typename": [ 80 @@ -94676,7 +95034,7 @@ export default { }, "servers_insert_input": { "api_password": [ - 5018 + 5026 ], "boot_status": [ 80 @@ -94691,7 +95049,7 @@ export default { 5 ], "current_match": [ - 2804 + 2812 ], "enabled": [ 5 @@ -94709,7 +95067,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_dedicated": [ 5 @@ -94718,13 +95076,13 @@ export default { 80 ], "matches": [ - 2792 + 2800 ], "max_players": [ 40 ], "offline_at": [ - 4518 + 4526 ], "plugin_runtime": [ 1110 @@ -94745,10 +95103,10 @@ export default { 80 ], "reserved_by_match_id": [ - 5018 + 5026 ], "server_region": [ - 4026 + 4034 ], "steam_relay": [ 80 @@ -94760,7 +95118,7 @@ export default { 1191 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -94768,7 +95126,7 @@ export default { }, "servers_max_fields": { "api_password": [ - 5018 + 5026 ], "boot_status": [ 80 @@ -94795,7 +95153,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "label": [ 80 @@ -94804,7 +95162,7 @@ export default { 40 ], "offline_at": [ - 4518 + 4526 ], "plugin_version": [ 80 @@ -94816,7 +95174,7 @@ export default { 80 ], "reserved_by_match_id": [ - 5018 + 5026 ], "steam_relay": [ 80 @@ -94825,7 +95183,7 @@ export default { 40 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -94833,58 +95191,58 @@ export default { }, "servers_max_order_by": { "api_password": [ - 2971 + 2979 ], "boot_status": [ - 2971 + 2979 ], "boot_status_detail": [ - 2971 + 2979 ], "connect_password": [ - 2971 + 2979 ], "game": [ - 2971 + 2979 ], "game_server_node_id": [ - 2971 + 2979 ], "host": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "max_players": [ - 2971 + 2979 ], "offline_at": [ - 2971 + 2979 ], "plugin_version": [ - 2971 + 2979 ], "port": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "reserved_by_match_id": [ - 2971 + 2979 ], "steam_relay": [ - 2971 + 2979 ], "tv_port": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -94892,7 +95250,7 @@ export default { }, "servers_min_fields": { "api_password": [ - 5018 + 5026 ], "boot_status": [ 80 @@ -94919,7 +95277,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "label": [ 80 @@ -94928,7 +95286,7 @@ export default { 40 ], "offline_at": [ - 4518 + 4526 ], "plugin_version": [ 80 @@ -94940,7 +95298,7 @@ export default { 80 ], "reserved_by_match_id": [ - 5018 + 5026 ], "steam_relay": [ 80 @@ -94949,7 +95307,7 @@ export default { 40 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -94957,58 +95315,58 @@ export default { }, "servers_min_order_by": { "api_password": [ - 2971 + 2979 ], "boot_status": [ - 2971 + 2979 ], "boot_status_detail": [ - 2971 + 2979 ], "connect_password": [ - 2971 + 2979 ], "game": [ - 2971 + 2979 ], "game_server_node_id": [ - 2971 + 2979 ], "host": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "max_players": [ - 2971 + 2979 ], "offline_at": [ - 2971 + 2979 ], "plugin_version": [ - 2971 + 2979 ], "port": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "reserved_by_match_id": [ - 2971 + 2979 ], "steam_relay": [ - 2971 + 2979 ], "tv_port": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -95019,7 +95377,7 @@ export default { 40 ], "returning": [ - 4043 + 4051 ], "__typename": [ 80 @@ -95027,10 +95385,10 @@ export default { }, "servers_obj_rel_insert_input": { "data": [ - 4057 + 4065 ], "on_conflict": [ - 4064 + 4072 ], "__typename": [ 80 @@ -95038,13 +95396,13 @@ export default { }, "servers_on_conflict": { "constraint": [ - 4055 + 4063 ], "update_columns": [ - 4081 + 4089 ], "where": [ - 4054 + 4062 ], "__typename": [ 80 @@ -95052,97 +95410,97 @@ export default { }, "servers_order_by": { "api_password": [ - 2971 + 2979 ], "boot_status": [ - 2971 + 2979 ], "boot_status_detail": [ - 2971 + 2979 ], "connect_password": [ - 2971 + 2979 ], "connected": [ - 2971 + 2979 ], "connection_link": [ - 2971 + 2979 ], "connection_string": [ - 2971 + 2979 ], "current_match": [ - 2806 + 2814 ], "enabled": [ - 2971 + 2979 ], "game": [ - 2971 + 2979 ], "game_server_node": [ 1744 ], "game_server_node_id": [ - 2971 + 2979 ], "host": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "is_dedicated": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "matches_aggregate": [ - 2791 + 2799 ], "max_players": [ - 2971 + 2979 ], "offline_at": [ - 2971 + 2979 ], "plugin_runtime": [ - 2971 + 2979 ], "plugin_version": [ - 2971 + 2979 ], "port": [ - 2971 + 2979 ], "rcon_password": [ - 2971 + 2979 ], "rcon_status": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "reserved_by_match_id": [ - 2971 + 2979 ], "server_region": [ - 4028 + 4036 ], "steam_relay": [ - 2971 + 2979 ], "tv_port": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -95150,7 +95508,7 @@ export default { }, "servers_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -95161,7 +95519,7 @@ export default { "servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns": {}, "servers_set_input": { "api_password": [ - 5018 + 5026 ], "boot_status": [ 80 @@ -95188,7 +95546,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_dedicated": [ 5 @@ -95200,7 +95558,7 @@ export default { 40 ], "offline_at": [ - 4518 + 4526 ], "plugin_runtime": [ 1110 @@ -95221,7 +95579,7 @@ export default { 80 ], "reserved_by_match_id": [ - 5018 + 5026 ], "steam_relay": [ 80 @@ -95233,7 +95591,7 @@ export default { 1191 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -95255,13 +95613,13 @@ export default { }, "servers_stddev_order_by": { "max_players": [ - 2971 + 2979 ], "port": [ - 2971 + 2979 ], "tv_port": [ - 2971 + 2979 ], "__typename": [ 80 @@ -95283,13 +95641,13 @@ export default { }, "servers_stddev_pop_order_by": { "max_players": [ - 2971 + 2979 ], "port": [ - 2971 + 2979 ], "tv_port": [ - 2971 + 2979 ], "__typename": [ 80 @@ -95311,13 +95669,13 @@ export default { }, "servers_stddev_samp_order_by": { "max_players": [ - 2971 + 2979 ], "port": [ - 2971 + 2979 ], "tv_port": [ - 2971 + 2979 ], "__typename": [ 80 @@ -95325,7 +95683,7 @@ export default { }, "servers_stream_cursor_input": { "initial_value": [ - 4078 + 4086 ], "ordering": [ 313 @@ -95336,7 +95694,7 @@ export default { }, "servers_stream_cursor_value_input": { "api_password": [ - 5018 + 5026 ], "boot_status": [ 80 @@ -95363,7 +95721,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_dedicated": [ 5 @@ -95375,7 +95733,7 @@ export default { 40 ], "offline_at": [ - 4518 + 4526 ], "plugin_runtime": [ 1110 @@ -95396,7 +95754,7 @@ export default { 80 ], "reserved_by_match_id": [ - 5018 + 5026 ], "steam_relay": [ 80 @@ -95408,7 +95766,7 @@ export default { 1191 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -95430,13 +95788,13 @@ export default { }, "servers_sum_order_by": { "max_players": [ - 2971 + 2979 ], "port": [ - 2971 + 2979 ], "tv_port": [ - 2971 + 2979 ], "__typename": [ 80 @@ -95445,13 +95803,13 @@ export default { "servers_update_column": {}, "servers_updates": { "_inc": [ - 4056 + 4064 ], "_set": [ - 4070 + 4078 ], "where": [ - 4054 + 4062 ], "__typename": [ 80 @@ -95473,13 +95831,13 @@ export default { }, "servers_var_pop_order_by": { "max_players": [ - 2971 + 2979 ], "port": [ - 2971 + 2979 ], "tv_port": [ - 2971 + 2979 ], "__typename": [ 80 @@ -95501,13 +95859,13 @@ export default { }, "servers_var_samp_order_by": { "max_players": [ - 2971 + 2979 ], "port": [ - 2971 + 2979 ], "tv_port": [ - 2971 + 2979 ], "__typename": [ 80 @@ -95529,13 +95887,13 @@ export default { }, "servers_variance_order_by": { "max_players": [ - 2971 + 2979 ], "port": [ - 2971 + 2979 ], "tv_port": [ - 2971 + 2979 ], "__typename": [ 80 @@ -95554,10 +95912,10 @@ export default { }, "settings_aggregate": { "aggregate": [ - 4091 + 4099 ], "nodes": [ - 4089 + 4097 ], "__typename": [ 80 @@ -95568,7 +95926,7 @@ export default { 40, { "columns": [ - 4101, + 4109, "[settings_select_column!]" ], "distinct": [ @@ -95577,10 +95935,10 @@ export default { } ], "max": [ - 4095 + 4103 ], "min": [ - 4096 + 4104 ], "__typename": [ 80 @@ -95588,13 +95946,13 @@ export default { }, "settings_bool_exp": { "_and": [ - 4092 + 4100 ], "_not": [ - 4092 + 4100 ], "_or": [ - 4092 + 4100 ], "name": [ 82 @@ -95645,7 +96003,7 @@ export default { 40 ], "returning": [ - 4089 + 4097 ], "__typename": [ 80 @@ -95653,13 +96011,13 @@ export default { }, "settings_on_conflict": { "constraint": [ - 4093 + 4101 ], "update_columns": [ - 4105 + 4113 ], "where": [ - 4092 + 4100 ], "__typename": [ 80 @@ -95667,10 +96025,10 @@ export default { }, "settings_order_by": { "name": [ - 2971 + 2979 ], "value": [ - 2971 + 2979 ], "__typename": [ 80 @@ -95698,7 +96056,7 @@ export default { }, "settings_stream_cursor_input": { "initial_value": [ - 4104 + 4112 ], "ordering": [ 313 @@ -95721,10 +96079,10 @@ export default { "settings_update_column": {}, "settings_updates": { "_set": [ - 4102 + 4110 ], "where": [ - 4092 + 4100 ], "__typename": [ 80 @@ -95733,31 +96091,31 @@ export default { "smallint": {}, "smallint_comparison_exp": { "_eq": [ - 4107 + 4115 ], "_gt": [ - 4107 + 4115 ], "_gte": [ - 4107 + 4115 ], "_in": [ - 4107 + 4115 ], "_is_null": [ 5 ], "_lt": [ - 4107 + 4115 ], "_lte": [ - 4107 + 4115 ], "_neq": [ - 4107 + 4115 ], "_nin": [ - 4107 + 4115 ], "__typename": [ 80 @@ -95765,10 +96123,10 @@ export default { }, "steam_account_claims": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 @@ -95783,10 +96141,10 @@ export default { 80 ], "steam_account": [ - 4133 + 4141 ], "steam_account_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -95794,10 +96152,10 @@ export default { }, "steam_account_claims_aggregate": { "aggregate": [ - 4113 + 4121 ], "nodes": [ - 4109 + 4117 ], "__typename": [ 80 @@ -95805,7 +96163,7 @@ export default { }, "steam_account_claims_aggregate_bool_exp": { "count": [ - 4112 + 4120 ], "__typename": [ 80 @@ -95813,13 +96171,13 @@ export default { }, "steam_account_claims_aggregate_bool_exp_count": { "arguments": [ - 4127 + 4135 ], "distinct": [ 5 ], "filter": [ - 4116 + 4124 ], "predicate": [ 41 @@ -95833,7 +96191,7 @@ export default { 40, { "columns": [ - 4127, + 4135, "[steam_account_claims_select_column!]" ], "distinct": [ @@ -95842,10 +96200,10 @@ export default { } ], "max": [ - 4119 + 4127 ], "min": [ - 4121 + 4129 ], "__typename": [ 80 @@ -95853,13 +96211,13 @@ export default { }, "steam_account_claims_aggregate_order_by": { "count": [ - 2971 + 2979 ], "max": [ - 4120 + 4128 ], "min": [ - 4122 + 4130 ], "__typename": [ 80 @@ -95867,10 +96225,10 @@ export default { }, "steam_account_claims_arr_rel_insert_input": { "data": [ - 4118 + 4126 ], "on_conflict": [ - 4124 + 4132 ], "__typename": [ 80 @@ -95878,19 +96236,19 @@ export default { }, "steam_account_claims_bool_exp": { "_and": [ - 4116 + 4124 ], "_not": [ - 4116 + 4124 ], "_or": [ - 4116 + 4124 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "k8s_job_name": [ 82 @@ -95905,10 +96263,10 @@ export default { 82 ], "steam_account": [ - 4137 + 4145 ], "steam_account_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -95917,10 +96275,10 @@ export default { "steam_account_claims_constraint": {}, "steam_account_claims_insert_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 @@ -95935,10 +96293,10 @@ export default { 80 ], "steam_account": [ - 4144 + 4152 ], "steam_account_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -95946,10 +96304,10 @@ export default { }, "steam_account_claims_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 @@ -95961,7 +96319,7 @@ export default { 80 ], "steam_account_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -95969,22 +96327,22 @@ export default { }, "steam_account_claims_max_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "k8s_job_name": [ - 2971 + 2979 ], "node_id": [ - 2971 + 2979 ], "purpose": [ - 2971 + 2979 ], "steam_account_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -95992,10 +96350,10 @@ export default { }, "steam_account_claims_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 @@ -96007,7 +96365,7 @@ export default { 80 ], "steam_account_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -96015,22 +96373,22 @@ export default { }, "steam_account_claims_min_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "k8s_job_name": [ - 2971 + 2979 ], "node_id": [ - 2971 + 2979 ], "purpose": [ - 2971 + 2979 ], "steam_account_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -96041,7 +96399,7 @@ export default { 40 ], "returning": [ - 4109 + 4117 ], "__typename": [ 80 @@ -96049,13 +96407,13 @@ export default { }, "steam_account_claims_on_conflict": { "constraint": [ - 4117 + 4125 ], "update_columns": [ - 4131 + 4139 ], "where": [ - 4116 + 4124 ], "__typename": [ 80 @@ -96063,28 +96421,28 @@ export default { }, "steam_account_claims_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "k8s_job_name": [ - 2971 + 2979 ], "node": [ 1744 ], "node_id": [ - 2971 + 2979 ], "purpose": [ - 2971 + 2979 ], "steam_account": [ - 4146 + 4154 ], "steam_account_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -96092,7 +96450,7 @@ export default { }, "steam_account_claims_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -96101,10 +96459,10 @@ export default { "steam_account_claims_select_column": {}, "steam_account_claims_set_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 @@ -96116,7 +96474,7 @@ export default { 80 ], "steam_account_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -96124,7 +96482,7 @@ export default { }, "steam_account_claims_stream_cursor_input": { "initial_value": [ - 4130 + 4138 ], "ordering": [ 313 @@ -96135,10 +96493,10 @@ export default { }, "steam_account_claims_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "k8s_job_name": [ 80 @@ -96150,7 +96508,7 @@ export default { 80 ], "steam_account_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -96159,10 +96517,10 @@ export default { "steam_account_claims_update_column": {}, "steam_account_claims_updates": { "_set": [ - 4128 + 4136 ], "where": [ - 4116 + 4124 ], "__typename": [ 80 @@ -96170,10 +96528,10 @@ export default { }, "steam_accounts": { "claims": [ - 4109, + 4117, { "distinct_on": [ - 4127, + 4135, "[steam_account_claims_select_column!]" ], "limit": [ @@ -96183,19 +96541,19 @@ export default { 40 ], "order_by": [ - 4125, + 4133, "[steam_account_claims_order_by!]" ], "where": [ - 4116 + 4124 ] } ], "claims_aggregate": [ - 4110, + 4118, { "distinct_on": [ - 4127, + 4135, "[steam_account_claims_select_column!]" ], "limit": [ @@ -96205,22 +96563,22 @@ export default { 40 ], "order_by": [ - 4125, + 4133, "[steam_account_claims_order_by!]" ], "where": [ - 4116 + 4124 ] } ], "created_at": [ - 4518 + 4526 ], "friend_capacity": [ 40 ], "id": [ - 5018 + 5026 ], "last_node": [ 1718 @@ -96241,7 +96599,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "username": [ 80 @@ -96252,10 +96610,10 @@ export default { }, "steam_accounts_aggregate": { "aggregate": [ - 4135 + 4143 ], "nodes": [ - 4133 + 4141 ], "__typename": [ 80 @@ -96263,13 +96621,13 @@ export default { }, "steam_accounts_aggregate_fields": { "avg": [ - 4136 + 4144 ], "count": [ 40, { "columns": [ - 4148, + 4156, "[steam_accounts_select_column!]" ], "distinct": [ @@ -96278,31 +96636,31 @@ export default { } ], "max": [ - 4141 + 4149 ], "min": [ - 4142 + 4150 ], "stddev": [ - 4150 + 4158 ], "stddev_pop": [ - 4151 + 4159 ], "stddev_samp": [ - 4152 + 4160 ], "sum": [ - 4155 + 4163 ], "var_pop": [ - 4158 + 4166 ], "var_samp": [ - 4159 + 4167 ], "variance": [ - 4160 + 4168 ], "__typename": [ 80 @@ -96324,28 +96682,28 @@ export default { }, "steam_accounts_bool_exp": { "_and": [ - 4137 + 4145 ], "_not": [ - 4137 + 4145 ], "_or": [ - 4137 + 4145 ], "claims": [ - 4116 + 4124 ], "claims_aggregate": [ - 4111 + 4119 ], "created_at": [ - 4519 + 4527 ], "friend_capacity": [ 41 ], "id": [ - 5020 + 5028 ], "last_node": [ 1730 @@ -96366,7 +96724,7 @@ export default { 259 ], "updated_at": [ - 4519 + 4527 ], "username": [ 82 @@ -96392,16 +96750,16 @@ export default { }, "steam_accounts_insert_input": { "claims": [ - 4115 + 4123 ], "created_at": [ - 4518 + 4526 ], "friend_capacity": [ 40 ], "id": [ - 5018 + 5026 ], "last_node": [ 1742 @@ -96422,7 +96780,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "username": [ 80 @@ -96433,13 +96791,13 @@ export default { }, "steam_accounts_max_fields": { "created_at": [ - 4518 + 4526 ], "friend_capacity": [ 40 ], "id": [ - 5018 + 5026 ], "last_node_id": [ 80 @@ -96457,7 +96815,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "username": [ 80 @@ -96468,13 +96826,13 @@ export default { }, "steam_accounts_min_fields": { "created_at": [ - 4518 + 4526 ], "friend_capacity": [ 40 ], "id": [ - 5018 + 5026 ], "last_node_id": [ 80 @@ -96492,7 +96850,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "username": [ 80 @@ -96506,7 +96864,7 @@ export default { 40 ], "returning": [ - 4133 + 4141 ], "__typename": [ 80 @@ -96514,10 +96872,10 @@ export default { }, "steam_accounts_obj_rel_insert_input": { "data": [ - 4140 + 4148 ], "on_conflict": [ - 4145 + 4153 ], "__typename": [ 80 @@ -96525,13 +96883,13 @@ export default { }, "steam_accounts_on_conflict": { "constraint": [ - 4138 + 4146 ], "update_columns": [ - 4156 + 4164 ], "where": [ - 4137 + 4145 ], "__typename": [ 80 @@ -96539,40 +96897,40 @@ export default { }, "steam_accounts_order_by": { "claims_aggregate": [ - 4114 + 4122 ], "created_at": [ - 2971 + 2979 ], "friend_capacity": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "last_node": [ 1744 ], "last_node_id": [ - 2971 + 2979 ], "password": [ - 2971 + 2979 ], "role": [ - 2971 + 2979 ], "steam_level": [ - 2971 + 2979 ], "steamid64": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "username": [ - 2971 + 2979 ], "__typename": [ 80 @@ -96580,7 +96938,7 @@ export default { }, "steam_accounts_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -96589,13 +96947,13 @@ export default { "steam_accounts_select_column": {}, "steam_accounts_set_input": { "created_at": [ - 4518 + 4526 ], "friend_capacity": [ 40 ], "id": [ - 5018 + 5026 ], "last_node_id": [ 80 @@ -96613,7 +96971,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "username": [ 80 @@ -96666,7 +97024,7 @@ export default { }, "steam_accounts_stream_cursor_input": { "initial_value": [ - 4154 + 4162 ], "ordering": [ 313 @@ -96677,13 +97035,13 @@ export default { }, "steam_accounts_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "friend_capacity": [ 40 ], "id": [ - 5018 + 5026 ], "last_node_id": [ 80 @@ -96701,7 +97059,7 @@ export default { 257 ], "updated_at": [ - 4518 + 4526 ], "username": [ 80 @@ -96727,13 +97085,13 @@ export default { "steam_accounts_update_column": {}, "steam_accounts_updates": { "_inc": [ - 4139 + 4147 ], "_set": [ - 4149 + 4157 ], "where": [ - 4137 + 4145 ], "__typename": [ 80 @@ -96783,7 +97141,7 @@ export default { }, "system_alerts": { "created_at": [ - 4518 + 4526 ], "created_by": [ 257 @@ -96792,10 +97150,10 @@ export default { 5 ], "expires_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "is_active": [ 5 @@ -96810,7 +97168,7 @@ export default { 1231 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -96818,10 +97176,10 @@ export default { }, "system_alerts_aggregate": { "aggregate": [ - 4163 + 4171 ], "nodes": [ - 4161 + 4169 ], "__typename": [ 80 @@ -96829,13 +97187,13 @@ export default { }, "system_alerts_aggregate_fields": { "avg": [ - 4164 + 4172 ], "count": [ 40, { "columns": [ - 4175, + 4183, "[system_alerts_select_column!]" ], "distinct": [ @@ -96844,31 +97202,31 @@ export default { } ], "max": [ - 4169 + 4177 ], "min": [ - 4170 + 4178 ], "stddev": [ - 4177 + 4185 ], "stddev_pop": [ - 4178 + 4186 ], "stddev_samp": [ - 4179 + 4187 ], "sum": [ - 4182 + 4190 ], "var_pop": [ - 4185 + 4193 ], "var_samp": [ - 4186 + 4194 ], "variance": [ - 4187 + 4195 ], "__typename": [ 80 @@ -96884,16 +97242,16 @@ export default { }, "system_alerts_bool_exp": { "_and": [ - 4165 + 4173 ], "_not": [ - 4165 + 4173 ], "_or": [ - 4165 + 4173 ], "created_at": [ - 4519 + 4527 ], "created_by": [ 259 @@ -96902,10 +97260,10 @@ export default { 6 ], "expires_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "is_active": [ 6 @@ -96920,7 +97278,7 @@ export default { 1232 ], "updated_at": [ - 4519 + 4527 ], "__typename": [ 80 @@ -96937,7 +97295,7 @@ export default { }, "system_alerts_insert_input": { "created_at": [ - 4518 + 4526 ], "created_by": [ 257 @@ -96946,10 +97304,10 @@ export default { 5 ], "expires_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "is_active": [ 5 @@ -96964,7 +97322,7 @@ export default { 1231 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -96972,16 +97330,16 @@ export default { }, "system_alerts_max_fields": { "created_at": [ - 4518 + 4526 ], "created_by": [ 257 ], "expires_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "message": [ 80 @@ -96990,7 +97348,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -96998,16 +97356,16 @@ export default { }, "system_alerts_min_fields": { "created_at": [ - 4518 + 4526 ], "created_by": [ 257 ], "expires_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "message": [ 80 @@ -97016,7 +97374,7 @@ export default { 80 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -97027,7 +97385,7 @@ export default { 40 ], "returning": [ - 4161 + 4169 ], "__typename": [ 80 @@ -97035,13 +97393,13 @@ export default { }, "system_alerts_on_conflict": { "constraint": [ - 4166 + 4174 ], "update_columns": [ - 4183 + 4191 ], "where": [ - 4165 + 4173 ], "__typename": [ 80 @@ -97049,34 +97407,34 @@ export default { }, "system_alerts_order_by": { "created_at": [ - 2971 + 2979 ], "created_by": [ - 2971 + 2979 ], "dismissible": [ - 2971 + 2979 ], "expires_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "is_active": [ - 2971 + 2979 ], "message": [ - 2971 + 2979 ], "title": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97084,7 +97442,7 @@ export default { }, "system_alerts_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -97093,7 +97451,7 @@ export default { "system_alerts_select_column": {}, "system_alerts_set_input": { "created_at": [ - 4518 + 4526 ], "created_by": [ 257 @@ -97102,10 +97460,10 @@ export default { 5 ], "expires_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "is_active": [ 5 @@ -97120,7 +97478,7 @@ export default { 1231 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -97152,7 +97510,7 @@ export default { }, "system_alerts_stream_cursor_input": { "initial_value": [ - 4181 + 4189 ], "ordering": [ 313 @@ -97163,7 +97521,7 @@ export default { }, "system_alerts_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "created_by": [ 257 @@ -97172,10 +97530,10 @@ export default { 5 ], "expires_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "is_active": [ 5 @@ -97190,7 +97548,7 @@ export default { 1231 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -97207,13 +97565,13 @@ export default { "system_alerts_update_column": {}, "system_alerts_updates": { "_inc": [ - 4167 + 4175 ], "_set": [ - 4176 + 4184 ], "where": [ - 4165 + 4173 ], "__typename": [ 80 @@ -97245,28 +97603,28 @@ export default { }, "team_invites": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by": [ - 3929 + 3937 ], "invited_by_player_steam_id": [ 257 ], "player": [ - 3929 + 3937 ], "steam_id": [ 257 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -97274,10 +97632,10 @@ export default { }, "team_invites_aggregate": { "aggregate": [ - 4192 + 4200 ], "nodes": [ - 4188 + 4196 ], "__typename": [ 80 @@ -97285,7 +97643,7 @@ export default { }, "team_invites_aggregate_bool_exp": { "count": [ - 4191 + 4199 ], "__typename": [ 80 @@ -97293,13 +97651,13 @@ export default { }, "team_invites_aggregate_bool_exp_count": { "arguments": [ - 4209 + 4217 ], "distinct": [ 5 ], "filter": [ - 4197 + 4205 ], "predicate": [ 41 @@ -97310,13 +97668,13 @@ export default { }, "team_invites_aggregate_fields": { "avg": [ - 4195 + 4203 ], "count": [ 40, { "columns": [ - 4209, + 4217, "[team_invites_select_column!]" ], "distinct": [ @@ -97325,31 +97683,31 @@ export default { } ], "max": [ - 4201 + 4209 ], "min": [ - 4203 + 4211 ], "stddev": [ - 4211 + 4219 ], "stddev_pop": [ - 4213 + 4221 ], "stddev_samp": [ - 4215 + 4223 ], "sum": [ - 4219 + 4227 ], "var_pop": [ - 4223 + 4231 ], "var_samp": [ - 4225 + 4233 ], "variance": [ - 4227 + 4235 ], "__typename": [ 80 @@ -97357,37 +97715,37 @@ export default { }, "team_invites_aggregate_order_by": { "avg": [ - 4196 + 4204 ], "count": [ - 2971 + 2979 ], "max": [ - 4202 + 4210 ], "min": [ - 4204 + 4212 ], "stddev": [ - 4212 + 4220 ], "stddev_pop": [ - 4214 + 4222 ], "stddev_samp": [ - 4216 + 4224 ], "sum": [ - 4220 + 4228 ], "var_pop": [ - 4224 + 4232 ], "var_samp": [ - 4226 + 4234 ], "variance": [ - 4228 + 4236 ], "__typename": [ 80 @@ -97395,10 +97753,10 @@ export default { }, "team_invites_arr_rel_insert_input": { "data": [ - 4200 + 4208 ], "on_conflict": [ - 4206 + 4214 ], "__typename": [ 80 @@ -97417,10 +97775,10 @@ export default { }, "team_invites_avg_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97428,37 +97786,37 @@ export default { }, "team_invites_bool_exp": { "_and": [ - 4197 + 4205 ], "_not": [ - 4197 + 4205 ], "_or": [ - 4197 + 4205 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "invited_by": [ - 3933 + 3941 ], "invited_by_player_steam_id": [ 259 ], "player": [ - 3933 + 3941 ], "steam_id": [ 259 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -97478,28 +97836,28 @@ export default { }, "team_invites_insert_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by": [ - 3940 + 3948 ], "invited_by_player_steam_id": [ 257 ], "player": [ - 3940 + 3948 ], "steam_id": [ 257 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -97507,10 +97865,10 @@ export default { }, "team_invites_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by_player_steam_id": [ 257 @@ -97519,7 +97877,7 @@ export default { 257 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -97527,19 +97885,19 @@ export default { }, "team_invites_max_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97547,10 +97905,10 @@ export default { }, "team_invites_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by_player_steam_id": [ 257 @@ -97559,7 +97917,7 @@ export default { 257 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -97567,19 +97925,19 @@ export default { }, "team_invites_min_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97590,7 +97948,7 @@ export default { 40 ], "returning": [ - 4188 + 4196 ], "__typename": [ 80 @@ -97598,13 +97956,13 @@ export default { }, "team_invites_on_conflict": { "constraint": [ - 4198 + 4206 ], "update_columns": [ - 4221 + 4229 ], "where": [ - 4197 + 4205 ], "__typename": [ 80 @@ -97612,28 +97970,28 @@ export default { }, "team_invites_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invited_by": [ - 3942 + 3950 ], "invited_by_player_steam_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "steam_id": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97641,7 +97999,7 @@ export default { }, "team_invites_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -97650,10 +98008,10 @@ export default { "team_invites_select_column": {}, "team_invites_set_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by_player_steam_id": [ 257 @@ -97662,7 +98020,7 @@ export default { 257 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -97681,10 +98039,10 @@ export default { }, "team_invites_stddev_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97703,10 +98061,10 @@ export default { }, "team_invites_stddev_pop_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97725,10 +98083,10 @@ export default { }, "team_invites_stddev_samp_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97736,7 +98094,7 @@ export default { }, "team_invites_stream_cursor_input": { "initial_value": [ - 4218 + 4226 ], "ordering": [ 313 @@ -97747,10 +98105,10 @@ export default { }, "team_invites_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by_player_steam_id": [ 257 @@ -97759,7 +98117,7 @@ export default { 257 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -97778,10 +98136,10 @@ export default { }, "team_invites_sum_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97790,13 +98148,13 @@ export default { "team_invites_update_column": {}, "team_invites_updates": { "_inc": [ - 4199 + 4207 ], "_set": [ - 4210 + 4218 ], "where": [ - 4197 + 4205 ], "__typename": [ 80 @@ -97815,10 +98173,10 @@ export default { }, "team_invites_var_pop_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97837,10 +98195,10 @@ export default { }, "team_invites_var_samp_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97859,10 +98217,10 @@ export default { }, "team_invites_variance_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -97873,7 +98231,7 @@ export default { 5 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 @@ -97888,10 +98246,10 @@ export default { 1272 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -97899,10 +98257,10 @@ export default { }, "team_roster_aggregate": { "aggregate": [ - 4235 + 4243 ], "nodes": [ - 4229 + 4237 ], "__typename": [ 80 @@ -97910,13 +98268,13 @@ export default { }, "team_roster_aggregate_bool_exp": { "bool_and": [ - 4232 + 4240 ], "bool_or": [ - 4233 + 4241 ], "count": [ - 4234 + 4242 ], "__typename": [ 80 @@ -97924,13 +98282,13 @@ export default { }, "team_roster_aggregate_bool_exp_bool_and": { "arguments": [ - 4253 + 4261 ], "distinct": [ 5 ], "filter": [ - 4240 + 4248 ], "predicate": [ 6 @@ -97941,13 +98299,13 @@ export default { }, "team_roster_aggregate_bool_exp_bool_or": { "arguments": [ - 4254 + 4262 ], "distinct": [ 5 ], "filter": [ - 4240 + 4248 ], "predicate": [ 6 @@ -97958,13 +98316,13 @@ export default { }, "team_roster_aggregate_bool_exp_count": { "arguments": [ - 4252 + 4260 ], "distinct": [ 5 ], "filter": [ - 4240 + 4248 ], "predicate": [ 41 @@ -97975,13 +98333,13 @@ export default { }, "team_roster_aggregate_fields": { "avg": [ - 4238 + 4246 ], "count": [ 40, { "columns": [ - 4252, + 4260, "[team_roster_select_column!]" ], "distinct": [ @@ -97990,31 +98348,31 @@ export default { } ], "max": [ - 4244 + 4252 ], "min": [ - 4246 + 4254 ], "stddev": [ - 4256 + 4264 ], "stddev_pop": [ - 4258 + 4266 ], "stddev_samp": [ - 4260 + 4268 ], "sum": [ - 4264 + 4272 ], "var_pop": [ - 4268 + 4276 ], "var_samp": [ - 4270 + 4278 ], "variance": [ - 4272 + 4280 ], "__typename": [ 80 @@ -98022,37 +98380,37 @@ export default { }, "team_roster_aggregate_order_by": { "avg": [ - 4239 + 4247 ], "count": [ - 2971 + 2979 ], "max": [ - 4245 + 4253 ], "min": [ - 4247 + 4255 ], "stddev": [ - 4257 + 4265 ], "stddev_pop": [ - 4259 + 4267 ], "stddev_samp": [ - 4261 + 4269 ], "sum": [ - 4265 + 4273 ], "var_pop": [ - 4269 + 4277 ], "var_samp": [ - 4271 + 4279 ], "variance": [ - 4273 + 4281 ], "__typename": [ 80 @@ -98060,10 +98418,10 @@ export default { }, "team_roster_arr_rel_insert_input": { "data": [ - 4243 + 4251 ], "on_conflict": [ - 4249 + 4257 ], "__typename": [ 80 @@ -98079,7 +98437,7 @@ export default { }, "team_roster_avg_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98087,19 +98445,19 @@ export default { }, "team_roster_bool_exp": { "_and": [ - 4240 + 4248 ], "_not": [ - 4240 + 4248 ], "_or": [ - 4240 + 4248 ], "coach": [ 6 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 @@ -98114,10 +98472,10 @@ export default { 1273 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -98137,7 +98495,7 @@ export default { 5 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 @@ -98152,10 +98510,10 @@ export default { 1272 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98169,7 +98527,7 @@ export default { 80 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98177,13 +98535,13 @@ export default { }, "team_roster_max_order_by": { "player_steam_id": [ - 2971 + 2979 ], "roster_image_url": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98197,7 +98555,7 @@ export default { 80 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98205,13 +98563,13 @@ export default { }, "team_roster_min_order_by": { "player_steam_id": [ - 2971 + 2979 ], "roster_image_url": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98222,7 +98580,7 @@ export default { 40 ], "returning": [ - 4229 + 4237 ], "__typename": [ 80 @@ -98230,13 +98588,13 @@ export default { }, "team_roster_on_conflict": { "constraint": [ - 4241 + 4249 ], "update_columns": [ - 4266 + 4274 ], "where": [ - 4240 + 4248 ], "__typename": [ 80 @@ -98244,28 +98602,28 @@ export default { }, "team_roster_order_by": { "coach": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "role": [ - 2971 + 2979 ], "roster_image_url": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98276,7 +98634,7 @@ export default { 257 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98302,7 +98660,7 @@ export default { 1272 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98318,7 +98676,7 @@ export default { }, "team_roster_stddev_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98334,7 +98692,7 @@ export default { }, "team_roster_stddev_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98350,7 +98708,7 @@ export default { }, "team_roster_stddev_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98358,7 +98716,7 @@ export default { }, "team_roster_stream_cursor_input": { "initial_value": [ - 4263 + 4271 ], "ordering": [ 313 @@ -98384,7 +98742,7 @@ export default { 1272 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98400,7 +98758,7 @@ export default { }, "team_roster_sum_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98409,13 +98767,13 @@ export default { "team_roster_update_column": {}, "team_roster_updates": { "_inc": [ - 4242 + 4250 ], "_set": [ - 4255 + 4263 ], "where": [ - 4240 + 4248 ], "__typename": [ 80 @@ -98431,7 +98789,7 @@ export default { }, "team_roster_var_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98447,7 +98805,7 @@ export default { }, "team_roster_var_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98463,7 +98821,7 @@ export default { }, "team_roster_variance_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98471,7 +98829,7 @@ export default { }, "team_scrim_alerts": { "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -98483,19 +98841,19 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "regions": [ 80 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98503,10 +98861,10 @@ export default { }, "team_scrim_alerts_aggregate": { "aggregate": [ - 4276 + 4284 ], "nodes": [ - 4274 + 4282 ], "__typename": [ 80 @@ -98514,13 +98872,13 @@ export default { }, "team_scrim_alerts_aggregate_fields": { "avg": [ - 4277 + 4285 ], "count": [ 40, { "columns": [ - 4288, + 4296, "[team_scrim_alerts_select_column!]" ], "distinct": [ @@ -98529,31 +98887,31 @@ export default { } ], "max": [ - 4282 + 4290 ], "min": [ - 4283 + 4291 ], "stddev": [ - 4290 + 4298 ], "stddev_pop": [ - 4291 + 4299 ], "stddev_samp": [ - 4292 + 4300 ], "sum": [ - 4295 + 4303 ], "var_pop": [ - 4298 + 4306 ], "var_samp": [ - 4299 + 4307 ], "variance": [ - 4300 + 4308 ], "__typename": [ 80 @@ -98572,16 +98930,16 @@ export default { }, "team_scrim_alerts_bool_exp": { "_and": [ - 4278 + 4286 ], "_not": [ - 4278 + 4286 ], "_or": [ - 4278 + 4286 ], "created_at": [ - 4519 + 4527 ], "elo_max": [ 41 @@ -98593,19 +98951,19 @@ export default { 6 ], "id": [ - 5020 + 5028 ], "last_notified_at": [ - 4519 + 4527 ], "regions": [ 81 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -98625,7 +98983,7 @@ export default { }, "team_scrim_alerts_insert_input": { "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -98637,19 +98995,19 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "regions": [ 80 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98657,7 +99015,7 @@ export default { }, "team_scrim_alerts_max_fields": { "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -98666,16 +99024,16 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "regions": [ 80 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98683,7 +99041,7 @@ export default { }, "team_scrim_alerts_min_fields": { "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -98692,16 +99050,16 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "regions": [ 80 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98712,7 +99070,7 @@ export default { 40 ], "returning": [ - 4274 + 4282 ], "__typename": [ 80 @@ -98720,13 +99078,13 @@ export default { }, "team_scrim_alerts_on_conflict": { "constraint": [ - 4279 + 4287 ], "update_columns": [ - 4296 + 4304 ], "where": [ - 4278 + 4286 ], "__typename": [ 80 @@ -98734,31 +99092,31 @@ export default { }, "team_scrim_alerts_order_by": { "created_at": [ - 2971 + 2979 ], "elo_max": [ - 2971 + 2979 ], "elo_min": [ - 2971 + 2979 ], "enabled": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "last_notified_at": [ - 2971 + 2979 ], "regions": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -98766,7 +99124,7 @@ export default { }, "team_scrim_alerts_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98775,7 +99133,7 @@ export default { "team_scrim_alerts_select_column": {}, "team_scrim_alerts_set_input": { "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -98787,16 +99145,16 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "regions": [ 80 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98837,7 +99195,7 @@ export default { }, "team_scrim_alerts_stream_cursor_input": { "initial_value": [ - 4294 + 4302 ], "ordering": [ 313 @@ -98848,7 +99206,7 @@ export default { }, "team_scrim_alerts_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -98860,16 +99218,16 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "regions": [ 80 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98889,13 +99247,13 @@ export default { "team_scrim_alerts_update_column": {}, "team_scrim_alerts_updates": { "_inc": [ - 4280 + 4288 ], "_set": [ - 4289 + 4297 ], "where": [ - 4278 + 4286 ], "__typename": [ 80 @@ -98936,25 +99294,25 @@ export default { }, "team_scrim_availability": { "created_at": [ - 4518 + 4526 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "recurring_weekly": [ 5 ], "starts_at": [ - 4518 + 4526 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -98962,10 +99320,10 @@ export default { }, "team_scrim_availability_aggregate": { "aggregate": [ - 4307 + 4315 ], "nodes": [ - 4301 + 4309 ], "__typename": [ 80 @@ -98973,13 +99331,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp": { "bool_and": [ - 4304 + 4312 ], "bool_or": [ - 4305 + 4313 ], "count": [ - 4306 + 4314 ], "__typename": [ 80 @@ -98987,13 +99345,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_bool_and": { "arguments": [ - 4322 + 4330 ], "distinct": [ 5 ], "filter": [ - 4310 + 4318 ], "predicate": [ 6 @@ -99004,13 +99362,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_bool_or": { "arguments": [ - 4323 + 4331 ], "distinct": [ 5 ], "filter": [ - 4310 + 4318 ], "predicate": [ 6 @@ -99021,13 +99379,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_count": { "arguments": [ - 4321 + 4329 ], "distinct": [ 5 ], "filter": [ - 4310 + 4318 ], "predicate": [ 41 @@ -99041,7 +99399,7 @@ export default { 40, { "columns": [ - 4321, + 4329, "[team_scrim_availability_select_column!]" ], "distinct": [ @@ -99050,10 +99408,10 @@ export default { } ], "max": [ - 4313 + 4321 ], "min": [ - 4315 + 4323 ], "__typename": [ 80 @@ -99061,13 +99419,13 @@ export default { }, "team_scrim_availability_aggregate_order_by": { "count": [ - 2971 + 2979 ], "max": [ - 4314 + 4322 ], "min": [ - 4316 + 4324 ], "__typename": [ 80 @@ -99075,10 +99433,10 @@ export default { }, "team_scrim_availability_arr_rel_insert_input": { "data": [ - 4312 + 4320 ], "on_conflict": [ - 4318 + 4326 ], "__typename": [ 80 @@ -99086,34 +99444,34 @@ export default { }, "team_scrim_availability_bool_exp": { "_and": [ - 4310 + 4318 ], "_not": [ - 4310 + 4318 ], "_or": [ - 4310 + 4318 ], "created_at": [ - 4519 + 4527 ], "ends_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "recurring_weekly": [ 6 ], "starts_at": [ - 4519 + 4527 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -99122,25 +99480,25 @@ export default { "team_scrim_availability_constraint": {}, "team_scrim_availability_insert_input": { "created_at": [ - 4518 + 4526 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "recurring_weekly": [ 5 ], "starts_at": [ - 4518 + 4526 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99148,19 +99506,19 @@ export default { }, "team_scrim_availability_max_fields": { "created_at": [ - 4518 + 4526 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "starts_at": [ - 4518 + 4526 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99168,19 +99526,19 @@ export default { }, "team_scrim_availability_max_order_by": { "created_at": [ - 2971 + 2979 ], "ends_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "starts_at": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99188,19 +99546,19 @@ export default { }, "team_scrim_availability_min_fields": { "created_at": [ - 4518 + 4526 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "starts_at": [ - 4518 + 4526 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99208,19 +99566,19 @@ export default { }, "team_scrim_availability_min_order_by": { "created_at": [ - 2971 + 2979 ], "ends_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "starts_at": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99231,7 +99589,7 @@ export default { 40 ], "returning": [ - 4301 + 4309 ], "__typename": [ 80 @@ -99239,13 +99597,13 @@ export default { }, "team_scrim_availability_on_conflict": { "constraint": [ - 4311 + 4319 ], "update_columns": [ - 4327 + 4335 ], "where": [ - 4310 + 4318 ], "__typename": [ 80 @@ -99253,25 +99611,25 @@ export default { }, "team_scrim_availability_order_by": { "created_at": [ - 2971 + 2979 ], "ends_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "recurring_weekly": [ - 2971 + 2979 ], "starts_at": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99279,7 +99637,7 @@ export default { }, "team_scrim_availability_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99290,22 +99648,22 @@ export default { "team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns": {}, "team_scrim_availability_set_input": { "created_at": [ - 4518 + 4526 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "recurring_weekly": [ 5 ], "starts_at": [ - 4518 + 4526 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99313,7 +99671,7 @@ export default { }, "team_scrim_availability_stream_cursor_input": { "initial_value": [ - 4326 + 4334 ], "ordering": [ 313 @@ -99324,22 +99682,22 @@ export default { }, "team_scrim_availability_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "ends_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "recurring_weekly": [ 5 ], "starts_at": [ - 4518 + 4526 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99348,10 +99706,10 @@ export default { "team_scrim_availability_update_column": {}, "team_scrim_availability_updates": { "_set": [ - 4324 + 4332 ], "where": [ - 4310 + 4318 ], "__typename": [ 80 @@ -99359,31 +99717,31 @@ export default { }, "team_scrim_request_proposals": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "proposed_by": [ - 3929 + 3937 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team": [ - 4471 + 4479 ], "proposed_by_team_id": [ - 5018 + 5026 ], "proposed_scheduled_at": [ - 4518 + 4526 ], "request": [ - 4370 + 4378 ], "request_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99391,10 +99749,10 @@ export default { }, "team_scrim_request_proposals_aggregate": { "aggregate": [ - 4333 + 4341 ], "nodes": [ - 4329 + 4337 ], "__typename": [ 80 @@ -99402,7 +99760,7 @@ export default { }, "team_scrim_request_proposals_aggregate_bool_exp": { "count": [ - 4332 + 4340 ], "__typename": [ 80 @@ -99410,13 +99768,13 @@ export default { }, "team_scrim_request_proposals_aggregate_bool_exp_count": { "arguments": [ - 4350 + 4358 ], "distinct": [ 5 ], "filter": [ - 4338 + 4346 ], "predicate": [ 41 @@ -99427,13 +99785,13 @@ export default { }, "team_scrim_request_proposals_aggregate_fields": { "avg": [ - 4336 + 4344 ], "count": [ 40, { "columns": [ - 4350, + 4358, "[team_scrim_request_proposals_select_column!]" ], "distinct": [ @@ -99442,31 +99800,31 @@ export default { } ], "max": [ - 4342 + 4350 ], "min": [ - 4344 + 4352 ], "stddev": [ - 4352 + 4360 ], "stddev_pop": [ - 4354 + 4362 ], "stddev_samp": [ - 4356 + 4364 ], "sum": [ - 4360 + 4368 ], "var_pop": [ - 4364 + 4372 ], "var_samp": [ - 4366 + 4374 ], "variance": [ - 4368 + 4376 ], "__typename": [ 80 @@ -99474,37 +99832,37 @@ export default { }, "team_scrim_request_proposals_aggregate_order_by": { "avg": [ - 4337 + 4345 ], "count": [ - 2971 + 2979 ], "max": [ - 4343 + 4351 ], "min": [ - 4345 + 4353 ], "stddev": [ - 4353 + 4361 ], "stddev_pop": [ - 4355 + 4363 ], "stddev_samp": [ - 4357 + 4365 ], "sum": [ - 4361 + 4369 ], "var_pop": [ - 4365 + 4373 ], "var_samp": [ - 4367 + 4375 ], "variance": [ - 4369 + 4377 ], "__typename": [ 80 @@ -99512,10 +99870,10 @@ export default { }, "team_scrim_request_proposals_arr_rel_insert_input": { "data": [ - 4341 + 4349 ], "on_conflict": [ - 4347 + 4355 ], "__typename": [ 80 @@ -99531,7 +99889,7 @@ export default { }, "team_scrim_request_proposals_avg_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99539,40 +99897,40 @@ export default { }, "team_scrim_request_proposals_bool_exp": { "_and": [ - 4338 + 4346 ], "_not": [ - 4338 + 4346 ], "_or": [ - 4338 + 4346 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "proposed_by": [ - 3933 + 3941 ], "proposed_by_steam_id": [ 259 ], "proposed_by_team": [ - 4482 + 4490 ], "proposed_by_team_id": [ - 5020 + 5028 ], "proposed_scheduled_at": [ - 4519 + 4527 ], "request": [ - 4381 + 4389 ], "request_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -99589,31 +99947,31 @@ export default { }, "team_scrim_request_proposals_insert_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "proposed_by": [ - 3940 + 3948 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team": [ - 4491 + 4499 ], "proposed_by_team_id": [ - 5018 + 5026 ], "proposed_scheduled_at": [ - 4518 + 4526 ], "request": [ - 4390 + 4398 ], "request_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99621,22 +99979,22 @@ export default { }, "team_scrim_request_proposals_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team_id": [ - 5018 + 5026 ], "proposed_scheduled_at": [ - 4518 + 4526 ], "request_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99644,22 +100002,22 @@ export default { }, "team_scrim_request_proposals_max_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "proposed_by_steam_id": [ - 2971 + 2979 ], "proposed_by_team_id": [ - 2971 + 2979 ], "proposed_scheduled_at": [ - 2971 + 2979 ], "request_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99667,22 +100025,22 @@ export default { }, "team_scrim_request_proposals_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team_id": [ - 5018 + 5026 ], "proposed_scheduled_at": [ - 4518 + 4526 ], "request_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99690,22 +100048,22 @@ export default { }, "team_scrim_request_proposals_min_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "proposed_by_steam_id": [ - 2971 + 2979 ], "proposed_by_team_id": [ - 2971 + 2979 ], "proposed_scheduled_at": [ - 2971 + 2979 ], "request_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99716,7 +100074,7 @@ export default { 40 ], "returning": [ - 4329 + 4337 ], "__typename": [ 80 @@ -99724,13 +100082,13 @@ export default { }, "team_scrim_request_proposals_on_conflict": { "constraint": [ - 4339 + 4347 ], "update_columns": [ - 4362 + 4370 ], "where": [ - 4338 + 4346 ], "__typename": [ 80 @@ -99738,31 +100096,31 @@ export default { }, "team_scrim_request_proposals_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "proposed_by": [ - 3942 + 3950 ], "proposed_by_steam_id": [ - 2971 + 2979 ], "proposed_by_team": [ - 4493 + 4501 ], "proposed_by_team_id": [ - 2971 + 2979 ], "proposed_scheduled_at": [ - 2971 + 2979 ], "request": [ - 4392 + 4400 ], "request_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99770,7 +100128,7 @@ export default { }, "team_scrim_request_proposals_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99779,22 +100137,22 @@ export default { "team_scrim_request_proposals_select_column": {}, "team_scrim_request_proposals_set_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team_id": [ - 5018 + 5026 ], "proposed_scheduled_at": [ - 4518 + 4526 ], "request_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99810,7 +100168,7 @@ export default { }, "team_scrim_request_proposals_stddev_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99826,7 +100184,7 @@ export default { }, "team_scrim_request_proposals_stddev_pop_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99842,7 +100200,7 @@ export default { }, "team_scrim_request_proposals_stddev_samp_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99850,7 +100208,7 @@ export default { }, "team_scrim_request_proposals_stream_cursor_input": { "initial_value": [ - 4359 + 4367 ], "ordering": [ 313 @@ -99861,22 +100219,22 @@ export default { }, "team_scrim_request_proposals_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team_id": [ - 5018 + 5026 ], "proposed_scheduled_at": [ - 4518 + 4526 ], "request_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -99892,7 +100250,7 @@ export default { }, "team_scrim_request_proposals_sum_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99901,13 +100259,13 @@ export default { "team_scrim_request_proposals_update_column": {}, "team_scrim_request_proposals_updates": { "_inc": [ - 4340 + 4348 ], "_set": [ - 4351 + 4359 ], "where": [ - 4338 + 4346 ], "__typename": [ 80 @@ -99923,7 +100281,7 @@ export default { }, "team_scrim_request_proposals_var_pop_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99939,7 +100297,7 @@ export default { }, "team_scrim_request_proposals_var_samp_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99955,7 +100313,7 @@ export default { }, "team_scrim_request_proposals_variance_order_by": { "proposed_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -99966,55 +100324,55 @@ export default { 5 ], "awaiting_team": [ - 4471 + 4479 ], "awaiting_team_id": [ - 5018 + 5026 ], "canceled_by_team_id": [ - 5018 + 5026 ], "canceled_late": [ 5 ], "created_at": [ - 4518 + 4526 ], "expires_at": [ - 4518 + 4526 ], "from_team": [ - 4471 + 4479 ], "from_team_checked_in": [ 5 ], "from_team_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_options": [ - 2666 + 2670 ], "match_options_id": [ - 5018 + 5026 ], "match_outcome": [ 80 ], "proposals": [ - 4329, + 4337, { "distinct_on": [ - 4350, + 4358, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -100024,19 +100382,19 @@ export default { 40 ], "order_by": [ - 4348, + 4356, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4338 + 4346 ] } ], "proposals_aggregate": [ - 4330, + 4338, { "distinct_on": [ - 4350, + 4358, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -100046,40 +100404,40 @@ export default { 40 ], "order_by": [ - 4348, + 4356, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4338 + 4346 ] } ], "proposed_scheduled_at": [ - 4518 + 4526 ], "region": [ 80 ], "requested_by": [ - 3929 + 3937 ], "requested_by_steam_id": [ 257 ], "responded_at": [ - 4518 + 4526 ], "status": [ 1171 ], "to_team": [ - 4471 + 4479 ], "to_team_checked_in": [ 5 ], "to_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -100087,10 +100445,10 @@ export default { }, "team_scrim_requests_aggregate": { "aggregate": [ - 4376 + 4384 ], "nodes": [ - 4370 + 4378 ], "__typename": [ 80 @@ -100098,13 +100456,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp": { "bool_and": [ - 4373 + 4381 ], "bool_or": [ - 4374 + 4382 ], "count": [ - 4375 + 4383 ], "__typename": [ 80 @@ -100112,13 +100470,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_bool_and": { "arguments": [ - 4395 + 4403 ], "distinct": [ 5 ], "filter": [ - 4381 + 4389 ], "predicate": [ 6 @@ -100129,13 +100487,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_bool_or": { "arguments": [ - 4396 + 4404 ], "distinct": [ 5 ], "filter": [ - 4381 + 4389 ], "predicate": [ 6 @@ -100146,13 +100504,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_count": { "arguments": [ - 4394 + 4402 ], "distinct": [ 5 ], "filter": [ - 4381 + 4389 ], "predicate": [ 41 @@ -100163,13 +100521,13 @@ export default { }, "team_scrim_requests_aggregate_fields": { "avg": [ - 4379 + 4387 ], "count": [ 40, { "columns": [ - 4394, + 4402, "[team_scrim_requests_select_column!]" ], "distinct": [ @@ -100178,31 +100536,31 @@ export default { } ], "max": [ - 4385 + 4393 ], "min": [ - 4387 + 4395 ], "stddev": [ - 4398 + 4406 ], "stddev_pop": [ - 4400 + 4408 ], "stddev_samp": [ - 4402 + 4410 ], "sum": [ - 4406 + 4414 ], "var_pop": [ - 4410 + 4418 ], "var_samp": [ - 4412 + 4420 ], "variance": [ - 4414 + 4422 ], "__typename": [ 80 @@ -100210,37 +100568,37 @@ export default { }, "team_scrim_requests_aggregate_order_by": { "avg": [ - 4380 + 4388 ], "count": [ - 2971 + 2979 ], "max": [ - 4386 + 4394 ], "min": [ - 4388 + 4396 ], "stddev": [ - 4399 + 4407 ], "stddev_pop": [ - 4401 + 4409 ], "stddev_samp": [ - 4403 + 4411 ], "sum": [ - 4407 + 4415 ], "var_pop": [ - 4411 + 4419 ], "var_samp": [ - 4413 + 4421 ], "variance": [ - 4415 + 4423 ], "__typename": [ 80 @@ -100248,10 +100606,10 @@ export default { }, "team_scrim_requests_arr_rel_insert_input": { "data": [ - 4384 + 4392 ], "on_conflict": [ - 4391 + 4399 ], "__typename": [ 80 @@ -100267,7 +100625,7 @@ export default { }, "team_scrim_requests_avg_order_by": { "requested_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -100275,94 +100633,94 @@ export default { }, "team_scrim_requests_bool_exp": { "_and": [ - 4381 + 4389 ], "_not": [ - 4381 + 4389 ], "_or": [ - 4381 + 4389 ], "auto_generated": [ 6 ], "awaiting_team": [ - 4482 + 4490 ], "awaiting_team_id": [ - 5020 + 5028 ], "canceled_by_team_id": [ - 5020 + 5028 ], "canceled_late": [ 6 ], "created_at": [ - 4519 + 4527 ], "expires_at": [ - 4519 + 4527 ], "from_team": [ - 4482 + 4490 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 5020 + 5028 ], "id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_options": [ - 2670 + 2674 ], "match_options_id": [ - 5020 + 5028 ], "match_outcome": [ 82 ], "proposals": [ - 4338 + 4346 ], "proposals_aggregate": [ - 4331 + 4339 ], "proposed_scheduled_at": [ - 4519 + 4527 ], "region": [ 82 ], "requested_by": [ - 3933 + 3941 ], "requested_by_steam_id": [ 259 ], "responded_at": [ - 4519 + 4527 ], "status": [ 1172 ], "to_team": [ - 4482 + 4490 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -100382,79 +100740,79 @@ export default { 5 ], "awaiting_team": [ - 4491 + 4499 ], "awaiting_team_id": [ - 5018 + 5026 ], "canceled_by_team_id": [ - 5018 + 5026 ], "canceled_late": [ 5 ], "created_at": [ - 4518 + 4526 ], "expires_at": [ - 4518 + 4526 ], "from_team": [ - 4491 + 4499 ], "from_team_checked_in": [ 5 ], "from_team_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_options": [ - 2677 + 2681 ], "match_options_id": [ - 5018 + 5026 ], "match_outcome": [ 80 ], "proposals": [ - 4335 + 4343 ], "proposed_scheduled_at": [ - 4518 + 4526 ], "region": [ 80 ], "requested_by": [ - 3940 + 3948 ], "requested_by_steam_id": [ 257 ], "responded_at": [ - 4518 + 4526 ], "status": [ 1171 ], "to_team": [ - 4491 + 4499 ], "to_team_checked_in": [ 5 ], "to_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -100462,34 +100820,34 @@ export default { }, "team_scrim_requests_max_fields": { "awaiting_team_id": [ - 5018 + 5026 ], "canceled_by_team_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "expires_at": [ - 4518 + 4526 ], "from_team_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "match_outcome": [ 80 ], "proposed_scheduled_at": [ - 4518 + 4526 ], "region": [ 80 @@ -100498,10 +100856,10 @@ export default { 257 ], "responded_at": [ - 4518 + 4526 ], "to_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -100509,46 +100867,46 @@ export default { }, "team_scrim_requests_max_order_by": { "awaiting_team_id": [ - 2971 + 2979 ], "canceled_by_team_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "expires_at": [ - 2971 + 2979 ], "from_team_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "match_outcome": [ - 2971 + 2979 ], "proposed_scheduled_at": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "requested_by_steam_id": [ - 2971 + 2979 ], "responded_at": [ - 2971 + 2979 ], "to_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -100556,34 +100914,34 @@ export default { }, "team_scrim_requests_min_fields": { "awaiting_team_id": [ - 5018 + 5026 ], "canceled_by_team_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "expires_at": [ - 4518 + 4526 ], "from_team_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "match_outcome": [ 80 ], "proposed_scheduled_at": [ - 4518 + 4526 ], "region": [ 80 @@ -100592,10 +100950,10 @@ export default { 257 ], "responded_at": [ - 4518 + 4526 ], "to_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -100603,46 +100961,46 @@ export default { }, "team_scrim_requests_min_order_by": { "awaiting_team_id": [ - 2971 + 2979 ], "canceled_by_team_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "expires_at": [ - 2971 + 2979 ], "from_team_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "match_outcome": [ - 2971 + 2979 ], "proposed_scheduled_at": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "requested_by_steam_id": [ - 2971 + 2979 ], "responded_at": [ - 2971 + 2979 ], "to_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -100653,7 +101011,7 @@ export default { 40 ], "returning": [ - 4370 + 4378 ], "__typename": [ 80 @@ -100661,10 +101019,10 @@ export default { }, "team_scrim_requests_obj_rel_insert_input": { "data": [ - 4384 + 4392 ], "on_conflict": [ - 4391 + 4399 ], "__typename": [ 80 @@ -100672,13 +101030,13 @@ export default { }, "team_scrim_requests_on_conflict": { "constraint": [ - 4382 + 4390 ], "update_columns": [ - 4408 + 4416 ], "where": [ - 4381 + 4389 ], "__typename": [ 80 @@ -100686,82 +101044,82 @@ export default { }, "team_scrim_requests_order_by": { "auto_generated": [ - 2971 + 2979 ], "awaiting_team": [ - 4493 + 4501 ], "awaiting_team_id": [ - 2971 + 2979 ], "canceled_by_team_id": [ - 2971 + 2979 ], "canceled_late": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "expires_at": [ - 2971 + 2979 ], "from_team": [ - 4493 + 4501 ], "from_team_checked_in": [ - 2971 + 2979 ], "from_team_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_options": [ - 2679 + 2683 ], "match_options_id": [ - 2971 + 2979 ], "match_outcome": [ - 2971 + 2979 ], "proposals_aggregate": [ - 4334 + 4342 ], "proposed_scheduled_at": [ - 2971 + 2979 ], "region": [ - 2971 + 2979 ], "requested_by": [ - 3942 + 3950 ], "requested_by_steam_id": [ - 2971 + 2979 ], "responded_at": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "to_team": [ - 4493 + 4501 ], "to_team_checked_in": [ - 2971 + 2979 ], "to_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -100769,7 +101127,7 @@ export default { }, "team_scrim_requests_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -100783,40 +101141,40 @@ export default { 5 ], "awaiting_team_id": [ - 5018 + 5026 ], "canceled_by_team_id": [ - 5018 + 5026 ], "canceled_late": [ 5 ], "created_at": [ - 4518 + 4526 ], "expires_at": [ - 4518 + 4526 ], "from_team_checked_in": [ 5 ], "from_team_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "match_outcome": [ 80 ], "proposed_scheduled_at": [ - 4518 + 4526 ], "region": [ 80 @@ -100825,7 +101183,7 @@ export default { 257 ], "responded_at": [ - 4518 + 4526 ], "status": [ 1171 @@ -100834,7 +101192,7 @@ export default { 5 ], "to_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -100850,7 +101208,7 @@ export default { }, "team_scrim_requests_stddev_order_by": { "requested_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -100866,7 +101224,7 @@ export default { }, "team_scrim_requests_stddev_pop_order_by": { "requested_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -100882,7 +101240,7 @@ export default { }, "team_scrim_requests_stddev_samp_order_by": { "requested_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -100890,7 +101248,7 @@ export default { }, "team_scrim_requests_stream_cursor_input": { "initial_value": [ - 4405 + 4413 ], "ordering": [ 313 @@ -100904,40 +101262,40 @@ export default { 5 ], "awaiting_team_id": [ - 5018 + 5026 ], "canceled_by_team_id": [ - 5018 + 5026 ], "canceled_late": [ 5 ], "created_at": [ - 4518 + 4526 ], "expires_at": [ - 4518 + 4526 ], "from_team_checked_in": [ 5 ], "from_team_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "match_outcome": [ 80 ], "proposed_scheduled_at": [ - 4518 + 4526 ], "region": [ 80 @@ -100946,7 +101304,7 @@ export default { 257 ], "responded_at": [ - 4518 + 4526 ], "status": [ 1171 @@ -100955,7 +101313,7 @@ export default { 5 ], "to_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -100971,7 +101329,7 @@ export default { }, "team_scrim_requests_sum_order_by": { "requested_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -100980,13 +101338,13 @@ export default { "team_scrim_requests_update_column": {}, "team_scrim_requests_updates": { "_inc": [ - 4383 + 4391 ], "_set": [ - 4397 + 4405 ], "where": [ - 4381 + 4389 ], "__typename": [ 80 @@ -101002,7 +101360,7 @@ export default { }, "team_scrim_requests_var_pop_order_by": { "requested_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -101018,7 +101376,7 @@ export default { }, "team_scrim_requests_var_samp_order_by": { "requested_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -101034,7 +101392,7 @@ export default { }, "team_scrim_requests_variance_order_by": { "requested_by_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -101045,7 +101403,7 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -101057,10 +101415,10 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "map_ids": [ - 5018 + 5026 ], "notes": [ 80 @@ -101069,13 +101427,13 @@ export default { 80 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -101083,10 +101441,10 @@ export default { }, "team_scrim_settings_aggregate": { "aggregate": [ - 4418 + 4426 ], "nodes": [ - 4416 + 4424 ], "__typename": [ 80 @@ -101094,13 +101452,13 @@ export default { }, "team_scrim_settings_aggregate_fields": { "avg": [ - 4419 + 4427 ], "count": [ 40, { "columns": [ - 4431, + 4439, "[team_scrim_settings_select_column!]" ], "distinct": [ @@ -101109,31 +101467,31 @@ export default { } ], "max": [ - 4424 + 4432 ], "min": [ - 4425 + 4433 ], "stddev": [ - 4433 + 4441 ], "stddev_pop": [ - 4434 + 4442 ], "stddev_samp": [ - 4435 + 4443 ], "sum": [ - 4438 + 4446 ], "var_pop": [ - 4441 + 4449 ], "var_samp": [ - 4442 + 4450 ], "variance": [ - 4443 + 4451 ], "__typename": [ 80 @@ -101152,19 +101510,19 @@ export default { }, "team_scrim_settings_bool_exp": { "_and": [ - 4420 + 4428 ], "_not": [ - 4420 + 4428 ], "_or": [ - 4420 + 4428 ], "allow_outside_availability": [ 6 ], "created_at": [ - 4519 + 4527 ], "elo_max": [ 41 @@ -101176,10 +101534,10 @@ export default { 6 ], "id": [ - 5020 + 5028 ], "map_ids": [ - 5019 + 5027 ], "notes": [ 82 @@ -101188,13 +101546,13 @@ export default { 81 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "updated_at": [ - 4519 + 4527 ], "__typename": [ 80 @@ -101217,7 +101575,7 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -101229,10 +101587,10 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "map_ids": [ - 5018 + 5026 ], "notes": [ 80 @@ -101241,13 +101599,13 @@ export default { 80 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -101255,7 +101613,7 @@ export default { }, "team_scrim_settings_max_fields": { "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -101264,10 +101622,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "map_ids": [ - 5018 + 5026 ], "notes": [ 80 @@ -101276,10 +101634,10 @@ export default { 80 ], "team_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -101287,7 +101645,7 @@ export default { }, "team_scrim_settings_min_fields": { "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -101296,10 +101654,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "map_ids": [ - 5018 + 5026 ], "notes": [ 80 @@ -101308,10 +101666,10 @@ export default { 80 ], "team_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -101322,7 +101680,7 @@ export default { 40 ], "returning": [ - 4416 + 4424 ], "__typename": [ 80 @@ -101330,10 +101688,10 @@ export default { }, "team_scrim_settings_obj_rel_insert_input": { "data": [ - 4423 + 4431 ], "on_conflict": [ - 4428 + 4436 ], "__typename": [ 80 @@ -101341,13 +101699,13 @@ export default { }, "team_scrim_settings_on_conflict": { "constraint": [ - 4421 + 4429 ], "update_columns": [ - 4439 + 4447 ], "where": [ - 4420 + 4428 ], "__typename": [ 80 @@ -101355,40 +101713,40 @@ export default { }, "team_scrim_settings_order_by": { "allow_outside_availability": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "elo_max": [ - 2971 + 2979 ], "elo_min": [ - 2971 + 2979 ], "enabled": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "map_ids": [ - 2971 + 2979 ], "notes": [ - 2971 + 2979 ], "regions": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -101396,7 +101754,7 @@ export default { }, "team_scrim_settings_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -101408,7 +101766,7 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -101420,10 +101778,10 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "map_ids": [ - 5018 + 5026 ], "notes": [ 80 @@ -101432,10 +101790,10 @@ export default { 80 ], "team_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -101476,7 +101834,7 @@ export default { }, "team_scrim_settings_stream_cursor_input": { "initial_value": [ - 4437 + 4445 ], "ordering": [ 313 @@ -101490,7 +101848,7 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "elo_max": [ 40 @@ -101502,10 +101860,10 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "map_ids": [ - 5018 + 5026 ], "notes": [ 80 @@ -101514,10 +101872,10 @@ export default { 80 ], "team_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -101537,13 +101895,13 @@ export default { "team_scrim_settings_update_column": {}, "team_scrim_settings_updates": { "_inc": [ - 4422 + 4430 ], "_set": [ - 4432 + 4440 ], "where": [ - 4420 + 4428 ], "__typename": [ 80 @@ -101584,16 +101942,16 @@ export default { }, "team_suggestions": { "created_at": [ - 4518 + 4526 ], "group_hash": [ 80 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "member_steam_ids": [ 257 @@ -101610,10 +101968,10 @@ export default { }, "team_suggestions_aggregate": { "aggregate": [ - 4446 + 4454 ], "nodes": [ - 4444 + 4452 ], "__typename": [ 80 @@ -101621,13 +101979,13 @@ export default { }, "team_suggestions_aggregate_fields": { "avg": [ - 4447 + 4455 ], "count": [ 40, { "columns": [ - 4458, + 4466, "[team_suggestions_select_column!]" ], "distinct": [ @@ -101636,31 +101994,31 @@ export default { } ], "max": [ - 4452 + 4460 ], "min": [ - 4453 + 4461 ], "stddev": [ - 4460 + 4468 ], "stddev_pop": [ - 4461 + 4469 ], "stddev_samp": [ - 4462 + 4470 ], "sum": [ - 4465 + 4473 ], "var_pop": [ - 4468 + 4476 ], "var_samp": [ - 4469 + 4477 ], "variance": [ - 4470 + 4478 ], "__typename": [ 80 @@ -101676,25 +102034,25 @@ export default { }, "team_suggestions_bool_exp": { "_and": [ - 4448 + 4456 ], "_not": [ - 4448 + 4456 ], "_or": [ - 4448 + 4456 ], "created_at": [ - 4519 + 4527 ], "group_hash": [ 82 ], "id": [ - 5020 + 5028 ], "last_notified_at": [ - 4519 + 4527 ], "member_steam_ids": [ 258 @@ -101720,16 +102078,16 @@ export default { }, "team_suggestions_insert_input": { "created_at": [ - 4518 + 4526 ], "group_hash": [ 80 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "member_steam_ids": [ 257 @@ -101746,16 +102104,16 @@ export default { }, "team_suggestions_max_fields": { "created_at": [ - 4518 + 4526 ], "group_hash": [ 80 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "member_steam_ids": [ 257 @@ -101772,16 +102130,16 @@ export default { }, "team_suggestions_min_fields": { "created_at": [ - 4518 + 4526 ], "group_hash": [ 80 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "member_steam_ids": [ 257 @@ -101801,7 +102159,7 @@ export default { 40 ], "returning": [ - 4444 + 4452 ], "__typename": [ 80 @@ -101809,13 +102167,13 @@ export default { }, "team_suggestions_on_conflict": { "constraint": [ - 4449 + 4457 ], "update_columns": [ - 4466 + 4474 ], "where": [ - 4448 + 4456 ], "__typename": [ 80 @@ -101823,25 +102181,25 @@ export default { }, "team_suggestions_order_by": { "created_at": [ - 2971 + 2979 ], "group_hash": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "last_notified_at": [ - 2971 + 2979 ], "member_steam_ids": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "together_count": [ - 2971 + 2979 ], "__typename": [ 80 @@ -101849,7 +102207,7 @@ export default { }, "team_suggestions_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -101858,16 +102216,16 @@ export default { "team_suggestions_select_column": {}, "team_suggestions_set_input": { "created_at": [ - 4518 + 4526 ], "group_hash": [ 80 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "member_steam_ids": [ 257 @@ -101908,7 +102266,7 @@ export default { }, "team_suggestions_stream_cursor_input": { "initial_value": [ - 4464 + 4472 ], "ordering": [ 313 @@ -101919,16 +102277,16 @@ export default { }, "team_suggestions_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "group_hash": [ 80 ], "id": [ - 5018 + 5026 ], "last_notified_at": [ - 4518 + 4526 ], "member_steam_ids": [ 257 @@ -101954,13 +102312,13 @@ export default { "team_suggestions_update_column": {}, "team_suggestions_updates": { "_inc": [ - 4450 + 4458 ], "_set": [ - 4459 + 4467 ], "where": [ - 4448 + 4456 ], "__typename": [ 80 @@ -102051,19 +102409,19 @@ export default { 5 ], "captain": [ - 3929 + 3937 ], "captain_steam_id": [ 257 ], "id": [ - 5018 + 5026 ], "invites": [ - 4188, + 4196, { "distinct_on": [ - 4209, + 4217, "[team_invites_select_column!]" ], "limit": [ @@ -102073,19 +102431,19 @@ export default { 40 ], "order_by": [ - 4207, + 4215, "[team_invites_order_by!]" ], "where": [ - 4197 + 4205 ] } ], "invites_aggregate": [ - 4189, + 4197, { "distinct_on": [ - 4209, + 4217, "[team_invites_select_column!]" ], "limit": [ @@ -102095,11 +102453,11 @@ export default { 40 ], "order_by": [ - 4207, + 4215, "[team_invites_order_by!]" ], "where": [ - 4197 + 4205 ] } ], @@ -102151,10 +102509,10 @@ export default { } ], "matches": [ - 2786, + 2794, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -102164,11 +102522,11 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], @@ -102176,25 +102534,25 @@ export default { 80 ], "owner": [ - 3929 + 3937 ], "owner_steam_id": [ 257 ], "ranks": [ - 5720 + 5728 ], "reputation": [ - 5740 + 5748 ], "role": [ 80 ], "roster": [ - 4229, + 4237, { "distinct_on": [ - 4252, + 4260, "[team_roster_select_column!]" ], "limit": [ @@ -102204,19 +102562,19 @@ export default { 40 ], "order_by": [ - 4250, + 4258, "[team_roster_order_by!]" ], "where": [ - 4240 + 4248 ] } ], "roster_aggregate": [ - 4230, + 4238, { "distinct_on": [ - 4252, + 4260, "[team_roster_select_column!]" ], "limit": [ @@ -102226,19 +102584,19 @@ export default { 40 ], "order_by": [ - 4250, + 4258, "[team_roster_order_by!]" ], "where": [ - 4240 + 4248 ] } ], "scrim_availability": [ - 4301, + 4309, { "distinct_on": [ - 4321, + 4329, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -102248,19 +102606,19 @@ export default { 40 ], "order_by": [ - 4319, + 4327, "[team_scrim_availability_order_by!]" ], "where": [ - 4310 + 4318 ] } ], "scrim_availability_aggregate": [ - 4302, + 4310, { "distinct_on": [ - 4321, + 4329, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -102270,25 +102628,25 @@ export default { 40 ], "order_by": [ - 4319, + 4327, "[team_scrim_availability_order_by!]" ], "where": [ - 4310 + 4318 ] } ], "scrim_settings": [ - 4416 + 4424 ], "short_name": [ 80 ], "tournament_teams": [ - 4912, + 4920, { "distinct_on": [ - 4934, + 4942, "[tournament_teams_select_column!]" ], "limit": [ @@ -102298,19 +102656,19 @@ export default { 40 ], "order_by": [ - 4932, + 4940, "[tournament_teams_order_by!]" ], "where": [ - 4921 + 4929 ] } ], "tournament_teams_aggregate": [ - 4913, + 4921, { "distinct_on": [ - 4934, + 4942, "[tournament_teams_select_column!]" ], "limit": [ @@ -102320,11 +102678,11 @@ export default { 40 ], "order_by": [ - 4932, + 4940, "[tournament_teams_order_by!]" ], "where": [ - 4921 + 4929 ] } ], @@ -102334,10 +102692,10 @@ export default { }, "teams_aggregate": { "aggregate": [ - 4477 + 4485 ], "nodes": [ - 4471 + 4479 ], "__typename": [ 80 @@ -102345,13 +102703,13 @@ export default { }, "teams_aggregate_bool_exp": { "bool_and": [ - 4474 + 4482 ], "bool_or": [ - 4475 + 4483 ], "count": [ - 4476 + 4484 ], "__typename": [ 80 @@ -102359,13 +102717,13 @@ export default { }, "teams_aggregate_bool_exp_bool_and": { "arguments": [ - 4496 + 4504 ], "distinct": [ 5 ], "filter": [ - 4482 + 4490 ], "predicate": [ 6 @@ -102376,13 +102734,13 @@ export default { }, "teams_aggregate_bool_exp_bool_or": { "arguments": [ - 4497 + 4505 ], "distinct": [ 5 ], "filter": [ - 4482 + 4490 ], "predicate": [ 6 @@ -102393,13 +102751,13 @@ export default { }, "teams_aggregate_bool_exp_count": { "arguments": [ - 4495 + 4503 ], "distinct": [ 5 ], "filter": [ - 4482 + 4490 ], "predicate": [ 41 @@ -102410,13 +102768,13 @@ export default { }, "teams_aggregate_fields": { "avg": [ - 4480 + 4488 ], "count": [ 40, { "columns": [ - 4495, + 4503, "[teams_select_column!]" ], "distinct": [ @@ -102425,31 +102783,31 @@ export default { } ], "max": [ - 4486 + 4494 ], "min": [ - 4488 + 4496 ], "stddev": [ - 4499 + 4507 ], "stddev_pop": [ - 4501 + 4509 ], "stddev_samp": [ - 4503 + 4511 ], "sum": [ - 4507 + 4515 ], "var_pop": [ - 4511 + 4519 ], "var_samp": [ - 4513 + 4521 ], "variance": [ - 4515 + 4523 ], "__typename": [ 80 @@ -102457,37 +102815,37 @@ export default { }, "teams_aggregate_order_by": { "avg": [ - 4481 + 4489 ], "count": [ - 2971 + 2979 ], "max": [ - 4487 + 4495 ], "min": [ - 4489 + 4497 ], "stddev": [ - 4500 + 4508 ], "stddev_pop": [ - 4502 + 4510 ], "stddev_samp": [ - 4504 + 4512 ], "sum": [ - 4508 + 4516 ], "var_pop": [ - 4512 + 4520 ], "var_samp": [ - 4514 + 4522 ], "variance": [ - 4516 + 4524 ], "__typename": [ 80 @@ -102495,10 +102853,10 @@ export default { }, "teams_arr_rel_insert_input": { "data": [ - 4485 + 4493 ], "on_conflict": [ - 4492 + 4500 ], "__typename": [ 80 @@ -102517,10 +102875,10 @@ export default { }, "teams_avg_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -102528,13 +102886,13 @@ export default { }, "teams_bool_exp": { "_and": [ - 4482 + 4490 ], "_not": [ - 4482 + 4490 ], "_or": [ - 4482 + 4490 ], "avatar_url": [ 82 @@ -102558,19 +102916,19 @@ export default { 6 ], "captain": [ - 3933 + 3941 ], "captain_steam_id": [ 259 ], "id": [ - 5020 + 5028 ], "invites": [ - 4197 + 4205 ], "invites_aggregate": [ - 4190 + 4198 ], "is_organization": [ 6 @@ -102582,49 +102940,49 @@ export default { 2468 ], "matches": [ - 2795 + 2803 ], "name": [ 82 ], "owner": [ - 3933 + 3941 ], "owner_steam_id": [ 259 ], "ranks": [ - 5724 + 5732 ], "reputation": [ - 5744 + 5752 ], "role": [ 82 ], "roster": [ - 4240 + 4248 ], "roster_aggregate": [ - 4231 + 4239 ], "scrim_availability": [ - 4310 + 4318 ], "scrim_availability_aggregate": [ - 4303 + 4311 ], "scrim_settings": [ - 4420 + 4428 ], "short_name": [ 82 ], "tournament_teams": [ - 4921 + 4929 ], "tournament_teams_aggregate": [ - 4914 + 4922 ], "__typename": [ 80 @@ -102650,16 +103008,16 @@ export default { 194 ], "captain": [ - 3940 + 3948 ], "captain_steam_id": [ 257 ], "id": [ - 5018 + 5026 ], "invites": [ - 4194 + 4202 ], "is_organization": [ 5 @@ -102671,31 +103029,31 @@ export default { 80 ], "owner": [ - 3940 + 3948 ], "owner_steam_id": [ 257 ], "ranks": [ - 5728 + 5736 ], "reputation": [ - 5748 + 5756 ], "roster": [ - 4237 + 4245 ], "scrim_availability": [ - 4309 + 4317 ], "scrim_settings": [ - 4427 + 4435 ], "short_name": [ 80 ], "tournament_teams": [ - 4918 + 4926 ], "__typename": [ 80 @@ -102709,7 +103067,7 @@ export default { 257 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -102729,22 +103087,22 @@ export default { }, "teams_max_order_by": { "avatar_url": [ - 2971 + 2979 ], "captain_steam_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "short_name": [ - 2971 + 2979 ], "__typename": [ 80 @@ -102758,7 +103116,7 @@ export default { 257 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -102778,22 +103136,22 @@ export default { }, "teams_min_order_by": { "avatar_url": [ - 2971 + 2979 ], "captain_steam_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "short_name": [ - 2971 + 2979 ], "__typename": [ 80 @@ -102804,7 +103162,7 @@ export default { 40 ], "returning": [ - 4471 + 4479 ], "__typename": [ 80 @@ -102812,10 +103170,10 @@ export default { }, "teams_obj_rel_insert_input": { "data": [ - 4485 + 4493 ], "on_conflict": [ - 4492 + 4500 ], "__typename": [ 80 @@ -102823,13 +103181,13 @@ export default { }, "teams_on_conflict": { "constraint": [ - 4483 + 4491 ], "update_columns": [ - 4509 + 4517 ], "where": [ - 4482 + 4490 ], "__typename": [ 80 @@ -102837,76 +103195,76 @@ export default { }, "teams_order_by": { "avatar_url": [ - 2971 + 2979 ], "awards_aggregate": [ 193 ], "can_change_role": [ - 2971 + 2979 ], "can_invite": [ - 2971 + 2979 ], "can_manage_scrims": [ - 2971 + 2979 ], "can_remove": [ - 2971 + 2979 ], "captain": [ - 3942 + 3950 ], "captain_steam_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invites_aggregate": [ - 4193 + 4201 ], "is_organization": [ - 2971 + 2979 ], "match_lineups_aggregate": [ 2471 ], "matches_aggregate": [ - 2791 + 2799 ], "name": [ - 2971 + 2979 ], "owner": [ - 3942 + 3950 ], "owner_steam_id": [ - 2971 + 2979 ], "ranks": [ - 5729 + 5737 ], "reputation": [ - 5749 + 5757 ], "role": [ - 2971 + 2979 ], "roster_aggregate": [ - 4236 + 4244 ], "scrim_availability_aggregate": [ - 4308 + 4316 ], "scrim_settings": [ - 4429 + 4437 ], "short_name": [ - 2971 + 2979 ], "tournament_teams_aggregate": [ - 4917 + 4925 ], "__typename": [ 80 @@ -102914,7 +103272,7 @@ export default { }, "teams_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -102931,7 +103289,7 @@ export default { 257 ], "id": [ - 5018 + 5026 ], "is_organization": [ 5 @@ -102962,10 +103320,10 @@ export default { }, "teams_stddev_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -102984,10 +103342,10 @@ export default { }, "teams_stddev_pop_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103006,10 +103364,10 @@ export default { }, "teams_stddev_samp_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103017,7 +103375,7 @@ export default { }, "teams_stream_cursor_input": { "initial_value": [ - 4506 + 4514 ], "ordering": [ 313 @@ -103034,7 +103392,7 @@ export default { 257 ], "id": [ - 5018 + 5026 ], "is_organization": [ 5 @@ -103065,10 +103423,10 @@ export default { }, "teams_sum_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103077,13 +103435,13 @@ export default { "teams_update_column": {}, "teams_updates": { "_inc": [ - 4484 + 4492 ], "_set": [ - 4498 + 4506 ], "where": [ - 4482 + 4490 ], "__typename": [ 80 @@ -103102,10 +103460,10 @@ export default { }, "teams_var_pop_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103124,10 +103482,10 @@ export default { }, "teams_var_samp_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103146,10 +103504,10 @@ export default { }, "teams_variance_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103159,31 +103517,31 @@ export default { "timestamptz": {}, "timestamptz_comparison_exp": { "_eq": [ - 4518 + 4526 ], "_gt": [ - 4518 + 4526 ], "_gte": [ - 4518 + 4526 ], "_in": [ - 4518 + 4526 ], "_is_null": [ 5 ], "_lt": [ - 4518 + 4526 ], "_lte": [ - 4518 + 4526 ], "_neq": [ - 4518 + 4526 ], "_nin": [ - 4518 + 4526 ], "__typename": [ 80 @@ -103194,16 +103552,16 @@ export default { 229 ], "award_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "custom_name": [ 80 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 @@ -103215,13 +103573,13 @@ export default { 40 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -103229,10 +103587,10 @@ export default { }, "tournament_awards_aggregate": { "aggregate": [ - 4524 + 4532 ], "nodes": [ - 4520 + 4528 ], "__typename": [ 80 @@ -103240,7 +103598,7 @@ export default { }, "tournament_awards_aggregate_bool_exp": { "count": [ - 4523 + 4531 ], "__typename": [ 80 @@ -103248,13 +103606,13 @@ export default { }, "tournament_awards_aggregate_bool_exp_count": { "arguments": [ - 4542 + 4550 ], "distinct": [ 5 ], "filter": [ - 4529 + 4537 ], "predicate": [ 41 @@ -103265,13 +103623,13 @@ export default { }, "tournament_awards_aggregate_fields": { "avg": [ - 4527 + 4535 ], "count": [ 40, { "columns": [ - 4542, + 4550, "[tournament_awards_select_column!]" ], "distinct": [ @@ -103280,31 +103638,31 @@ export default { } ], "max": [ - 4533 + 4541 ], "min": [ - 4535 + 4543 ], "stddev": [ - 4544 + 4552 ], "stddev_pop": [ - 4546 + 4554 ], "stddev_samp": [ - 4548 + 4556 ], "sum": [ - 4552 + 4560 ], "var_pop": [ - 4556 + 4564 ], "var_samp": [ - 4558 + 4566 ], "variance": [ - 4560 + 4568 ], "__typename": [ 80 @@ -103312,37 +103670,37 @@ export default { }, "tournament_awards_aggregate_order_by": { "avg": [ - 4528 + 4536 ], "count": [ - 2971 + 2979 ], "max": [ - 4534 + 4542 ], "min": [ - 4536 + 4544 ], "stddev": [ - 4545 + 4553 ], "stddev_pop": [ - 4547 + 4555 ], "stddev_samp": [ - 4549 + 4557 ], "sum": [ - 4553 + 4561 ], "var_pop": [ - 4557 + 4565 ], "var_samp": [ - 4559 + 4567 ], "variance": [ - 4561 + 4569 ], "__typename": [ 80 @@ -103350,10 +103708,10 @@ export default { }, "tournament_awards_arr_rel_insert_input": { "data": [ - 4532 + 4540 ], "on_conflict": [ - 4539 + 4547 ], "__typename": [ 80 @@ -103372,10 +103730,10 @@ export default { }, "tournament_awards_avg_order_by": { "placement": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103383,28 +103741,28 @@ export default { }, "tournament_awards_bool_exp": { "_and": [ - 4529 + 4537 ], "_not": [ - 4529 + 4537 ], "_or": [ - 4529 + 4537 ], "award": [ 233 ], "award_id": [ - 5020 + 5028 ], "created_at": [ - 4519 + 4527 ], "custom_name": [ 82 ], "id": [ - 5020 + 5028 ], "image_url": [ 82 @@ -103416,13 +103774,13 @@ export default { 41 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "updated_at": [ - 4519 + 4527 ], "__typename": [ 80 @@ -103445,16 +103803,16 @@ export default { 240 ], "award_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "custom_name": [ 80 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 @@ -103466,13 +103824,13 @@ export default { 40 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -103480,16 +103838,16 @@ export default { }, "tournament_awards_max_fields": { "award_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "custom_name": [ 80 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 @@ -103501,10 +103859,10 @@ export default { 40 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -103512,31 +103870,31 @@ export default { }, "tournament_awards_max_order_by": { "award_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "custom_name": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "image_url": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103544,16 +103902,16 @@ export default { }, "tournament_awards_min_fields": { "award_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "custom_name": [ 80 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 @@ -103565,10 +103923,10 @@ export default { 40 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -103576,31 +103934,31 @@ export default { }, "tournament_awards_min_order_by": { "award_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "custom_name": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "image_url": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103611,7 +103969,7 @@ export default { 40 ], "returning": [ - 4520 + 4528 ], "__typename": [ 80 @@ -103619,10 +103977,10 @@ export default { }, "tournament_awards_obj_rel_insert_input": { "data": [ - 4532 + 4540 ], "on_conflict": [ - 4539 + 4547 ], "__typename": [ 80 @@ -103630,13 +103988,13 @@ export default { }, "tournament_awards_on_conflict": { "constraint": [ - 4530 + 4538 ], "update_columns": [ - 4554 + 4562 ], "where": [ - 4529 + 4537 ], "__typename": [ 80 @@ -103647,34 +104005,34 @@ export default { 242 ], "award_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "custom_name": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "image_url": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "updated_at": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103682,7 +104040,7 @@ export default { }, "tournament_awards_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -103691,16 +104049,16 @@ export default { "tournament_awards_select_column": {}, "tournament_awards_set_input": { "award_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "custom_name": [ 80 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 @@ -103712,10 +104070,10 @@ export default { 40 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -103734,10 +104092,10 @@ export default { }, "tournament_awards_stddev_order_by": { "placement": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103756,10 +104114,10 @@ export default { }, "tournament_awards_stddev_pop_order_by": { "placement": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103778,10 +104136,10 @@ export default { }, "tournament_awards_stddev_samp_order_by": { "placement": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103789,7 +104147,7 @@ export default { }, "tournament_awards_stream_cursor_input": { "initial_value": [ - 4551 + 4559 ], "ordering": [ 313 @@ -103800,16 +104158,16 @@ export default { }, "tournament_awards_stream_cursor_value_input": { "award_id": [ - 5018 + 5026 ], "created_at": [ - 4518 + 4526 ], "custom_name": [ 80 ], "id": [ - 5018 + 5026 ], "image_url": [ 80 @@ -103821,10 +104179,10 @@ export default { 40 ], "tournament_id": [ - 5018 + 5026 ], "updated_at": [ - 4518 + 4526 ], "__typename": [ 80 @@ -103843,10 +104201,10 @@ export default { }, "tournament_awards_sum_order_by": { "placement": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103855,13 +104213,13 @@ export default { "tournament_awards_update_column": {}, "tournament_awards_updates": { "_inc": [ - 4531 + 4539 ], "_set": [ - 4543 + 4551 ], "where": [ - 4529 + 4537 ], "__typename": [ 80 @@ -103880,10 +104238,10 @@ export default { }, "tournament_awards_var_pop_order_by": { "placement": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103902,10 +104260,10 @@ export default { }, "tournament_awards_var_samp_order_by": { "placement": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103924,10 +104282,10 @@ export default { }, "tournament_awards_variance_order_by": { "placement": [ - 2971 + 2979 ], "silhouette": [ - 2971 + 2979 ], "__typename": [ 80 @@ -103938,13 +104296,13 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "feeding_brackets": [ - 4562, + 4570, { "distinct_on": [ - 4586, + 4594, "[tournament_brackets_select_column!]" ], "limit": [ @@ -103954,11 +104312,11 @@ export default { 40 ], "order_by": [ - 4584, + 4592, "[tournament_brackets_order_by!]" ], "where": [ - 4573 + 4581 ] } ], @@ -103966,37 +104324,37 @@ export default { 5 ], "group": [ - 2969 + 2977 ], "id": [ - 5018 + 5026 ], "loser_bracket": [ - 4562 + 4570 ], "loser_parent_bracket_id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_number": [ 40 ], "match_options_id": [ - 5018 + 5026 ], "options": [ - 2666 + 2670 ], "parent_bracket": [ - 4562 + 4570 ], "parent_bracket_id": [ - 5018 + 5026 ], "path": [ 80 @@ -104005,10 +104363,10 @@ export default { 40 ], "scheduled_at": [ - 4518 + 4526 ], "scheduled_eta": [ - 4518 + 4526 ], "scheduling_proposals": [ 1979, @@ -104055,28 +104413,28 @@ export default { } ], "stage": [ - 4779 + 4787 ], "team_1": [ - 4912 + 4920 ], "team_1_seed": [ 40 ], "team_2": [ - 4912 + 4920 ], "team_2_seed": [ 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id_1": [ - 5018 + 5026 ], "tournament_team_id_2": [ - 5018 + 5026 ], "__typename": [ 80 @@ -104084,10 +104442,10 @@ export default { }, "tournament_brackets_aggregate": { "aggregate": [ - 4568 + 4576 ], "nodes": [ - 4562 + 4570 ], "__typename": [ 80 @@ -104095,13 +104453,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp": { "bool_and": [ - 4565 + 4573 ], "bool_or": [ - 4566 + 4574 ], "count": [ - 4567 + 4575 ], "__typename": [ 80 @@ -104109,13 +104467,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_bool_and": { "arguments": [ - 4587 + 4595 ], "distinct": [ 5 ], "filter": [ - 4573 + 4581 ], "predicate": [ 6 @@ -104126,13 +104484,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_bool_or": { "arguments": [ - 4588 + 4596 ], "distinct": [ 5 ], "filter": [ - 4573 + 4581 ], "predicate": [ 6 @@ -104143,13 +104501,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_count": { "arguments": [ - 4586 + 4594 ], "distinct": [ 5 ], "filter": [ - 4573 + 4581 ], "predicate": [ 41 @@ -104160,13 +104518,13 @@ export default { }, "tournament_brackets_aggregate_fields": { "avg": [ - 4571 + 4579 ], "count": [ 40, { "columns": [ - 4586, + 4594, "[tournament_brackets_select_column!]" ], "distinct": [ @@ -104175,31 +104533,31 @@ export default { } ], "max": [ - 4577 + 4585 ], "min": [ - 4579 + 4587 ], "stddev": [ - 4590 + 4598 ], "stddev_pop": [ - 4592 + 4600 ], "stddev_samp": [ - 4594 + 4602 ], "sum": [ - 4598 + 4606 ], "var_pop": [ - 4602 + 4610 ], "var_samp": [ - 4604 + 4612 ], "variance": [ - 4606 + 4614 ], "__typename": [ 80 @@ -104207,37 +104565,37 @@ export default { }, "tournament_brackets_aggregate_order_by": { "avg": [ - 4572 + 4580 ], "count": [ - 2971 + 2979 ], "max": [ - 4578 + 4586 ], "min": [ - 4580 + 4588 ], "stddev": [ - 4591 + 4599 ], "stddev_pop": [ - 4593 + 4601 ], "stddev_samp": [ - 4595 + 4603 ], "sum": [ - 4599 + 4607 ], "var_pop": [ - 4603 + 4611 ], "var_samp": [ - 4605 + 4613 ], "variance": [ - 4607 + 4615 ], "__typename": [ 80 @@ -104245,10 +104603,10 @@ export default { }, "tournament_brackets_arr_rel_insert_input": { "data": [ - 4576 + 4584 ], "on_conflict": [ - 4583 + 4591 ], "__typename": [ 80 @@ -104276,19 +104634,19 @@ export default { }, "tournament_brackets_avg_order_by": { "group": [ - 2971 + 2979 ], "match_number": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "team_1_seed": [ - 2971 + 2979 ], "team_2_seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -104296,58 +104654,58 @@ export default { }, "tournament_brackets_bool_exp": { "_and": [ - 4573 + 4581 ], "_not": [ - 4573 + 4581 ], "_or": [ - 4573 + 4581 ], "bye": [ 6 ], "created_at": [ - 4519 + 4527 ], "feeding_brackets": [ - 4573 + 4581 ], "finished": [ 6 ], "group": [ - 2970 + 2978 ], "id": [ - 5020 + 5028 ], "loser_bracket": [ - 4573 + 4581 ], "loser_parent_bracket_id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_number": [ 41 ], "match_options_id": [ - 5020 + 5028 ], "options": [ - 2670 + 2674 ], "parent_bracket": [ - 4573 + 4581 ], "parent_bracket_id": [ - 5020 + 5028 ], "path": [ 82 @@ -104356,10 +104714,10 @@ export default { 41 ], "scheduled_at": [ - 4519 + 4527 ], "scheduled_eta": [ - 4519 + 4527 ], "scheduling_proposals": [ 1988 @@ -104368,28 +104726,28 @@ export default { 1981 ], "stage": [ - 4791 + 4799 ], "team_1": [ - 4921 + 4929 ], "team_1_seed": [ 41 ], "team_2": [ - 4921 + 4929 ], "team_2_seed": [ 41 ], "tournament_stage_id": [ - 5020 + 5028 ], "tournament_team_id_1": [ - 5020 + 5028 ], "tournament_team_id_2": [ - 5020 + 5028 ], "__typename": [ 80 @@ -104398,7 +104756,7 @@ export default { "tournament_brackets_constraint": {}, "tournament_brackets_inc_input": { "group": [ - 2969 + 2977 ], "match_number": [ 40 @@ -104421,43 +104779,43 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "finished": [ 5 ], "group": [ - 2969 + 2977 ], "id": [ - 5018 + 5026 ], "loser_bracket": [ - 4582 + 4590 ], "loser_parent_bracket_id": [ - 5018 + 5026 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_number": [ 40 ], "match_options_id": [ - 5018 + 5026 ], "options": [ - 2677 + 2681 ], "parent_bracket": [ - 4582 + 4590 ], "parent_bracket_id": [ - 5018 + 5026 ], "path": [ 80 @@ -104466,37 +104824,37 @@ export default { 40 ], "scheduled_at": [ - 4518 + 4526 ], "scheduled_eta": [ - 4518 + 4526 ], "scheduling_proposals": [ 1985 ], "stage": [ - 4803 + 4811 ], "team_1": [ - 4930 + 4938 ], "team_1_seed": [ 40 ], "team_2": [ - 4930 + 4938 ], "team_2_seed": [ 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id_1": [ - 5018 + 5026 ], "tournament_team_id_2": [ - 5018 + 5026 ], "__typename": [ 80 @@ -104504,28 +104862,28 @@ export default { }, "tournament_brackets_max_fields": { "created_at": [ - 4518 + 4526 ], "group": [ - 2969 + 2977 ], "id": [ - 5018 + 5026 ], "loser_parent_bracket_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_number": [ 40 ], "match_options_id": [ - 5018 + 5026 ], "parent_bracket_id": [ - 5018 + 5026 ], "path": [ 80 @@ -104534,10 +104892,10 @@ export default { 40 ], "scheduled_at": [ - 4518 + 4526 ], "scheduled_eta": [ - 4518 + 4526 ], "team_1_seed": [ 40 @@ -104546,13 +104904,13 @@ export default { 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id_1": [ - 5018 + 5026 ], "tournament_team_id_2": [ - 5018 + 5026 ], "__typename": [ 80 @@ -104560,55 +104918,55 @@ export default { }, "tournament_brackets_max_order_by": { "created_at": [ - 2971 + 2979 ], "group": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "loser_parent_bracket_id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_number": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "parent_bracket_id": [ - 2971 + 2979 ], "path": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "scheduled_at": [ - 2971 + 2979 ], "scheduled_eta": [ - 2971 + 2979 ], "team_1_seed": [ - 2971 + 2979 ], "team_2_seed": [ - 2971 + 2979 ], "tournament_stage_id": [ - 2971 + 2979 ], "tournament_team_id_1": [ - 2971 + 2979 ], "tournament_team_id_2": [ - 2971 + 2979 ], "__typename": [ 80 @@ -104616,28 +104974,28 @@ export default { }, "tournament_brackets_min_fields": { "created_at": [ - 4518 + 4526 ], "group": [ - 2969 + 2977 ], "id": [ - 5018 + 5026 ], "loser_parent_bracket_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_number": [ 40 ], "match_options_id": [ - 5018 + 5026 ], "parent_bracket_id": [ - 5018 + 5026 ], "path": [ 80 @@ -104646,10 +105004,10 @@ export default { 40 ], "scheduled_at": [ - 4518 + 4526 ], "scheduled_eta": [ - 4518 + 4526 ], "team_1_seed": [ 40 @@ -104658,13 +105016,13 @@ export default { 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id_1": [ - 5018 + 5026 ], "tournament_team_id_2": [ - 5018 + 5026 ], "__typename": [ 80 @@ -104672,55 +105030,55 @@ export default { }, "tournament_brackets_min_order_by": { "created_at": [ - 2971 + 2979 ], "group": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "loser_parent_bracket_id": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_number": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "parent_bracket_id": [ - 2971 + 2979 ], "path": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "scheduled_at": [ - 2971 + 2979 ], "scheduled_eta": [ - 2971 + 2979 ], "team_1_seed": [ - 2971 + 2979 ], "team_2_seed": [ - 2971 + 2979 ], "tournament_stage_id": [ - 2971 + 2979 ], "tournament_team_id_1": [ - 2971 + 2979 ], "tournament_team_id_2": [ - 2971 + 2979 ], "__typename": [ 80 @@ -104731,7 +105089,7 @@ export default { 40 ], "returning": [ - 4562 + 4570 ], "__typename": [ 80 @@ -104739,10 +105097,10 @@ export default { }, "tournament_brackets_obj_rel_insert_input": { "data": [ - 4576 + 4584 ], "on_conflict": [ - 4583 + 4591 ], "__typename": [ 80 @@ -104750,13 +105108,13 @@ export default { }, "tournament_brackets_on_conflict": { "constraint": [ - 4574 + 4582 ], "update_columns": [ - 4600 + 4608 ], "where": [ - 4573 + 4581 ], "__typename": [ 80 @@ -104764,88 +105122,88 @@ export default { }, "tournament_brackets_order_by": { "bye": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "feeding_brackets_aggregate": [ - 4569 + 4577 ], "finished": [ - 2971 + 2979 ], "group": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "loser_bracket": [ - 4584 + 4592 ], "loser_parent_bracket_id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_number": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "options": [ - 2679 + 2683 ], "parent_bracket": [ - 4584 + 4592 ], "parent_bracket_id": [ - 2971 + 2979 ], "path": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "scheduled_at": [ - 2971 + 2979 ], "scheduled_eta": [ - 2971 + 2979 ], "scheduling_proposals_aggregate": [ 1984 ], "stage": [ - 4805 + 4813 ], "team_1": [ - 4932 + 4940 ], "team_1_seed": [ - 2971 + 2979 ], "team_2": [ - 4932 + 4940 ], "team_2_seed": [ - 2971 + 2979 ], "tournament_stage_id": [ - 2971 + 2979 ], "tournament_team_id_1": [ - 2971 + 2979 ], "tournament_team_id_2": [ - 2971 + 2979 ], "__typename": [ 80 @@ -104853,7 +105211,7 @@ export default { }, "tournament_brackets_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -104867,31 +105225,31 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "finished": [ 5 ], "group": [ - 2969 + 2977 ], "id": [ - 5018 + 5026 ], "loser_parent_bracket_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_number": [ 40 ], "match_options_id": [ - 5018 + 5026 ], "parent_bracket_id": [ - 5018 + 5026 ], "path": [ 80 @@ -104900,10 +105258,10 @@ export default { 40 ], "scheduled_at": [ - 4518 + 4526 ], "scheduled_eta": [ - 4518 + 4526 ], "team_1_seed": [ 40 @@ -104912,13 +105270,13 @@ export default { 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id_1": [ - 5018 + 5026 ], "tournament_team_id_2": [ - 5018 + 5026 ], "__typename": [ 80 @@ -104946,19 +105304,19 @@ export default { }, "tournament_brackets_stddev_order_by": { "group": [ - 2971 + 2979 ], "match_number": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "team_1_seed": [ - 2971 + 2979 ], "team_2_seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -104986,19 +105344,19 @@ export default { }, "tournament_brackets_stddev_pop_order_by": { "group": [ - 2971 + 2979 ], "match_number": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "team_1_seed": [ - 2971 + 2979 ], "team_2_seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105026,19 +105384,19 @@ export default { }, "tournament_brackets_stddev_samp_order_by": { "group": [ - 2971 + 2979 ], "match_number": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "team_1_seed": [ - 2971 + 2979 ], "team_2_seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105046,7 +105404,7 @@ export default { }, "tournament_brackets_stream_cursor_input": { "initial_value": [ - 4597 + 4605 ], "ordering": [ 313 @@ -105060,31 +105418,31 @@ export default { 5 ], "created_at": [ - 4518 + 4526 ], "finished": [ 5 ], "group": [ - 2969 + 2977 ], "id": [ - 5018 + 5026 ], "loser_parent_bracket_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_number": [ 40 ], "match_options_id": [ - 5018 + 5026 ], "parent_bracket_id": [ - 5018 + 5026 ], "path": [ 80 @@ -105093,10 +105451,10 @@ export default { 40 ], "scheduled_at": [ - 4518 + 4526 ], "scheduled_eta": [ - 4518 + 4526 ], "team_1_seed": [ 40 @@ -105105,13 +105463,13 @@ export default { 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id_1": [ - 5018 + 5026 ], "tournament_team_id_2": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105119,7 +105477,7 @@ export default { }, "tournament_brackets_sum_fields": { "group": [ - 2969 + 2977 ], "match_number": [ 40 @@ -105139,19 +105497,19 @@ export default { }, "tournament_brackets_sum_order_by": { "group": [ - 2971 + 2979 ], "match_number": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "team_1_seed": [ - 2971 + 2979 ], "team_2_seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105160,13 +105518,13 @@ export default { "tournament_brackets_update_column": {}, "tournament_brackets_updates": { "_inc": [ - 4575 + 4583 ], "_set": [ - 4589 + 4597 ], "where": [ - 4573 + 4581 ], "__typename": [ 80 @@ -105194,19 +105552,19 @@ export default { }, "tournament_brackets_var_pop_order_by": { "group": [ - 2971 + 2979 ], "match_number": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "team_1_seed": [ - 2971 + 2979 ], "team_2_seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105234,19 +105592,19 @@ export default { }, "tournament_brackets_var_samp_order_by": { "group": [ - 2971 + 2979 ], "match_number": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "team_1_seed": [ - 2971 + 2979 ], "team_2_seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105274,19 +105632,19 @@ export default { }, "tournament_brackets_variance_order_by": { "group": [ - 2971 + 2979 ], "match_number": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "team_1_seed": [ - 2971 + 2979 ], "team_2_seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105300,10 +105658,10 @@ export default { 1307 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105311,10 +105669,10 @@ export default { }, "tournament_categories_aggregate": { "aggregate": [ - 4612 + 4620 ], "nodes": [ - 4608 + 4616 ], "__typename": [ 80 @@ -105322,7 +105680,7 @@ export default { }, "tournament_categories_aggregate_bool_exp": { "count": [ - 4611 + 4619 ], "__typename": [ 80 @@ -105330,13 +105688,13 @@ export default { }, "tournament_categories_aggregate_bool_exp_count": { "arguments": [ - 4626 + 4634 ], "distinct": [ 5 ], "filter": [ - 4615 + 4623 ], "predicate": [ 41 @@ -105350,7 +105708,7 @@ export default { 40, { "columns": [ - 4626, + 4634, "[tournament_categories_select_column!]" ], "distinct": [ @@ -105359,10 +105717,10 @@ export default { } ], "max": [ - 4618 + 4626 ], "min": [ - 4620 + 4628 ], "__typename": [ 80 @@ -105370,13 +105728,13 @@ export default { }, "tournament_categories_aggregate_order_by": { "count": [ - 2971 + 2979 ], "max": [ - 4619 + 4627 ], "min": [ - 4621 + 4629 ], "__typename": [ 80 @@ -105384,10 +105742,10 @@ export default { }, "tournament_categories_arr_rel_insert_input": { "data": [ - 4617 + 4625 ], "on_conflict": [ - 4623 + 4631 ], "__typename": [ 80 @@ -105395,13 +105753,13 @@ export default { }, "tournament_categories_bool_exp": { "_and": [ - 4615 + 4623 ], "_not": [ - 4615 + 4623 ], "_or": [ - 4615 + 4623 ], "category": [ 1313 @@ -105410,10 +105768,10 @@ export default { 1310 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -105428,10 +105786,10 @@ export default { 1318 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105439,7 +105797,7 @@ export default { }, "tournament_categories_max_fields": { "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105447,7 +105805,7 @@ export default { }, "tournament_categories_max_order_by": { "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105455,7 +105813,7 @@ export default { }, "tournament_categories_min_fields": { "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105463,7 +105821,7 @@ export default { }, "tournament_categories_min_order_by": { "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105474,7 +105832,7 @@ export default { 40 ], "returning": [ - 4608 + 4616 ], "__typename": [ 80 @@ -105482,13 +105840,13 @@ export default { }, "tournament_categories_on_conflict": { "constraint": [ - 4616 + 4624 ], "update_columns": [ - 4630 + 4638 ], "where": [ - 4615 + 4623 ], "__typename": [ 80 @@ -105496,16 +105854,16 @@ export default { }, "tournament_categories_order_by": { "category": [ - 2971 + 2979 ], "e_tournament_category": [ 1320 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105516,7 +105874,7 @@ export default { 1312 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105528,7 +105886,7 @@ export default { 1312 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105536,7 +105894,7 @@ export default { }, "tournament_categories_stream_cursor_input": { "initial_value": [ - 4629 + 4637 ], "ordering": [ 313 @@ -105550,7 +105908,7 @@ export default { 1312 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105559,10 +105917,10 @@ export default { "tournament_categories_update_column": {}, "tournament_categories_updates": { "_set": [ - 4627 + 4635 ], "where": [ - 4615 + 4623 ], "__typename": [ 80 @@ -105570,19 +105928,19 @@ export default { }, "tournament_organizer_teams": { "created_at": [ - 4518 + 4526 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105590,10 +105948,10 @@ export default { }, "tournament_organizer_teams_aggregate": { "aggregate": [ - 4636 + 4644 ], "nodes": [ - 4632 + 4640 ], "__typename": [ 80 @@ -105601,7 +105959,7 @@ export default { }, "tournament_organizer_teams_aggregate_bool_exp": { "count": [ - 4635 + 4643 ], "__typename": [ 80 @@ -105609,13 +105967,13 @@ export default { }, "tournament_organizer_teams_aggregate_bool_exp_count": { "arguments": [ - 4650 + 4658 ], "distinct": [ 5 ], "filter": [ - 4639 + 4647 ], "predicate": [ 41 @@ -105629,7 +105987,7 @@ export default { 40, { "columns": [ - 4650, + 4658, "[tournament_organizer_teams_select_column!]" ], "distinct": [ @@ -105638,10 +105996,10 @@ export default { } ], "max": [ - 4642 + 4650 ], "min": [ - 4644 + 4652 ], "__typename": [ 80 @@ -105649,13 +106007,13 @@ export default { }, "tournament_organizer_teams_aggregate_order_by": { "count": [ - 2971 + 2979 ], "max": [ - 4643 + 4651 ], "min": [ - 4645 + 4653 ], "__typename": [ 80 @@ -105663,10 +106021,10 @@ export default { }, "tournament_organizer_teams_arr_rel_insert_input": { "data": [ - 4641 + 4649 ], "on_conflict": [ - 4647 + 4655 ], "__typename": [ 80 @@ -105674,28 +106032,28 @@ export default { }, "tournament_organizer_teams_bool_exp": { "_and": [ - 4639 + 4647 ], "_not": [ - 4639 + 4647 ], "_or": [ - 4639 + 4647 ], "created_at": [ - 4519 + 4527 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -105704,19 +106062,19 @@ export default { "tournament_organizer_teams_constraint": {}, "tournament_organizer_teams_insert_input": { "created_at": [ - 4518 + 4526 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105724,13 +106082,13 @@ export default { }, "tournament_organizer_teams_max_fields": { "created_at": [ - 4518 + 4526 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105738,13 +106096,13 @@ export default { }, "tournament_organizer_teams_max_order_by": { "created_at": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105752,13 +106110,13 @@ export default { }, "tournament_organizer_teams_min_fields": { "created_at": [ - 4518 + 4526 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105766,13 +106124,13 @@ export default { }, "tournament_organizer_teams_min_order_by": { "created_at": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105783,7 +106141,7 @@ export default { 40 ], "returning": [ - 4632 + 4640 ], "__typename": [ 80 @@ -105791,13 +106149,13 @@ export default { }, "tournament_organizer_teams_on_conflict": { "constraint": [ - 4640 + 4648 ], "update_columns": [ - 4654 + 4662 ], "where": [ - 4639 + 4647 ], "__typename": [ 80 @@ -105805,19 +106163,19 @@ export default { }, "tournament_organizer_teams_order_by": { "created_at": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -105825,10 +106183,10 @@ export default { }, "tournament_organizer_teams_pk_columns_input": { "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105837,13 +106195,13 @@ export default { "tournament_organizer_teams_select_column": {}, "tournament_organizer_teams_set_input": { "created_at": [ - 4518 + 4526 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105851,7 +106209,7 @@ export default { }, "tournament_organizer_teams_stream_cursor_input": { "initial_value": [ - 4653 + 4661 ], "ordering": [ 313 @@ -105862,13 +106220,13 @@ export default { }, "tournament_organizer_teams_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105877,10 +106235,10 @@ export default { "tournament_organizer_teams_update_column": {}, "tournament_organizer_teams_updates": { "_set": [ - 4651 + 4659 ], "where": [ - 4639 + 4647 ], "__typename": [ 80 @@ -105888,22 +106246,22 @@ export default { }, "tournament_organizers": { "organization_team": [ - 4471 + 4479 ], "organization_team_id": [ - 5018 + 5026 ], "organizer": [ - 3929 + 3937 ], "steam_id": [ 257 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -105911,10 +106269,10 @@ export default { }, "tournament_organizers_aggregate": { "aggregate": [ - 4660 + 4668 ], "nodes": [ - 4656 + 4664 ], "__typename": [ 80 @@ -105922,7 +106280,7 @@ export default { }, "tournament_organizers_aggregate_bool_exp": { "count": [ - 4659 + 4667 ], "__typename": [ 80 @@ -105930,13 +106288,13 @@ export default { }, "tournament_organizers_aggregate_bool_exp_count": { "arguments": [ - 4677 + 4685 ], "distinct": [ 5 ], "filter": [ - 4665 + 4673 ], "predicate": [ 41 @@ -105947,13 +106305,13 @@ export default { }, "tournament_organizers_aggregate_fields": { "avg": [ - 4663 + 4671 ], "count": [ 40, { "columns": [ - 4677, + 4685, "[tournament_organizers_select_column!]" ], "distinct": [ @@ -105962,31 +106320,31 @@ export default { } ], "max": [ - 4669 + 4677 ], "min": [ - 4671 + 4679 ], "stddev": [ - 4679 + 4687 ], "stddev_pop": [ - 4681 + 4689 ], "stddev_samp": [ - 4683 + 4691 ], "sum": [ - 4687 + 4695 ], "var_pop": [ - 4691 + 4699 ], "var_samp": [ - 4693 + 4701 ], "variance": [ - 4695 + 4703 ], "__typename": [ 80 @@ -105994,37 +106352,37 @@ export default { }, "tournament_organizers_aggregate_order_by": { "avg": [ - 4664 + 4672 ], "count": [ - 2971 + 2979 ], "max": [ - 4670 + 4678 ], "min": [ - 4672 + 4680 ], "stddev": [ - 4680 + 4688 ], "stddev_pop": [ - 4682 + 4690 ], "stddev_samp": [ - 4684 + 4692 ], "sum": [ - 4688 + 4696 ], "var_pop": [ - 4692 + 4700 ], "var_samp": [ - 4694 + 4702 ], "variance": [ - 4696 + 4704 ], "__typename": [ 80 @@ -106032,10 +106390,10 @@ export default { }, "tournament_organizers_arr_rel_insert_input": { "data": [ - 4668 + 4676 ], "on_conflict": [ - 4674 + 4682 ], "__typename": [ 80 @@ -106051,7 +106409,7 @@ export default { }, "tournament_organizers_avg_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106059,31 +106417,31 @@ export default { }, "tournament_organizers_bool_exp": { "_and": [ - 4665 + 4673 ], "_not": [ - 4665 + 4673 ], "_or": [ - 4665 + 4673 ], "organization_team": [ - 4482 + 4490 ], "organization_team_id": [ - 5020 + 5028 ], "organizer": [ - 3933 + 3941 ], "steam_id": [ 259 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -106100,22 +106458,22 @@ export default { }, "tournament_organizers_insert_input": { "organization_team": [ - 4491 + 4499 ], "organization_team_id": [ - 5018 + 5026 ], "organizer": [ - 3940 + 3948 ], "steam_id": [ 257 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106123,13 +106481,13 @@ export default { }, "tournament_organizers_max_fields": { "organization_team_id": [ - 5018 + 5026 ], "steam_id": [ 257 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106137,13 +106495,13 @@ export default { }, "tournament_organizers_max_order_by": { "organization_team_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106151,13 +106509,13 @@ export default { }, "tournament_organizers_min_fields": { "organization_team_id": [ - 5018 + 5026 ], "steam_id": [ 257 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106165,13 +106523,13 @@ export default { }, "tournament_organizers_min_order_by": { "organization_team_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106182,7 +106540,7 @@ export default { 40 ], "returning": [ - 4656 + 4664 ], "__typename": [ 80 @@ -106190,13 +106548,13 @@ export default { }, "tournament_organizers_on_conflict": { "constraint": [ - 4666 + 4674 ], "update_columns": [ - 4689 + 4697 ], "where": [ - 4665 + 4673 ], "__typename": [ 80 @@ -106204,22 +106562,22 @@ export default { }, "tournament_organizers_order_by": { "organization_team": [ - 4493 + 4501 ], "organization_team_id": [ - 2971 + 2979 ], "organizer": [ - 3942 + 3950 ], "steam_id": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106230,7 +106588,7 @@ export default { 257 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106239,13 +106597,13 @@ export default { "tournament_organizers_select_column": {}, "tournament_organizers_set_input": { "organization_team_id": [ - 5018 + 5026 ], "steam_id": [ 257 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106261,7 +106619,7 @@ export default { }, "tournament_organizers_stddev_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106277,7 +106635,7 @@ export default { }, "tournament_organizers_stddev_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106293,7 +106651,7 @@ export default { }, "tournament_organizers_stddev_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106301,7 +106659,7 @@ export default { }, "tournament_organizers_stream_cursor_input": { "initial_value": [ - 4686 + 4694 ], "ordering": [ 313 @@ -106312,13 +106670,13 @@ export default { }, "tournament_organizers_stream_cursor_value_input": { "organization_team_id": [ - 5018 + 5026 ], "steam_id": [ 257 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106334,7 +106692,7 @@ export default { }, "tournament_organizers_sum_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106343,13 +106701,13 @@ export default { "tournament_organizers_update_column": {}, "tournament_organizers_updates": { "_inc": [ - 4667 + 4675 ], "_set": [ - 4678 + 4686 ], "where": [ - 4665 + 4673 ], "__typename": [ 80 @@ -106365,7 +106723,7 @@ export default { }, "tournament_organizers_var_pop_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106381,7 +106739,7 @@ export default { }, "tournament_organizers_var_samp_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106397,7 +106755,7 @@ export default { }, "tournament_organizers_variance_order_by": { "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106405,10 +106763,10 @@ export default { }, "tournament_prizes": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "order": [ 40 @@ -106420,10 +106778,10 @@ export default { 80 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106431,10 +106789,10 @@ export default { }, "tournament_prizes_aggregate": { "aggregate": [ - 4701 + 4709 ], "nodes": [ - 4697 + 4705 ], "__typename": [ 80 @@ -106442,7 +106800,7 @@ export default { }, "tournament_prizes_aggregate_bool_exp": { "count": [ - 4700 + 4708 ], "__typename": [ 80 @@ -106450,13 +106808,13 @@ export default { }, "tournament_prizes_aggregate_bool_exp_count": { "arguments": [ - 4718 + 4726 ], "distinct": [ 5 ], "filter": [ - 4706 + 4714 ], "predicate": [ 41 @@ -106467,13 +106825,13 @@ export default { }, "tournament_prizes_aggregate_fields": { "avg": [ - 4704 + 4712 ], "count": [ 40, { "columns": [ - 4718, + 4726, "[tournament_prizes_select_column!]" ], "distinct": [ @@ -106482,31 +106840,31 @@ export default { } ], "max": [ - 4710 + 4718 ], "min": [ - 4712 + 4720 ], "stddev": [ - 4720 + 4728 ], "stddev_pop": [ - 4722 + 4730 ], "stddev_samp": [ - 4724 + 4732 ], "sum": [ - 4728 + 4736 ], "var_pop": [ - 4732 + 4740 ], "var_samp": [ - 4734 + 4742 ], "variance": [ - 4736 + 4744 ], "__typename": [ 80 @@ -106514,37 +106872,37 @@ export default { }, "tournament_prizes_aggregate_order_by": { "avg": [ - 4705 + 4713 ], "count": [ - 2971 + 2979 ], "max": [ - 4711 + 4719 ], "min": [ - 4713 + 4721 ], "stddev": [ - 4721 + 4729 ], "stddev_pop": [ - 4723 + 4731 ], "stddev_samp": [ - 4725 + 4733 ], "sum": [ - 4729 + 4737 ], "var_pop": [ - 4733 + 4741 ], "var_samp": [ - 4735 + 4743 ], "variance": [ - 4737 + 4745 ], "__typename": [ 80 @@ -106552,10 +106910,10 @@ export default { }, "tournament_prizes_arr_rel_insert_input": { "data": [ - 4709 + 4717 ], "on_conflict": [ - 4715 + 4723 ], "__typename": [ 80 @@ -106571,7 +106929,7 @@ export default { }, "tournament_prizes_avg_order_by": { "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106579,19 +106937,19 @@ export default { }, "tournament_prizes_bool_exp": { "_and": [ - 4706 + 4714 ], "_not": [ - 4706 + 4714 ], "_or": [ - 4706 + 4714 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "order": [ 41 @@ -106603,10 +106961,10 @@ export default { 82 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -106623,10 +106981,10 @@ export default { }, "tournament_prizes_insert_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "order": [ 40 @@ -106638,10 +106996,10 @@ export default { 80 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106649,10 +107007,10 @@ export default { }, "tournament_prizes_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "order": [ 40 @@ -106664,7 +107022,7 @@ export default { 80 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106672,22 +107030,22 @@ export default { }, "tournament_prizes_max_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "place": [ - 2971 + 2979 ], "prize": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106695,10 +107053,10 @@ export default { }, "tournament_prizes_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "order": [ 40 @@ -106710,7 +107068,7 @@ export default { 80 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106718,22 +107076,22 @@ export default { }, "tournament_prizes_min_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "place": [ - 2971 + 2979 ], "prize": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106744,7 +107102,7 @@ export default { 40 ], "returning": [ - 4697 + 4705 ], "__typename": [ 80 @@ -106752,13 +107110,13 @@ export default { }, "tournament_prizes_on_conflict": { "constraint": [ - 4707 + 4715 ], "update_columns": [ - 4730 + 4738 ], "where": [ - 4706 + 4714 ], "__typename": [ 80 @@ -106766,25 +107124,25 @@ export default { }, "tournament_prizes_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "place": [ - 2971 + 2979 ], "prize": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106792,7 +107150,7 @@ export default { }, "tournament_prizes_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106801,10 +107159,10 @@ export default { "tournament_prizes_select_column": {}, "tournament_prizes_set_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "order": [ 40 @@ -106816,7 +107174,7 @@ export default { 80 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106832,7 +107190,7 @@ export default { }, "tournament_prizes_stddev_order_by": { "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106848,7 +107206,7 @@ export default { }, "tournament_prizes_stddev_pop_order_by": { "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106864,7 +107222,7 @@ export default { }, "tournament_prizes_stddev_samp_order_by": { "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106872,7 +107230,7 @@ export default { }, "tournament_prizes_stream_cursor_input": { "initial_value": [ - 4727 + 4735 ], "ordering": [ 313 @@ -106883,10 +107241,10 @@ export default { }, "tournament_prizes_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "order": [ 40 @@ -106898,7 +107256,7 @@ export default { 80 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -106914,7 +107272,7 @@ export default { }, "tournament_prizes_sum_order_by": { "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106923,13 +107281,13 @@ export default { "tournament_prizes_update_column": {}, "tournament_prizes_updates": { "_inc": [ - 4708 + 4716 ], "_set": [ - 4719 + 4727 ], "where": [ - 4706 + 4714 ], "__typename": [ 80 @@ -106945,7 +107303,7 @@ export default { }, "tournament_prizes_var_pop_order_by": { "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106961,7 +107319,7 @@ export default { }, "tournament_prizes_var_samp_order_by": { "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106977,7 +107335,7 @@ export default { }, "tournament_prizes_variance_order_by": { "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -106985,28 +107343,28 @@ export default { }, "tournament_stage_windows": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "round": [ 40 ], "stage": [ - 4779 + 4787 ], "tournament_stage_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -107014,10 +107372,10 @@ export default { }, "tournament_stage_windows_aggregate": { "aggregate": [ - 4742 + 4750 ], "nodes": [ - 4738 + 4746 ], "__typename": [ 80 @@ -107025,7 +107383,7 @@ export default { }, "tournament_stage_windows_aggregate_bool_exp": { "count": [ - 4741 + 4749 ], "__typename": [ 80 @@ -107033,13 +107391,13 @@ export default { }, "tournament_stage_windows_aggregate_bool_exp_count": { "arguments": [ - 4759 + 4767 ], "distinct": [ 5 ], "filter": [ - 4747 + 4755 ], "predicate": [ 41 @@ -107050,13 +107408,13 @@ export default { }, "tournament_stage_windows_aggregate_fields": { "avg": [ - 4745 + 4753 ], "count": [ 40, { "columns": [ - 4759, + 4767, "[tournament_stage_windows_select_column!]" ], "distinct": [ @@ -107065,31 +107423,31 @@ export default { } ], "max": [ - 4751 + 4759 ], "min": [ - 4753 + 4761 ], "stddev": [ - 4761 + 4769 ], "stddev_pop": [ - 4763 + 4771 ], "stddev_samp": [ - 4765 + 4773 ], "sum": [ - 4769 + 4777 ], "var_pop": [ - 4773 + 4781 ], "var_samp": [ - 4775 + 4783 ], "variance": [ - 4777 + 4785 ], "__typename": [ 80 @@ -107097,37 +107455,37 @@ export default { }, "tournament_stage_windows_aggregate_order_by": { "avg": [ - 4746 + 4754 ], "count": [ - 2971 + 2979 ], "max": [ - 4752 + 4760 ], "min": [ - 4754 + 4762 ], "stddev": [ - 4762 + 4770 ], "stddev_pop": [ - 4764 + 4772 ], "stddev_samp": [ - 4766 + 4774 ], "sum": [ - 4770 + 4778 ], "var_pop": [ - 4774 + 4782 ], "var_samp": [ - 4776 + 4784 ], "variance": [ - 4778 + 4786 ], "__typename": [ 80 @@ -107135,10 +107493,10 @@ export default { }, "tournament_stage_windows_arr_rel_insert_input": { "data": [ - 4750 + 4758 ], "on_conflict": [ - 4756 + 4764 ], "__typename": [ 80 @@ -107154,7 +107512,7 @@ export default { }, "tournament_stage_windows_avg_order_by": { "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -107162,37 +107520,37 @@ export default { }, "tournament_stage_windows_bool_exp": { "_and": [ - 4747 + 4755 ], "_not": [ - 4747 + 4755 ], "_or": [ - 4747 + 4755 ], "closes_at": [ - 4519 + 4527 ], "created_at": [ - 4519 + 4527 ], "default_match_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "opens_at": [ - 4519 + 4527 ], "round": [ 41 ], "stage": [ - 4791 + 4799 ], "tournament_stage_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -107209,28 +107567,28 @@ export default { }, "tournament_stage_windows_insert_input": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "round": [ 40 ], "stage": [ - 4803 + 4811 ], "tournament_stage_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -107238,25 +107596,25 @@ export default { }, "tournament_stage_windows_max_fields": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "round": [ 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -107264,25 +107622,25 @@ export default { }, "tournament_stage_windows_max_order_by": { "closes_at": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "default_match_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "opens_at": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "tournament_stage_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -107290,25 +107648,25 @@ export default { }, "tournament_stage_windows_min_fields": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "round": [ 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -107316,25 +107674,25 @@ export default { }, "tournament_stage_windows_min_order_by": { "closes_at": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "default_match_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "opens_at": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "tournament_stage_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -107345,7 +107703,7 @@ export default { 40 ], "returning": [ - 4738 + 4746 ], "__typename": [ 80 @@ -107353,13 +107711,13 @@ export default { }, "tournament_stage_windows_on_conflict": { "constraint": [ - 4748 + 4756 ], "update_columns": [ - 4771 + 4779 ], "where": [ - 4747 + 4755 ], "__typename": [ 80 @@ -107367,28 +107725,28 @@ export default { }, "tournament_stage_windows_order_by": { "closes_at": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "default_match_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "opens_at": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "stage": [ - 4805 + 4813 ], "tournament_stage_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -107396,7 +107754,7 @@ export default { }, "tournament_stage_windows_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -107405,25 +107763,25 @@ export default { "tournament_stage_windows_select_column": {}, "tournament_stage_windows_set_input": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "round": [ 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -107439,7 +107797,7 @@ export default { }, "tournament_stage_windows_stddev_order_by": { "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -107455,7 +107813,7 @@ export default { }, "tournament_stage_windows_stddev_pop_order_by": { "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -107471,7 +107829,7 @@ export default { }, "tournament_stage_windows_stddev_samp_order_by": { "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -107479,7 +107837,7 @@ export default { }, "tournament_stage_windows_stream_cursor_input": { "initial_value": [ - 4768 + 4776 ], "ordering": [ 313 @@ -107490,25 +107848,25 @@ export default { }, "tournament_stage_windows_stream_cursor_value_input": { "closes_at": [ - 4518 + 4526 ], "created_at": [ - 4518 + 4526 ], "default_match_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "opens_at": [ - 4518 + 4526 ], "round": [ 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -107524,7 +107882,7 @@ export default { }, "tournament_stage_windows_sum_order_by": { "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -107533,13 +107891,13 @@ export default { "tournament_stage_windows_update_column": {}, "tournament_stage_windows_updates": { "_inc": [ - 4749 + 4757 ], "_set": [ - 4760 + 4768 ], "where": [ - 4747 + 4755 ], "__typename": [ 80 @@ -107555,7 +107913,7 @@ export default { }, "tournament_stage_windows_var_pop_order_by": { "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -107571,7 +107929,7 @@ export default { }, "tournament_stage_windows_var_samp_order_by": { "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -107587,7 +107945,7 @@ export default { }, "tournament_stage_windows_variance_order_by": { "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -107595,10 +107953,10 @@ export default { }, "tournament_stages": { "brackets": [ - 4562, + 4570, { "distinct_on": [ - 4586, + 4594, "[tournament_brackets_select_column!]" ], "limit": [ @@ -107608,19 +107966,19 @@ export default { 40 ], "order_by": [ - 4584, + 4592, "[tournament_brackets_order_by!]" ], "where": [ - 4573 + 4581 ] } ], "brackets_aggregate": [ - 4563, + 4571, { "distinct_on": [ - 4586, + 4594, "[tournament_brackets_select_column!]" ], "limit": [ @@ -107630,11 +107988,11 @@ export default { 40 ], "order_by": [ - 4584, + 4592, "[tournament_brackets_order_by!]" ], "where": [ - 4573 + 4581 ] } ], @@ -107654,10 +108012,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_rounds": [ 40 @@ -107669,16 +108027,16 @@ export default { 40 ], "options": [ - 2666 + 2670 ], "order": [ 40 ], "results": [ - 5760, + 5768, { "distinct_on": [ - 5792, + 5800, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -107688,19 +108046,19 @@ export default { 40 ], "order_by": [ - 5790, + 5798, "[v_team_stage_results_order_by!]" ], "where": [ - 5779 + 5787 ] } ], "results_aggregate": [ - 5761, + 5769, { "distinct_on": [ - 5792, + 5800, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -107710,11 +108068,11 @@ export default { 40 ], "order_by": [ - 5790, + 5798, "[v_team_stage_results_order_by!]" ], "where": [ - 5779 + 5787 ] } ], @@ -107733,19 +108091,19 @@ export default { 5 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "type": [ 1333 ], "windows": [ - 4738, + 4746, { "distinct_on": [ - 4759, + 4767, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -107755,19 +108113,19 @@ export default { 40 ], "order_by": [ - 4757, + 4765, "[tournament_stage_windows_order_by!]" ], "where": [ - 4747 + 4755 ] } ], "windows_aggregate": [ - 4739, + 4747, { "distinct_on": [ - 4759, + 4767, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -107777,11 +108135,11 @@ export default { 40 ], "order_by": [ - 4757, + 4765, "[tournament_stage_windows_order_by!]" ], "where": [ - 4747 + 4755 ] } ], @@ -107791,10 +108149,10 @@ export default { }, "tournament_stages_aggregate": { "aggregate": [ - 4785 + 4793 ], "nodes": [ - 4779 + 4787 ], "__typename": [ 80 @@ -107802,13 +108160,13 @@ export default { }, "tournament_stages_aggregate_bool_exp": { "bool_and": [ - 4782 + 4790 ], "bool_or": [ - 4783 + 4791 ], "count": [ - 4784 + 4792 ], "__typename": [ 80 @@ -107816,13 +108174,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_bool_and": { "arguments": [ - 4809 + 4817 ], "distinct": [ 5 ], "filter": [ - 4791 + 4799 ], "predicate": [ 6 @@ -107833,13 +108191,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_bool_or": { "arguments": [ - 4810 + 4818 ], "distinct": [ 5 ], "filter": [ - 4791 + 4799 ], "predicate": [ 6 @@ -107850,13 +108208,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_count": { "arguments": [ - 4808 + 4816 ], "distinct": [ 5 ], "filter": [ - 4791 + 4799 ], "predicate": [ 41 @@ -107867,13 +108225,13 @@ export default { }, "tournament_stages_aggregate_fields": { "avg": [ - 4789 + 4797 ], "count": [ 40, { "columns": [ - 4808, + 4816, "[tournament_stages_select_column!]" ], "distinct": [ @@ -107882,31 +108240,31 @@ export default { } ], "max": [ - 4798 + 4806 ], "min": [ - 4800 + 4808 ], "stddev": [ - 4812 + 4820 ], "stddev_pop": [ - 4814 + 4822 ], "stddev_samp": [ - 4816 + 4824 ], "sum": [ - 4820 + 4828 ], "var_pop": [ - 4824 + 4832 ], "var_samp": [ - 4826 + 4834 ], "variance": [ - 4828 + 4836 ], "__typename": [ 80 @@ -107914,37 +108272,37 @@ export default { }, "tournament_stages_aggregate_order_by": { "avg": [ - 4790 + 4798 ], "count": [ - 2971 + 2979 ], "max": [ - 4799 + 4807 ], "min": [ - 4801 + 4809 ], "stddev": [ - 4813 + 4821 ], "stddev_pop": [ - 4815 + 4823 ], "stddev_samp": [ - 4817 + 4825 ], "sum": [ - 4821 + 4829 ], "var_pop": [ - 4825 + 4833 ], "var_samp": [ - 4827 + 4835 ], "variance": [ - 4829 + 4837 ], "__typename": [ 80 @@ -107960,10 +108318,10 @@ export default { }, "tournament_stages_arr_rel_insert_input": { "data": [ - 4797 + 4805 ], "on_conflict": [ - 4804 + 4812 ], "__typename": [ 80 @@ -108000,28 +108358,28 @@ export default { }, "tournament_stages_avg_order_by": { "decider_best_of": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "final_map_advantage": [ - 2971 + 2979 ], "groups": [ - 2971 + 2979 ], "max_rounds": [ - 2971 + 2979 ], "max_teams": [ - 2971 + 2979 ], "min_teams": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -108029,19 +108387,19 @@ export default { }, "tournament_stages_bool_exp": { "_and": [ - 4791 + 4799 ], "_not": [ - 4791 + 4799 ], "_or": [ - 4791 + 4799 ], "brackets": [ - 4573 + 4581 ], "brackets_aggregate": [ - 4564 + 4572 ], "decider_best_of": [ 41 @@ -108059,10 +108417,10 @@ export default { 41 ], "id": [ - 5020 + 5028 ], "match_options_id": [ - 5020 + 5028 ], "max_rounds": [ 41 @@ -108074,16 +108432,16 @@ export default { 41 ], "options": [ - 2670 + 2674 ], "order": [ 41 ], "results": [ - 5779 + 5787 ], "results_aggregate": [ - 5762 + 5770 ], "settings": [ 1844 @@ -108095,19 +108453,19 @@ export default { 6 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "type": [ 1334 ], "windows": [ - 4747 + 4755 ], "windows_aggregate": [ - 4740 + 4748 ], "__typename": [ 80 @@ -108169,7 +108527,7 @@ export default { }, "tournament_stages_insert_input": { "brackets": [ - 4570 + 4578 ], "decider_best_of": [ 40 @@ -108187,10 +108545,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_rounds": [ 40 @@ -108202,13 +108560,13 @@ export default { 40 ], "options": [ - 2677 + 2681 ], "order": [ 40 ], "results": [ - 5776 + 5784 ], "settings": [ 1842 @@ -108220,16 +108578,16 @@ export default { 5 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "type": [ 1333 ], "windows": [ - 4744 + 4752 ], "__typename": [ 80 @@ -108249,10 +108607,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_rounds": [ 40 @@ -108267,7 +108625,7 @@ export default { 40 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -108275,37 +108633,37 @@ export default { }, "tournament_stages_max_order_by": { "decider_best_of": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "final_map_advantage": [ - 2971 + 2979 ], "groups": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "max_rounds": [ - 2971 + 2979 ], "max_teams": [ - 2971 + 2979 ], "min_teams": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -108325,10 +108683,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_rounds": [ 40 @@ -108343,7 +108701,7 @@ export default { 40 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -108351,37 +108709,37 @@ export default { }, "tournament_stages_min_order_by": { "decider_best_of": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "final_map_advantage": [ - 2971 + 2979 ], "groups": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "max_rounds": [ - 2971 + 2979 ], "max_teams": [ - 2971 + 2979 ], "min_teams": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -108392,7 +108750,7 @@ export default { 40 ], "returning": [ - 4779 + 4787 ], "__typename": [ 80 @@ -108400,10 +108758,10 @@ export default { }, "tournament_stages_obj_rel_insert_input": { "data": [ - 4797 + 4805 ], "on_conflict": [ - 4804 + 4812 ], "__typename": [ 80 @@ -108411,13 +108769,13 @@ export default { }, "tournament_stages_on_conflict": { "constraint": [ - 4792 + 4800 ], "update_columns": [ - 4822 + 4830 ], "where": [ - 4791 + 4799 ], "__typename": [ 80 @@ -108425,67 +108783,67 @@ export default { }, "tournament_stages_order_by": { "brackets_aggregate": [ - 4569 + 4577 ], "decider_best_of": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "e_tournament_stage_type": [ 1341 ], "final_map_advantage": [ - 2971 + 2979 ], "groups": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "max_rounds": [ - 2971 + 2979 ], "max_teams": [ - 2971 + 2979 ], "min_teams": [ - 2971 + 2979 ], "options": [ - 2679 + 2683 ], "order": [ - 2971 + 2979 ], "results_aggregate": [ - 5775 + 5783 ], "settings": [ - 2971 + 2979 ], "swiss_no_elimination": [ - 2971 + 2979 ], "third_place_match": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "windows_aggregate": [ - 4743 + 4751 ], "__typename": [ 80 @@ -108493,7 +108851,7 @@ export default { }, "tournament_stages_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -108524,10 +108882,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_rounds": [ 40 @@ -108551,7 +108909,7 @@ export default { 5 ], "tournament_id": [ - 5018 + 5026 ], "type": [ 1333 @@ -108591,28 +108949,28 @@ export default { }, "tournament_stages_stddev_order_by": { "decider_best_of": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "final_map_advantage": [ - 2971 + 2979 ], "groups": [ - 2971 + 2979 ], "max_rounds": [ - 2971 + 2979 ], "max_teams": [ - 2971 + 2979 ], "min_teams": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -108649,28 +109007,28 @@ export default { }, "tournament_stages_stddev_pop_order_by": { "decider_best_of": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "final_map_advantage": [ - 2971 + 2979 ], "groups": [ - 2971 + 2979 ], "max_rounds": [ - 2971 + 2979 ], "max_teams": [ - 2971 + 2979 ], "min_teams": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -108707,28 +109065,28 @@ export default { }, "tournament_stages_stddev_samp_order_by": { "decider_best_of": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "final_map_advantage": [ - 2971 + 2979 ], "groups": [ - 2971 + 2979 ], "max_rounds": [ - 2971 + 2979 ], "max_teams": [ - 2971 + 2979 ], "min_teams": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -108736,7 +109094,7 @@ export default { }, "tournament_stages_stream_cursor_input": { "initial_value": [ - 4819 + 4827 ], "ordering": [ 313 @@ -108759,10 +109117,10 @@ export default { 40 ], "id": [ - 5018 + 5026 ], "match_options_id": [ - 5018 + 5026 ], "max_rounds": [ 40 @@ -108786,7 +109144,7 @@ export default { 5 ], "tournament_id": [ - 5018 + 5026 ], "type": [ 1333 @@ -108826,28 +109184,28 @@ export default { }, "tournament_stages_sum_order_by": { "decider_best_of": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "final_map_advantage": [ - 2971 + 2979 ], "groups": [ - 2971 + 2979 ], "max_rounds": [ - 2971 + 2979 ], "max_teams": [ - 2971 + 2979 ], "min_teams": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -108856,28 +109214,28 @@ export default { "tournament_stages_update_column": {}, "tournament_stages_updates": { "_append": [ - 4787 + 4795 ], "_delete_at_path": [ - 4793 + 4801 ], "_delete_elem": [ - 4794 + 4802 ], "_delete_key": [ - 4795 + 4803 ], "_inc": [ - 4796 + 4804 ], "_prepend": [ - 4807 + 4815 ], "_set": [ - 4811 + 4819 ], "where": [ - 4791 + 4799 ], "__typename": [ 80 @@ -108914,28 +109272,28 @@ export default { }, "tournament_stages_var_pop_order_by": { "decider_best_of": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "final_map_advantage": [ - 2971 + 2979 ], "groups": [ - 2971 + 2979 ], "max_rounds": [ - 2971 + 2979 ], "max_teams": [ - 2971 + 2979 ], "min_teams": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -108972,28 +109330,28 @@ export default { }, "tournament_stages_var_samp_order_by": { "decider_best_of": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "final_map_advantage": [ - 2971 + 2979 ], "groups": [ - 2971 + 2979 ], "max_rounds": [ - 2971 + 2979 ], "max_teams": [ - 2971 + 2979 ], "min_teams": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109030,28 +109388,28 @@ export default { }, "tournament_stages_variance_order_by": { "decider_best_of": [ - 2971 + 2979 ], "default_best_of": [ - 2971 + 2979 ], "final_map_advantage": [ - 2971 + 2979 ], "groups": [ - 2971 + 2979 ], "max_rounds": [ - 2971 + 2979 ], "max_teams": [ - 2971 + 2979 ], "min_teams": [ - 2971 + 2979 ], "order": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109059,28 +109417,28 @@ export default { }, "tournament_team_invites": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by": [ - 3929 + 3937 ], "invited_by_player_steam_id": [ 257 ], "player": [ - 3929 + 3937 ], "steam_id": [ 257 ], "team": [ - 4912 + 4920 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -109088,10 +109446,10 @@ export default { }, "tournament_team_invites_aggregate": { "aggregate": [ - 4834 + 4842 ], "nodes": [ - 4830 + 4838 ], "__typename": [ 80 @@ -109099,7 +109457,7 @@ export default { }, "tournament_team_invites_aggregate_bool_exp": { "count": [ - 4833 + 4841 ], "__typename": [ 80 @@ -109107,13 +109465,13 @@ export default { }, "tournament_team_invites_aggregate_bool_exp_count": { "arguments": [ - 4851 + 4859 ], "distinct": [ 5 ], "filter": [ - 4839 + 4847 ], "predicate": [ 41 @@ -109124,13 +109482,13 @@ export default { }, "tournament_team_invites_aggregate_fields": { "avg": [ - 4837 + 4845 ], "count": [ 40, { "columns": [ - 4851, + 4859, "[tournament_team_invites_select_column!]" ], "distinct": [ @@ -109139,31 +109497,31 @@ export default { } ], "max": [ - 4843 + 4851 ], "min": [ - 4845 + 4853 ], "stddev": [ - 4853 + 4861 ], "stddev_pop": [ - 4855 + 4863 ], "stddev_samp": [ - 4857 + 4865 ], "sum": [ - 4861 + 4869 ], "var_pop": [ - 4865 + 4873 ], "var_samp": [ - 4867 + 4875 ], "variance": [ - 4869 + 4877 ], "__typename": [ 80 @@ -109171,37 +109529,37 @@ export default { }, "tournament_team_invites_aggregate_order_by": { "avg": [ - 4838 + 4846 ], "count": [ - 2971 + 2979 ], "max": [ - 4844 + 4852 ], "min": [ - 4846 + 4854 ], "stddev": [ - 4854 + 4862 ], "stddev_pop": [ - 4856 + 4864 ], "stddev_samp": [ - 4858 + 4866 ], "sum": [ - 4862 + 4870 ], "var_pop": [ - 4866 + 4874 ], "var_samp": [ - 4868 + 4876 ], "variance": [ - 4870 + 4878 ], "__typename": [ 80 @@ -109209,10 +109567,10 @@ export default { }, "tournament_team_invites_arr_rel_insert_input": { "data": [ - 4842 + 4850 ], "on_conflict": [ - 4848 + 4856 ], "__typename": [ 80 @@ -109231,10 +109589,10 @@ export default { }, "tournament_team_invites_avg_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109242,37 +109600,37 @@ export default { }, "tournament_team_invites_bool_exp": { "_and": [ - 4839 + 4847 ], "_not": [ - 4839 + 4847 ], "_or": [ - 4839 + 4847 ], "created_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "invited_by": [ - 3933 + 3941 ], "invited_by_player_steam_id": [ 259 ], "player": [ - 3933 + 3941 ], "steam_id": [ 259 ], "team": [ - 4921 + 4929 ], "tournament_team_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -109292,28 +109650,28 @@ export default { }, "tournament_team_invites_insert_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by": [ - 3940 + 3948 ], "invited_by_player_steam_id": [ 257 ], "player": [ - 3940 + 3948 ], "steam_id": [ 257 ], "team": [ - 4930 + 4938 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -109321,10 +109679,10 @@ export default { }, "tournament_team_invites_max_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by_player_steam_id": [ 257 @@ -109333,7 +109691,7 @@ export default { 257 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -109341,19 +109699,19 @@ export default { }, "tournament_team_invites_max_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109361,10 +109719,10 @@ export default { }, "tournament_team_invites_min_fields": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by_player_steam_id": [ 257 @@ -109373,7 +109731,7 @@ export default { 257 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -109381,19 +109739,19 @@ export default { }, "tournament_team_invites_min_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109404,7 +109762,7 @@ export default { 40 ], "returning": [ - 4830 + 4838 ], "__typename": [ 80 @@ -109412,13 +109770,13 @@ export default { }, "tournament_team_invites_on_conflict": { "constraint": [ - 4840 + 4848 ], "update_columns": [ - 4863 + 4871 ], "where": [ - 4839 + 4847 ], "__typename": [ 80 @@ -109426,28 +109784,28 @@ export default { }, "tournament_team_invites_order_by": { "created_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invited_by": [ - 3942 + 3950 ], "invited_by_player_steam_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "steam_id": [ - 2971 + 2979 ], "team": [ - 4932 + 4940 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109455,7 +109813,7 @@ export default { }, "tournament_team_invites_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -109464,10 +109822,10 @@ export default { "tournament_team_invites_select_column": {}, "tournament_team_invites_set_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by_player_steam_id": [ 257 @@ -109476,7 +109834,7 @@ export default { 257 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -109495,10 +109853,10 @@ export default { }, "tournament_team_invites_stddev_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109517,10 +109875,10 @@ export default { }, "tournament_team_invites_stddev_pop_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109539,10 +109897,10 @@ export default { }, "tournament_team_invites_stddev_samp_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109550,7 +109908,7 @@ export default { }, "tournament_team_invites_stream_cursor_input": { "initial_value": [ - 4860 + 4868 ], "ordering": [ 313 @@ -109561,10 +109919,10 @@ export default { }, "tournament_team_invites_stream_cursor_value_input": { "created_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invited_by_player_steam_id": [ 257 @@ -109573,7 +109931,7 @@ export default { 257 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -109592,10 +109950,10 @@ export default { }, "tournament_team_invites_sum_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109604,13 +109962,13 @@ export default { "tournament_team_invites_update_column": {}, "tournament_team_invites_updates": { "_inc": [ - 4841 + 4849 ], "_set": [ - 4852 + 4860 ], "where": [ - 4839 + 4847 ], "__typename": [ 80 @@ -109629,10 +109987,10 @@ export default { }, "tournament_team_invites_var_pop_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109651,10 +110009,10 @@ export default { }, "tournament_team_invites_var_samp_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109673,10 +110031,10 @@ export default { }, "tournament_team_invites_variance_order_by": { "invited_by_player_steam_id": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109687,7 +110045,7 @@ export default { 1246 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 @@ -109696,16 +110054,16 @@ export default { 1251 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team": [ - 4912 + 4920 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -109713,10 +110071,10 @@ export default { }, "tournament_team_roster_aggregate": { "aggregate": [ - 4875 + 4883 ], "nodes": [ - 4871 + 4879 ], "__typename": [ 80 @@ -109724,7 +110082,7 @@ export default { }, "tournament_team_roster_aggregate_bool_exp": { "count": [ - 4874 + 4882 ], "__typename": [ 80 @@ -109732,13 +110090,13 @@ export default { }, "tournament_team_roster_aggregate_bool_exp_count": { "arguments": [ - 4892 + 4900 ], "distinct": [ 5 ], "filter": [ - 4880 + 4888 ], "predicate": [ 41 @@ -109749,13 +110107,13 @@ export default { }, "tournament_team_roster_aggregate_fields": { "avg": [ - 4878 + 4886 ], "count": [ 40, { "columns": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "distinct": [ @@ -109764,31 +110122,31 @@ export default { } ], "max": [ - 4884 + 4892 ], "min": [ - 4886 + 4894 ], "stddev": [ - 4894 + 4902 ], "stddev_pop": [ - 4896 + 4904 ], "stddev_samp": [ - 4898 + 4906 ], "sum": [ - 4902 + 4910 ], "var_pop": [ - 4906 + 4914 ], "var_samp": [ - 4908 + 4916 ], "variance": [ - 4910 + 4918 ], "__typename": [ 80 @@ -109796,37 +110154,37 @@ export default { }, "tournament_team_roster_aggregate_order_by": { "avg": [ - 4879 + 4887 ], "count": [ - 2971 + 2979 ], "max": [ - 4885 + 4893 ], "min": [ - 4887 + 4895 ], "stddev": [ - 4895 + 4903 ], "stddev_pop": [ - 4897 + 4905 ], "stddev_samp": [ - 4899 + 4907 ], "sum": [ - 4903 + 4911 ], "var_pop": [ - 4907 + 4915 ], "var_samp": [ - 4909 + 4917 ], "variance": [ - 4911 + 4919 ], "__typename": [ 80 @@ -109834,10 +110192,10 @@ export default { }, "tournament_team_roster_arr_rel_insert_input": { "data": [ - 4883 + 4891 ], "on_conflict": [ - 4889 + 4897 ], "__typename": [ 80 @@ -109853,7 +110211,7 @@ export default { }, "tournament_team_roster_avg_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109861,19 +110219,19 @@ export default { }, "tournament_team_roster_bool_exp": { "_and": [ - 4880 + 4888 ], "_not": [ - 4880 + 4888 ], "_or": [ - 4880 + 4888 ], "e_team_role": [ 1249 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 @@ -109882,16 +110240,16 @@ export default { 1252 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "tournament_team": [ - 4921 + 4929 ], "tournament_team_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -109911,7 +110269,7 @@ export default { 1257 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 @@ -109920,16 +110278,16 @@ export default { 1251 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team": [ - 4930 + 4938 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -109940,10 +110298,10 @@ export default { 257 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -109951,13 +110309,13 @@ export default { }, "tournament_team_roster_max_order_by": { "player_steam_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109968,10 +110326,10 @@ export default { 257 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -109979,13 +110337,13 @@ export default { }, "tournament_team_roster_min_order_by": { "player_steam_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -109996,7 +110354,7 @@ export default { 40 ], "returning": [ - 4871 + 4879 ], "__typename": [ 80 @@ -110004,13 +110362,13 @@ export default { }, "tournament_team_roster_on_conflict": { "constraint": [ - 4881 + 4889 ], "update_columns": [ - 4904 + 4912 ], "where": [ - 4880 + 4888 ], "__typename": [ 80 @@ -110021,25 +110379,25 @@ export default { 1259 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "role": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "tournament_team": [ - 4932 + 4940 ], "tournament_team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110050,7 +110408,7 @@ export default { 257 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -110065,10 +110423,10 @@ export default { 1251 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -110084,7 +110442,7 @@ export default { }, "tournament_team_roster_stddev_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110100,7 +110458,7 @@ export default { }, "tournament_team_roster_stddev_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110116,7 +110474,7 @@ export default { }, "tournament_team_roster_stddev_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110124,7 +110482,7 @@ export default { }, "tournament_team_roster_stream_cursor_input": { "initial_value": [ - 4901 + 4909 ], "ordering": [ 313 @@ -110141,10 +110499,10 @@ export default { 1251 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -110160,7 +110518,7 @@ export default { }, "tournament_team_roster_sum_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110169,13 +110527,13 @@ export default { "tournament_team_roster_update_column": {}, "tournament_team_roster_updates": { "_inc": [ - 4882 + 4890 ], "_set": [ - 4893 + 4901 ], "where": [ - 4880 + 4888 ], "__typename": [ 80 @@ -110191,7 +110549,7 @@ export default { }, "tournament_team_roster_var_pop_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110207,7 +110565,7 @@ export default { }, "tournament_team_roster_var_samp_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110223,7 +110581,7 @@ export default { }, "tournament_team_roster_variance_order_by": { "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110234,28 +110592,28 @@ export default { 5 ], "captain": [ - 3929 + 3937 ], "captain_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "creator": [ - 3929 + 3937 ], "eligible_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invites": [ - 4830, + 4838, { "distinct_on": [ - 4851, + 4859, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -110265,19 +110623,19 @@ export default { 40 ], "order_by": [ - 4849, + 4857, "[tournament_team_invites_order_by!]" ], "where": [ - 4839 + 4847 ] } ], "invites_aggregate": [ - 4831, + 4839, { "distinct_on": [ - 4851, + 4859, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -110287,11 +110645,11 @@ export default { 40 ], "order_by": [ - 4849, + 4857, "[tournament_team_invites_order_by!]" ], "where": [ - 4839 + 4847 ] } ], @@ -110302,13 +110660,13 @@ export default { 257 ], "results": [ - 5760 + 5768 ], "roster": [ - 4871, + 4879, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -110318,19 +110676,19 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], "roster_aggregate": [ - 4872, + 4880, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -110340,11 +110698,11 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], @@ -110355,16 +110713,16 @@ export default { 80 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -110372,10 +110730,10 @@ export default { }, "tournament_teams_aggregate": { "aggregate": [ - 4916 + 4924 ], "nodes": [ - 4912 + 4920 ], "__typename": [ 80 @@ -110383,7 +110741,7 @@ export default { }, "tournament_teams_aggregate_bool_exp": { "count": [ - 4915 + 4923 ], "__typename": [ 80 @@ -110391,13 +110749,13 @@ export default { }, "tournament_teams_aggregate_bool_exp_count": { "arguments": [ - 4934 + 4942 ], "distinct": [ 5 ], "filter": [ - 4921 + 4929 ], "predicate": [ 41 @@ -110408,13 +110766,13 @@ export default { }, "tournament_teams_aggregate_fields": { "avg": [ - 4919 + 4927 ], "count": [ 40, { "columns": [ - 4934, + 4942, "[tournament_teams_select_column!]" ], "distinct": [ @@ -110423,31 +110781,31 @@ export default { } ], "max": [ - 4925 + 4933 ], "min": [ - 4927 + 4935 ], "stddev": [ - 4936 + 4944 ], "stddev_pop": [ - 4938 + 4946 ], "stddev_samp": [ - 4940 + 4948 ], "sum": [ - 4944 + 4952 ], "var_pop": [ - 4948 + 4956 ], "var_samp": [ - 4950 + 4958 ], "variance": [ - 4952 + 4960 ], "__typename": [ 80 @@ -110455,37 +110813,37 @@ export default { }, "tournament_teams_aggregate_order_by": { "avg": [ - 4920 + 4928 ], "count": [ - 2971 + 2979 ], "max": [ - 4926 + 4934 ], "min": [ - 4928 + 4936 ], "stddev": [ - 4937 + 4945 ], "stddev_pop": [ - 4939 + 4947 ], "stddev_samp": [ - 4941 + 4949 ], "sum": [ - 4945 + 4953 ], "var_pop": [ - 4949 + 4957 ], "var_samp": [ - 4951 + 4959 ], "variance": [ - 4953 + 4961 ], "__typename": [ 80 @@ -110493,10 +110851,10 @@ export default { }, "tournament_teams_arr_rel_insert_input": { "data": [ - 4924 + 4932 ], "on_conflict": [ - 4931 + 4939 ], "__typename": [ 80 @@ -110518,13 +110876,13 @@ export default { }, "tournament_teams_avg_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110532,40 +110890,40 @@ export default { }, "tournament_teams_bool_exp": { "_and": [ - 4921 + 4929 ], "_not": [ - 4921 + 4929 ], "_or": [ - 4921 + 4929 ], "can_manage": [ 6 ], "captain": [ - 3933 + 3941 ], "captain_steam_id": [ 259 ], "created_at": [ - 4519 + 4527 ], "creator": [ - 3933 + 3941 ], "eligible_at": [ - 4519 + 4527 ], "id": [ - 5020 + 5028 ], "invites": [ - 4839 + 4847 ], "invites_aggregate": [ - 4832 + 4840 ], "name": [ 82 @@ -110574,13 +110932,13 @@ export default { 259 ], "results": [ - 5779 + 5787 ], "roster": [ - 4880 + 4888 ], "roster_aggregate": [ - 4873 + 4881 ], "seed": [ 41 @@ -110589,16 +110947,16 @@ export default { 82 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -110621,25 +110979,25 @@ export default { }, "tournament_teams_insert_input": { "captain": [ - 3940 + 3948 ], "captain_steam_id": [ 257 ], "created_at": [ - 4518 + 4526 ], "creator": [ - 3940 + 3948 ], "eligible_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "invites": [ - 4836 + 4844 ], "name": [ 80 @@ -110648,10 +111006,10 @@ export default { 257 ], "results": [ - 5788 + 5796 ], "roster": [ - 4877 + 4885 ], "seed": [ 40 @@ -110660,16 +111018,16 @@ export default { 80 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -110680,13 +111038,13 @@ export default { 257 ], "created_at": [ - 4518 + 4526 ], "eligible_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -110701,10 +111059,10 @@ export default { 80 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -110712,34 +111070,34 @@ export default { }, "tournament_teams_max_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "eligible_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "short_name": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110750,13 +111108,13 @@ export default { 257 ], "created_at": [ - 4518 + 4526 ], "eligible_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -110771,10 +111129,10 @@ export default { 80 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -110782,34 +111140,34 @@ export default { }, "tournament_teams_min_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "eligible_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "short_name": [ - 2971 + 2979 ], "team_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110820,7 +111178,7 @@ export default { 40 ], "returning": [ - 4912 + 4920 ], "__typename": [ 80 @@ -110828,10 +111186,10 @@ export default { }, "tournament_teams_obj_rel_insert_input": { "data": [ - 4924 + 4932 ], "on_conflict": [ - 4931 + 4939 ], "__typename": [ 80 @@ -110839,13 +111197,13 @@ export default { }, "tournament_teams_on_conflict": { "constraint": [ - 4922 + 4930 ], "update_columns": [ - 4946 + 4954 ], "where": [ - 4921 + 4929 ], "__typename": [ 80 @@ -110853,58 +111211,58 @@ export default { }, "tournament_teams_order_by": { "can_manage": [ - 2971 + 2979 ], "captain": [ - 3942 + 3950 ], "captain_steam_id": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "creator": [ - 3942 + 3950 ], "eligible_at": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "invites_aggregate": [ - 4835 + 4843 ], "name": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "results": [ - 5790 + 5798 ], "roster_aggregate": [ - 4876 + 4884 ], "seed": [ - 2971 + 2979 ], "short_name": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110912,7 +111270,7 @@ export default { }, "tournament_teams_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -110924,13 +111282,13 @@ export default { 257 ], "created_at": [ - 4518 + 4526 ], "eligible_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -110945,10 +111303,10 @@ export default { 80 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -110970,13 +111328,13 @@ export default { }, "tournament_teams_stddev_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -110998,13 +111356,13 @@ export default { }, "tournament_teams_stddev_pop_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -111026,13 +111384,13 @@ export default { }, "tournament_teams_stddev_samp_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -111040,7 +111398,7 @@ export default { }, "tournament_teams_stream_cursor_input": { "initial_value": [ - 4943 + 4951 ], "ordering": [ 313 @@ -111054,13 +111412,13 @@ export default { 257 ], "created_at": [ - 4518 + 4526 ], "eligible_at": [ - 4518 + 4526 ], "id": [ - 5018 + 5026 ], "name": [ 80 @@ -111075,10 +111433,10 @@ export default { 80 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -111100,13 +111458,13 @@ export default { }, "tournament_teams_sum_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -111115,13 +111473,13 @@ export default { "tournament_teams_update_column": {}, "tournament_teams_updates": { "_inc": [ - 4923 + 4931 ], "_set": [ - 4935 + 4943 ], "where": [ - 4921 + 4929 ], "__typename": [ 80 @@ -111143,13 +111501,13 @@ export default { }, "tournament_teams_var_pop_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -111171,13 +111529,13 @@ export default { }, "tournament_teams_var_samp_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -111199,13 +111557,13 @@ export default { }, "tournament_teams_variance_order_by": { "captain_steam_id": [ - 2971 + 2979 ], "owner_steam_id": [ - 2971 + 2979 ], "seed": [ - 2971 + 2979 ], "__typename": [ 80 @@ -111213,16 +111571,16 @@ export default { }, "tournaments": { "admin": [ - 3929 + 3937 ], "auto_start": [ 5 ], "award_configs": [ - 4520, + 4528, { "distinct_on": [ - 4542, + 4550, "[tournament_awards_select_column!]" ], "limit": [ @@ -111232,19 +111590,19 @@ export default { 40 ], "order_by": [ - 4540, + 4548, "[tournament_awards_order_by!]" ], "where": [ - 4529 + 4537 ] } ], "award_configs_aggregate": [ - 4521, + 4529, { "distinct_on": [ - 4542, + 4550, "[tournament_awards_select_column!]" ], "limit": [ @@ -111254,11 +111612,11 @@ export default { 40 ], "order_by": [ - 4540, + 4548, "[tournament_awards_order_by!]" ], "where": [ - 4529 + 4537 ] } ], @@ -111337,10 +111695,10 @@ export default { 5 ], "categories": [ - 4608, + 4616, { "distinct_on": [ - 4626, + 4634, "[tournament_categories_select_column!]" ], "limit": [ @@ -111350,19 +111708,19 @@ export default { 40 ], "order_by": [ - 4624, + 4632, "[tournament_categories_order_by!]" ], "where": [ - 4615 + 4623 ] } ], "categories_aggregate": [ - 4609, + 4617, { "distinct_on": [ - 4626, + 4634, "[tournament_categories_select_column!]" ], "limit": [ @@ -111372,16 +111730,16 @@ export default { 40 ], "order_by": [ - 4624, + 4632, "[tournament_categories_order_by!]" ], "where": [ - 4615 + 4623 ] } ], "created_at": [ - 4518 + 4526 ], "description": [ 80 @@ -111447,7 +111805,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_league": [ 5 @@ -111474,7 +111832,7 @@ export default { 1689 ], "match_options_id": [ - 5018 + 5026 ], "max_players_per_lineup": [ 40 @@ -111486,16 +111844,16 @@ export default { 80 ], "options": [ - 2666 + 2670 ], "organizer_steam_id": [ 257 ], "organizer_teams": [ - 4632, + 4640, { "distinct_on": [ - 4650, + 4658, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -111505,19 +111863,19 @@ export default { 40 ], "order_by": [ - 4648, + 4656, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4639 + 4647 ] } ], "organizer_teams_aggregate": [ - 4633, + 4641, { "distinct_on": [ - 4650, + 4658, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -111527,19 +111885,19 @@ export default { 40 ], "order_by": [ - 4648, + 4656, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4639 + 4647 ] } ], "organizers": [ - 4656, + 4664, { "distinct_on": [ - 4677, + 4685, "[tournament_organizers_select_column!]" ], "limit": [ @@ -111549,19 +111907,19 @@ export default { 40 ], "order_by": [ - 4675, + 4683, "[tournament_organizers_order_by!]" ], "where": [ - 4665 + 4673 ] } ], "organizers_aggregate": [ - 4657, + 4665, { "distinct_on": [ - 4677, + 4685, "[tournament_organizers_select_column!]" ], "limit": [ @@ -111571,19 +111929,19 @@ export default { 40 ], "order_by": [ - 4675, + 4683, "[tournament_organizers_order_by!]" ], "where": [ - 4665 + 4673 ] } ], "player_stats": [ - 5871, + 5879, { "distinct_on": [ - 5897, + 5905, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -111593,19 +111951,19 @@ export default { 40 ], "order_by": [ - 5896, + 5904, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5890 + 5898 ] } ], "player_stats_aggregate": [ - 5872, + 5880, { "distinct_on": [ - 5897, + 5905, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -111615,19 +111973,19 @@ export default { 40 ], "order_by": [ - 5896, + 5904, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5890 + 5898 ] } ], "prizes": [ - 4697, + 4705, { "distinct_on": [ - 4718, + 4726, "[tournament_prizes_select_column!]" ], "limit": [ @@ -111637,19 +111995,19 @@ export default { 40 ], "order_by": [ - 4716, + 4724, "[tournament_prizes_order_by!]" ], "where": [ - 4706 + 4714 ] } ], "prizes_aggregate": [ - 4698, + 4706, { "distinct_on": [ - 4718, + 4726, "[tournament_prizes_select_column!]" ], "limit": [ @@ -111659,19 +112017,19 @@ export default { 40 ], "order_by": [ - 4716, + 4724, "[tournament_prizes_order_by!]" ], "where": [ - 4706 + 4714 ] } ], "results": [ - 5820, + 5828, { "distinct_on": [ - 5846, + 5854, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -111681,19 +112039,19 @@ export default { 40 ], "order_by": [ - 5845, + 5853, "[v_team_tournament_results_order_by!]" ], "where": [ - 5839 + 5847 ] } ], "results_aggregate": [ - 5821, + 5829, { "distinct_on": [ - 5846, + 5854, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -111703,19 +112061,19 @@ export default { 40 ], "order_by": [ - 5845, + 5853, "[v_team_tournament_results_order_by!]" ], "where": [ - 5839 + 5847 ] } ], "rosters": [ - 4871, + 4879, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -111725,19 +112083,19 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], "rosters_aggregate": [ - 4872, + 4880, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -111747,11 +112105,11 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], @@ -111759,10 +112117,10 @@ export default { 80 ], "stages": [ - 4779, + 4787, { "distinct_on": [ - 4808, + 4816, "[tournament_stages_select_column!]" ], "limit": [ @@ -111772,19 +112130,19 @@ export default { 40 ], "order_by": [ - 4805, + 4813, "[tournament_stages_order_by!]" ], "where": [ - 4791 + 4799 ] } ], "stages_aggregate": [ - 4780, + 4788, { "distinct_on": [ - 4808, + 4816, "[tournament_stages_select_column!]" ], "limit": [ @@ -111794,25 +112152,25 @@ export default { 40 ], "order_by": [ - 4805, + 4813, "[tournament_stages_order_by!]" ], "where": [ - 4791 + 4799 ] } ], "start": [ - 4518 + 4526 ], "status": [ 1354 ], "teams": [ - 4912, + 4920, { "distinct_on": [ - 4934, + 4942, "[tournament_teams_select_column!]" ], "limit": [ @@ -111822,19 +112180,19 @@ export default { 40 ], "order_by": [ - 4932, + 4940, "[tournament_teams_order_by!]" ], "where": [ - 4921 + 4929 ] } ], "teams_aggregate": [ - 4913, + 4921, { "distinct_on": [ - 4934, + 4942, "[tournament_teams_select_column!]" ], "limit": [ @@ -111844,11 +112202,11 @@ export default { 40 ], "order_by": [ - 4932, + 4940, "[tournament_teams_order_by!]" ], "where": [ - 4921 + 4929 ] } ], @@ -111858,10 +112216,10 @@ export default { }, "tournaments_aggregate": { "aggregate": [ - 4970 + 4978 ], "nodes": [ - 4954 + 4962 ], "__typename": [ 80 @@ -111869,37 +112227,37 @@ export default { }, "tournaments_aggregate_bool_exp": { "avg": [ - 4957 + 4965 ], "bool_and": [ - 4958 + 4966 ], "bool_or": [ - 4959 + 4967 ], "corr": [ - 4960 + 4968 ], "count": [ - 4962 + 4970 ], "covar_samp": [ - 4963 + 4971 ], "max": [ - 4965 + 4973 ], "min": [ - 4966 + 4974 ], "stddev_samp": [ - 4967 + 4975 ], "sum": [ - 4968 + 4976 ], "var_samp": [ - 4969 + 4977 ], "__typename": [ 80 @@ -111907,13 +112265,13 @@ export default { }, "tournaments_aggregate_bool_exp_avg": { "arguments": [ - 4989 + 4997 ], "distinct": [ 5 ], "filter": [ - 4975 + 4983 ], "predicate": [ 1690 @@ -111924,13 +112282,13 @@ export default { }, "tournaments_aggregate_bool_exp_bool_and": { "arguments": [ - 4990 + 4998 ], "distinct": [ 5 ], "filter": [ - 4975 + 4983 ], "predicate": [ 6 @@ -111941,13 +112299,13 @@ export default { }, "tournaments_aggregate_bool_exp_bool_or": { "arguments": [ - 4991 + 4999 ], "distinct": [ 5 ], "filter": [ - 4975 + 4983 ], "predicate": [ 6 @@ -111958,13 +112316,13 @@ export default { }, "tournaments_aggregate_bool_exp_corr": { "arguments": [ - 4961 + 4969 ], "distinct": [ 5 ], "filter": [ - 4975 + 4983 ], "predicate": [ 1690 @@ -111975,10 +112333,10 @@ export default { }, "tournaments_aggregate_bool_exp_corr_arguments": { "X": [ - 4992 + 5000 ], "Y": [ - 4992 + 5000 ], "__typename": [ 80 @@ -111986,13 +112344,13 @@ export default { }, "tournaments_aggregate_bool_exp_count": { "arguments": [ - 4988 + 4996 ], "distinct": [ 5 ], "filter": [ - 4975 + 4983 ], "predicate": [ 41 @@ -112003,13 +112361,13 @@ export default { }, "tournaments_aggregate_bool_exp_covar_samp": { "arguments": [ - 4964 + 4972 ], "distinct": [ 5 ], "filter": [ - 4975 + 4983 ], "predicate": [ 1690 @@ -112020,10 +112378,10 @@ export default { }, "tournaments_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 4993 + 5001 ], "Y": [ - 4993 + 5001 ], "__typename": [ 80 @@ -112031,13 +112389,13 @@ export default { }, "tournaments_aggregate_bool_exp_max": { "arguments": [ - 4994 + 5002 ], "distinct": [ 5 ], "filter": [ - 4975 + 4983 ], "predicate": [ 1690 @@ -112048,13 +112406,13 @@ export default { }, "tournaments_aggregate_bool_exp_min": { "arguments": [ - 4995 + 5003 ], "distinct": [ 5 ], "filter": [ - 4975 + 4983 ], "predicate": [ 1690 @@ -112065,13 +112423,13 @@ export default { }, "tournaments_aggregate_bool_exp_stddev_samp": { "arguments": [ - 4996 + 5004 ], "distinct": [ 5 ], "filter": [ - 4975 + 4983 ], "predicate": [ 1690 @@ -112082,13 +112440,13 @@ export default { }, "tournaments_aggregate_bool_exp_sum": { "arguments": [ - 4997 + 5005 ], "distinct": [ 5 ], "filter": [ - 4975 + 4983 ], "predicate": [ 1690 @@ -112099,13 +112457,13 @@ export default { }, "tournaments_aggregate_bool_exp_var_samp": { "arguments": [ - 4998 + 5006 ], "distinct": [ 5 ], "filter": [ - 4975 + 4983 ], "predicate": [ 1690 @@ -112116,13 +112474,13 @@ export default { }, "tournaments_aggregate_fields": { "avg": [ - 4973 + 4981 ], "count": [ 40, { "columns": [ - 4988, + 4996, "[tournaments_select_column!]" ], "distinct": [ @@ -112131,31 +112489,31 @@ export default { } ], "max": [ - 4979 + 4987 ], "min": [ - 4981 + 4989 ], "stddev": [ - 5000 + 5008 ], "stddev_pop": [ - 5002 + 5010 ], "stddev_samp": [ - 5004 + 5012 ], "sum": [ - 5008 + 5016 ], "var_pop": [ - 5012 + 5020 ], "var_samp": [ - 5014 + 5022 ], "variance": [ - 5016 + 5024 ], "__typename": [ 80 @@ -112163,37 +112521,37 @@ export default { }, "tournaments_aggregate_order_by": { "avg": [ - 4974 + 4982 ], "count": [ - 2971 + 2979 ], "max": [ - 4980 + 4988 ], "min": [ - 4982 + 4990 ], "stddev": [ - 5001 + 5009 ], "stddev_pop": [ - 5003 + 5011 ], "stddev_samp": [ - 5005 + 5013 ], "sum": [ - 5009 + 5017 ], "var_pop": [ - 5013 + 5021 ], "var_samp": [ - 5015 + 5023 ], "variance": [ - 5017 + 5025 ], "__typename": [ 80 @@ -112201,10 +112559,10 @@ export default { }, "tournaments_arr_rel_insert_input": { "data": [ - 4978 + 4986 ], "on_conflict": [ - 4985 + 4993 ], "__typename": [ 80 @@ -112232,13 +112590,13 @@ export default { }, "tournaments_avg_order_by": { "latitude": [ - 2971 + 2979 ], "longitude": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -112246,25 +112604,25 @@ export default { }, "tournaments_bool_exp": { "_and": [ - 4975 + 4983 ], "_not": [ - 4975 + 4983 ], "_or": [ - 4975 + 4983 ], "admin": [ - 3933 + 3941 ], "auto_start": [ 6 ], "award_configs": [ - 4529 + 4537 ], "award_configs_aggregate": [ - 4522 + 4530 ], "awards": [ 197 @@ -112303,13 +112661,13 @@ export default { 6 ], "categories": [ - 4615 + 4623 ], "categories_aggregate": [ - 4610 + 4618 ], "created_at": [ - 4519 + 4527 ], "description": [ 82 @@ -112375,7 +112733,7 @@ export default { 82 ], "id": [ - 5020 + 5028 ], "is_league": [ 6 @@ -112402,7 +112760,7 @@ export default { 1690 ], "match_options_id": [ - 5020 + 5028 ], "max_players_per_lineup": [ 41 @@ -112414,67 +112772,67 @@ export default { 82 ], "options": [ - 2670 + 2674 ], "organizer_steam_id": [ 259 ], "organizer_teams": [ - 4639 + 4647 ], "organizer_teams_aggregate": [ - 4634 + 4642 ], "organizers": [ - 4665 + 4673 ], "organizers_aggregate": [ - 4658 + 4666 ], "player_stats": [ - 5890 + 5898 ], "player_stats_aggregate": [ - 5873 + 5881 ], "prizes": [ - 4706 + 4714 ], "prizes_aggregate": [ - 4699 + 4707 ], "results": [ - 5839 + 5847 ], "results_aggregate": [ - 5822 + 5830 ], "rosters": [ - 4880 + 4888 ], "rosters_aggregate": [ - 4873 + 4881 ], "scheduling_mode": [ 82 ], "stages": [ - 4791 + 4799 ], "stages_aggregate": [ - 4781 + 4789 ], "start": [ - 4519 + 4527 ], "status": [ 1355 ], "teams": [ - 4921 + 4929 ], "teams_aggregate": [ - 4914 + 4922 ], "__typename": [ 80 @@ -112497,13 +112855,13 @@ export default { }, "tournaments_insert_input": { "admin": [ - 3940 + 3948 ], "auto_start": [ 5 ], "award_configs": [ - 4526 + 4534 ], "awards": [ 194 @@ -112515,10 +112873,10 @@ export default { 80 ], "categories": [ - 4614 + 4622 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 @@ -112581,7 +112939,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_league": [ 5 @@ -112602,49 +112960,49 @@ export default { 1689 ], "match_options_id": [ - 5018 + 5026 ], "name": [ 80 ], "options": [ - 2677 + 2681 ], "organizer_steam_id": [ 257 ], "organizer_teams": [ - 4638 + 4646 ], "organizers": [ - 4662 + 4670 ], "player_stats": [ - 5887 + 5895 ], "prizes": [ - 4703 + 4711 ], "results": [ - 5836 + 5844 ], "rosters": [ - 4877 + 4885 ], "scheduling_mode": [ 80 ], "stages": [ - 4788 + 4796 ], "start": [ - 4518 + 4526 ], "status": [ 1354 ], "teams": [ - 4918 + 4926 ], "__typename": [ 80 @@ -112655,7 +113013,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 @@ -112673,7 +113031,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "latitude": [ 1689 @@ -112688,7 +113046,7 @@ export default { 1689 ], "match_options_id": [ - 5018 + 5026 ], "max_players_per_lineup": [ 40 @@ -112706,7 +113064,7 @@ export default { 80 ], "start": [ - 4518 + 4526 ], "__typename": [ 80 @@ -112714,55 +113072,55 @@ export default { }, "tournaments_max_order_by": { "banner": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "description": [ - 2971 + 2979 ], "discord_guild_id": [ - 2971 + 2979 ], "discord_role_id": [ - 2971 + 2979 ], "discord_webhook": [ - 2971 + 2979 ], "homepage": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "latitude": [ - 2971 + 2979 ], "location": [ - 2971 + 2979 ], "logo": [ - 2971 + 2979 ], "longitude": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "scheduling_mode": [ - 2971 + 2979 ], "start": [ - 2971 + 2979 ], "__typename": [ 80 @@ -112773,7 +113131,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 @@ -112791,7 +113149,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "latitude": [ 1689 @@ -112806,7 +113164,7 @@ export default { 1689 ], "match_options_id": [ - 5018 + 5026 ], "max_players_per_lineup": [ 40 @@ -112824,7 +113182,7 @@ export default { 80 ], "start": [ - 4518 + 4526 ], "__typename": [ 80 @@ -112832,55 +113190,55 @@ export default { }, "tournaments_min_order_by": { "banner": [ - 2971 + 2979 ], "created_at": [ - 2971 + 2979 ], "description": [ - 2971 + 2979 ], "discord_guild_id": [ - 2971 + 2979 ], "discord_role_id": [ - 2971 + 2979 ], "discord_webhook": [ - 2971 + 2979 ], "homepage": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "latitude": [ - 2971 + 2979 ], "location": [ - 2971 + 2979 ], "logo": [ - 2971 + 2979 ], "longitude": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "scheduling_mode": [ - 2971 + 2979 ], "start": [ - 2971 + 2979 ], "__typename": [ 80 @@ -112891,7 +113249,7 @@ export default { 40 ], "returning": [ - 4954 + 4962 ], "__typename": [ 80 @@ -112899,10 +113257,10 @@ export default { }, "tournaments_obj_rel_insert_input": { "data": [ - 4978 + 4986 ], "on_conflict": [ - 4985 + 4993 ], "__typename": [ 80 @@ -112910,13 +113268,13 @@ export default { }, "tournaments_on_conflict": { "constraint": [ - 4976 + 4984 ], "update_columns": [ - 5010 + 5018 ], "where": [ - 4975 + 4983 ], "__typename": [ 80 @@ -112924,193 +113282,193 @@ export default { }, "tournaments_order_by": { "admin": [ - 3942 + 3950 ], "auto_start": [ - 2971 + 2979 ], "award_configs_aggregate": [ - 4525 + 4533 ], "awards_aggregate": [ 193 ], "awards_enabled": [ - 2971 + 2979 ], "banner": [ - 2971 + 2979 ], "can_cancel": [ - 2971 + 2979 ], "can_close_registration": [ - 2971 + 2979 ], "can_join": [ - 2971 + 2979 ], "can_open_registration": [ - 2971 + 2979 ], "can_pause": [ - 2971 + 2979 ], "can_resume": [ - 2971 + 2979 ], "can_setup": [ - 2971 + 2979 ], "can_start": [ - 2971 + 2979 ], "categories_aggregate": [ - 4613 + 4621 ], "created_at": [ - 2971 + 2979 ], "description": [ - 2971 + 2979 ], "discord_guild_id": [ - 2971 + 2979 ], "discord_notifications_enabled": [ - 2971 + 2979 ], "discord_notify_Canceled": [ - 2971 + 2979 ], "discord_notify_Finished": [ - 2971 + 2979 ], "discord_notify_Forfeit": [ - 2971 + 2979 ], "discord_notify_Live": [ - 2971 + 2979 ], "discord_notify_MapPaused": [ - 2971 + 2979 ], "discord_notify_PickingPlayers": [ - 2971 + 2979 ], "discord_notify_Scheduled": [ - 2971 + 2979 ], "discord_notify_Surrendered": [ - 2971 + 2979 ], "discord_notify_Tie": [ - 2971 + 2979 ], "discord_notify_Veto": [ - 2971 + 2979 ], "discord_notify_WaitingForCheckIn": [ - 2971 + 2979 ], "discord_notify_WaitingForServer": [ - 2971 + 2979 ], "discord_role_id": [ - 2971 + 2979 ], "discord_voice_enabled": [ - 2971 + 2979 ], "discord_webhook": [ - 2971 + 2979 ], "e_tournament_status": [ 1362 ], "has_min_teams": [ - 2971 + 2979 ], "homepage": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "is_league": [ - 2971 + 2979 ], "is_organizer": [ - 2971 + 2979 ], "joined_tournament": [ - 2971 + 2979 ], "latitude": [ - 2971 + 2979 ], "league_season_division": [ 2037 ], "location": [ - 2971 + 2979 ], "logo": [ - 2971 + 2979 ], "longitude": [ - 2971 + 2979 ], "match_options_id": [ - 2971 + 2979 ], "max_players_per_lineup": [ - 2971 + 2979 ], "min_players_per_lineup": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "options": [ - 2679 + 2683 ], "organizer_steam_id": [ - 2971 + 2979 ], "organizer_teams_aggregate": [ - 4637 + 4645 ], "organizers_aggregate": [ - 4661 + 4669 ], "player_stats_aggregate": [ - 5886 + 5894 ], "prizes_aggregate": [ - 4702 + 4710 ], "results_aggregate": [ - 5835 + 5843 ], "rosters_aggregate": [ - 4876 + 4884 ], "scheduling_mode": [ - 2971 + 2979 ], "stages_aggregate": [ - 4786 + 4794 ], "start": [ - 2971 + 2979 ], "status": [ - 2971 + 2979 ], "teams_aggregate": [ - 4917 + 4925 ], "__typename": [ 80 @@ -113118,7 +113476,7 @@ export default { }, "tournaments_pk_columns_input": { "id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -113146,7 +113504,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 @@ -113206,7 +113564,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_league": [ 5 @@ -113224,7 +113582,7 @@ export default { 1689 ], "match_options_id": [ - 5018 + 5026 ], "name": [ 80 @@ -113236,7 +113594,7 @@ export default { 80 ], "start": [ - 4518 + 4526 ], "status": [ 1354 @@ -113267,13 +113625,13 @@ export default { }, "tournaments_stddev_order_by": { "latitude": [ - 2971 + 2979 ], "longitude": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -113301,13 +113659,13 @@ export default { }, "tournaments_stddev_pop_order_by": { "latitude": [ - 2971 + 2979 ], "longitude": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -113335,13 +113693,13 @@ export default { }, "tournaments_stddev_samp_order_by": { "latitude": [ - 2971 + 2979 ], "longitude": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -113349,7 +113707,7 @@ export default { }, "tournaments_stream_cursor_input": { "initial_value": [ - 5007 + 5015 ], "ordering": [ 313 @@ -113369,7 +113727,7 @@ export default { 80 ], "created_at": [ - 4518 + 4526 ], "description": [ 80 @@ -113429,7 +113787,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "is_league": [ 5 @@ -113447,7 +113805,7 @@ export default { 1689 ], "match_options_id": [ - 5018 + 5026 ], "name": [ 80 @@ -113459,7 +113817,7 @@ export default { 80 ], "start": [ - 4518 + 4526 ], "status": [ 1354 @@ -113490,13 +113848,13 @@ export default { }, "tournaments_sum_order_by": { "latitude": [ - 2971 + 2979 ], "longitude": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -113505,13 +113863,13 @@ export default { "tournaments_update_column": {}, "tournaments_updates": { "_inc": [ - 4977 + 4985 ], "_set": [ - 4999 + 5007 ], "where": [ - 4975 + 4983 ], "__typename": [ 80 @@ -113539,13 +113897,13 @@ export default { }, "tournaments_var_pop_order_by": { "latitude": [ - 2971 + 2979 ], "longitude": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -113573,13 +113931,13 @@ export default { }, "tournaments_var_samp_order_by": { "latitude": [ - 2971 + 2979 ], "longitude": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -113607,13 +113965,13 @@ export default { }, "tournaments_variance_order_by": { "latitude": [ - 2971 + 2979 ], "longitude": [ - 2971 + 2979 ], "organizer_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -113622,37 +113980,37 @@ export default { "uuid": {}, "uuid_array_comparison_exp": { "_contained_in": [ - 5018 + 5026 ], "_contains": [ - 5018 + 5026 ], "_eq": [ - 5018 + 5026 ], "_gt": [ - 5018 + 5026 ], "_gte": [ - 5018 + 5026 ], "_in": [ - 5018 + 5026 ], "_is_null": [ 5 ], "_lt": [ - 5018 + 5026 ], "_lte": [ - 5018 + 5026 ], "_neq": [ - 5018 + 5026 ], "_nin": [ - 5018 + 5026 ], "__typename": [ 80 @@ -113660,31 +114018,31 @@ export default { }, "uuid_comparison_exp": { "_eq": [ - 5018 + 5026 ], "_gt": [ - 5018 + 5026 ], "_gte": [ - 5018 + 5026 ], "_in": [ - 5018 + 5026 ], "_is_null": [ 5 ], "_lt": [ - 5018 + 5026 ], "_lte": [ - 5018 + 5026 ], "_neq": [ - 5018 + 5026 ], "_nin": [ - 5018 + 5026 ], "__typename": [ 80 @@ -113701,7 +114059,7 @@ export default { 1661 ], "event_id": [ - 5018 + 5026 ], "headshot_percentage": [ 1689 @@ -113719,7 +114077,7 @@ export default { 40 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 @@ -113730,10 +114088,10 @@ export default { }, "v_event_player_stats_aggregate": { "aggregate": [ - 5035 + 5043 ], "nodes": [ - 5021 + 5029 ], "__typename": [ 80 @@ -113741,31 +114099,31 @@ export default { }, "v_event_player_stats_aggregate_bool_exp": { "avg": [ - 5024 + 5032 ], "corr": [ - 5025 + 5033 ], "count": [ - 5027 + 5035 ], "covar_samp": [ - 5028 + 5036 ], "max": [ - 5030 + 5038 ], "min": [ - 5031 + 5039 ], "stddev_samp": [ - 5032 + 5040 ], "sum": [ - 5033 + 5041 ], "var_samp": [ - 5034 + 5042 ], "__typename": [ 80 @@ -113773,13 +114131,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 5048 + 5056 ], "distinct": [ 5 ], "filter": [ - 5040 + 5048 ], "predicate": [ 1690 @@ -113790,13 +114148,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 5026 + 5034 ], "distinct": [ 5 ], "filter": [ - 5040 + 5048 ], "predicate": [ 1690 @@ -113807,10 +114165,10 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 5049 + 5057 ], "Y": [ - 5049 + 5057 ], "__typename": [ 80 @@ -113818,13 +114176,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_count": { "arguments": [ - 5047 + 5055 ], "distinct": [ 5 ], "filter": [ - 5040 + 5048 ], "predicate": [ 41 @@ -113835,13 +114193,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 5029 + 5037 ], "distinct": [ 5 ], "filter": [ - 5040 + 5048 ], "predicate": [ 1690 @@ -113852,10 +114210,10 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5050 + 5058 ], "Y": [ - 5050 + 5058 ], "__typename": [ 80 @@ -113863,13 +114221,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_max": { "arguments": [ - 5051 + 5059 ], "distinct": [ 5 ], "filter": [ - 5040 + 5048 ], "predicate": [ 1690 @@ -113880,13 +114238,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_min": { "arguments": [ - 5052 + 5060 ], "distinct": [ 5 ], "filter": [ - 5040 + 5048 ], "predicate": [ 1690 @@ -113897,13 +114255,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5053 + 5061 ], "distinct": [ 5 ], "filter": [ - 5040 + 5048 ], "predicate": [ 1690 @@ -113914,13 +114272,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 5054 + 5062 ], "distinct": [ 5 ], "filter": [ - 5040 + 5048 ], "predicate": [ 1690 @@ -113931,13 +114289,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 5055 + 5063 ], "distinct": [ 5 ], "filter": [ - 5040 + 5048 ], "predicate": [ 1690 @@ -113948,13 +114306,13 @@ export default { }, "v_event_player_stats_aggregate_fields": { "avg": [ - 5038 + 5046 ], "count": [ 40, { "columns": [ - 5047, + 5055, "[v_event_player_stats_select_column!]" ], "distinct": [ @@ -113963,31 +114321,31 @@ export default { } ], "max": [ - 5042 + 5050 ], "min": [ - 5044 + 5052 ], "stddev": [ - 5056 + 5064 ], "stddev_pop": [ - 5058 + 5066 ], "stddev_samp": [ - 5060 + 5068 ], "sum": [ - 5064 + 5072 ], "var_pop": [ - 5066 + 5074 ], "var_samp": [ - 5068 + 5076 ], "variance": [ - 5070 + 5078 ], "__typename": [ 80 @@ -113995,37 +114353,37 @@ export default { }, "v_event_player_stats_aggregate_order_by": { "avg": [ - 5039 + 5047 ], "count": [ - 2971 + 2979 ], "max": [ - 5043 + 5051 ], "min": [ - 5045 + 5053 ], "stddev": [ - 5057 + 5065 ], "stddev_pop": [ - 5059 + 5067 ], "stddev_samp": [ - 5061 + 5069 ], "sum": [ - 5065 + 5073 ], "var_pop": [ - 5067 + 5075 ], "var_samp": [ - 5069 + 5077 ], "variance": [ - 5071 + 5079 ], "__typename": [ 80 @@ -114033,7 +114391,7 @@ export default { }, "v_event_player_stats_arr_rel_insert_input": { "data": [ - 5041 + 5049 ], "__typename": [ 80 @@ -114070,28 +114428,28 @@ export default { }, "v_event_player_stats_avg_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -114099,13 +114457,13 @@ export default { }, "v_event_player_stats_bool_exp": { "_and": [ - 5040 + 5048 ], "_not": [ - 5040 + 5048 ], "_or": [ - 5040 + 5048 ], "assists": [ 41 @@ -114117,7 +114475,7 @@ export default { 1665 ], "event_id": [ - 5020 + 5028 ], "headshot_percentage": [ 1690 @@ -114135,7 +114493,7 @@ export default { 41 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 @@ -114155,7 +114513,7 @@ export default { 1672 ], "event_id": [ - 5018 + 5026 ], "headshot_percentage": [ 1689 @@ -114173,7 +114531,7 @@ export default { 40 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 @@ -114190,7 +114548,7 @@ export default { 40 ], "event_id": [ - 5018 + 5026 ], "headshot_percentage": [ 1689 @@ -114216,31 +114574,31 @@ export default { }, "v_event_player_stats_max_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -114254,7 +114612,7 @@ export default { 40 ], "event_id": [ - 5018 + 5026 ], "headshot_percentage": [ 1689 @@ -114280,31 +114638,31 @@ export default { }, "v_event_player_stats_min_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "event_id": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -114312,37 +114670,37 @@ export default { }, "v_event_player_stats_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "event": [ 1674 ], "event_id": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -114388,28 +114746,28 @@ export default { }, "v_event_player_stats_stddev_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -114446,28 +114804,28 @@ export default { }, "v_event_player_stats_stddev_pop_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -114504,28 +114862,28 @@ export default { }, "v_event_player_stats_stddev_samp_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -114533,7 +114891,7 @@ export default { }, "v_event_player_stats_stream_cursor_input": { "initial_value": [ - 5063 + 5071 ], "ordering": [ 313 @@ -114550,7 +114908,7 @@ export default { 40 ], "event_id": [ - 5018 + 5026 ], "headshot_percentage": [ 1689 @@ -114605,28 +114963,28 @@ export default { }, "v_event_player_stats_sum_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -114663,28 +115021,28 @@ export default { }, "v_event_player_stats_var_pop_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -114721,28 +115079,28 @@ export default { }, "v_event_player_stats_var_samp_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -114779,28 +115137,28 @@ export default { }, "v_event_player_stats_variance_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -114855,10 +115213,10 @@ export default { }, "v_gpu_pool_status_aggregate": { "aggregate": [ - 5074 + 5082 ], "nodes": [ - 5072 + 5080 ], "__typename": [ 80 @@ -114866,13 +115224,13 @@ export default { }, "v_gpu_pool_status_aggregate_fields": { "avg": [ - 5075 + 5083 ], "count": [ 40, { "columns": [ - 5080, + 5088, "[v_gpu_pool_status_select_column!]" ], "distinct": [ @@ -114881,31 +115239,31 @@ export default { } ], "max": [ - 5077 + 5085 ], "min": [ - 5078 + 5086 ], "stddev": [ - 5081 + 5089 ], "stddev_pop": [ - 5082 + 5090 ], "stddev_samp": [ - 5083 + 5091 ], "sum": [ - 5086 + 5094 ], "var_pop": [ - 5087 + 5095 ], "var_samp": [ - 5088 + 5096 ], "variance": [ - 5089 + 5097 ], "__typename": [ 80 @@ -114948,13 +115306,13 @@ export default { }, "v_gpu_pool_status_bool_exp": { "_and": [ - 5076 + 5084 ], "_not": [ - 5076 + 5084 ], "_or": [ - 5076 + 5084 ], "demo_free_gpu_nodes": [ 41 @@ -115074,46 +115432,46 @@ export default { }, "v_gpu_pool_status_order_by": { "demo_free_gpu_nodes": [ - 2971 + 2979 ], "demo_in_progress": [ - 2971 + 2979 ], "demo_total_gpu_nodes": [ - 2971 + 2979 ], "free_gpu_nodes": [ - 2971 + 2979 ], "free_gpu_nodes_for_batch": [ - 2971 + 2979 ], "highlights_in_progress": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "live_in_progress": [ - 2971 + 2979 ], "registered_gpu_nodes": [ - 2971 + 2979 ], "rendering_total_gpu_nodes": [ - 2971 + 2979 ], "renders_paused_for_active_match": [ - 2971 + 2979 ], "streaming_free_gpu_nodes": [ - 2971 + 2979 ], "streaming_total_gpu_nodes": [ - 2971 + 2979 ], "total_gpu_nodes": [ - 2971 + 2979 ], "__typename": [ 80 @@ -115227,7 +115585,7 @@ export default { }, "v_gpu_pool_status_stream_cursor_input": { "initial_value": [ - 5085 + 5093 ], "ordering": [ 313 @@ -115431,22 +115789,22 @@ export default { 40 ], "league_division_id": [ - 5018 + 5026 ], "league_season_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team": [ 2202 ], "league_team_id": [ - 5018 + 5026 ], "league_team_season_id": [ - 5018 + 5026 ], "losses": [ 40 @@ -115482,7 +115840,7 @@ export default { 2160 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -115493,10 +115851,10 @@ export default { }, "v_league_division_standings_aggregate": { "aggregate": [ - 5094 + 5102 ], "nodes": [ - 5090 + 5098 ], "__typename": [ 80 @@ -115504,7 +115862,7 @@ export default { }, "v_league_division_standings_aggregate_bool_exp": { "count": [ - 5093 + 5101 ], "__typename": [ 80 @@ -115512,13 +115870,13 @@ export default { }, "v_league_division_standings_aggregate_bool_exp_count": { "arguments": [ - 5106 + 5114 ], "distinct": [ 5 ], "filter": [ - 5099 + 5107 ], "predicate": [ 41 @@ -115529,13 +115887,13 @@ export default { }, "v_league_division_standings_aggregate_fields": { "avg": [ - 5097 + 5105 ], "count": [ 40, { "columns": [ - 5106, + 5114, "[v_league_division_standings_select_column!]" ], "distinct": [ @@ -115544,31 +115902,31 @@ export default { } ], "max": [ - 5101 + 5109 ], "min": [ - 5103 + 5111 ], "stddev": [ - 5107 + 5115 ], "stddev_pop": [ - 5109 + 5117 ], "stddev_samp": [ - 5111 + 5119 ], "sum": [ - 5115 + 5123 ], "var_pop": [ - 5117 + 5125 ], "var_samp": [ - 5119 + 5127 ], "variance": [ - 5121 + 5129 ], "__typename": [ 80 @@ -115576,37 +115934,37 @@ export default { }, "v_league_division_standings_aggregate_order_by": { "avg": [ - 5098 + 5106 ], "count": [ - 2971 + 2979 ], "max": [ - 5102 + 5110 ], "min": [ - 5104 + 5112 ], "stddev": [ - 5108 + 5116 ], "stddev_pop": [ - 5110 + 5118 ], "stddev_samp": [ - 5112 + 5120 ], "sum": [ - 5116 + 5124 ], "var_pop": [ - 5118 + 5126 ], "var_samp": [ - 5120 + 5128 ], "variance": [ - 5122 + 5130 ], "__typename": [ 80 @@ -115614,7 +115972,7 @@ export default { }, "v_league_division_standings_arr_rel_insert_input": { "data": [ - 5100 + 5108 ], "__typename": [ 80 @@ -115663,40 +116021,40 @@ export default { }, "v_league_division_standings_avg_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "round_diff": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -115704,13 +116062,13 @@ export default { }, "v_league_division_standings_bool_exp": { "_and": [ - 5099 + 5107 ], "_not": [ - 5099 + 5107 ], "_or": [ - 5099 + 5107 ], "head_to_head_match_wins": [ 41 @@ -115719,22 +116077,22 @@ export default { 41 ], "league_division_id": [ - 5020 + 5028 ], "league_season_division_id": [ - 5020 + 5028 ], "league_season_id": [ - 5020 + 5028 ], "league_team": [ 2205 ], "league_team_id": [ - 5020 + 5028 ], "league_team_season_id": [ - 5020 + 5028 ], "losses": [ 41 @@ -115770,7 +116128,7 @@ export default { 2169 ], "tournament_team_id": [ - 5020 + 5028 ], "wins": [ 41 @@ -115787,22 +116145,22 @@ export default { 40 ], "league_division_id": [ - 5018 + 5026 ], "league_season_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team": [ 2211 ], "league_team_id": [ - 5018 + 5026 ], "league_team_season_id": [ - 5018 + 5026 ], "losses": [ 40 @@ -115838,7 +116196,7 @@ export default { 2178 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -115855,19 +116213,19 @@ export default { 40 ], "league_division_id": [ - 5018 + 5026 ], "league_season_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "league_team_season_id": [ - 5018 + 5026 ], "losses": [ 40 @@ -115897,7 +116255,7 @@ export default { 40 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -115908,58 +116266,58 @@ export default { }, "v_league_division_standings_max_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "league_division_id": [ - 2971 + 2979 ], "league_season_division_id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team_id": [ - 2971 + 2979 ], "league_team_season_id": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "round_diff": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -115973,19 +116331,19 @@ export default { 40 ], "league_division_id": [ - 5018 + 5026 ], "league_season_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "league_team_season_id": [ - 5018 + 5026 ], "losses": [ 40 @@ -116015,7 +116373,7 @@ export default { 40 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -116026,58 +116384,58 @@ export default { }, "v_league_division_standings_min_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "league_division_id": [ - 2971 + 2979 ], "league_season_division_id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team_id": [ - 2971 + 2979 ], "league_team_season_id": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "round_diff": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -116085,55 +116443,55 @@ export default { }, "v_league_division_standings_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "league_division_id": [ - 2971 + 2979 ], "league_season_division_id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team": [ 2213 ], "league_team_id": [ - 2971 + 2979 ], "league_team_season_id": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "round_diff": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "season_division": [ 2037 @@ -116142,10 +116500,10 @@ export default { 2180 ], "tournament_team_id": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -116195,40 +116553,40 @@ export default { }, "v_league_division_standings_stddev_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "round_diff": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -116277,40 +116635,40 @@ export default { }, "v_league_division_standings_stddev_pop_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "round_diff": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -116359,40 +116717,40 @@ export default { }, "v_league_division_standings_stddev_samp_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "round_diff": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -116400,7 +116758,7 @@ export default { }, "v_league_division_standings_stream_cursor_input": { "initial_value": [ - 5114 + 5122 ], "ordering": [ 313 @@ -116417,19 +116775,19 @@ export default { 40 ], "league_division_id": [ - 5018 + 5026 ], "league_season_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "league_team_season_id": [ - 5018 + 5026 ], "losses": [ 40 @@ -116459,7 +116817,7 @@ export default { 40 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -116511,40 +116869,40 @@ export default { }, "v_league_division_standings_sum_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "round_diff": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -116593,40 +116951,40 @@ export default { }, "v_league_division_standings_var_pop_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "round_diff": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -116675,40 +117033,40 @@ export default { }, "v_league_division_standings_var_samp_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "round_diff": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -116757,40 +117115,40 @@ export default { }, "v_league_division_standings_variance_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "round_diff": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -116816,28 +117174,28 @@ export default { 40 ], "league_division_id": [ - 5018 + 5026 ], "league_season_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team": [ 2202 ], "league_team_id": [ - 5018 + 5026 ], "league_team_season_id": [ - 5018 + 5026 ], "matches_played": [ 40 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 @@ -116848,10 +117206,10 @@ export default { }, "v_league_season_player_stats_aggregate": { "aggregate": [ - 5137 + 5145 ], "nodes": [ - 5123 + 5131 ], "__typename": [ 80 @@ -116859,31 +117217,31 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp": { "avg": [ - 5126 + 5134 ], "corr": [ - 5127 + 5135 ], "count": [ - 5129 + 5137 ], "covar_samp": [ - 5130 + 5138 ], "max": [ - 5132 + 5140 ], "min": [ - 5133 + 5141 ], "stddev_samp": [ - 5134 + 5142 ], "sum": [ - 5135 + 5143 ], "var_samp": [ - 5136 + 5144 ], "__typename": [ 80 @@ -116891,13 +117249,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 5150 + 5158 ], "distinct": [ 5 ], "filter": [ - 5142 + 5150 ], "predicate": [ 1690 @@ -116908,13 +117266,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 5128 + 5136 ], "distinct": [ 5 ], "filter": [ - 5142 + 5150 ], "predicate": [ 1690 @@ -116925,10 +117283,10 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 5151 + 5159 ], "Y": [ - 5151 + 5159 ], "__typename": [ 80 @@ -116936,13 +117294,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_count": { "arguments": [ - 5149 + 5157 ], "distinct": [ 5 ], "filter": [ - 5142 + 5150 ], "predicate": [ 41 @@ -116953,13 +117311,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 5131 + 5139 ], "distinct": [ 5 ], "filter": [ - 5142 + 5150 ], "predicate": [ 1690 @@ -116970,10 +117328,10 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5152 + 5160 ], "Y": [ - 5152 + 5160 ], "__typename": [ 80 @@ -116981,13 +117339,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_max": { "arguments": [ - 5153 + 5161 ], "distinct": [ 5 ], "filter": [ - 5142 + 5150 ], "predicate": [ 1690 @@ -116998,13 +117356,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_min": { "arguments": [ - 5154 + 5162 ], "distinct": [ 5 ], "filter": [ - 5142 + 5150 ], "predicate": [ 1690 @@ -117015,13 +117373,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5155 + 5163 ], "distinct": [ 5 ], "filter": [ - 5142 + 5150 ], "predicate": [ 1690 @@ -117032,13 +117390,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 5156 + 5164 ], "distinct": [ 5 ], "filter": [ - 5142 + 5150 ], "predicate": [ 1690 @@ -117049,13 +117407,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 5157 + 5165 ], "distinct": [ 5 ], "filter": [ - 5142 + 5150 ], "predicate": [ 1690 @@ -117066,13 +117424,13 @@ export default { }, "v_league_season_player_stats_aggregate_fields": { "avg": [ - 5140 + 5148 ], "count": [ 40, { "columns": [ - 5149, + 5157, "[v_league_season_player_stats_select_column!]" ], "distinct": [ @@ -117081,31 +117439,31 @@ export default { } ], "max": [ - 5144 + 5152 ], "min": [ - 5146 + 5154 ], "stddev": [ - 5158 + 5166 ], "stddev_pop": [ - 5160 + 5168 ], "stddev_samp": [ - 5162 + 5170 ], "sum": [ - 5166 + 5174 ], "var_pop": [ - 5168 + 5176 ], "var_samp": [ - 5170 + 5178 ], "variance": [ - 5172 + 5180 ], "__typename": [ 80 @@ -117113,37 +117471,37 @@ export default { }, "v_league_season_player_stats_aggregate_order_by": { "avg": [ - 5141 + 5149 ], "count": [ - 2971 + 2979 ], "max": [ - 5145 + 5153 ], "min": [ - 5147 + 5155 ], "stddev": [ - 5159 + 5167 ], "stddev_pop": [ - 5161 + 5169 ], "stddev_samp": [ - 5163 + 5171 ], "sum": [ - 5167 + 5175 ], "var_pop": [ - 5169 + 5177 ], "var_samp": [ - 5171 + 5179 ], "variance": [ - 5173 + 5181 ], "__typename": [ 80 @@ -117151,7 +117509,7 @@ export default { }, "v_league_season_player_stats_arr_rel_insert_input": { "data": [ - 5143 + 5151 ], "__typename": [ 80 @@ -117188,28 +117546,28 @@ export default { }, "v_league_season_player_stats_avg_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -117217,13 +117575,13 @@ export default { }, "v_league_season_player_stats_bool_exp": { "_and": [ - 5142 + 5150 ], "_not": [ - 5142 + 5150 ], "_or": [ - 5142 + 5150 ], "assists": [ 41 @@ -117244,28 +117602,28 @@ export default { 41 ], "league_division_id": [ - 5020 + 5028 ], "league_season_division_id": [ - 5020 + 5028 ], "league_season_id": [ - 5020 + 5028 ], "league_team": [ 2205 ], "league_team_id": [ - 5020 + 5028 ], "league_team_season_id": [ - 5020 + 5028 ], "matches_played": [ 41 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 @@ -117294,28 +117652,28 @@ export default { 40 ], "league_division_id": [ - 5018 + 5026 ], "league_season_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team": [ 2211 ], "league_team_id": [ - 5018 + 5026 ], "league_team_season_id": [ - 5018 + 5026 ], "matches_played": [ 40 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 @@ -117344,19 +117702,19 @@ export default { 40 ], "league_division_id": [ - 5018 + 5026 ], "league_season_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "league_team_season_id": [ - 5018 + 5026 ], "matches_played": [ 40 @@ -117370,43 +117728,43 @@ export default { }, "v_league_season_player_stats_max_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "league_division_id": [ - 2971 + 2979 ], "league_season_division_id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team_id": [ - 2971 + 2979 ], "league_team_season_id": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -117432,19 +117790,19 @@ export default { 40 ], "league_division_id": [ - 5018 + 5026 ], "league_season_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "league_team_season_id": [ - 5018 + 5026 ], "matches_played": [ 40 @@ -117458,43 +117816,43 @@ export default { }, "v_league_season_player_stats_min_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "league_division_id": [ - 2971 + 2979 ], "league_season_division_id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team_id": [ - 2971 + 2979 ], "league_team_season_id": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -117502,49 +117860,49 @@ export default { }, "v_league_season_player_stats_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "league_division_id": [ - 2971 + 2979 ], "league_season_division_id": [ - 2971 + 2979 ], "league_season_id": [ - 2971 + 2979 ], "league_team": [ 2213 ], "league_team_id": [ - 2971 + 2979 ], "league_team_season_id": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -117590,28 +117948,28 @@ export default { }, "v_league_season_player_stats_stddev_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -117648,28 +118006,28 @@ export default { }, "v_league_season_player_stats_stddev_pop_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -117706,28 +118064,28 @@ export default { }, "v_league_season_player_stats_stddev_samp_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -117735,7 +118093,7 @@ export default { }, "v_league_season_player_stats_stream_cursor_input": { "initial_value": [ - 5165 + 5173 ], "ordering": [ 313 @@ -117764,19 +118122,19 @@ export default { 40 ], "league_division_id": [ - 5018 + 5026 ], "league_season_division_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "league_team_id": [ - 5018 + 5026 ], "league_team_season_id": [ - 5018 + 5026 ], "matches_played": [ 40 @@ -117819,28 +118177,28 @@ export default { }, "v_league_season_player_stats_sum_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -117877,28 +118235,28 @@ export default { }, "v_league_season_player_stats_var_pop_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -117935,28 +118293,28 @@ export default { }, "v_league_season_player_stats_var_samp_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -117993,28 +118351,28 @@ export default { }, "v_league_season_player_stats_variance_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -118028,19 +118386,19 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "lineup": [ 2466 ], "match_lineup_id": [ - 5018 + 5026 ], "placeholder_name": [ 80 ], "player": [ - 3929 + 3937 ], "steam_id": [ 257 @@ -118051,10 +118409,10 @@ export default { }, "v_match_captains_aggregate": { "aggregate": [ - 5176 + 5184 ], "nodes": [ - 5174 + 5182 ], "__typename": [ 80 @@ -118062,13 +118420,13 @@ export default { }, "v_match_captains_aggregate_fields": { "avg": [ - 5177 + 5185 ], "count": [ 40, { "columns": [ - 5186, + 5194, "[v_match_captains_select_column!]" ], "distinct": [ @@ -118077,31 +118435,31 @@ export default { } ], "max": [ - 5181 + 5189 ], "min": [ - 5182 + 5190 ], "stddev": [ - 5188 + 5196 ], "stddev_pop": [ - 5189 + 5197 ], "stddev_samp": [ - 5190 + 5198 ], "sum": [ - 5193 + 5201 ], "var_pop": [ - 5195 + 5203 ], "var_samp": [ - 5196 + 5204 ], "variance": [ - 5197 + 5205 ], "__typename": [ 80 @@ -118117,13 +118475,13 @@ export default { }, "v_match_captains_bool_exp": { "_and": [ - 5178 + 5186 ], "_not": [ - 5178 + 5186 ], "_or": [ - 5178 + 5186 ], "captain": [ 6 @@ -118132,19 +118490,19 @@ export default { 82 ], "id": [ - 5020 + 5028 ], "lineup": [ 2475 ], "match_lineup_id": [ - 5020 + 5028 ], "placeholder_name": [ 82 ], "player": [ - 3933 + 3941 ], "steam_id": [ 259 @@ -118169,19 +118527,19 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "lineup": [ 2484 ], "match_lineup_id": [ - 5018 + 5026 ], "placeholder_name": [ 80 ], "player": [ - 3940 + 3948 ], "steam_id": [ 257 @@ -118195,10 +118553,10 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "placeholder_name": [ 80 @@ -118215,10 +118573,10 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "placeholder_name": [ 80 @@ -118235,7 +118593,7 @@ export default { 40 ], "returning": [ - 5174 + 5182 ], "__typename": [ 80 @@ -118243,7 +118601,7 @@ export default { }, "v_match_captains_obj_rel_insert_input": { "data": [ - 5180 + 5188 ], "__typename": [ 80 @@ -118251,28 +118609,28 @@ export default { }, "v_match_captains_order_by": { "captain": [ - 2971 + 2979 ], "discord_id": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "lineup": [ 2486 ], "match_lineup_id": [ - 2971 + 2979 ], "placeholder_name": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -118287,10 +118645,10 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "placeholder_name": [ 80 @@ -118328,7 +118686,7 @@ export default { }, "v_match_captains_stream_cursor_input": { "initial_value": [ - 5192 + 5200 ], "ordering": [ 313 @@ -118345,10 +118703,10 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "placeholder_name": [ 80 @@ -118370,13 +118728,13 @@ export default { }, "v_match_captains_updates": { "_inc": [ - 5179 + 5187 ], "_set": [ - 5187 + 5195 ], "where": [ - 5178 + 5186 ], "__typename": [ 80 @@ -118411,7 +118769,7 @@ export default { 40 ], "clutcher": [ - 3929 + 3937 ], "clutcher_steam_id": [ 257 @@ -118420,22 +118778,22 @@ export default { 40 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "outcome": [ 80 @@ -118452,10 +118810,10 @@ export default { }, "v_match_clutches_aggregate": { "aggregate": [ - 5202 + 5210 ], "nodes": [ - 5198 + 5206 ], "__typename": [ 80 @@ -118463,7 +118821,7 @@ export default { }, "v_match_clutches_aggregate_bool_exp": { "count": [ - 5201 + 5209 ], "__typename": [ 80 @@ -118471,13 +118829,13 @@ export default { }, "v_match_clutches_aggregate_bool_exp_count": { "arguments": [ - 5214 + 5222 ], "distinct": [ 5 ], "filter": [ - 5207 + 5215 ], "predicate": [ 41 @@ -118488,13 +118846,13 @@ export default { }, "v_match_clutches_aggregate_fields": { "avg": [ - 5205 + 5213 ], "count": [ 40, { "columns": [ - 5214, + 5222, "[v_match_clutches_select_column!]" ], "distinct": [ @@ -118503,31 +118861,31 @@ export default { } ], "max": [ - 5209 + 5217 ], "min": [ - 5211 + 5219 ], "stddev": [ - 5215 + 5223 ], "stddev_pop": [ - 5217 + 5225 ], "stddev_samp": [ - 5219 + 5227 ], "sum": [ - 5223 + 5231 ], "var_pop": [ - 5225 + 5233 ], "var_samp": [ - 5227 + 5235 ], "variance": [ - 5229 + 5237 ], "__typename": [ 80 @@ -118535,37 +118893,37 @@ export default { }, "v_match_clutches_aggregate_order_by": { "avg": [ - 5206 + 5214 ], "count": [ - 2971 + 2979 ], "max": [ - 5210 + 5218 ], "min": [ - 5212 + 5220 ], "stddev": [ - 5216 + 5224 ], "stddev_pop": [ - 5218 + 5226 ], "stddev_samp": [ - 5220 + 5228 ], "sum": [ - 5224 + 5232 ], "var_pop": [ - 5226 + 5234 ], "var_samp": [ - 5228 + 5236 ], "variance": [ - 5230 + 5238 ], "__typename": [ 80 @@ -118573,7 +118931,7 @@ export default { }, "v_match_clutches_arr_rel_insert_input": { "data": [ - 5208 + 5216 ], "__typename": [ 80 @@ -118598,16 +118956,16 @@ export default { }, "v_match_clutches_avg_order_by": { "against_count": [ - 2971 + 2979 ], "clutcher_steam_id": [ - 2971 + 2979 ], "kills_in_clutch": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -118615,19 +118973,19 @@ export default { }, "v_match_clutches_bool_exp": { "_and": [ - 5207 + 5215 ], "_not": [ - 5207 + 5215 ], "_or": [ - 5207 + 5215 ], "against_count": [ 41 ], "clutcher": [ - 3933 + 3941 ], "clutcher_steam_id": [ 259 @@ -118636,22 +118994,22 @@ export default { 41 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "outcome": [ 82 @@ -118671,7 +119029,7 @@ export default { 40 ], "clutcher": [ - 3940 + 3948 ], "clutcher_steam_id": [ 257 @@ -118680,22 +119038,22 @@ export default { 40 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_lineup": [ 2484 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "outcome": [ 80 @@ -118721,13 +119079,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "outcome": [ 80 @@ -118744,31 +119102,31 @@ export default { }, "v_match_clutches_max_order_by": { "against_count": [ - 2971 + 2979 ], "clutcher_steam_id": [ - 2971 + 2979 ], "kills_in_clutch": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_lineup_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "outcome": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "side": [ - 2971 + 2979 ], "__typename": [ 80 @@ -118785,13 +119143,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "outcome": [ 80 @@ -118808,31 +119166,31 @@ export default { }, "v_match_clutches_min_order_by": { "against_count": [ - 2971 + 2979 ], "clutcher_steam_id": [ - 2971 + 2979 ], "kills_in_clutch": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_lineup_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "outcome": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "side": [ - 2971 + 2979 ], "__typename": [ 80 @@ -118840,43 +119198,43 @@ export default { }, "v_match_clutches_order_by": { "against_count": [ - 2971 + 2979 ], "clutcher": [ - 3942 + 3950 ], "clutcher_steam_id": [ - 2971 + 2979 ], "kills_in_clutch": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_lineup": [ 2486 ], "match_lineup_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "outcome": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "side": [ - 2971 + 2979 ], "__typename": [ 80 @@ -118902,16 +119260,16 @@ export default { }, "v_match_clutches_stddev_order_by": { "against_count": [ - 2971 + 2979 ], "clutcher_steam_id": [ - 2971 + 2979 ], "kills_in_clutch": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -118936,16 +119294,16 @@ export default { }, "v_match_clutches_stddev_pop_order_by": { "against_count": [ - 2971 + 2979 ], "clutcher_steam_id": [ - 2971 + 2979 ], "kills_in_clutch": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -118970,16 +119328,16 @@ export default { }, "v_match_clutches_stddev_samp_order_by": { "against_count": [ - 2971 + 2979 ], "clutcher_steam_id": [ - 2971 + 2979 ], "kills_in_clutch": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -118987,7 +119345,7 @@ export default { }, "v_match_clutches_stream_cursor_input": { "initial_value": [ - 5222 + 5230 ], "ordering": [ 313 @@ -119007,13 +119365,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "outcome": [ 80 @@ -119047,16 +119405,16 @@ export default { }, "v_match_clutches_sum_order_by": { "against_count": [ - 2971 + 2979 ], "clutcher_steam_id": [ - 2971 + 2979 ], "kills_in_clutch": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -119081,16 +119439,16 @@ export default { }, "v_match_clutches_var_pop_order_by": { "against_count": [ - 2971 + 2979 ], "clutcher_steam_id": [ - 2971 + 2979 ], "kills_in_clutch": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -119115,16 +119473,16 @@ export default { }, "v_match_clutches_var_samp_order_by": { "against_count": [ - 2971 + 2979 ], "clutcher_steam_id": [ - 2971 + 2979 ], "kills_in_clutch": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -119149,16 +119507,16 @@ export default { }, "v_match_clutches_variance_order_by": { "against_count": [ - 2971 + 2979 ], "clutcher_steam_id": [ - 2971 + 2979 ], "kills_in_clutch": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -119175,16 +119533,16 @@ export default { 40 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "victim_side": [ 80 @@ -119201,10 +119559,10 @@ export default { }, "v_match_kill_pairs_aggregate": { "aggregate": [ - 5233 + 5241 ], "nodes": [ - 5231 + 5239 ], "__typename": [ 80 @@ -119212,13 +119570,13 @@ export default { }, "v_match_kill_pairs_aggregate_fields": { "avg": [ - 5234 + 5242 ], "count": [ 40, { "columns": [ - 5239, + 5247, "[v_match_kill_pairs_select_column!]" ], "distinct": [ @@ -119227,31 +119585,31 @@ export default { } ], "max": [ - 5236 + 5244 ], "min": [ - 5237 + 5245 ], "stddev": [ - 5240 + 5248 ], "stddev_pop": [ - 5241 + 5249 ], "stddev_samp": [ - 5242 + 5250 ], "sum": [ - 5245 + 5253 ], "var_pop": [ - 5246 + 5254 ], "var_samp": [ - 5247 + 5255 ], "variance": [ - 5248 + 5256 ], "__typename": [ 80 @@ -119273,13 +119631,13 @@ export default { }, "v_match_kill_pairs_bool_exp": { "_and": [ - 5235 + 5243 ], "_not": [ - 5235 + 5243 ], "_or": [ - 5235 + 5243 ], "killer_side": [ 82 @@ -119291,16 +119649,16 @@ export default { 41 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "victim_side": [ 82 @@ -119326,10 +119684,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "victim_side": [ 80 @@ -119355,10 +119713,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "victim_side": [ 80 @@ -119375,34 +119733,34 @@ export default { }, "v_match_kill_pairs_order_by": { "killer_side": [ - 2971 + 2979 ], "killer_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "victim_side": [ - 2971 + 2979 ], "victim_steam_id": [ - 2971 + 2979 ], "weapon": [ - 2971 + 2979 ], "__typename": [ 80 @@ -119453,7 +119811,7 @@ export default { }, "v_match_kill_pairs_stream_cursor_input": { "initial_value": [ - 5244 + 5252 ], "ordering": [ 313 @@ -119473,10 +119831,10 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "victim_side": [ 80 @@ -119549,22 +119907,22 @@ export default { }, "v_match_lineup_buy_types": { "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "matchup": [ 80 @@ -119584,10 +119942,10 @@ export default { }, "v_match_lineup_buy_types_aggregate": { "aggregate": [ - 5251 + 5259 ], "nodes": [ - 5249 + 5257 ], "__typename": [ 80 @@ -119595,13 +119953,13 @@ export default { }, "v_match_lineup_buy_types_aggregate_fields": { "avg": [ - 5252 + 5260 ], "count": [ 40, { "columns": [ - 5257, + 5265, "[v_match_lineup_buy_types_select_column!]" ], "distinct": [ @@ -119610,31 +119968,31 @@ export default { } ], "max": [ - 5254 + 5262 ], "min": [ - 5255 + 5263 ], "stddev": [ - 5258 + 5266 ], "stddev_pop": [ - 5259 + 5267 ], "stddev_samp": [ - 5260 + 5268 ], "sum": [ - 5263 + 5271 ], "var_pop": [ - 5264 + 5272 ], "var_samp": [ - 5265 + 5273 ], "variance": [ - 5266 + 5274 ], "__typename": [ 80 @@ -119653,31 +120011,31 @@ export default { }, "v_match_lineup_buy_types_bool_exp": { "_and": [ - 5253 + 5261 ], "_not": [ - 5253 + 5261 ], "_or": [ - 5253 + 5261 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "matchup": [ 82 @@ -119697,13 +120055,13 @@ export default { }, "v_match_lineup_buy_types_max_fields": { "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "matchup": [ 80 @@ -119723,13 +120081,13 @@ export default { }, "v_match_lineup_buy_types_min_fields": { "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "matchup": [ 80 @@ -119749,34 +120107,34 @@ export default { }, "v_match_lineup_buy_types_order_by": { "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_lineup": [ 2486 ], "match_lineup_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "matchup": [ - 2971 + 2979 ], "rounds": [ - 2971 + 2979 ], "side": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -119818,7 +120176,7 @@ export default { }, "v_match_lineup_buy_types_stream_cursor_input": { "initial_value": [ - 5262 + 5270 ], "ordering": [ 313 @@ -119829,13 +120187,13 @@ export default { }, "v_match_lineup_buy_types_stream_cursor_value_input": { "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "matchup": [ 80 @@ -119911,22 +120269,22 @@ export default { 40 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "opening_attempts": [ 40 @@ -119967,10 +120325,10 @@ export default { }, "v_match_lineup_map_stats_aggregate": { "aggregate": [ - 5269 + 5277 ], "nodes": [ - 5267 + 5275 ], "__typename": [ 80 @@ -119978,13 +120336,13 @@ export default { }, "v_match_lineup_map_stats_aggregate_fields": { "avg": [ - 5270 + 5278 ], "count": [ 40, { "columns": [ - 5275, + 5283, "[v_match_lineup_map_stats_select_column!]" ], "distinct": [ @@ -119993,31 +120351,31 @@ export default { } ], "max": [ - 5272 + 5280 ], "min": [ - 5273 + 5281 ], "stddev": [ - 5276 + 5284 ], "stddev_pop": [ - 5277 + 5285 ], "stddev_samp": [ - 5278 + 5286 ], "sum": [ - 5281 + 5289 ], "var_pop": [ - 5282 + 5290 ], "var_samp": [ - 5283 + 5291 ], "variance": [ - 5284 + 5292 ], "__typename": [ 80 @@ -120072,13 +120430,13 @@ export default { }, "v_match_lineup_map_stats_bool_exp": { "_and": [ - 5271 + 5279 ], "_not": [ - 5271 + 5279 ], "_or": [ - 5271 + 5279 ], "man_adv_rounds": [ 41 @@ -120093,22 +120451,22 @@ export default { 41 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "opening_attempts": [ 41 @@ -120161,13 +120519,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "opening_attempts": [ 40 @@ -120220,13 +120578,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "opening_attempts": [ 40 @@ -120267,67 +120625,67 @@ export default { }, "v_match_lineup_map_stats_order_by": { "man_adv_rounds": [ - 2971 + 2979 ], "man_adv_wins": [ - 2971 + 2979 ], "man_dis_rounds": [ - 2971 + 2979 ], "man_dis_wins": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_lineup": [ 2486 ], "match_lineup_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "opening_attempts": [ - 2971 + 2979 ], "opening_wins": [ - 2971 + 2979 ], "pistol_rounds": [ - 2971 + 2979 ], "pistol_wins": [ - 2971 + 2979 ], "round_wins": [ - 2971 + 2979 ], "rounds": [ - 2971 + 2979 ], "side": [ - 2971 + 2979 ], "won_buy_eco": [ - 2971 + 2979 ], "won_buy_force": [ - 2971 + 2979 ], "won_buy_full": [ - 2971 + 2979 ], "won_buy_pistol": [ - 2971 + 2979 ], "__typename": [ 80 @@ -120477,7 +120835,7 @@ export default { }, "v_match_lineup_map_stats_stream_cursor_input": { "initial_value": [ - 5280 + 5288 ], "ordering": [ 313 @@ -120500,13 +120858,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "opening_attempts": [ 40 @@ -120738,7 +121096,7 @@ export default { 5 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -120749,10 +121107,10 @@ export default { }, "v_match_map_backup_rounds_aggregate": { "aggregate": [ - 5287 + 5295 ], "nodes": [ - 5285 + 5293 ], "__typename": [ 80 @@ -120760,13 +121118,13 @@ export default { }, "v_match_map_backup_rounds_aggregate_fields": { "avg": [ - 5288 + 5296 ], "count": [ 40, { "columns": [ - 5296, + 5304, "[v_match_map_backup_rounds_select_column!]" ], "distinct": [ @@ -120775,31 +121133,31 @@ export default { } ], "max": [ - 5292 + 5300 ], "min": [ - 5293 + 5301 ], "stddev": [ - 5298 + 5306 ], "stddev_pop": [ - 5299 + 5307 ], "stddev_samp": [ - 5300 + 5308 ], "sum": [ - 5303 + 5311 ], "var_pop": [ - 5305 + 5313 ], "var_samp": [ - 5306 + 5314 ], "variance": [ - 5307 + 5315 ], "__typename": [ 80 @@ -120815,19 +121173,19 @@ export default { }, "v_match_map_backup_rounds_bool_exp": { "_and": [ - 5289 + 5297 ], "_not": [ - 5289 + 5297 ], "_or": [ - 5289 + 5297 ], "has_backup_file": [ 6 ], "match_map_id": [ - 5020 + 5028 ], "round": [ 41 @@ -120849,7 +121207,7 @@ export default { 5 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -120860,7 +121218,7 @@ export default { }, "v_match_map_backup_rounds_max_fields": { "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -120871,7 +121229,7 @@ export default { }, "v_match_map_backup_rounds_min_fields": { "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -120885,7 +121243,7 @@ export default { 40 ], "returning": [ - 5285 + 5293 ], "__typename": [ 80 @@ -120893,13 +121251,13 @@ export default { }, "v_match_map_backup_rounds_order_by": { "has_backup_file": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -120911,7 +121269,7 @@ export default { 5 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -120946,7 +121304,7 @@ export default { }, "v_match_map_backup_rounds_stream_cursor_input": { "initial_value": [ - 5302 + 5310 ], "ordering": [ 313 @@ -120960,7 +121318,7 @@ export default { 5 ], "match_map_id": [ - 5018 + 5026 ], "round": [ 40 @@ -120979,13 +121337,13 @@ export default { }, "v_match_map_backup_rounds_updates": { "_inc": [ - 5290 + 5298 ], "_set": [ - 5297 + 5305 ], "where": [ - 5289 + 5297 ], "__typename": [ 80 @@ -121023,28 +121381,28 @@ export default { 40 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "matchup": [ 80 ], "player": [ - 3929 + 3937 ], "rounds": [ 40 @@ -121061,10 +121419,10 @@ export default { }, "v_match_player_buy_types_aggregate": { "aggregate": [ - 5310 + 5318 ], "nodes": [ - 5308 + 5316 ], "__typename": [ 80 @@ -121072,13 +121430,13 @@ export default { }, "v_match_player_buy_types_aggregate_fields": { "avg": [ - 5311 + 5319 ], "count": [ 40, { "columns": [ - 5316, + 5324, "[v_match_player_buy_types_select_column!]" ], "distinct": [ @@ -121087,31 +121445,31 @@ export default { } ], "max": [ - 5313 + 5321 ], "min": [ - 5314 + 5322 ], "stddev": [ - 5317 + 5325 ], "stddev_pop": [ - 5318 + 5326 ], "stddev_samp": [ - 5319 + 5327 ], "sum": [ - 5322 + 5330 ], "var_pop": [ - 5323 + 5331 ], "var_samp": [ - 5324 + 5332 ], "variance": [ - 5325 + 5333 ], "__typename": [ 80 @@ -121136,13 +121494,13 @@ export default { }, "v_match_player_buy_types_bool_exp": { "_and": [ - 5312 + 5320 ], "_not": [ - 5312 + 5320 ], "_or": [ - 5312 + 5320 ], "deaths": [ 41 @@ -121151,28 +121509,28 @@ export default { 41 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "matchup": [ 82 ], "player": [ - 3933 + 3941 ], "rounds": [ 41 @@ -121195,13 +121553,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "matchup": [ 80 @@ -121227,13 +121585,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "matchup": [ 80 @@ -121253,43 +121611,43 @@ export default { }, "v_match_player_buy_types_order_by": { "deaths": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_lineup": [ 2486 ], "match_lineup_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "matchup": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "rounds": [ - 2971 + 2979 ], "side": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -121349,7 +121707,7 @@ export default { }, "v_match_player_buy_types_stream_cursor_input": { "initial_value": [ - 5321 + 5329 ], "ordering": [ 313 @@ -121366,13 +121724,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "matchup": [ 80 @@ -121466,25 +121824,25 @@ export default { 40 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "side": [ 80 @@ -121504,10 +121862,10 @@ export default { }, "v_match_player_opening_duels_aggregate": { "aggregate": [ - 5330 + 5338 ], "nodes": [ - 5326 + 5334 ], "__typename": [ 80 @@ -121515,7 +121873,7 @@ export default { }, "v_match_player_opening_duels_aggregate_bool_exp": { "count": [ - 5329 + 5337 ], "__typename": [ 80 @@ -121523,13 +121881,13 @@ export default { }, "v_match_player_opening_duels_aggregate_bool_exp_count": { "arguments": [ - 5342 + 5350 ], "distinct": [ 5 ], "filter": [ - 5335 + 5343 ], "predicate": [ 41 @@ -121540,13 +121898,13 @@ export default { }, "v_match_player_opening_duels_aggregate_fields": { "avg": [ - 5333 + 5341 ], "count": [ 40, { "columns": [ - 5342, + 5350, "[v_match_player_opening_duels_select_column!]" ], "distinct": [ @@ -121555,31 +121913,31 @@ export default { } ], "max": [ - 5337 + 5345 ], "min": [ - 5339 + 5347 ], "stddev": [ - 5343 + 5351 ], "stddev_pop": [ - 5345 + 5353 ], "stddev_samp": [ - 5347 + 5355 ], "sum": [ - 5351 + 5359 ], "var_pop": [ - 5353 + 5361 ], "var_samp": [ - 5355 + 5363 ], "variance": [ - 5357 + 5365 ], "__typename": [ 80 @@ -121587,37 +121945,37 @@ export default { }, "v_match_player_opening_duels_aggregate_order_by": { "avg": [ - 5334 + 5342 ], "count": [ - 2971 + 2979 ], "max": [ - 5338 + 5346 ], "min": [ - 5340 + 5348 ], "stddev": [ - 5344 + 5352 ], "stddev_pop": [ - 5346 + 5354 ], "stddev_samp": [ - 5348 + 5356 ], "sum": [ - 5352 + 5360 ], "var_pop": [ - 5354 + 5362 ], "var_samp": [ - 5356 + 5364 ], "variance": [ - 5358 + 5366 ], "__typename": [ 80 @@ -121625,7 +121983,7 @@ export default { }, "v_match_player_opening_duels_arr_rel_insert_input": { "data": [ - 5336 + 5344 ], "__typename": [ 80 @@ -121653,19 +122011,19 @@ export default { }, "v_match_player_opening_duels_avg_order_by": { "attempts": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "traded_deaths": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -121673,13 +122031,13 @@ export default { }, "v_match_player_opening_duels_bool_exp": { "_and": [ - 5335 + 5343 ], "_not": [ - 5335 + 5343 ], "_or": [ - 5335 + 5343 ], "attempts": [ 41 @@ -121688,25 +122046,25 @@ export default { 41 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "side": [ 82 @@ -121732,25 +122090,25 @@ export default { 40 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_lineup": [ 2484 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "side": [ 80 @@ -121776,13 +122134,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "side": [ 80 @@ -121802,31 +122160,31 @@ export default { }, "v_match_player_opening_duels_max_order_by": { "attempts": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_lineup_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "side": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "traded_deaths": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -121840,13 +122198,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "side": [ 80 @@ -121866,31 +122224,31 @@ export default { }, "v_match_player_opening_duels_min_order_by": { "attempts": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_lineup_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "side": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "traded_deaths": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -121898,43 +122256,43 @@ export default { }, "v_match_player_opening_duels_order_by": { "attempts": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_lineup": [ 2486 ], "match_lineup_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "side": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "traded_deaths": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -121963,19 +122321,19 @@ export default { }, "v_match_player_opening_duels_stddev_order_by": { "attempts": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "traded_deaths": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -122003,19 +122361,19 @@ export default { }, "v_match_player_opening_duels_stddev_pop_order_by": { "attempts": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "traded_deaths": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -122043,19 +122401,19 @@ export default { }, "v_match_player_opening_duels_stddev_samp_order_by": { "attempts": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "traded_deaths": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -122063,7 +122421,7 @@ export default { }, "v_match_player_opening_duels_stream_cursor_input": { "initial_value": [ - 5350 + 5358 ], "ordering": [ 313 @@ -122080,13 +122438,13 @@ export default { 40 ], "match_id": [ - 5018 + 5026 ], "match_lineup_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "side": [ 80 @@ -122126,19 +122484,19 @@ export default { }, "v_match_player_opening_duels_sum_order_by": { "attempts": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "traded_deaths": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -122166,19 +122524,19 @@ export default { }, "v_match_player_opening_duels_var_pop_order_by": { "attempts": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "traded_deaths": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -122206,19 +122564,19 @@ export default { }, "v_match_player_opening_duels_var_samp_order_by": { "attempts": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "traded_deaths": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -122246,19 +122604,19 @@ export default { }, "v_match_player_opening_duels_variance_order_by": { "attempts": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "traded_deaths": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -122272,10 +122630,10 @@ export default { 257 ], "nemsis": [ - 3929 + 3937 ], "player": [ - 3929 + 3937 ], "victim_id": [ 257 @@ -122286,10 +122644,10 @@ export default { }, "v_player_arch_nemesis_aggregate": { "aggregate": [ - 5361 + 5369 ], "nodes": [ - 5359 + 5367 ], "__typename": [ 80 @@ -122297,13 +122655,13 @@ export default { }, "v_player_arch_nemesis_aggregate_fields": { "avg": [ - 5362 + 5370 ], "count": [ 40, { "columns": [ - 5367, + 5375, "[v_player_arch_nemesis_select_column!]" ], "distinct": [ @@ -122312,31 +122670,31 @@ export default { } ], "max": [ - 5364 + 5372 ], "min": [ - 5365 + 5373 ], "stddev": [ - 5368 + 5376 ], "stddev_pop": [ - 5369 + 5377 ], "stddev_samp": [ - 5370 + 5378 ], "sum": [ - 5373 + 5381 ], "var_pop": [ - 5374 + 5382 ], "var_samp": [ - 5375 + 5383 ], "variance": [ - 5376 + 5384 ], "__typename": [ 80 @@ -122358,13 +122716,13 @@ export default { }, "v_player_arch_nemesis_bool_exp": { "_and": [ - 5363 + 5371 ], "_not": [ - 5363 + 5371 ], "_or": [ - 5363 + 5371 ], "attacker_id": [ 259 @@ -122373,10 +122731,10 @@ export default { 259 ], "nemsis": [ - 3933 + 3941 ], "player": [ - 3933 + 3941 ], "victim_id": [ 259 @@ -122415,19 +122773,19 @@ export default { }, "v_player_arch_nemesis_order_by": { "attacker_id": [ - 2971 + 2979 ], "kill_count": [ - 2971 + 2979 ], "nemsis": [ - 3942 + 3950 ], "player": [ - 3942 + 3950 ], "victim_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -122478,7 +122836,7 @@ export default { }, "v_player_arch_nemesis_stream_cursor_input": { "initial_value": [ - 5372 + 5380 ], "ordering": [ 313 @@ -122562,7 +122920,7 @@ export default { 257 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 @@ -122579,10 +122937,10 @@ export default { }, "v_player_damage_aggregate": { "aggregate": [ - 5379 + 5387 ], "nodes": [ - 5377 + 5385 ], "__typename": [ 80 @@ -122590,13 +122948,13 @@ export default { }, "v_player_damage_aggregate_fields": { "avg": [ - 5380 + 5388 ], "count": [ 40, { "columns": [ - 5385, + 5393, "[v_player_damage_select_column!]" ], "distinct": [ @@ -122605,31 +122963,31 @@ export default { } ], "max": [ - 5382 + 5390 ], "min": [ - 5383 + 5391 ], "stddev": [ - 5386 + 5394 ], "stddev_pop": [ - 5387 + 5395 ], "stddev_samp": [ - 5388 + 5396 ], "sum": [ - 5391 + 5399 ], "var_pop": [ - 5392 + 5400 ], "var_samp": [ - 5393 + 5401 ], "variance": [ - 5394 + 5402 ], "__typename": [ 80 @@ -122654,19 +123012,19 @@ export default { }, "v_player_damage_bool_exp": { "_and": [ - 5381 + 5389 ], "_not": [ - 5381 + 5389 ], "_or": [ - 5381 + 5389 ], "avg_damage_per_round": [ 259 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 @@ -122717,19 +123075,19 @@ export default { }, "v_player_damage_order_by": { "avg_damage_per_round": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "total_damage": [ - 2971 + 2979 ], "total_rounds": [ - 2971 + 2979 ], "__typename": [ 80 @@ -122789,7 +123147,7 @@ export default { }, "v_player_damage_stream_cursor_input": { "initial_value": [ - 5390 + 5398 ], "ordering": [ 313 @@ -122927,13 +123285,13 @@ export default { 40 ], "match": [ - 2786 + 2794 ], "match_created_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_result": [ 80 @@ -122957,7 +123315,7 @@ export default { 1689 ], "season_id": [ - 5018 + 5026 ], "series_multiplier": [ 40 @@ -122977,10 +123335,10 @@ export default { }, "v_player_elo_aggregate": { "aggregate": [ - 5409 + 5417 ], "nodes": [ - 5395 + 5403 ], "__typename": [ 80 @@ -122988,31 +123346,31 @@ export default { }, "v_player_elo_aggregate_bool_exp": { "avg": [ - 5398 + 5406 ], "corr": [ - 5399 + 5407 ], "count": [ - 5401 + 5409 ], "covar_samp": [ - 5402 + 5410 ], "max": [ - 5404 + 5412 ], "min": [ - 5405 + 5413 ], "stddev_samp": [ - 5406 + 5414 ], "sum": [ - 5407 + 5415 ], "var_samp": [ - 5408 + 5416 ], "__typename": [ 80 @@ -123020,13 +123378,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_avg": { "arguments": [ - 5422 + 5430 ], "distinct": [ 5 ], "filter": [ - 5414 + 5422 ], "predicate": [ 1690 @@ -123037,13 +123395,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_corr": { "arguments": [ - 5400 + 5408 ], "distinct": [ 5 ], "filter": [ - 5414 + 5422 ], "predicate": [ 1690 @@ -123054,10 +123412,10 @@ export default { }, "v_player_elo_aggregate_bool_exp_corr_arguments": { "X": [ - 5423 + 5431 ], "Y": [ - 5423 + 5431 ], "__typename": [ 80 @@ -123065,13 +123423,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_count": { "arguments": [ - 5421 + 5429 ], "distinct": [ 5 ], "filter": [ - 5414 + 5422 ], "predicate": [ 41 @@ -123082,13 +123440,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_covar_samp": { "arguments": [ - 5403 + 5411 ], "distinct": [ 5 ], "filter": [ - 5414 + 5422 ], "predicate": [ 1690 @@ -123099,10 +123457,10 @@ export default { }, "v_player_elo_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5424 + 5432 ], "Y": [ - 5424 + 5432 ], "__typename": [ 80 @@ -123110,13 +123468,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_max": { "arguments": [ - 5425 + 5433 ], "distinct": [ 5 ], "filter": [ - 5414 + 5422 ], "predicate": [ 1690 @@ -123127,13 +123485,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_min": { "arguments": [ - 5426 + 5434 ], "distinct": [ 5 ], "filter": [ - 5414 + 5422 ], "predicate": [ 1690 @@ -123144,13 +123502,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5427 + 5435 ], "distinct": [ 5 ], "filter": [ - 5414 + 5422 ], "predicate": [ 1690 @@ -123161,13 +123519,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_sum": { "arguments": [ - 5428 + 5436 ], "distinct": [ 5 ], "filter": [ - 5414 + 5422 ], "predicate": [ 1690 @@ -123178,13 +123536,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_var_samp": { "arguments": [ - 5429 + 5437 ], "distinct": [ 5 ], "filter": [ - 5414 + 5422 ], "predicate": [ 1690 @@ -123195,13 +123553,13 @@ export default { }, "v_player_elo_aggregate_fields": { "avg": [ - 5412 + 5420 ], "count": [ 40, { "columns": [ - 5421, + 5429, "[v_player_elo_select_column!]" ], "distinct": [ @@ -123210,31 +123568,31 @@ export default { } ], "max": [ - 5416 + 5424 ], "min": [ - 5418 + 5426 ], "stddev": [ - 5430 + 5438 ], "stddev_pop": [ - 5432 + 5440 ], "stddev_samp": [ - 5434 + 5442 ], "sum": [ - 5438 + 5446 ], "var_pop": [ - 5440 + 5448 ], "var_samp": [ - 5442 + 5450 ], "variance": [ - 5444 + 5452 ], "__typename": [ 80 @@ -123242,37 +123600,37 @@ export default { }, "v_player_elo_aggregate_order_by": { "avg": [ - 5413 + 5421 ], "count": [ - 2971 + 2979 ], "max": [ - 5417 + 5425 ], "min": [ - 5419 + 5427 ], "stddev": [ - 5431 + 5439 ], "stddev_pop": [ - 5433 + 5441 ], "stddev_samp": [ - 5435 + 5443 ], "sum": [ - 5439 + 5447 ], "var_pop": [ - 5441 + 5449 ], "var_samp": [ - 5443 + 5451 ], "variance": [ - 5445 + 5453 ], "__typename": [ 80 @@ -123280,7 +123638,7 @@ export default { }, "v_player_elo_arr_rel_insert_input": { "data": [ - 5415 + 5423 ], "__typename": [ 80 @@ -123359,70 +123717,70 @@ export default { }, "v_player_elo_avg_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "current_elo": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "elo_change": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "updated_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -123430,13 +123788,13 @@ export default { }, "v_player_elo_bool_exp": { "_and": [ - 5414 + 5422 ], "_not": [ - 5414 + 5422 ], "_or": [ - 5414 + 5422 ], "actual_score": [ 1690 @@ -123481,13 +123839,13 @@ export default { 41 ], "match": [ - 2795 + 2803 ], "match_created_at": [ - 4519 + 4527 ], "match_id": [ - 5020 + 5028 ], "match_result": [ 82 @@ -123511,7 +123869,7 @@ export default { 1690 ], "season_id": [ - 5020 + 5028 ], "series_multiplier": [ 41 @@ -123573,13 +123931,13 @@ export default { 40 ], "match": [ - 2804 + 2812 ], "match_created_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_result": [ 80 @@ -123603,7 +123961,7 @@ export default { 1689 ], "season_id": [ - 5018 + 5026 ], "series_multiplier": [ 40 @@ -123665,10 +124023,10 @@ export default { 40 ], "match_created_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_result": [ 80 @@ -123692,7 +124050,7 @@ export default { 1689 ], "season_id": [ - 5018 + 5026 ], "series_multiplier": [ 40 @@ -123712,88 +124070,88 @@ export default { }, "v_player_elo_max_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "current_elo": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "elo_change": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "match_created_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_result": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player_name": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "season_id": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "updated_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -123843,10 +124201,10 @@ export default { 40 ], "match_created_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_result": [ 80 @@ -123870,7 +124228,7 @@ export default { 1689 ], "season_id": [ - 5018 + 5026 ], "series_multiplier": [ 40 @@ -123890,88 +124248,88 @@ export default { }, "v_player_elo_min_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "current_elo": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "elo_change": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "match_created_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_result": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player_name": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "season_id": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "updated_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -123979,91 +124337,91 @@ export default { }, "v_player_elo_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "current_elo": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "elo_change": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_created_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_result": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player_name": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "season_id": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "updated_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -124151,70 +124509,70 @@ export default { }, "v_player_elo_stddev_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "current_elo": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "elo_change": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "updated_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -124293,70 +124651,70 @@ export default { }, "v_player_elo_stddev_pop_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "current_elo": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "elo_change": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "updated_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -124435,70 +124793,70 @@ export default { }, "v_player_elo_stddev_samp_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "current_elo": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "elo_change": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "updated_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -124506,7 +124864,7 @@ export default { }, "v_player_elo_stream_cursor_input": { "initial_value": [ - 5437 + 5445 ], "ordering": [ 313 @@ -124559,10 +124917,10 @@ export default { 40 ], "match_created_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_result": [ 80 @@ -124586,7 +124944,7 @@ export default { 1689 ], "season_id": [ - 5018 + 5026 ], "series_multiplier": [ 40 @@ -124677,70 +125035,70 @@ export default { }, "v_player_elo_sum_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "current_elo": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "elo_change": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "updated_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -124819,70 +125177,70 @@ export default { }, "v_player_elo_var_pop_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "current_elo": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "elo_change": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "updated_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -124961,70 +125319,70 @@ export default { }, "v_player_elo_var_samp_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "current_elo": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "elo_change": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "updated_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -125103,70 +125461,70 @@ export default { }, "v_player_elo_variance_order_by": { "actual_score": [ - 2971 + 2979 ], "assists": [ - 2971 + 2979 ], "current_elo": [ - 2971 + 2979 ], "damage": [ - 2971 + 2979 ], "damage_percent": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "elo_change": [ - 2971 + 2979 ], "expected_score": [ - 2971 + 2979 ], "impact": [ - 2971 + 2979 ], "k_factor": [ - 2971 + 2979 ], "kda": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map_losses": [ - 2971 + 2979 ], "map_wins": [ - 2971 + 2979 ], "opponent_team_elo_avg": [ - 2971 + 2979 ], "performance_multiplier": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "player_team_elo_avg": [ - 2971 + 2979 ], "rating_for_expected": [ - 2971 + 2979 ], "series_multiplier": [ - 2971 + 2979 ], "team_avg_kda": [ - 2971 + 2979 ], "updated_elo": [ - 2971 + 2979 ], "__typename": [ 80 @@ -125177,16 +125535,16 @@ export default { 2304 ], "map_id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "started_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -125197,10 +125555,10 @@ export default { }, "v_player_map_losses_aggregate": { "aggregate": [ - 5448 + 5456 ], "nodes": [ - 5446 + 5454 ], "__typename": [ 80 @@ -125208,13 +125566,13 @@ export default { }, "v_player_map_losses_aggregate_fields": { "avg": [ - 5449 + 5457 ], "count": [ 40, { "columns": [ - 5454, + 5462, "[v_player_map_losses_select_column!]" ], "distinct": [ @@ -125223,31 +125581,31 @@ export default { } ], "max": [ - 5451 + 5459 ], "min": [ - 5452 + 5460 ], "stddev": [ - 5455 + 5463 ], "stddev_pop": [ - 5456 + 5464 ], "stddev_samp": [ - 5457 + 5465 ], "sum": [ - 5460 + 5468 ], "var_pop": [ - 5461 + 5469 ], "var_samp": [ - 5462 + 5470 ], "variance": [ - 5463 + 5471 ], "__typename": [ 80 @@ -125263,28 +125621,28 @@ export default { }, "v_player_map_losses_bool_exp": { "_and": [ - 5450 + 5458 ], "_not": [ - 5450 + 5458 ], "_or": [ - 5450 + 5458 ], "map": [ 2313 ], "map_id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "started_at": [ - 4519 + 4527 ], "steam_id": [ 259 @@ -125295,13 +125653,13 @@ export default { }, "v_player_map_losses_max_fields": { "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "started_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -125312,13 +125670,13 @@ export default { }, "v_player_map_losses_min_fields": { "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "started_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -125332,19 +125690,19 @@ export default { 2323 ], "map_id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "started_at": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -125377,7 +125735,7 @@ export default { }, "v_player_map_losses_stream_cursor_input": { "initial_value": [ - 5459 + 5467 ], "ordering": [ 313 @@ -125388,13 +125746,13 @@ export default { }, "v_player_map_losses_stream_cursor_value_input": { "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "started_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -125440,16 +125798,16 @@ export default { 2304 ], "map_id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "started_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -125460,10 +125818,10 @@ export default { }, "v_player_map_wins_aggregate": { "aggregate": [ - 5466 + 5474 ], "nodes": [ - 5464 + 5472 ], "__typename": [ 80 @@ -125471,13 +125829,13 @@ export default { }, "v_player_map_wins_aggregate_fields": { "avg": [ - 5467 + 5475 ], "count": [ 40, { "columns": [ - 5472, + 5480, "[v_player_map_wins_select_column!]" ], "distinct": [ @@ -125486,31 +125844,31 @@ export default { } ], "max": [ - 5469 + 5477 ], "min": [ - 5470 + 5478 ], "stddev": [ - 5473 + 5481 ], "stddev_pop": [ - 5474 + 5482 ], "stddev_samp": [ - 5475 + 5483 ], "sum": [ - 5478 + 5486 ], "var_pop": [ - 5479 + 5487 ], "var_samp": [ - 5480 + 5488 ], "variance": [ - 5481 + 5489 ], "__typename": [ 80 @@ -125526,28 +125884,28 @@ export default { }, "v_player_map_wins_bool_exp": { "_and": [ - 5468 + 5476 ], "_not": [ - 5468 + 5476 ], "_or": [ - 5468 + 5476 ], "map": [ 2313 ], "map_id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "started_at": [ - 4519 + 4527 ], "steam_id": [ 259 @@ -125558,13 +125916,13 @@ export default { }, "v_player_map_wins_max_fields": { "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "started_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -125575,13 +125933,13 @@ export default { }, "v_player_map_wins_min_fields": { "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "started_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -125595,19 +125953,19 @@ export default { 2323 ], "map_id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "started_at": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -125640,7 +125998,7 @@ export default { }, "v_player_map_wins_stream_cursor_input": { "initial_value": [ - 5477 + 5485 ], "ordering": [ 313 @@ -125651,13 +126009,13 @@ export default { }, "v_player_map_wins_stream_cursor_value_input": { "map_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "started_at": [ - 4518 + 4526 ], "steam_id": [ 257 @@ -125700,13 +126058,13 @@ export default { }, "v_player_match_head_to_head": { "attacked": [ - 3929 + 3937 ], "attacked_steam_id": [ 257 ], "attacker": [ - 3929 + 3937 ], "attacker_steam_id": [ 257 @@ -125727,10 +126085,10 @@ export default { 257 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -125738,10 +126096,10 @@ export default { }, "v_player_match_head_to_head_aggregate": { "aggregate": [ - 5484 + 5492 ], "nodes": [ - 5482 + 5490 ], "__typename": [ 80 @@ -125749,13 +126107,13 @@ export default { }, "v_player_match_head_to_head_aggregate_fields": { "avg": [ - 5485 + 5493 ], "count": [ 40, { "columns": [ - 5490, + 5498, "[v_player_match_head_to_head_select_column!]" ], "distinct": [ @@ -125764,31 +126122,31 @@ export default { } ], "max": [ - 5487 + 5495 ], "min": [ - 5488 + 5496 ], "stddev": [ - 5491 + 5499 ], "stddev_pop": [ - 5492 + 5500 ], "stddev_samp": [ - 5493 + 5501 ], "sum": [ - 5496 + 5504 ], "var_pop": [ - 5497 + 5505 ], "var_samp": [ - 5498 + 5506 ], "variance": [ - 5499 + 5507 ], "__typename": [ 80 @@ -125822,22 +126180,22 @@ export default { }, "v_player_match_head_to_head_bool_exp": { "_and": [ - 5486 + 5494 ], "_not": [ - 5486 + 5494 ], "_or": [ - 5486 + 5494 ], "attacked": [ - 3933 + 3941 ], "attacked_steam_id": [ 259 ], "attacker": [ - 3933 + 3941 ], "attacker_steam_id": [ 259 @@ -125858,10 +126216,10 @@ export default { 259 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -125890,7 +126248,7 @@ export default { 257 ], "match_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -125919,7 +126277,7 @@ export default { 257 ], "match_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -125927,37 +126285,37 @@ export default { }, "v_player_match_head_to_head_order_by": { "attacked": [ - 3942 + 3950 ], "attacked_steam_id": [ - 2971 + 2979 ], "attacker": [ - 3942 + 3950 ], "attacker_steam_id": [ - 2971 + 2979 ], "damage_dealt": [ - 2971 + 2979 ], "flash_count": [ - 2971 + 2979 ], "headshot_kills": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -126044,7 +126402,7 @@ export default { }, "v_player_match_head_to_head_stream_cursor_input": { "initial_value": [ - 5495 + 5503 ], "ordering": [ 313 @@ -126076,7 +126434,7 @@ export default { 257 ], "match_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -126188,37 +126546,37 @@ export default { }, "v_player_match_map_hltv": { "adr": [ - 2969 + 2977 ], "apr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "rounds_played": [ 40 @@ -126232,10 +126590,10 @@ export default { }, "v_player_match_map_hltv_aggregate": { "aggregate": [ - 5504 + 5512 ], "nodes": [ - 5500 + 5508 ], "__typename": [ 80 @@ -126243,7 +126601,7 @@ export default { }, "v_player_match_map_hltv_aggregate_bool_exp": { "count": [ - 5503 + 5511 ], "__typename": [ 80 @@ -126251,13 +126609,13 @@ export default { }, "v_player_match_map_hltv_aggregate_bool_exp_count": { "arguments": [ - 5518 + 5526 ], "distinct": [ 5 ], "filter": [ - 5509 + 5517 ], "predicate": [ 41 @@ -126268,13 +126626,13 @@ export default { }, "v_player_match_map_hltv_aggregate_fields": { "avg": [ - 5507 + 5515 ], "count": [ 40, { "columns": [ - 5518, + 5526, "[v_player_match_map_hltv_select_column!]" ], "distinct": [ @@ -126283,31 +126641,31 @@ export default { } ], "max": [ - 5512 + 5520 ], "min": [ - 5514 + 5522 ], "stddev": [ - 5520 + 5528 ], "stddev_pop": [ - 5522 + 5530 ], "stddev_samp": [ - 5524 + 5532 ], "sum": [ - 5528 + 5536 ], "var_pop": [ - 5531 + 5539 ], "var_samp": [ - 5533 + 5541 ], "variance": [ - 5535 + 5543 ], "__typename": [ 80 @@ -126315,37 +126673,37 @@ export default { }, "v_player_match_map_hltv_aggregate_order_by": { "avg": [ - 5508 + 5516 ], "count": [ - 2971 + 2979 ], "max": [ - 5513 + 5521 ], "min": [ - 5515 + 5523 ], "stddev": [ - 5521 + 5529 ], "stddev_pop": [ - 5523 + 5531 ], "stddev_samp": [ - 5525 + 5533 ], "sum": [ - 5529 + 5537 ], "var_pop": [ - 5532 + 5540 ], "var_samp": [ - 5534 + 5542 ], "variance": [ - 5536 + 5544 ], "__typename": [ 80 @@ -126353,7 +126711,7 @@ export default { }, "v_player_match_map_hltv_arr_rel_insert_input": { "data": [ - 5511 + 5519 ], "__typename": [ 80 @@ -126390,28 +126748,28 @@ export default { }, "v_player_match_map_hltv_avg_order_by": { "adr": [ - 2971 + 2979 ], "apr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -126419,46 +126777,46 @@ export default { }, "v_player_match_map_hltv_bool_exp": { "_and": [ - 5509 + 5517 ], "_not": [ - 5509 + 5517 ], "_or": [ - 5509 + 5517 ], "adr": [ - 2970 + 2978 ], "apr": [ - 2970 + 2978 ], "dpr": [ - 2970 + 2978 ], "hltv_rating": [ - 2970 + 2978 ], "kast_pct": [ - 2970 + 2978 ], "kpr": [ - 2970 + 2978 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "rounds_played": [ 41 @@ -126472,22 +126830,22 @@ export default { }, "v_player_match_map_hltv_inc_input": { "adr": [ - 2969 + 2977 ], "apr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "rounds_played": [ 40 @@ -126501,37 +126859,37 @@ export default { }, "v_player_match_map_hltv_insert_input": { "adr": [ - 2969 + 2977 ], "apr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "match": [ - 2804 + 2812 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2642 + 2646 ], "match_map_id": [ - 5018 + 5026 ], "player": [ - 3940 + 3948 ], "rounds_played": [ 40 @@ -126545,28 +126903,28 @@ export default { }, "v_player_match_map_hltv_max_fields": { "adr": [ - 2969 + 2977 ], "apr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "rounds_played": [ 40 @@ -126580,34 +126938,34 @@ export default { }, "v_player_match_map_hltv_max_order_by": { "adr": [ - 2971 + 2979 ], "apr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -126615,28 +126973,28 @@ export default { }, "v_player_match_map_hltv_min_fields": { "adr": [ - 2969 + 2977 ], "apr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "rounds_played": [ 40 @@ -126650,34 +127008,34 @@ export default { }, "v_player_match_map_hltv_min_order_by": { "adr": [ - 2971 + 2979 ], "apr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_map_id": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -126688,7 +127046,7 @@ export default { 40 ], "returning": [ - 5500 + 5508 ], "__typename": [ 80 @@ -126696,43 +127054,43 @@ export default { }, "v_player_match_map_hltv_order_by": { "adr": [ - 2971 + 2979 ], "apr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -126741,28 +127099,28 @@ export default { "v_player_match_map_hltv_select_column": {}, "v_player_match_map_hltv_set_input": { "adr": [ - 2969 + 2977 ], "apr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "rounds_played": [ 40 @@ -126805,28 +127163,28 @@ export default { }, "v_player_match_map_hltv_stddev_order_by": { "adr": [ - 2971 + 2979 ], "apr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -126863,28 +127221,28 @@ export default { }, "v_player_match_map_hltv_stddev_pop_order_by": { "adr": [ - 2971 + 2979 ], "apr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -126921,28 +127279,28 @@ export default { }, "v_player_match_map_hltv_stddev_samp_order_by": { "adr": [ - 2971 + 2979 ], "apr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -126950,7 +127308,7 @@ export default { }, "v_player_match_map_hltv_stream_cursor_input": { "initial_value": [ - 5527 + 5535 ], "ordering": [ 313 @@ -126961,28 +127319,28 @@ export default { }, "v_player_match_map_hltv_stream_cursor_value_input": { "adr": [ - 2969 + 2977 ], "apr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "rounds_played": [ 40 @@ -126996,22 +127354,22 @@ export default { }, "v_player_match_map_hltv_sum_fields": { "adr": [ - 2969 + 2977 ], "apr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "rounds_played": [ 40 @@ -127025,28 +127383,28 @@ export default { }, "v_player_match_map_hltv_sum_order_by": { "adr": [ - 2971 + 2979 ], "apr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -127054,13 +127412,13 @@ export default { }, "v_player_match_map_hltv_updates": { "_inc": [ - 5510 + 5518 ], "_set": [ - 5519 + 5527 ], "where": [ - 5509 + 5517 ], "__typename": [ 80 @@ -127097,28 +127455,28 @@ export default { }, "v_player_match_map_hltv_var_pop_order_by": { "adr": [ - 2971 + 2979 ], "apr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -127155,28 +127513,28 @@ export default { }, "v_player_match_map_hltv_var_samp_order_by": { "adr": [ - 2971 + 2979 ], "apr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -127213,28 +127571,28 @@ export default { }, "v_player_match_map_hltv_variance_order_by": { "adr": [ - 2971 + 2979 ], "apr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -127242,52 +127600,52 @@ export default { }, "v_player_match_map_roles": { "adr": [ - 2969 + 2977 ], "awp_kills": [ 40 ], "awp_share": [ - 2969 + 2977 ], "deaths": [ 40 ], "dpr": [ - 2969 + 2977 ], "entry_rate": [ - 2969 + 2977 ], "flash_assists": [ 40 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kills": [ 40 ], "kpr": [ - 2969 + 2977 ], "lineup_id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "match_map": [ - 2624 + 2628 ], "match_map_id": [ - 5018 + 5026 ], "open_deaths": [ 40 @@ -127299,7 +127657,7 @@ export default { 40 ], "player": [ - 3929 + 3937 ], "role": [ 80 @@ -127311,7 +127669,7 @@ export default { 257 ], "support_idx": [ - 2969 + 2977 ], "total_kills": [ 40 @@ -127331,10 +127689,10 @@ export default { }, "v_player_match_map_roles_aggregate": { "aggregate": [ - 5539 + 5547 ], "nodes": [ - 5537 + 5545 ], "__typename": [ 80 @@ -127342,13 +127700,13 @@ export default { }, "v_player_match_map_roles_aggregate_fields": { "avg": [ - 5540 + 5548 ], "count": [ 40, { "columns": [ - 5545, + 5553, "[v_player_match_map_roles_select_column!]" ], "distinct": [ @@ -127357,31 +127715,31 @@ export default { } ], "max": [ - 5542 + 5550 ], "min": [ - 5543 + 5551 ], "stddev": [ - 5546 + 5554 ], "stddev_pop": [ - 5547 + 5555 ], "stddev_samp": [ - 5548 + 5556 ], "sum": [ - 5551 + 5559 ], "var_pop": [ - 5552 + 5560 ], "var_samp": [ - 5553 + 5561 ], "variance": [ - 5554 + 5562 ], "__typename": [ 80 @@ -127457,61 +127815,61 @@ export default { }, "v_player_match_map_roles_bool_exp": { "_and": [ - 5541 + 5549 ], "_not": [ - 5541 + 5549 ], "_or": [ - 5541 + 5549 ], "adr": [ - 2970 + 2978 ], "awp_kills": [ 41 ], "awp_share": [ - 2970 + 2978 ], "deaths": [ 41 ], "dpr": [ - 2970 + 2978 ], "entry_rate": [ - 2970 + 2978 ], "flash_assists": [ 41 ], "hltv_rating": [ - 2970 + 2978 ], "kast_pct": [ - 2970 + 2978 ], "kills": [ 41 ], "kpr": [ - 2970 + 2978 ], "lineup_id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "match_map": [ - 2633 + 2637 ], "match_map_id": [ - 5020 + 5028 ], "open_deaths": [ 41 @@ -127523,7 +127881,7 @@ export default { 41 ], "player": [ - 3933 + 3941 ], "role": [ 82 @@ -127535,7 +127893,7 @@ export default { 259 ], "support_idx": [ - 2970 + 2978 ], "total_kills": [ 41 @@ -127555,46 +127913,46 @@ export default { }, "v_player_match_map_roles_max_fields": { "adr": [ - 2969 + 2977 ], "awp_kills": [ 40 ], "awp_share": [ - 2969 + 2977 ], "deaths": [ 40 ], "dpr": [ - 2969 + 2977 ], "entry_rate": [ - 2969 + 2977 ], "flash_assists": [ 40 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kills": [ 40 ], "kpr": [ - 2969 + 2977 ], "lineup_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "open_deaths": [ 40 @@ -127615,7 +127973,7 @@ export default { 257 ], "support_idx": [ - 2969 + 2977 ], "total_kills": [ 40 @@ -127635,46 +127993,46 @@ export default { }, "v_player_match_map_roles_min_fields": { "adr": [ - 2969 + 2977 ], "awp_kills": [ 40 ], "awp_share": [ - 2969 + 2977 ], "deaths": [ 40 ], "dpr": [ - 2969 + 2977 ], "entry_rate": [ - 2969 + 2977 ], "flash_assists": [ 40 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kills": [ 40 ], "kpr": [ - 2969 + 2977 ], "lineup_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "open_deaths": [ 40 @@ -127695,7 +128053,7 @@ export default { 257 ], "support_idx": [ - 2969 + 2977 ], "total_kills": [ 40 @@ -127715,88 +128073,88 @@ export default { }, "v_player_match_map_roles_order_by": { "adr": [ - 2971 + 2979 ], "awp_kills": [ - 2971 + 2979 ], "awp_share": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "entry_rate": [ - 2971 + 2979 ], "flash_assists": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "lineup_id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "match_map": [ - 2644 + 2648 ], "match_map_id": [ - 2971 + 2979 ], "open_deaths": [ - 2971 + 2979 ], "open_kills": [ - 2971 + 2979 ], "opening_attempts": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "role": [ - 2971 + 2979 ], "rounds": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "support_idx": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "trade_kill_successes": [ - 2971 + 2979 ], "traded_death_successes": [ - 2971 + 2979 ], "util_damage": [ - 2971 + 2979 ], "__typename": [ 80 @@ -128009,7 +128367,7 @@ export default { }, "v_player_match_map_roles_stream_cursor_input": { "initial_value": [ - 5550 + 5558 ], "ordering": [ 313 @@ -128020,46 +128378,46 @@ export default { }, "v_player_match_map_roles_stream_cursor_value_input": { "adr": [ - 2969 + 2977 ], "awp_kills": [ 40 ], "awp_share": [ - 2969 + 2977 ], "deaths": [ 40 ], "dpr": [ - 2969 + 2977 ], "entry_rate": [ - 2969 + 2977 ], "flash_assists": [ 40 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kills": [ 40 ], "kpr": [ - 2969 + 2977 ], "lineup_id": [ - 5018 + 5026 ], "match_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018 + 5026 ], "open_deaths": [ 40 @@ -128080,7 +128438,7 @@ export default { 257 ], "support_idx": [ - 2969 + 2977 ], "total_kills": [ 40 @@ -128100,37 +128458,37 @@ export default { }, "v_player_match_map_roles_sum_fields": { "adr": [ - 2969 + 2977 ], "awp_kills": [ 40 ], "awp_share": [ - 2969 + 2977 ], "deaths": [ 40 ], "dpr": [ - 2969 + 2977 ], "entry_rate": [ - 2969 + 2977 ], "flash_assists": [ 40 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kills": [ 40 ], "kpr": [ - 2969 + 2977 ], "open_deaths": [ 40 @@ -128148,7 +128506,7 @@ export default { 257 ], "support_idx": [ - 2969 + 2977 ], "total_kills": [ 40 @@ -128384,16 +128742,16 @@ export default { 2304 ], "map_id": [ - 5018 + 5026 ], "match": [ - 2786 + 2794 ], "match_created_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_result": [ 80 @@ -128413,10 +128771,10 @@ export default { }, "v_player_match_performance_aggregate": { "aggregate": [ - 5557 + 5565 ], "nodes": [ - 5555 + 5563 ], "__typename": [ 80 @@ -128424,13 +128782,13 @@ export default { }, "v_player_match_performance_aggregate_fields": { "avg": [ - 5558 + 5566 ], "count": [ 40, { "columns": [ - 5563, + 5571, "[v_player_match_performance_select_column!]" ], "distinct": [ @@ -128439,31 +128797,31 @@ export default { } ], "max": [ - 5560 + 5568 ], "min": [ - 5561 + 5569 ], "stddev": [ - 5564 + 5572 ], "stddev_pop": [ - 5565 + 5573 ], "stddev_samp": [ - 5566 + 5574 ], "sum": [ - 5569 + 5577 ], "var_pop": [ - 5570 + 5578 ], "var_samp": [ - 5571 + 5579 ], "variance": [ - 5572 + 5580 ], "__typename": [ 80 @@ -128488,13 +128846,13 @@ export default { }, "v_player_match_performance_bool_exp": { "_and": [ - 5559 + 5567 ], "_not": [ - 5559 + 5567 ], "_or": [ - 5559 + 5567 ], "assists": [ 41 @@ -128509,16 +128867,16 @@ export default { 2313 ], "map_id": [ - 5020 + 5028 ], "match": [ - 2795 + 2803 ], "match_created_at": [ - 4519 + 4527 ], "match_id": [ - 5020 + 5028 ], "match_result": [ 82 @@ -128547,13 +128905,13 @@ export default { 40 ], "map_id": [ - 5018 + 5026 ], "match_created_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_result": [ 80 @@ -128582,13 +128940,13 @@ export default { 40 ], "map_id": [ - 5018 + 5026 ], "match_created_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_result": [ 80 @@ -128608,40 +128966,40 @@ export default { }, "v_player_match_performance_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "map": [ 2323 ], "map_id": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_created_at": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "match_result": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "source": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "__typename": [ 80 @@ -128701,7 +129059,7 @@ export default { }, "v_player_match_performance_stream_cursor_input": { "initial_value": [ - 5568 + 5576 ], "ordering": [ 313 @@ -128721,13 +129079,13 @@ export default { 40 ], "map_id": [ - 5018 + 5026 ], "match_created_at": [ - 4518 + 4526 ], "match_id": [ - 5018 + 5026 ], "match_result": [ 80 @@ -128815,28 +129173,28 @@ export default { }, "v_player_match_rating": { "adr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "match": [ - 2786 + 2794 ], "match_id": [ - 5018 + 5026 ], "player": [ - 3929 + 3937 ], "rounds_played": [ 40 @@ -128850,10 +129208,10 @@ export default { }, "v_player_match_rating_aggregate": { "aggregate": [ - 5575 + 5583 ], "nodes": [ - 5573 + 5581 ], "__typename": [ 80 @@ -128861,13 +129219,13 @@ export default { }, "v_player_match_rating_aggregate_fields": { "avg": [ - 5576 + 5584 ], "count": [ 40, { "columns": [ - 5581, + 5589, "[v_player_match_rating_select_column!]" ], "distinct": [ @@ -128876,31 +129234,31 @@ export default { } ], "max": [ - 5578 + 5586 ], "min": [ - 5579 + 5587 ], "stddev": [ - 5582 + 5590 ], "stddev_pop": [ - 5583 + 5591 ], "stddev_samp": [ - 5584 + 5592 ], "sum": [ - 5587 + 5595 ], "var_pop": [ - 5588 + 5596 ], "var_samp": [ - 5589 + 5597 ], "variance": [ - 5590 + 5598 ], "__typename": [ 80 @@ -128934,37 +129292,37 @@ export default { }, "v_player_match_rating_bool_exp": { "_and": [ - 5577 + 5585 ], "_not": [ - 5577 + 5585 ], "_or": [ - 5577 + 5585 ], "adr": [ - 2970 + 2978 ], "dpr": [ - 2970 + 2978 ], "hltv_rating": [ - 2970 + 2978 ], "kast_pct": [ - 2970 + 2978 ], "kpr": [ - 2970 + 2978 ], "match": [ - 2795 + 2803 ], "match_id": [ - 5020 + 5028 ], "player": [ - 3933 + 3941 ], "rounds_played": [ 41 @@ -128978,22 +129336,22 @@ export default { }, "v_player_match_rating_max_fields": { "adr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "rounds_played": [ 40 @@ -129007,22 +129365,22 @@ export default { }, "v_player_match_rating_min_fields": { "adr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "rounds_played": [ 40 @@ -129036,34 +129394,34 @@ export default { }, "v_player_match_rating_order_by": { "adr": [ - 2971 + 2979 ], "dpr": [ - 2971 + 2979 ], "hltv_rating": [ - 2971 + 2979 ], "kast_pct": [ - 2971 + 2979 ], "kpr": [ - 2971 + 2979 ], "match": [ - 2806 + 2814 ], "match_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "rounds_played": [ - 2971 + 2979 ], "steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129150,7 +129508,7 @@ export default { }, "v_player_match_rating_stream_cursor_input": { "initial_value": [ - 5586 + 5594 ], "ordering": [ 313 @@ -129161,22 +129519,22 @@ export default { }, "v_player_match_rating_stream_cursor_value_input": { "adr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "match_id": [ - 5018 + 5026 ], "rounds_played": [ 40 @@ -129190,19 +129548,19 @@ export default { }, "v_player_match_rating_sum_fields": { "adr": [ - 2969 + 2977 ], "dpr": [ - 2969 + 2977 ], "hltv_rating": [ - 2969 + 2977 ], "kast_pct": [ - 2969 + 2977 ], "kpr": [ - 2969 + 2977 ], "rounds_played": [ 40 @@ -129300,7 +129658,7 @@ export default { 257 ], "match_id": [ - 5018 + 5026 ], "round": [ 40 @@ -129311,10 +129669,10 @@ export default { }, "v_player_multi_kills_aggregate": { "aggregate": [ - 5595 + 5603 ], "nodes": [ - 5591 + 5599 ], "__typename": [ 80 @@ -129322,7 +129680,7 @@ export default { }, "v_player_multi_kills_aggregate_bool_exp": { "count": [ - 5594 + 5602 ], "__typename": [ 80 @@ -129330,13 +129688,13 @@ export default { }, "v_player_multi_kills_aggregate_bool_exp_count": { "arguments": [ - 5607 + 5615 ], "distinct": [ 5 ], "filter": [ - 5600 + 5608 ], "predicate": [ 41 @@ -129347,13 +129705,13 @@ export default { }, "v_player_multi_kills_aggregate_fields": { "avg": [ - 5598 + 5606 ], "count": [ 40, { "columns": [ - 5607, + 5615, "[v_player_multi_kills_select_column!]" ], "distinct": [ @@ -129362,31 +129720,31 @@ export default { } ], "max": [ - 5602 + 5610 ], "min": [ - 5604 + 5612 ], "stddev": [ - 5608 + 5616 ], "stddev_pop": [ - 5610 + 5618 ], "stddev_samp": [ - 5612 + 5620 ], "sum": [ - 5616 + 5624 ], "var_pop": [ - 5618 + 5626 ], "var_samp": [ - 5620 + 5628 ], "variance": [ - 5622 + 5630 ], "__typename": [ 80 @@ -129394,37 +129752,37 @@ export default { }, "v_player_multi_kills_aggregate_order_by": { "avg": [ - 5599 + 5607 ], "count": [ - 2971 + 2979 ], "max": [ - 5603 + 5611 ], "min": [ - 5605 + 5613 ], "stddev": [ - 5609 + 5617 ], "stddev_pop": [ - 5611 + 5619 ], "stddev_samp": [ - 5613 + 5621 ], "sum": [ - 5617 + 5625 ], "var_pop": [ - 5619 + 5627 ], "var_samp": [ - 5621 + 5629 ], "variance": [ - 5623 + 5631 ], "__typename": [ 80 @@ -129432,7 +129790,7 @@ export default { }, "v_player_multi_kills_arr_rel_insert_input": { "data": [ - 5601 + 5609 ], "__typename": [ 80 @@ -129454,13 +129812,13 @@ export default { }, "v_player_multi_kills_avg_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129468,13 +129826,13 @@ export default { }, "v_player_multi_kills_bool_exp": { "_and": [ - 5600 + 5608 ], "_not": [ - 5600 + 5608 ], "_or": [ - 5600 + 5608 ], "attacker_steam_id": [ 259 @@ -129483,7 +129841,7 @@ export default { 259 ], "match_id": [ - 5020 + 5028 ], "round": [ 41 @@ -129500,7 +129858,7 @@ export default { 257 ], "match_id": [ - 5018 + 5026 ], "round": [ 40 @@ -129517,7 +129875,7 @@ export default { 257 ], "match_id": [ - 5018 + 5026 ], "round": [ 40 @@ -129528,16 +129886,16 @@ export default { }, "v_player_multi_kills_max_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129551,7 +129909,7 @@ export default { 257 ], "match_id": [ - 5018 + 5026 ], "round": [ 40 @@ -129562,16 +129920,16 @@ export default { }, "v_player_multi_kills_min_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129579,16 +129937,16 @@ export default { }, "v_player_multi_kills_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "match_id": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129611,13 +129969,13 @@ export default { }, "v_player_multi_kills_stddev_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129639,13 +129997,13 @@ export default { }, "v_player_multi_kills_stddev_pop_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129667,13 +130025,13 @@ export default { }, "v_player_multi_kills_stddev_samp_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129681,7 +130039,7 @@ export default { }, "v_player_multi_kills_stream_cursor_input": { "initial_value": [ - 5615 + 5623 ], "ordering": [ 313 @@ -129698,7 +130056,7 @@ export default { 257 ], "match_id": [ - 5018 + 5026 ], "round": [ 40 @@ -129723,13 +130081,13 @@ export default { }, "v_player_multi_kills_sum_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129751,13 +130109,13 @@ export default { }, "v_player_multi_kills_var_pop_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129779,13 +130137,13 @@ export default { }, "v_player_multi_kills_var_samp_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129807,13 +130165,13 @@ export default { }, "v_player_multi_kills_variance_order_by": { "attacker_steam_id": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "round": [ - 2971 + 2979 ], "__typename": [ 80 @@ -129821,22 +130179,22 @@ export default { }, "v_player_queue_partners": { "first_played_at": [ - 4518 + 4526 ], "last_played_at": [ - 4518 + 4526 ], "matches_together": [ 40 ], "partner": [ - 3929 + 3937 ], "partner_steam_id": [ 257 ], "player": [ - 3929 + 3937 ], "steam_id": [ 257 @@ -129850,10 +130208,10 @@ export default { }, "v_player_queue_partners_aggregate": { "aggregate": [ - 5626 + 5634 ], "nodes": [ - 5624 + 5632 ], "__typename": [ 80 @@ -129861,13 +130219,13 @@ export default { }, "v_player_queue_partners_aggregate_fields": { "avg": [ - 5627 + 5635 ], "count": [ 40, { "columns": [ - 5632, + 5640, "[v_player_queue_partners_select_column!]" ], "distinct": [ @@ -129876,31 +130234,31 @@ export default { } ], "max": [ - 5629 + 5637 ], "min": [ - 5630 + 5638 ], "stddev": [ - 5633 + 5641 ], "stddev_pop": [ - 5634 + 5642 ], "stddev_samp": [ - 5635 + 5643 ], "sum": [ - 5638 + 5646 ], "var_pop": [ - 5639 + 5647 ], "var_samp": [ - 5640 + 5648 ], "variance": [ - 5641 + 5649 ], "__typename": [ 80 @@ -129925,31 +130283,31 @@ export default { }, "v_player_queue_partners_bool_exp": { "_and": [ - 5628 + 5636 ], "_not": [ - 5628 + 5636 ], "_or": [ - 5628 + 5636 ], "first_played_at": [ - 4519 + 4527 ], "last_played_at": [ - 4519 + 4527 ], "matches_together": [ 41 ], "partner": [ - 3933 + 3941 ], "partner_steam_id": [ 259 ], "player": [ - 3933 + 3941 ], "steam_id": [ 259 @@ -129963,10 +130321,10 @@ export default { }, "v_player_queue_partners_max_fields": { "first_played_at": [ - 4518 + 4526 ], "last_played_at": [ - 4518 + 4526 ], "matches_together": [ 40 @@ -129986,10 +130344,10 @@ export default { }, "v_player_queue_partners_min_fields": { "first_played_at": [ - 4518 + 4526 ], "last_played_at": [ - 4518 + 4526 ], "matches_together": [ 40 @@ -130009,28 +130367,28 @@ export default { }, "v_player_queue_partners_order_by": { "first_played_at": [ - 2971 + 2979 ], "last_played_at": [ - 2971 + 2979 ], "matches_together": [ - 2971 + 2979 ], "partner": [ - 3942 + 3950 ], "partner_steam_id": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "steam_id": [ - 2971 + 2979 ], "wins_together": [ - 2971 + 2979 ], "__typename": [ 80 @@ -130090,7 +130448,7 @@ export default { }, "v_player_queue_partners_stream_cursor_input": { "initial_value": [ - 5637 + 5645 ], "ordering": [ 313 @@ -130101,10 +130459,10 @@ export default { }, "v_player_queue_partners_stream_cursor_value_input": { "first_played_at": [ - 4518 + 4526 ], "last_played_at": [ - 4518 + 4526 ], "matches_together": [ 40 @@ -130215,10 +130573,10 @@ export default { }, "v_player_weapon_damage_aggregate": { "aggregate": [ - 5644 + 5652 ], "nodes": [ - 5642 + 5650 ], "__typename": [ 80 @@ -130226,13 +130584,13 @@ export default { }, "v_player_weapon_damage_aggregate_fields": { "avg": [ - 5645 + 5653 ], "count": [ 40, { "columns": [ - 5650, + 5658, "[v_player_weapon_damage_select_column!]" ], "distinct": [ @@ -130241,31 +130599,31 @@ export default { } ], "max": [ - 5647 + 5655 ], "min": [ - 5648 + 5656 ], "stddev": [ - 5651 + 5659 ], "stddev_pop": [ - 5652 + 5660 ], "stddev_samp": [ - 5653 + 5661 ], "sum": [ - 5656 + 5664 ], "var_pop": [ - 5657 + 5665 ], "var_samp": [ - 5658 + 5666 ], "variance": [ - 5659 + 5667 ], "__typename": [ 80 @@ -130287,13 +130645,13 @@ export default { }, "v_player_weapon_damage_bool_exp": { "_and": [ - 5646 + 5654 ], "_not": [ - 5646 + 5654 ], "_or": [ - 5646 + 5654 ], "damage": [ 259 @@ -130365,22 +130723,22 @@ export default { }, "v_player_weapon_damage_order_by": { "damage": [ - 2971 + 2979 ], "hits": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "source": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "with": [ - 2971 + 2979 ], "__typename": [ 80 @@ -130431,7 +130789,7 @@ export default { }, "v_player_weapon_damage_stream_cursor_input": { "initial_value": [ - 5655 + 5663 ], "ordering": [ 313 @@ -130544,10 +130902,10 @@ export default { }, "v_player_weapon_kills_aggregate": { "aggregate": [ - 5662 + 5670 ], "nodes": [ - 5660 + 5668 ], "__typename": [ 80 @@ -130555,13 +130913,13 @@ export default { }, "v_player_weapon_kills_aggregate_fields": { "avg": [ - 5663 + 5671 ], "count": [ 40, { "columns": [ - 5668, + 5676, "[v_player_weapon_kills_select_column!]" ], "distinct": [ @@ -130570,31 +130928,31 @@ export default { } ], "max": [ - 5665 + 5673 ], "min": [ - 5666 + 5674 ], "stddev": [ - 5669 + 5677 ], "stddev_pop": [ - 5670 + 5678 ], "stddev_samp": [ - 5671 + 5679 ], "sum": [ - 5674 + 5682 ], "var_pop": [ - 5675 + 5683 ], "var_samp": [ - 5676 + 5684 ], "variance": [ - 5677 + 5685 ], "__typename": [ 80 @@ -130616,13 +130974,13 @@ export default { }, "v_player_weapon_kills_bool_exp": { "_and": [ - 5664 + 5672 ], "_not": [ - 5664 + 5672 ], "_or": [ - 5664 + 5672 ], "kill_count": [ 259 @@ -130694,22 +131052,22 @@ export default { }, "v_player_weapon_kills_order_by": { "kill_count": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "rounds": [ - 2971 + 2979 ], "source": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "with": [ - 2971 + 2979 ], "__typename": [ 80 @@ -130760,7 +131118,7 @@ export default { }, "v_player_weapon_kills_stream_cursor_input": { "initial_value": [ - 5673 + 5681 ], "ordering": [ 313 @@ -130853,7 +131211,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "label": [ 80 @@ -130862,7 +131220,7 @@ export default { 2285 ], "map_pool_id": [ - 5018 + 5026 ], "name": [ 80 @@ -130885,10 +131243,10 @@ export default { }, "v_pool_maps_aggregate": { "aggregate": [ - 5684 + 5692 ], "nodes": [ - 5678 + 5686 ], "__typename": [ 80 @@ -130896,13 +131254,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp": { "bool_and": [ - 5681 + 5689 ], "bool_or": [ - 5682 + 5690 ], "count": [ - 5683 + 5691 ], "__typename": [ 80 @@ -130910,13 +131268,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_bool_and": { "arguments": [ - 5696 + 5704 ], "distinct": [ 5 ], "filter": [ - 5687 + 5695 ], "predicate": [ 6 @@ -130927,13 +131285,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_bool_or": { "arguments": [ - 5697 + 5705 ], "distinct": [ 5 ], "filter": [ - 5687 + 5695 ], "predicate": [ 6 @@ -130944,13 +131302,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_count": { "arguments": [ - 5695 + 5703 ], "distinct": [ 5 ], "filter": [ - 5687 + 5695 ], "predicate": [ 41 @@ -130964,7 +131322,7 @@ export default { 40, { "columns": [ - 5695, + 5703, "[v_pool_maps_select_column!]" ], "distinct": [ @@ -130973,10 +131331,10 @@ export default { } ], "max": [ - 5689 + 5697 ], "min": [ - 5691 + 5699 ], "__typename": [ 80 @@ -130984,13 +131342,13 @@ export default { }, "v_pool_maps_aggregate_order_by": { "count": [ - 2971 + 2979 ], "max": [ - 5690 + 5698 ], "min": [ - 5692 + 5700 ], "__typename": [ 80 @@ -130998,7 +131356,7 @@ export default { }, "v_pool_maps_arr_rel_insert_input": { "data": [ - 5688 + 5696 ], "__typename": [ 80 @@ -131006,19 +131364,19 @@ export default { }, "v_pool_maps_bool_exp": { "_and": [ - 5687 + 5695 ], "_not": [ - 5687 + 5695 ], "_or": [ - 5687 + 5695 ], "active_pool": [ 6 ], "id": [ - 5020 + 5028 ], "label": [ 82 @@ -131027,7 +131385,7 @@ export default { 2288 ], "map_pool_id": [ - 5020 + 5028 ], "name": [ 82 @@ -131053,7 +131411,7 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "label": [ 80 @@ -131062,7 +131420,7 @@ export default { 2294 ], "map_pool_id": [ - 5018 + 5026 ], "name": [ 80 @@ -131085,13 +131443,13 @@ export default { }, "v_pool_maps_max_fields": { "id": [ - 5018 + 5026 ], "label": [ 80 ], "map_pool_id": [ - 5018 + 5026 ], "name": [ 80 @@ -131114,28 +131472,28 @@ export default { }, "v_pool_maps_max_order_by": { "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "map_pool_id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "patch": [ - 2971 + 2979 ], "poster": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "workshop_map_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -131143,13 +131501,13 @@ export default { }, "v_pool_maps_min_fields": { "id": [ - 5018 + 5026 ], "label": [ 80 ], "map_pool_id": [ - 5018 + 5026 ], "name": [ 80 @@ -131172,28 +131530,28 @@ export default { }, "v_pool_maps_min_order_by": { "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "map_pool_id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "patch": [ - 2971 + 2979 ], "poster": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "workshop_map_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -131204,7 +131562,7 @@ export default { 40 ], "returning": [ - 5678 + 5686 ], "__typename": [ 80 @@ -131212,34 +131570,34 @@ export default { }, "v_pool_maps_order_by": { "active_pool": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "label": [ - 2971 + 2979 ], "map_pool": [ 2296 ], "map_pool_id": [ - 2971 + 2979 ], "name": [ - 2971 + 2979 ], "patch": [ - 2971 + 2979 ], "poster": [ - 2971 + 2979 ], "type": [ - 2971 + 2979 ], "workshop_map_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -131253,13 +131611,13 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "map_pool_id": [ - 5018 + 5026 ], "name": [ 80 @@ -131282,7 +131640,7 @@ export default { }, "v_pool_maps_stream_cursor_input": { "initial_value": [ - 5700 + 5708 ], "ordering": [ 313 @@ -131296,13 +131654,13 @@ export default { 5 ], "id": [ - 5018 + 5026 ], "label": [ 80 ], "map_pool_id": [ - 5018 + 5026 ], "name": [ 80 @@ -131325,10 +131683,10 @@ export default { }, "v_pool_maps_updates": { "_set": [ - 5698 + 5706 ], "where": [ - 5687 + 5695 ], "__typename": [ 80 @@ -131353,10 +131711,10 @@ export default { }, "v_steam_account_pool_status_aggregate": { "aggregate": [ - 5704 + 5712 ], "nodes": [ - 5702 + 5710 ], "__typename": [ 80 @@ -131364,13 +131722,13 @@ export default { }, "v_steam_account_pool_status_aggregate_fields": { "avg": [ - 5705 + 5713 ], "count": [ 40, { "columns": [ - 5710, + 5718, "[v_steam_account_pool_status_select_column!]" ], "distinct": [ @@ -131379,31 +131737,31 @@ export default { } ], "max": [ - 5707 + 5715 ], "min": [ - 5708 + 5716 ], "stddev": [ - 5711 + 5719 ], "stddev_pop": [ - 5712 + 5720 ], "stddev_samp": [ - 5713 + 5721 ], "sum": [ - 5716 + 5724 ], "var_pop": [ - 5717 + 5725 ], "var_samp": [ - 5718 + 5726 ], "variance": [ - 5719 + 5727 ], "__typename": [ 80 @@ -131428,13 +131786,13 @@ export default { }, "v_steam_account_pool_status_bool_exp": { "_and": [ - 5706 + 5714 ], "_not": [ - 5706 + 5714 ], "_or": [ - 5706 + 5714 ], "busy_accounts": [ 41 @@ -131488,16 +131846,16 @@ export default { }, "v_steam_account_pool_status_order_by": { "busy_accounts": [ - 2971 + 2979 ], "free_accounts": [ - 2971 + 2979 ], "id": [ - 2971 + 2979 ], "total_accounts": [ - 2971 + 2979 ], "__typename": [ 80 @@ -131557,7 +131915,7 @@ export default { }, "v_steam_account_pool_status_stream_cursor_input": { "initial_value": [ - 5715 + 5723 ], "ordering": [ 313 @@ -131652,6 +132010,9 @@ export default { ] }, "v_team_ranks": { + "avg_duel_elo": [ + 40 + ], "avg_elo": [ 40 ], @@ -131664,6 +132025,9 @@ export default { "avg_premier": [ 40 ], + "avg_wingman_elo": [ + 40 + ], "max_elo": [ 40 ], @@ -131674,10 +132038,10 @@ export default { 257 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -131685,10 +132049,10 @@ export default { }, "v_team_ranks_aggregate": { "aggregate": [ - 5722 + 5730 ], "nodes": [ - 5720 + 5728 ], "__typename": [ 80 @@ -131696,13 +132060,13 @@ export default { }, "v_team_ranks_aggregate_fields": { "avg": [ - 5723 + 5731 ], "count": [ 40, { "columns": [ - 5730, + 5738, "[v_team_ranks_select_column!]" ], "distinct": [ @@ -131711,37 +132075,40 @@ export default { } ], "max": [ - 5726 + 5734 ], "min": [ - 5727 + 5735 ], "stddev": [ - 5731 + 5739 ], "stddev_pop": [ - 5732 + 5740 ], "stddev_samp": [ - 5733 + 5741 ], "sum": [ - 5736 + 5744 ], "var_pop": [ - 5737 + 5745 ], "var_samp": [ - 5738 + 5746 ], "variance": [ - 5739 + 5747 ], "__typename": [ 80 ] }, "v_team_ranks_avg_fields": { + "avg_duel_elo": [ + 31 + ], "avg_elo": [ 31 ], @@ -131754,6 +132121,9 @@ export default { "avg_premier": [ 31 ], + "avg_wingman_elo": [ + 31 + ], "max_elo": [ 31 ], @@ -131769,13 +132139,16 @@ export default { }, "v_team_ranks_bool_exp": { "_and": [ - 5724 + 5732 ], "_not": [ - 5724 + 5732 ], "_or": [ - 5724 + 5732 + ], + "avg_duel_elo": [ + 41 ], "avg_elo": [ 41 @@ -131789,6 +132162,9 @@ export default { "avg_premier": [ 41 ], + "avg_wingman_elo": [ + 41 + ], "max_elo": [ 41 ], @@ -131799,16 +132175,19 @@ export default { 259 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "__typename": [ 80 ] }, "v_team_ranks_insert_input": { + "avg_duel_elo": [ + 40 + ], "avg_elo": [ 40 ], @@ -131821,6 +132200,9 @@ export default { "avg_premier": [ 40 ], + "avg_wingman_elo": [ + 40 + ], "max_elo": [ 40 ], @@ -131831,16 +132213,19 @@ export default { 257 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 ] }, "v_team_ranks_max_fields": { + "avg_duel_elo": [ + 40 + ], "avg_elo": [ 40 ], @@ -131853,6 +132238,9 @@ export default { "avg_premier": [ 40 ], + "avg_wingman_elo": [ + 40 + ], "max_elo": [ 40 ], @@ -131863,13 +132251,16 @@ export default { 257 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 ] }, "v_team_ranks_min_fields": { + "avg_duel_elo": [ + 40 + ], "avg_elo": [ 40 ], @@ -131882,6 +132273,9 @@ export default { "avg_premier": [ 40 ], + "avg_wingman_elo": [ + 40 + ], "max_elo": [ 40 ], @@ -131892,7 +132286,7 @@ export default { 257 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -131900,39 +132294,45 @@ export default { }, "v_team_ranks_obj_rel_insert_input": { "data": [ - 5725 + 5733 ], "__typename": [ 80 ] }, "v_team_ranks_order_by": { + "avg_duel_elo": [ + 2979 + ], "avg_elo": [ - 2971 + 2979 ], "avg_faceit_elo": [ - 2971 + 2979 ], "avg_faceit_level": [ - 2971 + 2979 ], "avg_premier": [ - 2971 + 2979 + ], + "avg_wingman_elo": [ + 2979 ], "max_elo": [ - 2971 + 2979 ], "min_elo": [ - 2971 + 2979 ], "roster_size": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -131940,6 +132340,9 @@ export default { }, "v_team_ranks_select_column": {}, "v_team_ranks_stddev_fields": { + "avg_duel_elo": [ + 31 + ], "avg_elo": [ 31 ], @@ -131952,6 +132355,9 @@ export default { "avg_premier": [ 31 ], + "avg_wingman_elo": [ + 31 + ], "max_elo": [ 31 ], @@ -131966,6 +132372,9 @@ export default { ] }, "v_team_ranks_stddev_pop_fields": { + "avg_duel_elo": [ + 31 + ], "avg_elo": [ 31 ], @@ -131978,6 +132387,9 @@ export default { "avg_premier": [ 31 ], + "avg_wingman_elo": [ + 31 + ], "max_elo": [ 31 ], @@ -131992,6 +132404,9 @@ export default { ] }, "v_team_ranks_stddev_samp_fields": { + "avg_duel_elo": [ + 31 + ], "avg_elo": [ 31 ], @@ -132004,6 +132419,9 @@ export default { "avg_premier": [ 31 ], + "avg_wingman_elo": [ + 31 + ], "max_elo": [ 31 ], @@ -132019,7 +132437,7 @@ export default { }, "v_team_ranks_stream_cursor_input": { "initial_value": [ - 5735 + 5743 ], "ordering": [ 313 @@ -132029,6 +132447,9 @@ export default { ] }, "v_team_ranks_stream_cursor_value_input": { + "avg_duel_elo": [ + 40 + ], "avg_elo": [ 40 ], @@ -132041,6 +132462,9 @@ export default { "avg_premier": [ 40 ], + "avg_wingman_elo": [ + 40 + ], "max_elo": [ 40 ], @@ -132051,13 +132475,16 @@ export default { 257 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 ] }, "v_team_ranks_sum_fields": { + "avg_duel_elo": [ + 40 + ], "avg_elo": [ 40 ], @@ -132070,6 +132497,9 @@ export default { "avg_premier": [ 40 ], + "avg_wingman_elo": [ + 40 + ], "max_elo": [ 40 ], @@ -132084,6 +132514,9 @@ export default { ] }, "v_team_ranks_var_pop_fields": { + "avg_duel_elo": [ + 31 + ], "avg_elo": [ 31 ], @@ -132096,6 +132529,9 @@ export default { "avg_premier": [ 31 ], + "avg_wingman_elo": [ + 31 + ], "max_elo": [ 31 ], @@ -132110,6 +132546,9 @@ export default { ] }, "v_team_ranks_var_samp_fields": { + "avg_duel_elo": [ + 31 + ], "avg_elo": [ 31 ], @@ -132122,6 +132561,9 @@ export default { "avg_premier": [ 31 ], + "avg_wingman_elo": [ + 31 + ], "max_elo": [ 31 ], @@ -132136,6 +132578,9 @@ export default { ] }, "v_team_ranks_variance_fields": { + "avg_duel_elo": [ + 31 + ], "avg_elo": [ 31 ], @@ -132148,6 +132593,9 @@ export default { "avg_premier": [ 31 ], + "avg_wingman_elo": [ + 31 + ], "max_elo": [ 31 ], @@ -132169,16 +132617,16 @@ export default { 257 ], "reliability_pct": [ - 2969 + 2977 ], "scrims_completed": [ 257 ], "team": [ - 4471 + 4479 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -132186,10 +132634,10 @@ export default { }, "v_team_reputation_aggregate": { "aggregate": [ - 5742 + 5750 ], "nodes": [ - 5740 + 5748 ], "__typename": [ 80 @@ -132197,13 +132645,13 @@ export default { }, "v_team_reputation_aggregate_fields": { "avg": [ - 5743 + 5751 ], "count": [ 40, { "columns": [ - 5750, + 5758, "[v_team_reputation_select_column!]" ], "distinct": [ @@ -132212,31 +132660,31 @@ export default { } ], "max": [ - 5746 + 5754 ], "min": [ - 5747 + 5755 ], "stddev": [ - 5751 + 5759 ], "stddev_pop": [ - 5752 + 5760 ], "stddev_samp": [ - 5753 + 5761 ], "sum": [ - 5756 + 5764 ], "var_pop": [ - 5757 + 5765 ], "var_samp": [ - 5758 + 5766 ], "variance": [ - 5759 + 5767 ], "__typename": [ 80 @@ -132261,13 +132709,13 @@ export default { }, "v_team_reputation_bool_exp": { "_and": [ - 5744 + 5752 ], "_not": [ - 5744 + 5752 ], "_or": [ - 5744 + 5752 ], "late_cancels": [ 259 @@ -132276,16 +132724,16 @@ export default { 259 ], "reliability_pct": [ - 2970 + 2978 ], "scrims_completed": [ 259 ], "team": [ - 4482 + 4490 ], "team_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -132299,16 +132747,16 @@ export default { 257 ], "reliability_pct": [ - 2969 + 2977 ], "scrims_completed": [ 257 ], "team": [ - 4491 + 4499 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -132322,13 +132770,13 @@ export default { 257 ], "reliability_pct": [ - 2969 + 2977 ], "scrims_completed": [ 257 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -132342,13 +132790,13 @@ export default { 257 ], "reliability_pct": [ - 2969 + 2977 ], "scrims_completed": [ 257 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -132356,7 +132804,7 @@ export default { }, "v_team_reputation_obj_rel_insert_input": { "data": [ - 5745 + 5753 ], "__typename": [ 80 @@ -132364,22 +132812,22 @@ export default { }, "v_team_reputation_order_by": { "late_cancels": [ - 2971 + 2979 ], "no_shows": [ - 2971 + 2979 ], "reliability_pct": [ - 2971 + 2979 ], "scrims_completed": [ - 2971 + 2979 ], "team": [ - 4493 + 4501 ], "team_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -132439,7 +132887,7 @@ export default { }, "v_team_reputation_stream_cursor_input": { "initial_value": [ - 5755 + 5763 ], "ordering": [ 313 @@ -132456,13 +132904,13 @@ export default { 257 ], "reliability_pct": [ - 2969 + 2977 ], "scrims_completed": [ 257 ], "team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -132476,7 +132924,7 @@ export default { 257 ], "reliability_pct": [ - 2969 + 2977 ], "scrims_completed": [ 257 @@ -132574,10 +133022,10 @@ export default { 40 ], "stage": [ - 4779 + 4787 ], "team": [ - 4912 + 4920 ], "team_kdr": [ 1689 @@ -132589,10 +133037,10 @@ export default { 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -132603,10 +133051,10 @@ export default { }, "v_team_stage_results_aggregate": { "aggregate": [ - 5774 + 5782 ], "nodes": [ - 5760 + 5768 ], "__typename": [ 80 @@ -132614,31 +133062,31 @@ export default { }, "v_team_stage_results_aggregate_bool_exp": { "avg": [ - 5763 + 5771 ], "corr": [ - 5764 + 5772 ], "count": [ - 5766 + 5774 ], "covar_samp": [ - 5767 + 5775 ], "max": [ - 5769 + 5777 ], "min": [ - 5770 + 5778 ], "stddev_samp": [ - 5771 + 5779 ], "sum": [ - 5772 + 5780 ], "var_samp": [ - 5773 + 5781 ], "__typename": [ 80 @@ -132646,13 +133094,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_avg": { "arguments": [ - 5793 + 5801 ], "distinct": [ 5 ], "filter": [ - 5779 + 5787 ], "predicate": [ 1690 @@ -132663,13 +133111,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_corr": { "arguments": [ - 5765 + 5773 ], "distinct": [ 5 ], "filter": [ - 5779 + 5787 ], "predicate": [ 1690 @@ -132680,10 +133128,10 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_corr_arguments": { "X": [ - 5794 + 5802 ], "Y": [ - 5794 + 5802 ], "__typename": [ 80 @@ -132691,13 +133139,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_count": { "arguments": [ - 5792 + 5800 ], "distinct": [ 5 ], "filter": [ - 5779 + 5787 ], "predicate": [ 41 @@ -132708,13 +133156,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 5768 + 5776 ], "distinct": [ 5 ], "filter": [ - 5779 + 5787 ], "predicate": [ 1690 @@ -132725,10 +133173,10 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5795 + 5803 ], "Y": [ - 5795 + 5803 ], "__typename": [ 80 @@ -132736,13 +133184,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_max": { "arguments": [ - 5796 + 5804 ], "distinct": [ 5 ], "filter": [ - 5779 + 5787 ], "predicate": [ 1690 @@ -132753,13 +133201,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_min": { "arguments": [ - 5797 + 5805 ], "distinct": [ 5 ], "filter": [ - 5779 + 5787 ], "predicate": [ 1690 @@ -132770,13 +133218,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5798 + 5806 ], "distinct": [ 5 ], "filter": [ - 5779 + 5787 ], "predicate": [ 1690 @@ -132787,13 +133235,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_sum": { "arguments": [ - 5799 + 5807 ], "distinct": [ 5 ], "filter": [ - 5779 + 5787 ], "predicate": [ 1690 @@ -132804,13 +133252,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_var_samp": { "arguments": [ - 5800 + 5808 ], "distinct": [ 5 ], "filter": [ - 5779 + 5787 ], "predicate": [ 1690 @@ -132821,13 +133269,13 @@ export default { }, "v_team_stage_results_aggregate_fields": { "avg": [ - 5777 + 5785 ], "count": [ 40, { "columns": [ - 5792, + 5800, "[v_team_stage_results_select_column!]" ], "distinct": [ @@ -132836,31 +133284,31 @@ export default { } ], "max": [ - 5783 + 5791 ], "min": [ - 5785 + 5793 ], "stddev": [ - 5802 + 5810 ], "stddev_pop": [ - 5804 + 5812 ], "stddev_samp": [ - 5806 + 5814 ], "sum": [ - 5810 + 5818 ], "var_pop": [ - 5814 + 5822 ], "var_samp": [ - 5816 + 5824 ], "variance": [ - 5818 + 5826 ], "__typename": [ 80 @@ -132868,37 +133316,37 @@ export default { }, "v_team_stage_results_aggregate_order_by": { "avg": [ - 5778 + 5786 ], "count": [ - 2971 + 2979 ], "max": [ - 5784 + 5792 ], "min": [ - 5786 + 5794 ], "stddev": [ - 5803 + 5811 ], "stddev_pop": [ - 5805 + 5813 ], "stddev_samp": [ - 5807 + 5815 ], "sum": [ - 5811 + 5819 ], "var_pop": [ - 5815 + 5823 ], "var_samp": [ - 5817 + 5825 ], "variance": [ - 5819 + 5827 ], "__typename": [ 80 @@ -132906,10 +133354,10 @@ export default { }, "v_team_stage_results_arr_rel_insert_input": { "data": [ - 5782 + 5790 ], "on_conflict": [ - 5789 + 5797 ], "__typename": [ 80 @@ -132970,52 +133418,52 @@ export default { }, "v_team_stage_results_avg_order_by": { "group_number": [ - 2971 + 2979 ], "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -133023,13 +133471,13 @@ export default { }, "v_team_stage_results_bool_exp": { "_and": [ - 5779 + 5787 ], "_not": [ - 5779 + 5787 ], "_or": [ - 5779 + 5787 ], "group_number": [ 41 @@ -133068,10 +133516,10 @@ export default { 41 ], "stage": [ - 4791 + 4799 ], "team": [ - 4921 + 4929 ], "team_kdr": [ 1690 @@ -133083,10 +133531,10 @@ export default { 41 ], "tournament_stage_id": [ - 5020 + 5028 ], "tournament_team_id": [ - 5020 + 5028 ], "wins": [ 41 @@ -133187,10 +133635,10 @@ export default { 40 ], "stage": [ - 4803 + 4811 ], "team": [ - 4930 + 4938 ], "team_kdr": [ 1689 @@ -133202,10 +133650,10 @@ export default { 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -133261,10 +133709,10 @@ export default { 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -133275,58 +133723,58 @@ export default { }, "v_team_stage_results_max_order_by": { "group_number": [ - 2971 + 2979 ], "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "tournament_stage_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -133379,10 +133827,10 @@ export default { 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -133393,58 +133841,58 @@ export default { }, "v_team_stage_results_min_order_by": { "group_number": [ - 2971 + 2979 ], "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "tournament_stage_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -133455,7 +133903,7 @@ export default { 40 ], "returning": [ - 5760 + 5768 ], "__typename": [ 80 @@ -133463,10 +133911,10 @@ export default { }, "v_team_stage_results_obj_rel_insert_input": { "data": [ - 5782 + 5790 ], "on_conflict": [ - 5789 + 5797 ], "__typename": [ 80 @@ -133474,13 +133922,13 @@ export default { }, "v_team_stage_results_on_conflict": { "constraint": [ - 5780 + 5788 ], "update_columns": [ - 5812 + 5820 ], "where": [ - 5779 + 5787 ], "__typename": [ 80 @@ -133488,64 +133936,64 @@ export default { }, "v_team_stage_results_order_by": { "group_number": [ - 2971 + 2979 ], "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "stage": [ - 4805 + 4813 ], "team": [ - 4932 + 4940 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "tournament_stage_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -133553,10 +134001,10 @@ export default { }, "v_team_stage_results_pk_columns_input": { "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -133618,10 +134066,10 @@ export default { 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -133685,52 +134133,52 @@ export default { }, "v_team_stage_results_stddev_order_by": { "group_number": [ - 2971 + 2979 ], "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -133791,52 +134239,52 @@ export default { }, "v_team_stage_results_stddev_pop_order_by": { "group_number": [ - 2971 + 2979 ], "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -133897,52 +134345,52 @@ export default { }, "v_team_stage_results_stddev_samp_order_by": { "group_number": [ - 2971 + 2979 ], "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -133950,7 +134398,7 @@ export default { }, "v_team_stage_results_stream_cursor_input": { "initial_value": [ - 5809 + 5817 ], "ordering": [ 313 @@ -134006,10 +134454,10 @@ export default { 40 ], "tournament_stage_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -134073,52 +134521,52 @@ export default { }, "v_team_stage_results_sum_order_by": { "group_number": [ - 2971 + 2979 ], "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -134127,13 +134575,13 @@ export default { "v_team_stage_results_update_column": {}, "v_team_stage_results_updates": { "_inc": [ - 5781 + 5789 ], "_set": [ - 5801 + 5809 ], "where": [ - 5779 + 5787 ], "__typename": [ 80 @@ -134194,52 +134642,52 @@ export default { }, "v_team_stage_results_var_pop_order_by": { "group_number": [ - 2971 + 2979 ], "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -134300,52 +134748,52 @@ export default { }, "v_team_stage_results_var_samp_order_by": { "group_number": [ - 2971 + 2979 ], "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -134406,52 +134854,52 @@ export default { }, "v_team_stage_results_variance_order_by": { "group_number": [ - 2971 + 2979 ], "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "placement": [ - 2971 + 2979 ], "rank": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -134486,7 +134934,7 @@ export default { 40 ], "team": [ - 4912 + 4920 ], "team_kdr": [ 1689 @@ -134498,13 +134946,13 @@ export default { 40 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -134515,10 +134963,10 @@ export default { }, "v_team_tournament_results_aggregate": { "aggregate": [ - 5834 + 5842 ], "nodes": [ - 5820 + 5828 ], "__typename": [ 80 @@ -134526,31 +134974,31 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp": { "avg": [ - 5823 + 5831 ], "corr": [ - 5824 + 5832 ], "count": [ - 5826 + 5834 ], "covar_samp": [ - 5827 + 5835 ], "max": [ - 5829 + 5837 ], "min": [ - 5830 + 5838 ], "stddev_samp": [ - 5831 + 5839 ], "sum": [ - 5832 + 5840 ], "var_samp": [ - 5833 + 5841 ], "__typename": [ 80 @@ -134558,13 +135006,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_avg": { "arguments": [ - 5847 + 5855 ], "distinct": [ 5 ], "filter": [ - 5839 + 5847 ], "predicate": [ 1690 @@ -134575,13 +135023,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_corr": { "arguments": [ - 5825 + 5833 ], "distinct": [ 5 ], "filter": [ - 5839 + 5847 ], "predicate": [ 1690 @@ -134592,10 +135040,10 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_corr_arguments": { "X": [ - 5848 + 5856 ], "Y": [ - 5848 + 5856 ], "__typename": [ 80 @@ -134603,13 +135051,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_count": { "arguments": [ - 5846 + 5854 ], "distinct": [ 5 ], "filter": [ - 5839 + 5847 ], "predicate": [ 41 @@ -134620,13 +135068,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 5828 + 5836 ], "distinct": [ 5 ], "filter": [ - 5839 + 5847 ], "predicate": [ 1690 @@ -134637,10 +135085,10 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5849 + 5857 ], "Y": [ - 5849 + 5857 ], "__typename": [ 80 @@ -134648,13 +135096,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_max": { "arguments": [ - 5850 + 5858 ], "distinct": [ 5 ], "filter": [ - 5839 + 5847 ], "predicate": [ 1690 @@ -134665,13 +135113,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_min": { "arguments": [ - 5851 + 5859 ], "distinct": [ 5 ], "filter": [ - 5839 + 5847 ], "predicate": [ 1690 @@ -134682,13 +135130,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5852 + 5860 ], "distinct": [ 5 ], "filter": [ - 5839 + 5847 ], "predicate": [ 1690 @@ -134699,13 +135147,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_sum": { "arguments": [ - 5853 + 5861 ], "distinct": [ 5 ], "filter": [ - 5839 + 5847 ], "predicate": [ 1690 @@ -134716,13 +135164,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_var_samp": { "arguments": [ - 5854 + 5862 ], "distinct": [ 5 ], "filter": [ - 5839 + 5847 ], "predicate": [ 1690 @@ -134733,13 +135181,13 @@ export default { }, "v_team_tournament_results_aggregate_fields": { "avg": [ - 5837 + 5845 ], "count": [ 40, { "columns": [ - 5846, + 5854, "[v_team_tournament_results_select_column!]" ], "distinct": [ @@ -134748,31 +135196,31 @@ export default { } ], "max": [ - 5841 + 5849 ], "min": [ - 5843 + 5851 ], "stddev": [ - 5855 + 5863 ], "stddev_pop": [ - 5857 + 5865 ], "stddev_samp": [ - 5859 + 5867 ], "sum": [ - 5863 + 5871 ], "var_pop": [ - 5865 + 5873 ], "var_samp": [ - 5867 + 5875 ], "variance": [ - 5869 + 5877 ], "__typename": [ 80 @@ -134780,37 +135228,37 @@ export default { }, "v_team_tournament_results_aggregate_order_by": { "avg": [ - 5838 + 5846 ], "count": [ - 2971 + 2979 ], "max": [ - 5842 + 5850 ], "min": [ - 5844 + 5852 ], "stddev": [ - 5856 + 5864 ], "stddev_pop": [ - 5858 + 5866 ], "stddev_samp": [ - 5860 + 5868 ], "sum": [ - 5864 + 5872 ], "var_pop": [ - 5866 + 5874 ], "var_samp": [ - 5868 + 5876 ], "variance": [ - 5870 + 5878 ], "__typename": [ 80 @@ -134818,7 +135266,7 @@ export default { }, "v_team_tournament_results_arr_rel_insert_input": { "data": [ - 5840 + 5848 ], "__typename": [ 80 @@ -134870,43 +135318,43 @@ export default { }, "v_team_tournament_results_avg_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -134914,13 +135362,13 @@ export default { }, "v_team_tournament_results_bool_exp": { "_and": [ - 5839 + 5847 ], "_not": [ - 5839 + 5847 ], "_or": [ - 5839 + 5847 ], "head_to_head_match_wins": [ 41 @@ -134950,7 +135398,7 @@ export default { 41 ], "team": [ - 4921 + 4929 ], "team_kdr": [ 1690 @@ -134962,13 +135410,13 @@ export default { 41 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "tournament_team_id": [ - 5020 + 5028 ], "wins": [ 41 @@ -135006,7 +135454,7 @@ export default { 40 ], "team": [ - 4930 + 4938 ], "team_kdr": [ 1689 @@ -135018,13 +135466,13 @@ export default { 40 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -135071,10 +135519,10 @@ export default { 40 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -135085,49 +135533,49 @@ export default { }, "v_team_tournament_results_max_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -135171,10 +135619,10 @@ export default { 40 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -135185,49 +135633,49 @@ export default { }, "v_team_tournament_results_min_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -135235,55 +135683,55 @@ export default { }, "v_team_tournament_results_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team": [ - 4932 + 4940 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "tournament_team_id": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -135344,43 +135792,43 @@ export default { }, "v_team_tournament_results_stddev_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -135432,43 +135880,43 @@ export default { }, "v_team_tournament_results_stddev_pop_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -135520,43 +135968,43 @@ export default { }, "v_team_tournament_results_stddev_samp_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -135564,7 +136012,7 @@ export default { }, "v_team_tournament_results_stream_cursor_input": { "initial_value": [ - 5862 + 5870 ], "ordering": [ 313 @@ -135611,10 +136059,10 @@ export default { 40 ], "tournament_id": [ - 5018 + 5026 ], "tournament_team_id": [ - 5018 + 5026 ], "wins": [ 40 @@ -135669,43 +136117,43 @@ export default { }, "v_team_tournament_results_sum_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -135757,43 +136205,43 @@ export default { }, "v_team_tournament_results_var_pop_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -135845,43 +136293,43 @@ export default { }, "v_team_tournament_results_var_samp_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -135933,43 +136381,43 @@ export default { }, "v_team_tournament_results_variance_order_by": { "head_to_head_match_wins": [ - 2971 + 2979 ], "head_to_head_rounds_won": [ - 2971 + 2979 ], "losses": [ - 2971 + 2979 ], "maps_lost": [ - 2971 + 2979 ], "maps_won": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "matches_remaining": [ - 2971 + 2979 ], "rounds_lost": [ - 2971 + 2979 ], "rounds_won": [ - 2971 + 2979 ], "team_kdr": [ - 2971 + 2979 ], "total_deaths": [ - 2971 + 2979 ], "total_kills": [ - 2971 + 2979 ], "wins": [ - 2971 + 2979 ], "__typename": [ 80 @@ -135998,16 +136446,16 @@ export default { 40 ], "player": [ - 3929 + 3937 ], "player_steam_id": [ 257 ], "tournament": [ - 4954 + 4962 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -136015,10 +136463,10 @@ export default { }, "v_tournament_player_stats_aggregate": { "aggregate": [ - 5885 + 5893 ], "nodes": [ - 5871 + 5879 ], "__typename": [ 80 @@ -136026,31 +136474,31 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp": { "avg": [ - 5874 + 5882 ], "corr": [ - 5875 + 5883 ], "count": [ - 5877 + 5885 ], "covar_samp": [ - 5878 + 5886 ], "max": [ - 5880 + 5888 ], "min": [ - 5881 + 5889 ], "stddev_samp": [ - 5882 + 5890 ], "sum": [ - 5883 + 5891 ], "var_samp": [ - 5884 + 5892 ], "__typename": [ 80 @@ -136058,13 +136506,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 5898 + 5906 ], "distinct": [ 5 ], "filter": [ - 5890 + 5898 ], "predicate": [ 1690 @@ -136075,13 +136523,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 5876 + 5884 ], "distinct": [ 5 ], "filter": [ - 5890 + 5898 ], "predicate": [ 1690 @@ -136092,10 +136540,10 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 5899 + 5907 ], "Y": [ - 5899 + 5907 ], "__typename": [ 80 @@ -136103,13 +136551,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_count": { "arguments": [ - 5897 + 5905 ], "distinct": [ 5 ], "filter": [ - 5890 + 5898 ], "predicate": [ 41 @@ -136120,13 +136568,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 5879 + 5887 ], "distinct": [ 5 ], "filter": [ - 5890 + 5898 ], "predicate": [ 1690 @@ -136137,10 +136585,10 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5900 + 5908 ], "Y": [ - 5900 + 5908 ], "__typename": [ 80 @@ -136148,13 +136596,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_max": { "arguments": [ - 5901 + 5909 ], "distinct": [ 5 ], "filter": [ - 5890 + 5898 ], "predicate": [ 1690 @@ -136165,13 +136613,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_min": { "arguments": [ - 5902 + 5910 ], "distinct": [ 5 ], "filter": [ - 5890 + 5898 ], "predicate": [ 1690 @@ -136182,13 +136630,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5903 + 5911 ], "distinct": [ 5 ], "filter": [ - 5890 + 5898 ], "predicate": [ 1690 @@ -136199,13 +136647,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 5904 + 5912 ], "distinct": [ 5 ], "filter": [ - 5890 + 5898 ], "predicate": [ 1690 @@ -136216,13 +136664,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 5905 + 5913 ], "distinct": [ 5 ], "filter": [ - 5890 + 5898 ], "predicate": [ 1690 @@ -136233,13 +136681,13 @@ export default { }, "v_tournament_player_stats_aggregate_fields": { "avg": [ - 5888 + 5896 ], "count": [ 40, { "columns": [ - 5897, + 5905, "[v_tournament_player_stats_select_column!]" ], "distinct": [ @@ -136248,31 +136696,31 @@ export default { } ], "max": [ - 5892 + 5900 ], "min": [ - 5894 + 5902 ], "stddev": [ - 5906 + 5914 ], "stddev_pop": [ - 5908 + 5916 ], "stddev_samp": [ - 5910 + 5918 ], "sum": [ - 5914 + 5922 ], "var_pop": [ - 5916 + 5924 ], "var_samp": [ - 5918 + 5926 ], "variance": [ - 5920 + 5928 ], "__typename": [ 80 @@ -136280,37 +136728,37 @@ export default { }, "v_tournament_player_stats_aggregate_order_by": { "avg": [ - 5889 + 5897 ], "count": [ - 2971 + 2979 ], "max": [ - 5893 + 5901 ], "min": [ - 5895 + 5903 ], "stddev": [ - 5907 + 5915 ], "stddev_pop": [ - 5909 + 5917 ], "stddev_samp": [ - 5911 + 5919 ], "sum": [ - 5915 + 5923 ], "var_pop": [ - 5917 + 5925 ], "var_samp": [ - 5919 + 5927 ], "variance": [ - 5921 + 5929 ], "__typename": [ 80 @@ -136318,7 +136766,7 @@ export default { }, "v_tournament_player_stats_arr_rel_insert_input": { "data": [ - 5891 + 5899 ], "__typename": [ 80 @@ -136355,28 +136803,28 @@ export default { }, "v_tournament_player_stats_avg_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -136384,13 +136832,13 @@ export default { }, "v_tournament_player_stats_bool_exp": { "_and": [ - 5890 + 5898 ], "_not": [ - 5890 + 5898 ], "_or": [ - 5890 + 5898 ], "assists": [ 41 @@ -136414,16 +136862,16 @@ export default { 41 ], "player": [ - 3933 + 3941 ], "player_steam_id": [ 259 ], "tournament": [ - 4975 + 4983 ], "tournament_id": [ - 5020 + 5028 ], "__typename": [ 80 @@ -136452,16 +136900,16 @@ export default { 40 ], "player": [ - 3940 + 3948 ], "player_steam_id": [ 257 ], "tournament": [ - 4984 + 4992 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -136493,7 +136941,7 @@ export default { 257 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -136501,31 +136949,31 @@ export default { }, "v_tournament_player_stats_max_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -136557,7 +137005,7 @@ export default { 257 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -136565,31 +137013,31 @@ export default { }, "v_tournament_player_stats_min_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -136597,37 +137045,37 @@ export default { }, "v_tournament_player_stats_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player": [ - 3942 + 3950 ], "player_steam_id": [ - 2971 + 2979 ], "tournament": [ - 4986 + 4994 ], "tournament_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -136673,28 +137121,28 @@ export default { }, "v_tournament_player_stats_stddev_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -136731,28 +137179,28 @@ export default { }, "v_tournament_player_stats_stddev_pop_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -136789,28 +137237,28 @@ export default { }, "v_tournament_player_stats_stddev_samp_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -136818,7 +137266,7 @@ export default { }, "v_tournament_player_stats_stream_cursor_input": { "initial_value": [ - 5913 + 5921 ], "ordering": [ 313 @@ -136853,7 +137301,7 @@ export default { 257 ], "tournament_id": [ - 5018 + 5026 ], "__typename": [ 80 @@ -136890,28 +137338,28 @@ export default { }, "v_tournament_player_stats_sum_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -136948,28 +137396,28 @@ export default { }, "v_tournament_player_stats_var_pop_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -137006,28 +137454,28 @@ export default { }, "v_tournament_player_stats_var_samp_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -137064,28 +137512,28 @@ export default { }, "v_tournament_player_stats_variance_order_by": { "assists": [ - 2971 + 2979 ], "deaths": [ - 2971 + 2979 ], "headshot_percentage": [ - 2971 + 2979 ], "headshots": [ - 2971 + 2979 ], "kdr": [ - 2971 + 2979 ], "kills": [ - 2971 + 2979 ], "matches_played": [ - 2971 + 2979 ], "player_steam_id": [ - 2971 + 2979 ], "__typename": [ 80 @@ -137140,11 +137588,11 @@ export default { 100, { "map_id": [ - 5018, + 5026, "uuid!" ], "map_pool_id": [ - 5018, + 5026, "uuid!" ] } @@ -137197,7 +137645,7 @@ export default { 119, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -137250,7 +137698,7 @@ export default { 160, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -137303,7 +137751,7 @@ export default { 188, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -137356,7 +137804,7 @@ export default { 229, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -137409,7 +137857,7 @@ export default { 262, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -137462,7 +137910,7 @@ export default { 314, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -137518,7 +137966,7 @@ export default { 346, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -137571,7 +138019,7 @@ export default { 373, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -137624,7 +138072,7 @@ export default { 418, { "draft_game_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -137681,7 +138129,7 @@ export default { 463, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -140119,11 +140567,11 @@ export default { 1430, { "event_id": [ - 5018, + 5026, "uuid!" ], "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -140176,7 +140624,7 @@ export default { 1448, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -140229,7 +140677,7 @@ export default { 1470, { "media_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -140286,7 +140734,7 @@ export default { 1531, { "event_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -140343,7 +140791,7 @@ export default { 1572, { "event_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -140400,11 +140848,11 @@ export default { 1613, { "event_id": [ - 5018, + 5026, "uuid!" ], "team_id": [ - 5018, + 5026, "uuid!" ] } @@ -140457,11 +140905,11 @@ export default { 1637, { "event_id": [ - 5018, + 5026, "uuid!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } @@ -140514,7 +140962,7 @@ export default { 1661, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -140730,7 +141178,7 @@ export default { 1802, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -140766,7 +141214,7 @@ export default { 36, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "target_steam_id": [ @@ -141007,14 +141455,14 @@ export default { } ], "get_player_leaderboard_rank": [ - 3412, + 3420, { "args": [ 1837, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3423, + 3431, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -141024,23 +141472,23 @@ export default { 40 ], "order_by": [ - 3422, + 3430, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3416 + 3424 ] } ], "get_player_leaderboard_rank_aggregate": [ - 3413, + 3421, { "args": [ 1837, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3423, + 3431, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -141050,11 +141498,11 @@ export default { 40 ], "order_by": [ - 3422, + 3430, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3416 + 3424 ] } ], @@ -141150,7 +141598,7 @@ export default { 1869, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141203,7 +141651,7 @@ export default { 1897, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141256,7 +141704,7 @@ export default { 1938, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141309,7 +141757,7 @@ export default { 1979, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141362,7 +141810,7 @@ export default { 2020, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141415,7 +141863,7 @@ export default { 2045, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141468,7 +141916,7 @@ export default { 2078, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141521,7 +141969,7 @@ export default { 2119, { "league_team_season_id": [ - 5018, + 5026, "uuid!" ], "player_steam_id": [ @@ -141578,7 +142026,7 @@ export default { 2160, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141631,7 +142079,7 @@ export default { 2202, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141699,7 +142147,7 @@ export default { 2221, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141752,7 +142200,7 @@ export default { 2240, { "lobby_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -141809,7 +142257,7 @@ export default { 2285, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141862,7 +142310,7 @@ export default { 2304, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141915,7 +142363,7 @@ export default { 2333, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -141968,7 +142416,7 @@ export default { 2375, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -142021,7 +142469,7 @@ export default { 2421, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -142074,7 +142522,7 @@ export default { 2466, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -142127,7 +142575,7 @@ export default { 2508, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -142180,7 +142628,7 @@ export default { 2559, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -142189,7 +142637,7 @@ export default { 2600, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -142199,11 +142647,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -142211,7 +142659,7 @@ export default { 2601, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -142221,11 +142669,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -142233,16 +142681,16 @@ export default { 2600, { "id": [ - 5018, + 5026, "uuid!" ] } ], "match_maps": [ - 2624, + 2628, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -142252,19 +142700,19 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], "match_maps_aggregate": [ - 2625, + 2629, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -142274,28 +142722,28 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], "match_maps_by_pk": [ - 2624, + 2628, { "id": [ - 5018, + 5026, "uuid!" ] } ], "match_options": [ - 2666, + 2670, { "distinct_on": [ - 2681, + 2685, "[match_options_select_column!]" ], "limit": [ @@ -142305,19 +142753,19 @@ export default { 40 ], "order_by": [ - 2679, + 2683, "[match_options_order_by!]" ], "where": [ - 2670 + 2674 ] } ], "match_options_aggregate": [ - 2667, + 2671, { "distinct_on": [ - 2681, + 2685, "[match_options_select_column!]" ], "limit": [ @@ -142327,28 +142775,28 @@ export default { 40 ], "order_by": [ - 2679, + 2683, "[match_options_order_by!]" ], "where": [ - 2670 + 2674 ] } ], "match_options_by_pk": [ - 2666, + 2670, { "id": [ - 5018, + 5026, "uuid!" ] } ], "match_region_veto_picks": [ - 2694, + 2698, { "distinct_on": [ - 2712, + 2718, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -142358,19 +142806,19 @@ export default { 40 ], "order_by": [ - 2710, + 2716, "[match_region_veto_picks_order_by!]" ], "where": [ - 2701 + 2707 ] } ], "match_region_veto_picks_aggregate": [ - 2695, + 2699, { "distinct_on": [ - 2712, + 2718, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -142380,28 +142828,28 @@ export default { 40 ], "order_by": [ - 2710, + 2716, "[match_region_veto_picks_order_by!]" ], "where": [ - 2701 + 2707 ] } ], "match_region_veto_picks_by_pk": [ - 2694, + 2698, { "id": [ - 5018, + 5026, "uuid!" ] } ], "match_streams": [ - 2718, + 2726, { "distinct_on": [ - 2746, + 2754, "[match_streams_select_column!]" ], "limit": [ @@ -142411,19 +142859,19 @@ export default { 40 ], "order_by": [ - 2743, + 2751, "[match_streams_order_by!]" ], "where": [ - 2730 + 2738 ] } ], "match_streams_aggregate": [ - 2719, + 2727, { "distinct_on": [ - 2746, + 2754, "[match_streams_select_column!]" ], "limit": [ @@ -142433,28 +142881,28 @@ export default { 40 ], "order_by": [ - 2743, + 2751, "[match_streams_order_by!]" ], "where": [ - 2730 + 2738 ] } ], "match_streams_by_pk": [ - 2718, + 2726, { "id": [ - 5018, + 5026, "uuid!" ] } ], "match_type_cfgs": [ - 2768, + 2776, { "distinct_on": [ - 2780, + 2788, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -142464,19 +142912,19 @@ export default { 40 ], "order_by": [ - 2778, + 2786, "[match_type_cfgs_order_by!]" ], "where": [ - 2771 + 2779 ] } ], "match_type_cfgs_aggregate": [ - 2769, + 2777, { "distinct_on": [ - 2780, + 2788, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -142486,16 +142934,16 @@ export default { 40 ], "order_by": [ - 2778, + 2786, "[match_type_cfgs_order_by!]" ], "where": [ - 2771 + 2779 ] } ], "match_type_cfgs_by_pk": [ - 2768, + 2776, { "type": [ 740, @@ -142504,10 +142952,10 @@ export default { } ], "matches": [ - 2786, + 2794, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -142517,19 +142965,19 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], "matches_aggregate": [ - 2787, + 2795, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -142539,19 +142987,19 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], "matches_by_pk": [ - 2786, + 2794, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -142560,10 +143008,10 @@ export default { 47 ], "migration_hashes_hashes": [ - 2828, + 2836, { "distinct_on": [ - 2840, + 2848, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -142573,19 +143021,19 @@ export default { 40 ], "order_by": [ - 2838, + 2846, "[migration_hashes_hashes_order_by!]" ], "where": [ - 2831 + 2839 ] } ], "migration_hashes_hashes_aggregate": [ - 2829, + 2837, { "distinct_on": [ - 2840, + 2848, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -142595,16 +143043,16 @@ export default { 40 ], "order_by": [ - 2838, + 2846, "[migration_hashes_hashes_order_by!]" ], "where": [ - 2831 + 2839 ] } ], "migration_hashes_hashes_by_pk": [ - 2828, + 2836, { "name": [ 80, @@ -142613,10 +143061,10 @@ export default { } ], "my_friends": [ - 2846, + 2854, { "distinct_on": [ - 2871, + 2879, "[my_friends_select_column!]" ], "limit": [ @@ -142626,19 +143074,19 @@ export default { 40 ], "order_by": [ - 2869, + 2877, "[my_friends_order_by!]" ], "where": [ - 2858 + 2866 ] } ], "my_friends_aggregate": [ - 2847, + 2855, { "distinct_on": [ - 2871, + 2879, "[my_friends_select_column!]" ], "limit": [ @@ -142648,11 +143096,11 @@ export default { 40 ], "order_by": [ - 2869, + 2877, "[my_friends_order_by!]" ], "where": [ - 2858 + 2866 ] } ], @@ -142660,7 +143108,7 @@ export default { 50, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -142669,10 +143117,10 @@ export default { 50 ], "news_articles": [ - 2892, + 2900, { "distinct_on": [ - 2906, + 2914, "[news_articles_select_column!]" ], "limit": [ @@ -142682,19 +143130,19 @@ export default { 40 ], "order_by": [ - 2904, + 2912, "[news_articles_order_by!]" ], "where": [ - 2896 + 2904 ] } ], "news_articles_aggregate": [ - 2893, + 2901, { "distinct_on": [ - 2906, + 2914, "[news_articles_select_column!]" ], "limit": [ @@ -142704,28 +143152,28 @@ export default { 40 ], "order_by": [ - 2904, + 2912, "[news_articles_order_by!]" ], "where": [ - 2896 + 2904 ] } ], "news_articles_by_pk": [ - 2892, + 2900, { "id": [ - 5018, + 5026, "uuid!" ] } ], "notifications": [ - 2919, + 2927, { "distinct_on": [ - 2947, + 2955, "[notifications_select_column!]" ], "limit": [ @@ -142735,19 +143183,19 @@ export default { 40 ], "order_by": [ - 2944, + 2952, "[notifications_order_by!]" ], "where": [ - 2931 + 2939 ] } ], "notifications_aggregate": [ - 2920, + 2928, { "distinct_on": [ - 2947, + 2955, "[notifications_select_column!]" ], "limit": [ @@ -142757,28 +143205,28 @@ export default { 40 ], "order_by": [ - 2944, + 2952, "[notifications_order_by!]" ], "where": [ - 2931 + 2939 ] } ], "notifications_by_pk": [ - 2919, + 2927, { "id": [ - 5018, + 5026, "uuid!" ] } ], "pending_match_import_players": [ - 2972, + 2980, { "distinct_on": [ - 2993, + 3001, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -142788,19 +143236,19 @@ export default { 40 ], "order_by": [ - 2991, + 2999, "[pending_match_import_players_order_by!]" ], "where": [ - 2981 + 2989 ] } ], "pending_match_import_players_aggregate": [ - 2973, + 2981, { "distinct_on": [ - 2993, + 3001, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -142810,32 +143258,32 @@ export default { 40 ], "order_by": [ - 2991, + 2999, "[pending_match_import_players_order_by!]" ], "where": [ - 2981 + 2989 ] } ], "pending_match_import_players_by_pk": [ - 2972, + 2980, { "steam_id": [ 257, "bigint!" ], "valve_match_id": [ - 2969, + 2977, "numeric!" ] } ], "pending_match_imports": [ - 3013, + 3021, { "distinct_on": [ - 3028, + 3036, "[pending_match_imports_select_column!]" ], "limit": [ @@ -142845,19 +143293,19 @@ export default { 40 ], "order_by": [ - 3026, + 3034, "[pending_match_imports_order_by!]" ], "where": [ - 3017 + 3025 ] } ], "pending_match_imports_aggregate": [ - 3014, + 3022, { "distinct_on": [ - 3028, + 3036, "[pending_match_imports_select_column!]" ], "limit": [ @@ -142867,28 +143315,28 @@ export default { 40 ], "order_by": [ - 3026, + 3034, "[pending_match_imports_order_by!]" ], "where": [ - 3017 + 3025 ] } ], "pending_match_imports_by_pk": [ - 3013, + 3021, { "valve_match_id": [ - 2969, + 2977, "numeric!" ] } ], "player_aim_stats_demo": [ - 3041, + 3049, { "distinct_on": [ - 3055, + 3063, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -142898,19 +143346,19 @@ export default { 40 ], "order_by": [ - 3053, + 3061, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3045 + 3053 ] } ], "player_aim_stats_demo_aggregate": [ - 3042, + 3050, { "distinct_on": [ - 3055, + 3063, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -142920,32 +143368,32 @@ export default { 40 ], "order_by": [ - 3053, + 3061, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3045 + 3053 ] } ], "player_aim_stats_demo_by_pk": [ - 3041, + 3049, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ] } ], "player_aim_weapon_stats": [ - 3068, + 3076, { "distinct_on": [ - 3089, + 3097, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -142955,19 +143403,19 @@ export default { 40 ], "order_by": [ - 3087, + 3095, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3077 + 3085 ] } ], "player_aim_weapon_stats_aggregate": [ - 3069, + 3077, { "distinct_on": [ - 3089, + 3097, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -142977,19 +143425,19 @@ export default { 40 ], "order_by": [ - 3087, + 3095, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3077 + 3085 ] } ], "player_aim_weapon_stats_by_pk": [ - 3068, + 3076, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -143003,10 +143451,10 @@ export default { } ], "player_assists": [ - 3109, + 3117, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -143016,19 +143464,19 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "player_assists_aggregate": [ - 3110, + 3118, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -143038,16 +143486,16 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "player_assists_by_pk": [ - 3109, + 3117, { "attacked_steam_id": [ 257, @@ -143058,20 +143506,20 @@ export default { "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_career_stats_v": [ - 3154, + 3162, { "distinct_on": [ - 3162, + 3170, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -143081,19 +143529,19 @@ export default { 40 ], "order_by": [ - 3161, + 3169, "[player_career_stats_v_order_by!]" ], "where": [ - 3158 + 3166 ] } ], "player_career_stats_v_aggregate": [ - 3155, + 3163, { "distinct_on": [ - 3162, + 3170, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -143103,19 +143551,19 @@ export default { 40 ], "order_by": [ - 3161, + 3169, "[player_career_stats_v_order_by!]" ], "where": [ - 3158 + 3166 ] } ], "player_damages": [ - 3172, + 3180, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -143125,19 +143573,19 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], "player_damages_aggregate": [ - 3173, + 3181, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -143147,36 +143595,36 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], "player_damages_by_pk": [ - 3172, + 3180, { "id": [ - 5018, + 5026, "uuid!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_elo": [ - 3213, + 3221, { "distinct_on": [ - 3227, + 3235, "[player_elo_select_column!]" ], "limit": [ @@ -143186,19 +143634,19 @@ export default { 40 ], "order_by": [ - 3225, + 3233, "[player_elo_order_by!]" ], "where": [ - 3217 + 3225 ] } ], "player_elo_aggregate": [ - 3214, + 3222, { "distinct_on": [ - 3227, + 3235, "[player_elo_select_column!]" ], "limit": [ @@ -143208,19 +143656,19 @@ export default { 40 ], "order_by": [ - 3225, + 3233, "[player_elo_order_by!]" ], "where": [ - 3217 + 3225 ] } ], "player_elo_by_pk": [ - 3213, + 3221, { "match_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -143234,10 +143682,10 @@ export default { } ], "player_faceit_rank_history": [ - 3240, + 3248, { "distinct_on": [ - 3261, + 3269, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -143247,19 +143695,19 @@ export default { 40 ], "order_by": [ - 3259, + 3267, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3249 + 3257 ] } ], "player_faceit_rank_history_aggregate": [ - 3241, + 3249, { "distinct_on": [ - 3261, + 3269, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -143269,28 +143717,28 @@ export default { 40 ], "order_by": [ - 3259, + 3267, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3249 + 3257 ] } ], "player_faceit_rank_history_by_pk": [ - 3240, + 3248, { "id": [ - 5018, + 5026, "uuid!" ] } ], "player_flashes": [ - 3281, + 3289, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -143300,19 +143748,19 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "player_flashes_aggregate": [ - 3282, + 3290, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -143322,16 +143770,16 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "player_flashes_by_pk": [ - 3281, + 3289, { "attacked_steam_id": [ 257, @@ -143342,20 +143790,20 @@ export default { "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_kills": [ - 3326, + 3334, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -143365,19 +143813,19 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "player_kills_aggregate": [ - 3327, + 3335, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -143387,16 +143835,16 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "player_kills_by_pk": [ - 3326, + 3334, { "attacked_steam_id": [ 257, @@ -143407,20 +143855,20 @@ export default { "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 3338, + 3346, { "distinct_on": [ - 3359, + 3367, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -143430,19 +143878,19 @@ export default { 40 ], "order_by": [ - 3357, + 3365, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3347 + 3355 ] } ], "player_kills_by_weapon_aggregate": [ - 3339, + 3347, { "distinct_on": [ - 3359, + 3367, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -143452,16 +143900,16 @@ export default { 40 ], "order_by": [ - 3357, + 3365, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3347 + 3355 ] } ], "player_kills_by_weapon_by_pk": [ - 3338, + 3346, { "player_steam_id": [ 257, @@ -143474,10 +143922,10 @@ export default { } ], "player_leaderboard_rank": [ - 3412, + 3420, { "distinct_on": [ - 3423, + 3431, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -143487,19 +143935,19 @@ export default { 40 ], "order_by": [ - 3422, + 3430, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3416 + 3424 ] } ], "player_leaderboard_rank_aggregate": [ - 3413, + 3421, { "distinct_on": [ - 3423, + 3431, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -143509,19 +143957,19 @@ export default { 40 ], "order_by": [ - 3422, + 3430, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3416 + 3424 ] } ], "player_match_map_stats": [ - 3435, + 3443, { "distinct_on": [ - 3456, + 3464, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -143531,19 +143979,19 @@ export default { 40 ], "order_by": [ - 3454, + 3462, "[player_match_map_stats_order_by!]" ], "where": [ - 3444 + 3452 ] } ], "player_match_map_stats_aggregate": [ - 3436, + 3444, { "distinct_on": [ - 3456, + 3464, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -143553,19 +144001,19 @@ export default { 40 ], "order_by": [ - 3454, + 3462, "[player_match_map_stats_order_by!]" ], "where": [ - 3444 + 3452 ] } ], "player_match_map_stats_by_pk": [ - 3435, + 3443, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -143575,10 +144023,10 @@ export default { } ], "player_match_performance_v": [ - 3476, + 3484, { "distinct_on": [ - 3484, + 3492, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -143588,19 +144036,19 @@ export default { 40 ], "order_by": [ - 3483, + 3491, "[player_match_performance_v_order_by!]" ], "where": [ - 3480 + 3488 ] } ], "player_match_performance_v_aggregate": [ - 3477, + 3485, { "distinct_on": [ - 3484, + 3492, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -143610,19 +144058,19 @@ export default { 40 ], "order_by": [ - 3483, + 3491, "[player_match_performance_v_order_by!]" ], "where": [ - 3480 + 3488 ] } ], "player_match_stats_v": [ - 3494, + 3502, { "distinct_on": [ - 3510, + 3518, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -143632,19 +144080,19 @@ export default { 40 ], "order_by": [ - 3509, + 3517, "[player_match_stats_v_order_by!]" ], "where": [ - 3503 + 3511 ] } ], "player_match_stats_v_aggregate": [ - 3495, + 3503, { "distinct_on": [ - 3510, + 3518, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -143654,19 +144102,19 @@ export default { 40 ], "order_by": [ - 3509, + 3517, "[player_match_stats_v_order_by!]" ], "where": [ - 3503 + 3511 ] } ], "player_objectives": [ - 3527, + 3535, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -143676,19 +144124,19 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], "player_objectives_aggregate": [ - 3528, + 3536, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -143698,19 +144146,19 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], "player_objectives_by_pk": [ - 3527, + 3535, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "player_steam_id": [ @@ -143718,16 +144166,16 @@ export default { "bigint!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_performance_v": [ - 3568, + 3576, { "distinct_on": [ - 3576, + 3584, "[player_performance_v_select_column!]" ], "limit": [ @@ -143737,19 +144185,19 @@ export default { 40 ], "order_by": [ - 3575, + 3583, "[player_performance_v_order_by!]" ], "where": [ - 3572 + 3580 ] } ], "player_performance_v_aggregate": [ - 3569, + 3577, { "distinct_on": [ - 3576, + 3584, "[player_performance_v_select_column!]" ], "limit": [ @@ -143759,19 +144207,19 @@ export default { 40 ], "order_by": [ - 3575, + 3583, "[player_performance_v_order_by!]" ], "where": [ - 3572 + 3580 ] } ], "player_premier_rank_history": [ - 3586, + 3594, { "distinct_on": [ - 3607, + 3615, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -143781,19 +144229,19 @@ export default { 40 ], "order_by": [ - 3605, + 3613, "[player_premier_rank_history_order_by!]" ], "where": [ - 3595 + 3603 ] } ], "player_premier_rank_history_aggregate": [ - 3587, + 3595, { "distinct_on": [ - 3607, + 3615, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -143803,28 +144251,28 @@ export default { 40 ], "order_by": [ - 3605, + 3613, "[player_premier_rank_history_order_by!]" ], "where": [ - 3595 + 3603 ] } ], "player_premier_rank_history_by_pk": [ - 3586, + 3594, { "id": [ - 5018, + 5026, "uuid!" ] } ], "player_sanctions": [ - 3627, + 3635, { "distinct_on": [ - 3648, + 3656, "[player_sanctions_select_column!]" ], "limit": [ @@ -143834,19 +144282,19 @@ export default { 40 ], "order_by": [ - 3646, + 3654, "[player_sanctions_order_by!]" ], "where": [ - 3636 + 3644 ] } ], "player_sanctions_aggregate": [ - 3628, + 3636, { "distinct_on": [ - 3648, + 3656, "[player_sanctions_select_column!]" ], "limit": [ @@ -143856,32 +144304,32 @@ export default { 40 ], "order_by": [ - 3646, + 3654, "[player_sanctions_order_by!]" ], "where": [ - 3636 + 3644 ] } ], "player_sanctions_by_pk": [ - 3627, + 3635, { "created_at": [ - 4518, + 4526, "timestamptz!" ], "id": [ - 5018, + 5026, "uuid!" ] } ], "player_season_stats": [ - 3668, + 3676, { "distinct_on": [ - 3699, + 3707, "[player_season_stats_select_column!]" ], "limit": [ @@ -143891,19 +144339,19 @@ export default { 40 ], "order_by": [ - 3697, + 3705, "[player_season_stats_order_by!]" ], "where": [ - 3687 + 3695 ] } ], "player_season_stats_aggregate": [ - 3669, + 3677, { "distinct_on": [ - 3699, + 3707, "[player_season_stats_select_column!]" ], "limit": [ @@ -143913,32 +144361,32 @@ export default { 40 ], "order_by": [ - 3697, + 3705, "[player_season_stats_order_by!]" ], "where": [ - 3687 + 3695 ] } ], "player_season_stats_by_pk": [ - 3668, + 3676, { "player_steam_id": [ 257, "bigint!" ], "season_id": [ - 5018, + 5026, "uuid!" ] } ], "player_stats": [ - 3727, + 3735, { "distinct_on": [ - 3742, + 3750, "[player_stats_select_column!]" ], "limit": [ @@ -143948,19 +144396,19 @@ export default { 40 ], "order_by": [ - 3740, + 3748, "[player_stats_order_by!]" ], "where": [ - 3731 + 3739 ] } ], "player_stats_aggregate": [ - 3728, + 3736, { "distinct_on": [ - 3742, + 3750, "[player_stats_select_column!]" ], "limit": [ @@ -143970,16 +144418,16 @@ export default { 40 ], "order_by": [ - 3740, + 3748, "[player_stats_order_by!]" ], "where": [ - 3731 + 3739 ] } ], "player_stats_by_pk": [ - 3727, + 3735, { "player_steam_id": [ 257, @@ -143988,10 +144436,10 @@ export default { } ], "player_steam_bot_friend": [ - 3755, + 3763, { "distinct_on": [ - 3774, + 3782, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -144001,19 +144449,19 @@ export default { 40 ], "order_by": [ - 3771, + 3779, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3760 + 3768 ] } ], "player_steam_bot_friend_aggregate": [ - 3756, + 3764, { "distinct_on": [ - 3774, + 3782, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -144023,16 +144471,16 @@ export default { 40 ], "order_by": [ - 3771, + 3779, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3760 + 3768 ] } ], "player_steam_bot_friend_by_pk": [ - 3755, + 3763, { "steam_id": [ 257, @@ -144041,10 +144489,10 @@ export default { } ], "player_steam_match_auth": [ - 3787, + 3795, { "distinct_on": [ - 3801, + 3809, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -144054,19 +144502,19 @@ export default { 40 ], "order_by": [ - 3799, + 3807, "[player_steam_match_auth_order_by!]" ], "where": [ - 3791 + 3799 ] } ], "player_steam_match_auth_aggregate": [ - 3788, + 3796, { "distinct_on": [ - 3801, + 3809, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -144076,16 +144524,16 @@ export default { 40 ], "order_by": [ - 3799, + 3807, "[player_steam_match_auth_order_by!]" ], "where": [ - 3791 + 3799 ] } ], "player_steam_match_auth_by_pk": [ - 3787, + 3795, { "steam_id": [ 257, @@ -144094,10 +144542,10 @@ export default { } ], "player_unused_utility": [ - 3814, + 3822, { "distinct_on": [ - 3835, + 3843, "[player_unused_utility_select_column!]" ], "limit": [ @@ -144107,19 +144555,19 @@ export default { 40 ], "order_by": [ - 3833, + 3841, "[player_unused_utility_order_by!]" ], "where": [ - 3823 + 3831 ] } ], "player_unused_utility_aggregate": [ - 3815, + 3823, { "distinct_on": [ - 3835, + 3843, "[player_unused_utility_select_column!]" ], "limit": [ @@ -144129,19 +144577,19 @@ export default { 40 ], "order_by": [ - 3833, + 3841, "[player_unused_utility_order_by!]" ], "where": [ - 3823 + 3831 ] } ], "player_unused_utility_by_pk": [ - 3814, + 3822, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "player_steam_id": [ @@ -144151,10 +144599,10 @@ export default { } ], "player_utility": [ - 3855, + 3863, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -144164,19 +144612,19 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], "player_utility_aggregate": [ - 3856, + 3864, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -144186,36 +144634,36 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], "player_utility_by_pk": [ - 3855, + 3863, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_weapon_stats_v": [ - 3896, + 3904, { "distinct_on": [ - 3912, + 3920, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -144225,19 +144673,19 @@ export default { 40 ], "order_by": [ - 3911, + 3919, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3905 + 3913 ] } ], "player_weapon_stats_v_aggregate": [ - 3897, + 3905, { "distinct_on": [ - 3912, + 3920, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -144247,19 +144695,19 @@ export default { 40 ], "order_by": [ - 3911, + 3919, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3905 + 3913 ] } ], "players": [ - 3929, + 3937, { "distinct_on": [ - 3944, + 3952, "[players_select_column!]" ], "limit": [ @@ -144269,19 +144717,19 @@ export default { 40 ], "order_by": [ - 3942, + 3950, "[players_order_by!]" ], "where": [ - 3933 + 3941 ] } ], "players_aggregate": [ - 3930, + 3938, { "distinct_on": [ - 3944, + 3952, "[players_select_column!]" ], "limit": [ @@ -144291,16 +144739,16 @@ export default { 40 ], "order_by": [ - 3942, + 3950, "[players_order_by!]" ], "where": [ - 3933 + 3941 ] } ], "players_by_pk": [ - 3929, + 3937, { "steam_id": [ 257, @@ -144309,10 +144757,10 @@ export default { } ], "plugin_versions": [ - 3957, + 3965, { "distinct_on": [ - 3971, + 3979, "[plugin_versions_select_column!]" ], "limit": [ @@ -144322,19 +144770,19 @@ export default { 40 ], "order_by": [ - 3969, + 3977, "[plugin_versions_order_by!]" ], "where": [ - 3961 + 3969 ] } ], "plugin_versions_aggregate": [ - 3958, + 3966, { "distinct_on": [ - 3971, + 3979, "[plugin_versions_select_column!]" ], "limit": [ @@ -144344,16 +144792,16 @@ export default { 40 ], "order_by": [ - 3969, + 3977, "[plugin_versions_order_by!]" ], "where": [ - 3961 + 3969 ] } ], "plugin_versions_by_pk": [ - 3957, + 3965, { "runtime": [ 1110, @@ -144382,10 +144830,10 @@ export default { } ], "seasons": [ - 3988, + 3996, { "distinct_on": [ - 4003, + 4011, "[seasons_select_column!]" ], "limit": [ @@ -144395,19 +144843,19 @@ export default { 40 ], "order_by": [ - 4001, + 4009, "[seasons_order_by!]" ], "where": [ - 3992 + 4000 ] } ], "seasons_aggregate": [ - 3989, + 3997, { "distinct_on": [ - 4003, + 4011, "[seasons_select_column!]" ], "limit": [ @@ -144417,28 +144865,28 @@ export default { 40 ], "order_by": [ - 4001, + 4009, "[seasons_order_by!]" ], "where": [ - 3992 + 4000 ] } ], "seasons_by_pk": [ - 3988, + 3996, { "id": [ - 5018, + 5026, "uuid!" ] } ], "server_regions": [ - 4016, + 4024, { "distinct_on": [ - 4030, + 4038, "[server_regions_select_column!]" ], "limit": [ @@ -144448,19 +144896,19 @@ export default { 40 ], "order_by": [ - 4028, + 4036, "[server_regions_order_by!]" ], "where": [ - 4020 + 4028 ] } ], "server_regions_aggregate": [ - 4017, + 4025, { "distinct_on": [ - 4030, + 4038, "[server_regions_select_column!]" ], "limit": [ @@ -144470,16 +144918,16 @@ export default { 40 ], "order_by": [ - 4028, + 4036, "[server_regions_order_by!]" ], "where": [ - 4020 + 4028 ] } ], "server_regions_by_pk": [ - 4016, + 4024, { "value": [ 80, @@ -144488,10 +144936,10 @@ export default { } ], "servers": [ - 4043, + 4051, { "distinct_on": [ - 4067, + 4075, "[servers_select_column!]" ], "limit": [ @@ -144501,19 +144949,19 @@ export default { 40 ], "order_by": [ - 4065, + 4073, "[servers_order_by!]" ], "where": [ - 4054 + 4062 ] } ], "servers_aggregate": [ - 4044, + 4052, { "distinct_on": [ - 4067, + 4075, "[servers_select_column!]" ], "limit": [ @@ -144523,28 +144971,28 @@ export default { 40 ], "order_by": [ - 4065, + 4073, "[servers_order_by!]" ], "where": [ - 4054 + 4062 ] } ], "servers_by_pk": [ - 4043, + 4051, { "id": [ - 5018, + 5026, "uuid!" ] } ], "settings": [ - 4089, + 4097, { "distinct_on": [ - 4101, + 4109, "[settings_select_column!]" ], "limit": [ @@ -144554,19 +145002,19 @@ export default { 40 ], "order_by": [ - 4099, + 4107, "[settings_order_by!]" ], "where": [ - 4092 + 4100 ] } ], "settings_aggregate": [ - 4090, + 4098, { "distinct_on": [ - 4101, + 4109, "[settings_select_column!]" ], "limit": [ @@ -144576,16 +145024,16 @@ export default { 40 ], "order_by": [ - 4099, + 4107, "[settings_order_by!]" ], "where": [ - 4092 + 4100 ] } ], "settings_by_pk": [ - 4089, + 4097, { "name": [ 80, @@ -144597,10 +145045,10 @@ export default { 74 ], "steam_account_claims": [ - 4109, + 4117, { "distinct_on": [ - 4127, + 4135, "[steam_account_claims_select_column!]" ], "limit": [ @@ -144610,19 +145058,19 @@ export default { 40 ], "order_by": [ - 4125, + 4133, "[steam_account_claims_order_by!]" ], "where": [ - 4116 + 4124 ] } ], "steam_account_claims_aggregate": [ - 4110, + 4118, { "distinct_on": [ - 4127, + 4135, "[steam_account_claims_select_column!]" ], "limit": [ @@ -144632,28 +145080,28 @@ export default { 40 ], "order_by": [ - 4125, + 4133, "[steam_account_claims_order_by!]" ], "where": [ - 4116 + 4124 ] } ], "steam_account_claims_by_pk": [ - 4109, + 4117, { "id": [ - 5018, + 5026, "uuid!" ] } ], "steam_accounts": [ - 4133, + 4141, { "distinct_on": [ - 4148, + 4156, "[steam_accounts_select_column!]" ], "limit": [ @@ -144663,19 +145111,19 @@ export default { 40 ], "order_by": [ - 4146, + 4154, "[steam_accounts_order_by!]" ], "where": [ - 4137 + 4145 ] } ], "steam_accounts_aggregate": [ - 4134, + 4142, { "distinct_on": [ - 4148, + 4156, "[steam_accounts_select_column!]" ], "limit": [ @@ -144685,28 +145133,28 @@ export default { 40 ], "order_by": [ - 4146, + 4154, "[steam_accounts_order_by!]" ], "where": [ - 4137 + 4145 ] } ], "steam_accounts_by_pk": [ - 4133, + 4141, { "id": [ - 5018, + 5026, "uuid!" ] } ], "system_alerts": [ - 4161, + 4169, { "distinct_on": [ - 4175, + 4183, "[system_alerts_select_column!]" ], "limit": [ @@ -144716,19 +145164,19 @@ export default { 40 ], "order_by": [ - 4173, + 4181, "[system_alerts_order_by!]" ], "where": [ - 4165 + 4173 ] } ], "system_alerts_aggregate": [ - 4162, + 4170, { "distinct_on": [ - 4175, + 4183, "[system_alerts_select_column!]" ], "limit": [ @@ -144738,19 +145186,19 @@ export default { 40 ], "order_by": [ - 4173, + 4181, "[system_alerts_order_by!]" ], "where": [ - 4165 + 4173 ] } ], "system_alerts_by_pk": [ - 4161, + 4169, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -144759,16 +145207,16 @@ export default { 87, { "team_id": [ - 5018, + 5026, "uuid!" ] } ], "team_invites": [ - 4188, + 4196, { "distinct_on": [ - 4209, + 4217, "[team_invites_select_column!]" ], "limit": [ @@ -144778,19 +145226,19 @@ export default { 40 ], "order_by": [ - 4207, + 4215, "[team_invites_order_by!]" ], "where": [ - 4197 + 4205 ] } ], "team_invites_aggregate": [ - 4189, + 4197, { "distinct_on": [ - 4209, + 4217, "[team_invites_select_column!]" ], "limit": [ @@ -144800,28 +145248,28 @@ export default { 40 ], "order_by": [ - 4207, + 4215, "[team_invites_order_by!]" ], "where": [ - 4197 + 4205 ] } ], "team_invites_by_pk": [ - 4188, + 4196, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_roster": [ - 4229, + 4237, { "distinct_on": [ - 4252, + 4260, "[team_roster_select_column!]" ], "limit": [ @@ -144831,19 +145279,19 @@ export default { 40 ], "order_by": [ - 4250, + 4258, "[team_roster_order_by!]" ], "where": [ - 4240 + 4248 ] } ], "team_roster_aggregate": [ - 4230, + 4238, { "distinct_on": [ - 4252, + 4260, "[team_roster_select_column!]" ], "limit": [ @@ -144853,32 +145301,32 @@ export default { 40 ], "order_by": [ - 4250, + 4258, "[team_roster_order_by!]" ], "where": [ - 4240 + 4248 ] } ], "team_roster_by_pk": [ - 4229, + 4237, { "player_steam_id": [ 257, "bigint!" ], "team_id": [ - 5018, + 5026, "uuid!" ] } ], "team_scrim_alerts": [ - 4274, + 4282, { "distinct_on": [ - 4288, + 4296, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -144888,19 +145336,19 @@ export default { 40 ], "order_by": [ - 4286, + 4294, "[team_scrim_alerts_order_by!]" ], "where": [ - 4278 + 4286 ] } ], "team_scrim_alerts_aggregate": [ - 4275, + 4283, { "distinct_on": [ - 4288, + 4296, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -144910,28 +145358,28 @@ export default { 40 ], "order_by": [ - 4286, + 4294, "[team_scrim_alerts_order_by!]" ], "where": [ - 4278 + 4286 ] } ], "team_scrim_alerts_by_pk": [ - 4274, + 4282, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_scrim_availability": [ - 4301, + 4309, { "distinct_on": [ - 4321, + 4329, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -144941,19 +145389,19 @@ export default { 40 ], "order_by": [ - 4319, + 4327, "[team_scrim_availability_order_by!]" ], "where": [ - 4310 + 4318 ] } ], "team_scrim_availability_aggregate": [ - 4302, + 4310, { "distinct_on": [ - 4321, + 4329, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -144963,28 +145411,28 @@ export default { 40 ], "order_by": [ - 4319, + 4327, "[team_scrim_availability_order_by!]" ], "where": [ - 4310 + 4318 ] } ], "team_scrim_availability_by_pk": [ - 4301, + 4309, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_scrim_request_proposals": [ - 4329, + 4337, { "distinct_on": [ - 4350, + 4358, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -144994,19 +145442,19 @@ export default { 40 ], "order_by": [ - 4348, + 4356, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4338 + 4346 ] } ], "team_scrim_request_proposals_aggregate": [ - 4330, + 4338, { "distinct_on": [ - 4350, + 4358, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -145016,28 +145464,28 @@ export default { 40 ], "order_by": [ - 4348, + 4356, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4338 + 4346 ] } ], "team_scrim_request_proposals_by_pk": [ - 4329, + 4337, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_scrim_requests": [ - 4370, + 4378, { "distinct_on": [ - 4394, + 4402, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -145047,19 +145495,19 @@ export default { 40 ], "order_by": [ - 4392, + 4400, "[team_scrim_requests_order_by!]" ], "where": [ - 4381 + 4389 ] } ], "team_scrim_requests_aggregate": [ - 4371, + 4379, { "distinct_on": [ - 4394, + 4402, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -145069,28 +145517,28 @@ export default { 40 ], "order_by": [ - 4392, + 4400, "[team_scrim_requests_order_by!]" ], "where": [ - 4381 + 4389 ] } ], "team_scrim_requests_by_pk": [ - 4370, + 4378, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_scrim_settings": [ - 4416, + 4424, { "distinct_on": [ - 4431, + 4439, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -145100,19 +145548,19 @@ export default { 40 ], "order_by": [ - 4429, + 4437, "[team_scrim_settings_order_by!]" ], "where": [ - 4420 + 4428 ] } ], "team_scrim_settings_aggregate": [ - 4417, + 4425, { "distinct_on": [ - 4431, + 4439, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -145122,28 +145570,28 @@ export default { 40 ], "order_by": [ - 4429, + 4437, "[team_scrim_settings_order_by!]" ], "where": [ - 4420 + 4428 ] } ], "team_scrim_settings_by_pk": [ - 4416, + 4424, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_suggestions": [ - 4444, + 4452, { "distinct_on": [ - 4458, + 4466, "[team_suggestions_select_column!]" ], "limit": [ @@ -145153,19 +145601,19 @@ export default { 40 ], "order_by": [ - 4456, + 4464, "[team_suggestions_order_by!]" ], "where": [ - 4448 + 4456 ] } ], "team_suggestions_aggregate": [ - 4445, + 4453, { "distinct_on": [ - 4458, + 4466, "[team_suggestions_select_column!]" ], "limit": [ @@ -145175,28 +145623,28 @@ export default { 40 ], "order_by": [ - 4456, + 4464, "[team_suggestions_order_by!]" ], "where": [ - 4448 + 4456 ] } ], "team_suggestions_by_pk": [ - 4444, + 4452, { "id": [ - 5018, + 5026, "uuid!" ] } ], "teams": [ - 4471, + 4479, { "distinct_on": [ - 4495, + 4503, "[teams_select_column!]" ], "limit": [ @@ -145206,19 +145654,19 @@ export default { 40 ], "order_by": [ - 4493, + 4501, "[teams_order_by!]" ], "where": [ - 4482 + 4490 ] } ], "teams_aggregate": [ - 4472, + 4480, { "distinct_on": [ - 4495, + 4503, "[teams_select_column!]" ], "limit": [ @@ -145228,19 +145676,19 @@ export default { 40 ], "order_by": [ - 4493, + 4501, "[teams_order_by!]" ], "where": [ - 4482 + 4490 ] } ], "teams_by_pk": [ - 4471, + 4479, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -145249,10 +145697,10 @@ export default { 93 ], "tournament_awards": [ - 4520, + 4528, { "distinct_on": [ - 4542, + 4550, "[tournament_awards_select_column!]" ], "limit": [ @@ -145262,19 +145710,19 @@ export default { 40 ], "order_by": [ - 4540, + 4548, "[tournament_awards_order_by!]" ], "where": [ - 4529 + 4537 ] } ], "tournament_awards_aggregate": [ - 4521, + 4529, { "distinct_on": [ - 4542, + 4550, "[tournament_awards_select_column!]" ], "limit": [ @@ -145284,28 +145732,28 @@ export default { 40 ], "order_by": [ - 4540, + 4548, "[tournament_awards_order_by!]" ], "where": [ - 4529 + 4537 ] } ], "tournament_awards_by_pk": [ - 4520, + 4528, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_brackets": [ - 4562, + 4570, { "distinct_on": [ - 4586, + 4594, "[tournament_brackets_select_column!]" ], "limit": [ @@ -145315,19 +145763,19 @@ export default { 40 ], "order_by": [ - 4584, + 4592, "[tournament_brackets_order_by!]" ], "where": [ - 4573 + 4581 ] } ], "tournament_brackets_aggregate": [ - 4563, + 4571, { "distinct_on": [ - 4586, + 4594, "[tournament_brackets_select_column!]" ], "limit": [ @@ -145337,28 +145785,28 @@ export default { 40 ], "order_by": [ - 4584, + 4592, "[tournament_brackets_order_by!]" ], "where": [ - 4573 + 4581 ] } ], "tournament_brackets_by_pk": [ - 4562, + 4570, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_categories": [ - 4608, + 4616, { "distinct_on": [ - 4626, + 4634, "[tournament_categories_select_column!]" ], "limit": [ @@ -145368,19 +145816,19 @@ export default { 40 ], "order_by": [ - 4624, + 4632, "[tournament_categories_order_by!]" ], "where": [ - 4615 + 4623 ] } ], "tournament_categories_aggregate": [ - 4609, + 4617, { "distinct_on": [ - 4626, + 4634, "[tournament_categories_select_column!]" ], "limit": [ @@ -145390,32 +145838,32 @@ export default { 40 ], "order_by": [ - 4624, + 4632, "[tournament_categories_order_by!]" ], "where": [ - 4615 + 4623 ] } ], "tournament_categories_by_pk": [ - 4608, + 4616, { "category": [ 1312, "e_tournament_categories_enum!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_organizer_teams": [ - 4632, + 4640, { "distinct_on": [ - 4650, + 4658, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -145425,19 +145873,19 @@ export default { 40 ], "order_by": [ - 4648, + 4656, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4639 + 4647 ] } ], "tournament_organizer_teams_aggregate": [ - 4633, + 4641, { "distinct_on": [ - 4650, + 4658, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -145447,32 +145895,32 @@ export default { 40 ], "order_by": [ - 4648, + 4656, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4639 + 4647 ] } ], "tournament_organizer_teams_by_pk": [ - 4632, + 4640, { "team_id": [ - 5018, + 5026, "uuid!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_organizers": [ - 4656, + 4664, { "distinct_on": [ - 4677, + 4685, "[tournament_organizers_select_column!]" ], "limit": [ @@ -145482,19 +145930,19 @@ export default { 40 ], "order_by": [ - 4675, + 4683, "[tournament_organizers_order_by!]" ], "where": [ - 4665 + 4673 ] } ], "tournament_organizers_aggregate": [ - 4657, + 4665, { "distinct_on": [ - 4677, + 4685, "[tournament_organizers_select_column!]" ], "limit": [ @@ -145504,32 +145952,32 @@ export default { 40 ], "order_by": [ - 4675, + 4683, "[tournament_organizers_order_by!]" ], "where": [ - 4665 + 4673 ] } ], "tournament_organizers_by_pk": [ - 4656, + 4664, { "steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_prizes": [ - 4697, + 4705, { "distinct_on": [ - 4718, + 4726, "[tournament_prizes_select_column!]" ], "limit": [ @@ -145539,19 +145987,19 @@ export default { 40 ], "order_by": [ - 4716, + 4724, "[tournament_prizes_order_by!]" ], "where": [ - 4706 + 4714 ] } ], "tournament_prizes_aggregate": [ - 4698, + 4706, { "distinct_on": [ - 4718, + 4726, "[tournament_prizes_select_column!]" ], "limit": [ @@ -145561,28 +146009,28 @@ export default { 40 ], "order_by": [ - 4716, + 4724, "[tournament_prizes_order_by!]" ], "where": [ - 4706 + 4714 ] } ], "tournament_prizes_by_pk": [ - 4697, + 4705, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_stage_windows": [ - 4738, + 4746, { "distinct_on": [ - 4759, + 4767, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -145592,19 +146040,19 @@ export default { 40 ], "order_by": [ - 4757, + 4765, "[tournament_stage_windows_order_by!]" ], "where": [ - 4747 + 4755 ] } ], "tournament_stage_windows_aggregate": [ - 4739, + 4747, { "distinct_on": [ - 4759, + 4767, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -145614,28 +146062,28 @@ export default { 40 ], "order_by": [ - 4757, + 4765, "[tournament_stage_windows_order_by!]" ], "where": [ - 4747 + 4755 ] } ], "tournament_stage_windows_by_pk": [ - 4738, + 4746, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_stages": [ - 4779, + 4787, { "distinct_on": [ - 4808, + 4816, "[tournament_stages_select_column!]" ], "limit": [ @@ -145645,19 +146093,19 @@ export default { 40 ], "order_by": [ - 4805, + 4813, "[tournament_stages_order_by!]" ], "where": [ - 4791 + 4799 ] } ], "tournament_stages_aggregate": [ - 4780, + 4788, { "distinct_on": [ - 4808, + 4816, "[tournament_stages_select_column!]" ], "limit": [ @@ -145667,28 +146115,28 @@ export default { 40 ], "order_by": [ - 4805, + 4813, "[tournament_stages_order_by!]" ], "where": [ - 4791 + 4799 ] } ], "tournament_stages_by_pk": [ - 4779, + 4787, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_team_invites": [ - 4830, + 4838, { "distinct_on": [ - 4851, + 4859, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -145698,19 +146146,19 @@ export default { 40 ], "order_by": [ - 4849, + 4857, "[tournament_team_invites_order_by!]" ], "where": [ - 4839 + 4847 ] } ], "tournament_team_invites_aggregate": [ - 4831, + 4839, { "distinct_on": [ - 4851, + 4859, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -145720,28 +146168,28 @@ export default { 40 ], "order_by": [ - 4849, + 4857, "[tournament_team_invites_order_by!]" ], "where": [ - 4839 + 4847 ] } ], "tournament_team_invites_by_pk": [ - 4830, + 4838, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_team_roster": [ - 4871, + 4879, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -145751,19 +146199,19 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], "tournament_team_roster_aggregate": [ - 4872, + 4880, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -145773,32 +146221,32 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], "tournament_team_roster_by_pk": [ - 4871, + 4879, { "player_steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_teams": [ - 4912, + 4920, { "distinct_on": [ - 4934, + 4942, "[tournament_teams_select_column!]" ], "limit": [ @@ -145808,19 +146256,19 @@ export default { 40 ], "order_by": [ - 4932, + 4940, "[tournament_teams_order_by!]" ], "where": [ - 4921 + 4929 ] } ], "tournament_teams_aggregate": [ - 4913, + 4921, { "distinct_on": [ - 4934, + 4942, "[tournament_teams_select_column!]" ], "limit": [ @@ -145830,28 +146278,28 @@ export default { 40 ], "order_by": [ - 4932, + 4940, "[tournament_teams_order_by!]" ], "where": [ - 4921 + 4929 ] } ], "tournament_teams_by_pk": [ - 4912, + 4920, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournaments": [ - 4954, + 4962, { "distinct_on": [ - 4988, + 4996, "[tournaments_select_column!]" ], "limit": [ @@ -145861,19 +146309,19 @@ export default { 40 ], "order_by": [ - 4986, + 4994, "[tournaments_order_by!]" ], "where": [ - 4975 + 4983 ] } ], "tournaments_aggregate": [ - 4955, + 4963, { "distinct_on": [ - 4988, + 4996, "[tournaments_select_column!]" ], "limit": [ @@ -145883,28 +146331,28 @@ export default { 40 ], "order_by": [ - 4986, + 4994, "[tournaments_order_by!]" ], "where": [ - 4975 + 4983 ] } ], "tournaments_by_pk": [ - 4954, + 4962, { "id": [ - 5018, + 5026, "uuid!" ] } ], "v_event_player_stats": [ - 5021, + 5029, { "distinct_on": [ - 5047, + 5055, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -145914,19 +146362,19 @@ export default { 40 ], "order_by": [ - 5046, + 5054, "[v_event_player_stats_order_by!]" ], "where": [ - 5040 + 5048 ] } ], "v_event_player_stats_aggregate": [ - 5022, + 5030, { "distinct_on": [ - 5047, + 5055, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -145936,19 +146384,19 @@ export default { 40 ], "order_by": [ - 5046, + 5054, "[v_event_player_stats_order_by!]" ], "where": [ - 5040 + 5048 ] } ], "v_gpu_pool_status": [ - 5072, + 5080, { "distinct_on": [ - 5080, + 5088, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -145958,19 +146406,19 @@ export default { 40 ], "order_by": [ - 5079, + 5087, "[v_gpu_pool_status_order_by!]" ], "where": [ - 5076 + 5084 ] } ], "v_gpu_pool_status_aggregate": [ - 5073, + 5081, { "distinct_on": [ - 5080, + 5088, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -145980,19 +146428,19 @@ export default { 40 ], "order_by": [ - 5079, + 5087, "[v_gpu_pool_status_order_by!]" ], "where": [ - 5076 + 5084 ] } ], "v_league_division_standings": [ - 5090, + 5098, { "distinct_on": [ - 5106, + 5114, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -146002,19 +146450,19 @@ export default { 40 ], "order_by": [ - 5105, + 5113, "[v_league_division_standings_order_by!]" ], "where": [ - 5099 + 5107 ] } ], "v_league_division_standings_aggregate": [ - 5091, + 5099, { "distinct_on": [ - 5106, + 5114, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -146024,19 +146472,19 @@ export default { 40 ], "order_by": [ - 5105, + 5113, "[v_league_division_standings_order_by!]" ], "where": [ - 5099 + 5107 ] } ], "v_league_season_player_stats": [ - 5123, + 5131, { "distinct_on": [ - 5149, + 5157, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -146046,19 +146494,19 @@ export default { 40 ], "order_by": [ - 5148, + 5156, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5142 + 5150 ] } ], "v_league_season_player_stats_aggregate": [ - 5124, + 5132, { "distinct_on": [ - 5149, + 5157, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -146068,19 +146516,19 @@ export default { 40 ], "order_by": [ - 5148, + 5156, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5142 + 5150 ] } ], "v_match_captains": [ - 5174, + 5182, { "distinct_on": [ - 5186, + 5194, "[v_match_captains_select_column!]" ], "limit": [ @@ -146090,19 +146538,19 @@ export default { 40 ], "order_by": [ - 5185, + 5193, "[v_match_captains_order_by!]" ], "where": [ - 5178 + 5186 ] } ], "v_match_captains_aggregate": [ - 5175, + 5183, { "distinct_on": [ - 5186, + 5194, "[v_match_captains_select_column!]" ], "limit": [ @@ -146112,19 +146560,19 @@ export default { 40 ], "order_by": [ - 5185, + 5193, "[v_match_captains_order_by!]" ], "where": [ - 5178 + 5186 ] } ], "v_match_clutches": [ - 5198, + 5206, { "distinct_on": [ - 5214, + 5222, "[v_match_clutches_select_column!]" ], "limit": [ @@ -146134,19 +146582,19 @@ export default { 40 ], "order_by": [ - 5213, + 5221, "[v_match_clutches_order_by!]" ], "where": [ - 5207 + 5215 ] } ], "v_match_clutches_aggregate": [ - 5199, + 5207, { "distinct_on": [ - 5214, + 5222, "[v_match_clutches_select_column!]" ], "limit": [ @@ -146156,19 +146604,19 @@ export default { 40 ], "order_by": [ - 5213, + 5221, "[v_match_clutches_order_by!]" ], "where": [ - 5207 + 5215 ] } ], "v_match_kill_pairs": [ - 5231, + 5239, { "distinct_on": [ - 5239, + 5247, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -146178,19 +146626,19 @@ export default { 40 ], "order_by": [ - 5238, + 5246, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5235 + 5243 ] } ], "v_match_kill_pairs_aggregate": [ - 5232, + 5240, { "distinct_on": [ - 5239, + 5247, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -146200,19 +146648,19 @@ export default { 40 ], "order_by": [ - 5238, + 5246, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5235 + 5243 ] } ], "v_match_lineup_buy_types": [ - 5249, + 5257, { "distinct_on": [ - 5257, + 5265, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -146222,19 +146670,19 @@ export default { 40 ], "order_by": [ - 5256, + 5264, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5253 + 5261 ] } ], "v_match_lineup_buy_types_aggregate": [ - 5250, + 5258, { "distinct_on": [ - 5257, + 5265, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -146244,19 +146692,19 @@ export default { 40 ], "order_by": [ - 5256, + 5264, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5253 + 5261 ] } ], "v_match_lineup_map_stats": [ - 5267, + 5275, { "distinct_on": [ - 5275, + 5283, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -146266,19 +146714,19 @@ export default { 40 ], "order_by": [ - 5274, + 5282, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5271 + 5279 ] } ], "v_match_lineup_map_stats_aggregate": [ - 5268, + 5276, { "distinct_on": [ - 5275, + 5283, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -146288,19 +146736,19 @@ export default { 40 ], "order_by": [ - 5274, + 5282, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5271 + 5279 ] } ], "v_match_map_backup_rounds": [ - 5285, + 5293, { "distinct_on": [ - 5296, + 5304, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -146310,19 +146758,19 @@ export default { 40 ], "order_by": [ - 5295, + 5303, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5289 + 5297 ] } ], "v_match_map_backup_rounds_aggregate": [ - 5286, + 5294, { "distinct_on": [ - 5296, + 5304, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -146332,19 +146780,19 @@ export default { 40 ], "order_by": [ - 5295, + 5303, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5289 + 5297 ] } ], "v_match_player_buy_types": [ - 5308, + 5316, { "distinct_on": [ - 5316, + 5324, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -146354,19 +146802,19 @@ export default { 40 ], "order_by": [ - 5315, + 5323, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5312 + 5320 ] } ], "v_match_player_buy_types_aggregate": [ - 5309, + 5317, { "distinct_on": [ - 5316, + 5324, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -146376,19 +146824,19 @@ export default { 40 ], "order_by": [ - 5315, + 5323, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5312 + 5320 ] } ], "v_match_player_opening_duels": [ - 5326, + 5334, { "distinct_on": [ - 5342, + 5350, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -146398,19 +146846,19 @@ export default { 40 ], "order_by": [ - 5341, + 5349, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5335 + 5343 ] } ], "v_match_player_opening_duels_aggregate": [ - 5327, + 5335, { "distinct_on": [ - 5342, + 5350, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -146420,19 +146868,19 @@ export default { 40 ], "order_by": [ - 5341, + 5349, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5335 + 5343 ] } ], "v_player_arch_nemesis": [ - 5359, + 5367, { "distinct_on": [ - 5367, + 5375, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -146442,19 +146890,19 @@ export default { 40 ], "order_by": [ - 5366, + 5374, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5363 + 5371 ] } ], "v_player_arch_nemesis_aggregate": [ - 5360, + 5368, { "distinct_on": [ - 5367, + 5375, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -146464,19 +146912,19 @@ export default { 40 ], "order_by": [ - 5366, + 5374, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5363 + 5371 ] } ], "v_player_damage": [ - 5377, + 5385, { "distinct_on": [ - 5385, + 5393, "[v_player_damage_select_column!]" ], "limit": [ @@ -146486,19 +146934,19 @@ export default { 40 ], "order_by": [ - 5384, + 5392, "[v_player_damage_order_by!]" ], "where": [ - 5381 + 5389 ] } ], "v_player_damage_aggregate": [ - 5378, + 5386, { "distinct_on": [ - 5385, + 5393, "[v_player_damage_select_column!]" ], "limit": [ @@ -146508,19 +146956,19 @@ export default { 40 ], "order_by": [ - 5384, + 5392, "[v_player_damage_order_by!]" ], "where": [ - 5381 + 5389 ] } ], "v_player_elo": [ - 5395, + 5403, { "distinct_on": [ - 5421, + 5429, "[v_player_elo_select_column!]" ], "limit": [ @@ -146530,19 +146978,19 @@ export default { 40 ], "order_by": [ - 5420, + 5428, "[v_player_elo_order_by!]" ], "where": [ - 5414 + 5422 ] } ], "v_player_elo_aggregate": [ - 5396, + 5404, { "distinct_on": [ - 5421, + 5429, "[v_player_elo_select_column!]" ], "limit": [ @@ -146552,19 +147000,19 @@ export default { 40 ], "order_by": [ - 5420, + 5428, "[v_player_elo_order_by!]" ], "where": [ - 5414 + 5422 ] } ], "v_player_map_losses": [ - 5446, + 5454, { "distinct_on": [ - 5454, + 5462, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -146574,19 +147022,19 @@ export default { 40 ], "order_by": [ - 5453, + 5461, "[v_player_map_losses_order_by!]" ], "where": [ - 5450 + 5458 ] } ], "v_player_map_losses_aggregate": [ - 5447, + 5455, { "distinct_on": [ - 5454, + 5462, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -146596,19 +147044,19 @@ export default { 40 ], "order_by": [ - 5453, + 5461, "[v_player_map_losses_order_by!]" ], "where": [ - 5450 + 5458 ] } ], "v_player_map_wins": [ - 5464, + 5472, { "distinct_on": [ - 5472, + 5480, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -146618,19 +147066,19 @@ export default { 40 ], "order_by": [ - 5471, + 5479, "[v_player_map_wins_order_by!]" ], "where": [ - 5468 + 5476 ] } ], "v_player_map_wins_aggregate": [ - 5465, + 5473, { "distinct_on": [ - 5472, + 5480, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -146640,19 +147088,19 @@ export default { 40 ], "order_by": [ - 5471, + 5479, "[v_player_map_wins_order_by!]" ], "where": [ - 5468 + 5476 ] } ], "v_player_match_head_to_head": [ - 5482, + 5490, { "distinct_on": [ - 5490, + 5498, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -146662,19 +147110,19 @@ export default { 40 ], "order_by": [ - 5489, + 5497, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5486 + 5494 ] } ], "v_player_match_head_to_head_aggregate": [ - 5483, + 5491, { "distinct_on": [ - 5490, + 5498, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -146684,19 +147132,19 @@ export default { 40 ], "order_by": [ - 5489, + 5497, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5486 + 5494 ] } ], "v_player_match_map_hltv": [ - 5500, + 5508, { "distinct_on": [ - 5518, + 5526, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -146706,19 +147154,19 @@ export default { 40 ], "order_by": [ - 5517, + 5525, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5509 + 5517 ] } ], "v_player_match_map_hltv_aggregate": [ - 5501, + 5509, { "distinct_on": [ - 5518, + 5526, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -146728,19 +147176,19 @@ export default { 40 ], "order_by": [ - 5517, + 5525, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5509 + 5517 ] } ], "v_player_match_map_roles": [ - 5537, + 5545, { "distinct_on": [ - 5545, + 5553, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -146750,19 +147198,19 @@ export default { 40 ], "order_by": [ - 5544, + 5552, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5541 + 5549 ] } ], "v_player_match_map_roles_aggregate": [ - 5538, + 5546, { "distinct_on": [ - 5545, + 5553, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -146772,19 +147220,19 @@ export default { 40 ], "order_by": [ - 5544, + 5552, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5541 + 5549 ] } ], "v_player_match_performance": [ - 5555, + 5563, { "distinct_on": [ - 5563, + 5571, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -146794,19 +147242,19 @@ export default { 40 ], "order_by": [ - 5562, + 5570, "[v_player_match_performance_order_by!]" ], "where": [ - 5559 + 5567 ] } ], "v_player_match_performance_aggregate": [ - 5556, + 5564, { "distinct_on": [ - 5563, + 5571, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -146816,19 +147264,19 @@ export default { 40 ], "order_by": [ - 5562, + 5570, "[v_player_match_performance_order_by!]" ], "where": [ - 5559 + 5567 ] } ], "v_player_match_rating": [ - 5573, + 5581, { "distinct_on": [ - 5581, + 5589, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -146838,19 +147286,19 @@ export default { 40 ], "order_by": [ - 5580, + 5588, "[v_player_match_rating_order_by!]" ], "where": [ - 5577 + 5585 ] } ], "v_player_match_rating_aggregate": [ - 5574, + 5582, { "distinct_on": [ - 5581, + 5589, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -146860,19 +147308,19 @@ export default { 40 ], "order_by": [ - 5580, + 5588, "[v_player_match_rating_order_by!]" ], "where": [ - 5577 + 5585 ] } ], "v_player_multi_kills": [ - 5591, + 5599, { "distinct_on": [ - 5607, + 5615, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -146882,19 +147330,19 @@ export default { 40 ], "order_by": [ - 5606, + 5614, "[v_player_multi_kills_order_by!]" ], "where": [ - 5600 + 5608 ] } ], "v_player_multi_kills_aggregate": [ - 5592, + 5600, { "distinct_on": [ - 5607, + 5615, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -146904,19 +147352,19 @@ export default { 40 ], "order_by": [ - 5606, + 5614, "[v_player_multi_kills_order_by!]" ], "where": [ - 5600 + 5608 ] } ], "v_player_queue_partners": [ - 5624, + 5632, { "distinct_on": [ - 5632, + 5640, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -146926,19 +147374,19 @@ export default { 40 ], "order_by": [ - 5631, + 5639, "[v_player_queue_partners_order_by!]" ], "where": [ - 5628 + 5636 ] } ], "v_player_queue_partners_aggregate": [ - 5625, + 5633, { "distinct_on": [ - 5632, + 5640, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -146948,19 +147396,19 @@ export default { 40 ], "order_by": [ - 5631, + 5639, "[v_player_queue_partners_order_by!]" ], "where": [ - 5628 + 5636 ] } ], "v_player_weapon_damage": [ - 5642, + 5650, { "distinct_on": [ - 5650, + 5658, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -146970,19 +147418,19 @@ export default { 40 ], "order_by": [ - 5649, + 5657, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5646 + 5654 ] } ], "v_player_weapon_damage_aggregate": [ - 5643, + 5651, { "distinct_on": [ - 5650, + 5658, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -146992,19 +147440,19 @@ export default { 40 ], "order_by": [ - 5649, + 5657, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5646 + 5654 ] } ], "v_player_weapon_kills": [ - 5660, + 5668, { "distinct_on": [ - 5668, + 5676, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -147014,19 +147462,19 @@ export default { 40 ], "order_by": [ - 5667, + 5675, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5664 + 5672 ] } ], "v_player_weapon_kills_aggregate": [ - 5661, + 5669, { "distinct_on": [ - 5668, + 5676, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -147036,19 +147484,19 @@ export default { 40 ], "order_by": [ - 5667, + 5675, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5664 + 5672 ] } ], "v_pool_maps": [ - 5678, + 5686, { "distinct_on": [ - 5695, + 5703, "[v_pool_maps_select_column!]" ], "limit": [ @@ -147058,19 +147506,19 @@ export default { 40 ], "order_by": [ - 5694, + 5702, "[v_pool_maps_order_by!]" ], "where": [ - 5687 + 5695 ] } ], "v_pool_maps_aggregate": [ - 5679, + 5687, { "distinct_on": [ - 5695, + 5703, "[v_pool_maps_select_column!]" ], "limit": [ @@ -147080,19 +147528,19 @@ export default { 40 ], "order_by": [ - 5694, + 5702, "[v_pool_maps_order_by!]" ], "where": [ - 5687 + 5695 ] } ], "v_steam_account_pool_status": [ - 5702, + 5710, { "distinct_on": [ - 5710, + 5718, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -147102,19 +147550,19 @@ export default { 40 ], "order_by": [ - 5709, + 5717, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5706 + 5714 ] } ], "v_steam_account_pool_status_aggregate": [ - 5703, + 5711, { "distinct_on": [ - 5710, + 5718, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -147124,19 +147572,19 @@ export default { 40 ], "order_by": [ - 5709, + 5717, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5706 + 5714 ] } ], "v_team_ranks": [ - 5720, + 5728, { "distinct_on": [ - 5730, + 5738, "[v_team_ranks_select_column!]" ], "limit": [ @@ -147146,19 +147594,19 @@ export default { 40 ], "order_by": [ - 5729, + 5737, "[v_team_ranks_order_by!]" ], "where": [ - 5724 + 5732 ] } ], "v_team_ranks_aggregate": [ - 5721, + 5729, { "distinct_on": [ - 5730, + 5738, "[v_team_ranks_select_column!]" ], "limit": [ @@ -147168,19 +147616,19 @@ export default { 40 ], "order_by": [ - 5729, + 5737, "[v_team_ranks_order_by!]" ], "where": [ - 5724 + 5732 ] } ], "v_team_reputation": [ - 5740, + 5748, { "distinct_on": [ - 5750, + 5758, "[v_team_reputation_select_column!]" ], "limit": [ @@ -147190,19 +147638,19 @@ export default { 40 ], "order_by": [ - 5749, + 5757, "[v_team_reputation_order_by!]" ], "where": [ - 5744 + 5752 ] } ], "v_team_reputation_aggregate": [ - 5741, + 5749, { "distinct_on": [ - 5750, + 5758, "[v_team_reputation_select_column!]" ], "limit": [ @@ -147212,19 +147660,19 @@ export default { 40 ], "order_by": [ - 5749, + 5757, "[v_team_reputation_order_by!]" ], "where": [ - 5744 + 5752 ] } ], "v_team_stage_results": [ - 5760, + 5768, { "distinct_on": [ - 5792, + 5800, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -147234,19 +147682,19 @@ export default { 40 ], "order_by": [ - 5790, + 5798, "[v_team_stage_results_order_by!]" ], "where": [ - 5779 + 5787 ] } ], "v_team_stage_results_aggregate": [ - 5761, + 5769, { "distinct_on": [ - 5792, + 5800, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -147256,32 +147704,32 @@ export default { 40 ], "order_by": [ - 5790, + 5798, "[v_team_stage_results_order_by!]" ], "where": [ - 5779 + 5787 ] } ], "v_team_stage_results_by_pk": [ - 5760, + 5768, { "tournament_stage_id": [ - 5018, + 5026, "uuid!" ], "tournament_team_id": [ - 5018, + 5026, "uuid!" ] } ], "v_team_tournament_results": [ - 5820, + 5828, { "distinct_on": [ - 5846, + 5854, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -147291,19 +147739,19 @@ export default { 40 ], "order_by": [ - 5845, + 5853, "[v_team_tournament_results_order_by!]" ], "where": [ - 5839 + 5847 ] } ], "v_team_tournament_results_aggregate": [ - 5821, + 5829, { "distinct_on": [ - 5846, + 5854, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -147313,19 +147761,19 @@ export default { 40 ], "order_by": [ - 5845, + 5853, "[v_team_tournament_results_order_by!]" ], "where": [ - 5839 + 5847 ] } ], "v_tournament_player_stats": [ - 5871, + 5879, { "distinct_on": [ - 5897, + 5905, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -147335,19 +147783,19 @@ export default { 40 ], "order_by": [ - 5896, + 5904, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5890 + 5898 ] } ], "v_tournament_player_stats_aggregate": [ - 5872, + 5880, { "distinct_on": [ - 5897, + 5905, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -147357,11 +147805,11 @@ export default { 40 ], "order_by": [ - 5896, + 5904, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5890 + 5898 ] } ], @@ -147374,7 +147822,7 @@ export default { 57, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -147383,17 +147831,17 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ], "reset_status": [ 80 ], "scheduled_at": [ - 4518 + 4526 ], "winning_lineup_id": [ - 5018 + 5026 ] } ], @@ -147401,7 +147849,7 @@ export default { 83, { "invite_id": [ - 5018, + 5026, "uuid!" ], "type": [ @@ -147414,7 +147862,7 @@ export default { 83, { "draftGameId": [ - 5018, + 5026, "uuid!" ], "steamId": [ @@ -147500,7 +147948,7 @@ export default { 83, { "game_server_node_id": [ - 5018, + 5026, "uuid!" ] } @@ -147521,7 +147969,7 @@ export default { 83, { "game_server_node_id": [ - 5018, + 5026, "uuid!" ] } @@ -147530,7 +147978,7 @@ export default { 83, { "job_id": [ - 5018, + 5026, "uuid!" ] } @@ -147539,7 +147987,7 @@ export default { 83, { "match_map_id": [ - 5018, + 5026, "uuid!" ] } @@ -147548,7 +147996,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -147566,7 +148014,7 @@ export default { 83, { "request_id": [ - 5018, + 5026, "uuid!" ] } @@ -147575,7 +148023,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -147584,7 +148032,7 @@ export default { 83, { "match_map_id": [ - 5018, + 5026, "uuid!" ] } @@ -147631,11 +148079,11 @@ export default { 83, { "proposed_scheduled_at": [ - 4518, + 4526, "timestamptz!" ], "request_id": [ - 5018, + 5026, "uuid!" ] } @@ -147656,7 +148104,7 @@ export default { 40 ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "preset": [ @@ -147691,7 +148139,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -147746,7 +148194,7 @@ export default { 83, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -147755,7 +148203,7 @@ export default { 83, { "clip_id": [ - 5018, + 5026, "uuid!" ] } @@ -147773,7 +148221,7 @@ export default { 83, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -147807,7 +148255,7 @@ export default { 83, { "tournament_id": [ - 5018, + 5026, "uuid!" ] } @@ -147825,11 +148273,11 @@ export default { 100, { "map_id": [ - 5018, + 5026, "uuid!" ], "map_pool_id": [ - 5018, + 5026, "uuid!" ] } @@ -147847,7 +148295,7 @@ export default { 119, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -147865,7 +148313,7 @@ export default { 160, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -147883,7 +148331,7 @@ export default { 188, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -147901,7 +148349,7 @@ export default { 229, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -147919,7 +148367,7 @@ export default { 262, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -147937,7 +148385,7 @@ export default { 314, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -147955,7 +148403,7 @@ export default { 346, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -147973,7 +148421,7 @@ export default { 373, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -147991,7 +148439,7 @@ export default { 418, { "draft_game_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -148013,7 +148461,7 @@ export default { 463, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -148841,11 +149289,11 @@ export default { 1430, { "event_id": [ - 5018, + 5026, "uuid!" ], "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -148863,7 +149311,7 @@ export default { 1448, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -148881,7 +149329,7 @@ export default { 1470, { "media_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -148903,7 +149351,7 @@ export default { 1531, { "event_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -148925,7 +149373,7 @@ export default { 1572, { "event_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -148947,11 +149395,11 @@ export default { 1613, { "event_id": [ - 5018, + 5026, "uuid!" ], "team_id": [ - 5018, + 5026, "uuid!" ] } @@ -148969,11 +149417,11 @@ export default { 1637, { "event_id": [ - 5018, + 5026, "uuid!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } @@ -148991,7 +149439,7 @@ export default { 1661, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149067,7 +149515,7 @@ export default { 1802, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149094,7 +149542,7 @@ export default { 1869, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149112,7 +149560,7 @@ export default { 1897, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149130,7 +149578,7 @@ export default { 1938, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149148,7 +149596,7 @@ export default { 1979, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149166,7 +149614,7 @@ export default { 2020, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149184,7 +149632,7 @@ export default { 2045, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149202,7 +149650,7 @@ export default { 2078, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149220,7 +149668,7 @@ export default { 2119, { "league_team_season_id": [ - 5018, + 5026, "uuid!" ], "player_steam_id": [ @@ -149242,7 +149690,7 @@ export default { 2160, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149260,7 +149708,7 @@ export default { 2202, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149278,7 +149726,7 @@ export default { 2221, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149296,7 +149744,7 @@ export default { 2240, { "lobby_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -149318,7 +149766,7 @@ export default { 2285, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149336,7 +149784,7 @@ export default { 2304, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149354,7 +149802,7 @@ export default { 2333, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149372,7 +149820,7 @@ export default { 2375, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149390,7 +149838,7 @@ export default { 2421, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149408,7 +149856,7 @@ export default { 2466, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149426,7 +149874,7 @@ export default { 2508, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -149444,16 +149892,16 @@ export default { 2559, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_match_map_veto_picks": [ - 2614, + 2616, { "where": [ - 2607, + 2609, "match_map_veto_picks_bool_exp!" ] } @@ -149462,94 +149910,94 @@ export default { 2600, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_match_maps": [ - 2641, + 2645, { "where": [ - 2633, + 2637, "match_maps_bool_exp!" ] } ], "delete_match_maps_by_pk": [ - 2624, + 2628, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_match_options": [ - 2676, + 2680, { "where": [ - 2670, + 2674, "match_options_bool_exp!" ] } ], "delete_match_options_by_pk": [ - 2666, + 2670, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_match_region_veto_picks": [ - 2708, + 2714, { "where": [ - 2701, + 2707, "match_region_veto_picks_bool_exp!" ] } ], "delete_match_region_veto_picks_by_pk": [ - 2694, + 2698, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_match_streams": [ - 2741, + 2749, { "where": [ - 2730, + 2738, "match_streams_bool_exp!" ] } ], "delete_match_streams_by_pk": [ - 2718, + 2726, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_match_type_cfgs": [ - 2776, + 2784, { "where": [ - 2771, + 2779, "match_type_cfgs_bool_exp!" ] } ], "delete_match_type_cfgs_by_pk": [ - 2768, + 2776, { "type": [ 740, @@ -149558,34 +150006,34 @@ export default { } ], "delete_matches": [ - 2803, + 2811, { "where": [ - 2795, + 2803, "matches_bool_exp!" ] } ], "delete_matches_by_pk": [ - 2786, + 2794, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_migration_hashes_hashes": [ - 2836, + 2844, { "where": [ - 2831, + 2839, "migration_hashes_hashes_bool_exp!" ] } ], "delete_migration_hashes_hashes_by_pk": [ - 2828, + 2836, { "name": [ 80, @@ -149594,126 +150042,126 @@ export default { } ], "delete_my_friends": [ - 2868, + 2876, { "where": [ - 2858, + 2866, "my_friends_bool_exp!" ] } ], "delete_news_articles": [ - 2902, + 2910, { "where": [ - 2896, + 2904, "news_articles_bool_exp!" ] } ], "delete_news_articles_by_pk": [ - 2892, + 2900, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_notifications": [ - 2942, + 2950, { "where": [ - 2931, + 2939, "notifications_bool_exp!" ] } ], "delete_notifications_by_pk": [ - 2919, + 2927, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_pending_match_import_players": [ - 2989, + 2997, { "where": [ - 2981, + 2989, "pending_match_import_players_bool_exp!" ] } ], "delete_pending_match_import_players_by_pk": [ - 2972, + 2980, { "steam_id": [ 257, "bigint!" ], "valve_match_id": [ - 2969, + 2977, "numeric!" ] } ], "delete_pending_match_imports": [ - 3023, + 3031, { "where": [ - 3017, + 3025, "pending_match_imports_bool_exp!" ] } ], "delete_pending_match_imports_by_pk": [ - 3013, + 3021, { "valve_match_id": [ - 2969, + 2977, "numeric!" ] } ], "delete_player_aim_stats_demo": [ - 3051, + 3059, { "where": [ - 3045, + 3053, "player_aim_stats_demo_bool_exp!" ] } ], "delete_player_aim_stats_demo_by_pk": [ - 3041, + 3049, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ] } ], "delete_player_aim_weapon_stats": [ - 3085, + 3093, { "where": [ - 3077, + 3085, "player_aim_weapon_stats_bool_exp!" ] } ], "delete_player_aim_weapon_stats_by_pk": [ - 3068, + 3076, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -149727,16 +150175,16 @@ export default { } ], "delete_player_assists": [ - 3128, + 3136, { "where": [ - 3120, + 3128, "player_assists_bool_exp!" ] } ], "delete_player_assists_by_pk": [ - 3109, + 3117, { "attacked_steam_id": [ 257, @@ -149747,55 +150195,55 @@ export default { "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "delete_player_damages": [ - 3189, + 3197, { "where": [ - 3181, + 3189, "player_damages_bool_exp!" ] } ], "delete_player_damages_by_pk": [ - 3172, + 3180, { "id": [ - 5018, + 5026, "uuid!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "delete_player_elo": [ - 3223, + 3231, { "where": [ - 3217, + 3225, "player_elo_bool_exp!" ] } ], "delete_player_elo_by_pk": [ - 3213, + 3221, { "match_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -149809,34 +150257,34 @@ export default { } ], "delete_player_faceit_rank_history": [ - 3257, + 3265, { "where": [ - 3249, + 3257, "player_faceit_rank_history_bool_exp!" ] } ], "delete_player_faceit_rank_history_by_pk": [ - 3240, + 3248, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_player_flashes": [ - 3300, + 3308, { "where": [ - 3292, + 3300, "player_flashes_bool_exp!" ] } ], "delete_player_flashes_by_pk": [ - 3281, + 3289, { "attacked_steam_id": [ 257, @@ -149847,26 +150295,26 @@ export default { "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "delete_player_kills": [ - 3386, + 3394, { "where": [ - 3337, + 3345, "player_kills_bool_exp!" ] } ], "delete_player_kills_by_pk": [ - 3326, + 3334, { "attacked_steam_id": [ 257, @@ -149877,26 +150325,26 @@ export default { "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "delete_player_kills_by_weapon": [ - 3355, + 3363, { "where": [ - 3347, + 3355, "player_kills_by_weapon_bool_exp!" ] } ], "delete_player_kills_by_weapon_by_pk": [ - 3338, + 3346, { "player_steam_id": [ 257, @@ -149909,28 +150357,28 @@ export default { } ], "delete_player_leaderboard_rank": [ - 3421, + 3429, { "where": [ - 3416, + 3424, "player_leaderboard_rank_bool_exp!" ] } ], "delete_player_match_map_stats": [ - 3452, + 3460, { "where": [ - 3444, + 3452, "player_match_map_stats_bool_exp!" ] } ], "delete_player_match_map_stats_by_pk": [ - 3435, + 3443, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -149940,19 +150388,19 @@ export default { } ], "delete_player_objectives": [ - 3544, + 3552, { "where": [ - 3536, + 3544, "player_objectives_bool_exp!" ] } ], "delete_player_objectives_by_pk": [ - 3527, + 3535, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "player_steam_id": [ @@ -149960,84 +150408,84 @@ export default { "bigint!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "delete_player_premier_rank_history": [ - 3603, + 3611, { "where": [ - 3595, + 3603, "player_premier_rank_history_bool_exp!" ] } ], "delete_player_premier_rank_history_by_pk": [ - 3586, + 3594, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_player_sanctions": [ - 3644, + 3652, { "where": [ - 3636, + 3644, "player_sanctions_bool_exp!" ] } ], "delete_player_sanctions_by_pk": [ - 3627, + 3635, { "created_at": [ - 4518, + 4526, "timestamptz!" ], "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_player_season_stats": [ - 3695, + 3703, { "where": [ - 3687, + 3695, "player_season_stats_bool_exp!" ] } ], "delete_player_season_stats_by_pk": [ - 3668, + 3676, { "player_steam_id": [ 257, "bigint!" ], "season_id": [ - 5018, + 5026, "uuid!" ] } ], "delete_player_stats": [ - 3737, + 3745, { "where": [ - 3731, + 3739, "player_stats_bool_exp!" ] } ], "delete_player_stats_by_pk": [ - 3727, + 3735, { "player_steam_id": [ 257, @@ -150046,16 +150494,16 @@ export default { } ], "delete_player_steam_bot_friend": [ - 3769, + 3777, { "where": [ - 3760, + 3768, "player_steam_bot_friend_bool_exp!" ] } ], "delete_player_steam_bot_friend_by_pk": [ - 3755, + 3763, { "steam_id": [ 257, @@ -150064,16 +150512,16 @@ export default { } ], "delete_player_steam_match_auth": [ - 3797, + 3805, { "where": [ - 3791, + 3799, "player_steam_match_auth_bool_exp!" ] } ], "delete_player_steam_match_auth_by_pk": [ - 3787, + 3795, { "steam_id": [ 257, @@ -150082,19 +150530,19 @@ export default { } ], "delete_player_unused_utility": [ - 3831, + 3839, { "where": [ - 3823, + 3831, "player_unused_utility_bool_exp!" ] } ], "delete_player_unused_utility_by_pk": [ - 3814, + 3822, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "player_steam_id": [ @@ -150104,42 +150552,42 @@ export default { } ], "delete_player_utility": [ - 3872, + 3880, { "where": [ - 3864, + 3872, "player_utility_bool_exp!" ] } ], "delete_player_utility_by_pk": [ - 3855, + 3863, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "delete_players": [ - 3939, + 3947, { "where": [ - 3933, + 3941, "players_bool_exp!" ] } ], "delete_players_by_pk": [ - 3929, + 3937, { "steam_id": [ 257, @@ -150148,16 +150596,16 @@ export default { } ], "delete_plugin_versions": [ - 3967, + 3975, { "where": [ - 3961, + 3969, "plugin_versions_bool_exp!" ] } ], "delete_plugin_versions_by_pk": [ - 3957, + 3965, { "runtime": [ 1110, @@ -150170,34 +150618,34 @@ export default { } ], "delete_seasons": [ - 3998, + 4006, { "where": [ - 3992, + 4000, "seasons_bool_exp!" ] } ], "delete_seasons_by_pk": [ - 3988, + 3996, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_server_regions": [ - 4025, + 4033, { "where": [ - 4020, + 4028, "server_regions_bool_exp!" ] } ], "delete_server_regions_by_pk": [ - 4016, + 4024, { "value": [ 80, @@ -150206,34 +150654,34 @@ export default { } ], "delete_servers": [ - 4062, + 4070, { "where": [ - 4054, + 4062, "servers_bool_exp!" ] } ], "delete_servers_by_pk": [ - 4043, + 4051, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_settings": [ - 4097, + 4105, { "where": [ - 4092, + 4100, "settings_bool_exp!" ] } ], "delete_settings_by_pk": [ - 4089, + 4097, { "name": [ 80, @@ -150242,511 +150690,511 @@ export default { } ], "delete_steam_account_claims": [ - 4123, + 4131, { "where": [ - 4116, + 4124, "steam_account_claims_bool_exp!" ] } ], "delete_steam_account_claims_by_pk": [ - 4109, + 4117, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_steam_accounts": [ - 4143, + 4151, { "where": [ - 4137, + 4145, "steam_accounts_bool_exp!" ] } ], "delete_steam_accounts_by_pk": [ - 4133, + 4141, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_system_alerts": [ - 4171, + 4179, { "where": [ - 4165, + 4173, "system_alerts_bool_exp!" ] } ], "delete_system_alerts_by_pk": [ - 4161, + 4169, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_team_invites": [ - 4205, + 4213, { "where": [ - 4197, + 4205, "team_invites_bool_exp!" ] } ], "delete_team_invites_by_pk": [ - 4188, + 4196, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_team_roster": [ - 4248, + 4256, { "where": [ - 4240, + 4248, "team_roster_bool_exp!" ] } ], "delete_team_roster_by_pk": [ - 4229, + 4237, { "player_steam_id": [ 257, "bigint!" ], "team_id": [ - 5018, + 5026, "uuid!" ] } ], "delete_team_scrim_alerts": [ - 4284, + 4292, { "where": [ - 4278, + 4286, "team_scrim_alerts_bool_exp!" ] } ], "delete_team_scrim_alerts_by_pk": [ - 4274, + 4282, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_team_scrim_availability": [ - 4317, + 4325, { "where": [ - 4310, + 4318, "team_scrim_availability_bool_exp!" ] } ], "delete_team_scrim_availability_by_pk": [ - 4301, + 4309, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_team_scrim_request_proposals": [ - 4346, + 4354, { "where": [ - 4338, + 4346, "team_scrim_request_proposals_bool_exp!" ] } ], "delete_team_scrim_request_proposals_by_pk": [ - 4329, + 4337, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_team_scrim_requests": [ - 4389, + 4397, { "where": [ - 4381, + 4389, "team_scrim_requests_bool_exp!" ] } ], "delete_team_scrim_requests_by_pk": [ - 4370, + 4378, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_team_scrim_settings": [ - 4426, + 4434, { "where": [ - 4420, + 4428, "team_scrim_settings_bool_exp!" ] } ], "delete_team_scrim_settings_by_pk": [ - 4416, + 4424, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_team_suggestions": [ - 4454, + 4462, { "where": [ - 4448, + 4456, "team_suggestions_bool_exp!" ] } ], "delete_team_suggestions_by_pk": [ - 4444, + 4452, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_teams": [ - 4490, + 4498, { "where": [ - 4482, + 4490, "teams_bool_exp!" ] } ], "delete_teams_by_pk": [ - 4471, + 4479, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournament_awards": [ - 4537, + 4545, { "where": [ - 4529, + 4537, "tournament_awards_bool_exp!" ] } ], "delete_tournament_awards_by_pk": [ - 4520, + 4528, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournament_brackets": [ - 4581, + 4589, { "where": [ - 4573, + 4581, "tournament_brackets_bool_exp!" ] } ], "delete_tournament_brackets_by_pk": [ - 4562, + 4570, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournament_categories": [ - 4622, + 4630, { "where": [ - 4615, + 4623, "tournament_categories_bool_exp!" ] } ], "delete_tournament_categories_by_pk": [ - 4608, + 4616, { "category": [ 1312, "e_tournament_categories_enum!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournament_organizer_teams": [ - 4646, + 4654, { "where": [ - 4639, + 4647, "tournament_organizer_teams_bool_exp!" ] } ], "delete_tournament_organizer_teams_by_pk": [ - 4632, + 4640, { "team_id": [ - 5018, + 5026, "uuid!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournament_organizers": [ - 4673, + 4681, { "where": [ - 4665, + 4673, "tournament_organizers_bool_exp!" ] } ], "delete_tournament_organizers_by_pk": [ - 4656, + 4664, { "steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournament_prizes": [ - 4714, + 4722, { "where": [ - 4706, + 4714, "tournament_prizes_bool_exp!" ] } ], "delete_tournament_prizes_by_pk": [ - 4697, + 4705, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournament_stage_windows": [ - 4755, + 4763, { "where": [ - 4747, + 4755, "tournament_stage_windows_bool_exp!" ] } ], "delete_tournament_stage_windows_by_pk": [ - 4738, + 4746, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournament_stages": [ - 4802, + 4810, { "where": [ - 4791, + 4799, "tournament_stages_bool_exp!" ] } ], "delete_tournament_stages_by_pk": [ - 4779, + 4787, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournament_team_invites": [ - 4847, + 4855, { "where": [ - 4839, + 4847, "tournament_team_invites_bool_exp!" ] } ], "delete_tournament_team_invites_by_pk": [ - 4830, + 4838, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournament_team_roster": [ - 4888, + 4896, { "where": [ - 4880, + 4888, "tournament_team_roster_bool_exp!" ] } ], "delete_tournament_team_roster_by_pk": [ - 4871, + 4879, { "player_steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournament_teams": [ - 4929, + 4937, { "where": [ - 4921, + 4929, "tournament_teams_bool_exp!" ] } ], "delete_tournament_teams_by_pk": [ - 4912, + 4920, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_tournaments": [ - 4983, + 4991, { "where": [ - 4975, + 4983, "tournaments_bool_exp!" ] } ], "delete_tournaments_by_pk": [ - 4954, + 4962, { "id": [ - 5018, + 5026, "uuid!" ] } ], "delete_v_match_captains": [ - 5183, + 5191, { "where": [ - 5178, + 5186, "v_match_captains_bool_exp!" ] } ], "delete_v_match_map_backup_rounds": [ - 5294, + 5302, { "where": [ - 5289, + 5297, "v_match_map_backup_rounds_bool_exp!" ] } ], "delete_v_player_match_map_hltv": [ - 5516, + 5524, { "where": [ - 5509, + 5517, "v_player_match_map_hltv_bool_exp!" ] } ], "delete_v_pool_maps": [ - 5693, + 5701, { "where": [ - 5687, + 5695, "v_pool_maps_bool_exp!" ] } ], "delete_v_team_stage_results": [ - 5787, + 5795, { "where": [ - 5779, + 5787, "v_team_stage_results_bool_exp!" ] } ], "delete_v_team_stage_results_by_pk": [ - 5760, + 5768, { "tournament_stage_id": [ - 5018, + 5026, "uuid!" ], "tournament_team_id": [ - 5018, + 5026, "uuid!" ] } @@ -150755,7 +151203,7 @@ export default { 83, { "invite_id": [ - 5018, + 5026, "uuid!" ], "type": [ @@ -150764,15 +151212,28 @@ export default { ] } ], + "denyNameChange": [ + 83, + { + "name": [ + 80, + "String!" + ], + "steam_id": [ + 257, + "bigint!" + ] + } + ], "forfeitMatch": [ 83, { "match_id": [ - 5018, + 5026, "uuid!" ], "winning_lineup_id": [ - 5018, + 5026, "uuid!" ] } @@ -150781,7 +151242,7 @@ export default { 45, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -150793,14 +151254,14 @@ export default { 4, { "award_id": [ - 5018, + 5026, "uuid!" ], "event_id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "note": [ 80 @@ -150809,13 +151270,13 @@ export default { 80 ], "season_id": [ - 5018 + 5026 ], "team_id": [ - 5018 + 5026 ], "tournament_id": [ - 5018 + 5026 ] } ], @@ -152950,14 +153411,14 @@ export default { } ], "insert_match_map_veto_picks": [ - 2614, + 2616, { "objects": [ - 2609, + 2611, "[match_map_veto_picks_insert_input!]!" ], "on_conflict": [ - 2615 + 2617 ] } ], @@ -152965,1583 +153426,1583 @@ export default { 2600, { "object": [ - 2609, + 2611, "match_map_veto_picks_insert_input!" ], "on_conflict": [ - 2615 + 2617 ] } ], "insert_match_maps": [ - 2641, + 2645, { "objects": [ - 2636, + 2640, "[match_maps_insert_input!]!" ], "on_conflict": [ - 2643 + 2647 ] } ], "insert_match_maps_one": [ - 2624, + 2628, { "object": [ - 2636, + 2640, "match_maps_insert_input!" ], "on_conflict": [ - 2643 + 2647 ] } ], "insert_match_options": [ - 2676, + 2680, { "objects": [ - 2673, + 2677, "[match_options_insert_input!]!" ], "on_conflict": [ - 2678 + 2682 ] } ], "insert_match_options_one": [ - 2666, + 2670, { "object": [ - 2673, + 2677, "match_options_insert_input!" ], "on_conflict": [ - 2678 + 2682 ] } ], "insert_match_region_veto_picks": [ - 2708, + 2714, { "objects": [ - 2703, + 2709, "[match_region_veto_picks_insert_input!]!" ], "on_conflict": [ - 2709 + 2715 ] } ], "insert_match_region_veto_picks_one": [ - 2694, + 2698, { "object": [ - 2703, + 2709, "match_region_veto_picks_insert_input!" ], "on_conflict": [ - 2709 + 2715 ] } ], "insert_match_streams": [ - 2741, + 2749, { "objects": [ - 2736, + 2744, "[match_streams_insert_input!]!" ], "on_conflict": [ - 2742 + 2750 ] } ], "insert_match_streams_one": [ - 2718, + 2726, { "object": [ - 2736, + 2744, "match_streams_insert_input!" ], "on_conflict": [ - 2742 + 2750 ] } ], "insert_match_type_cfgs": [ - 2776, + 2784, { "objects": [ - 2773, + 2781, "[match_type_cfgs_insert_input!]!" ], "on_conflict": [ - 2777 + 2785 ] } ], "insert_match_type_cfgs_one": [ - 2768, + 2776, { "object": [ - 2773, + 2781, "match_type_cfgs_insert_input!" ], "on_conflict": [ - 2777 + 2785 ] } ], "insert_matches": [ - 2803, + 2811, { "objects": [ - 2798, + 2806, "[matches_insert_input!]!" ], "on_conflict": [ - 2805 + 2813 ] } ], "insert_matches_one": [ - 2786, + 2794, { "object": [ - 2798, + 2806, "matches_insert_input!" ], "on_conflict": [ - 2805 + 2813 ] } ], "insert_migration_hashes_hashes": [ - 2836, + 2844, { "objects": [ - 2833, + 2841, "[migration_hashes_hashes_insert_input!]!" ], "on_conflict": [ - 2837 + 2845 ] } ], "insert_migration_hashes_hashes_one": [ - 2828, + 2836, { "object": [ - 2833, + 2841, "migration_hashes_hashes_insert_input!" ], "on_conflict": [ - 2837 + 2845 ] } ], "insert_my_friends": [ - 2868, + 2876, { "objects": [ - 2863, + 2871, "[my_friends_insert_input!]!" ] } ], "insert_my_friends_one": [ - 2846, + 2854, { "object": [ - 2863, + 2871, "my_friends_insert_input!" ] } ], "insert_news_articles": [ - 2902, + 2910, { "objects": [ - 2899, + 2907, "[news_articles_insert_input!]!" ], "on_conflict": [ - 2903 + 2911 ] } ], "insert_news_articles_one": [ - 2892, + 2900, { "object": [ - 2899, + 2907, "news_articles_insert_input!" ], "on_conflict": [ - 2903 + 2911 ] } ], "insert_notifications": [ - 2942, + 2950, { "objects": [ - 2937, + 2945, "[notifications_insert_input!]!" ], "on_conflict": [ - 2943 + 2951 ] } ], "insert_notifications_one": [ - 2919, + 2927, { "object": [ - 2937, + 2945, "notifications_insert_input!" ], "on_conflict": [ - 2943 + 2951 ] } ], "insert_pending_match_import_players": [ - 2989, + 2997, { "objects": [ - 2984, + 2992, "[pending_match_import_players_insert_input!]!" ], "on_conflict": [ - 2990 + 2998 ] } ], "insert_pending_match_import_players_one": [ - 2972, + 2980, { "object": [ - 2984, + 2992, "pending_match_import_players_insert_input!" ], "on_conflict": [ - 2990 + 2998 ] } ], "insert_pending_match_imports": [ - 3023, + 3031, { "objects": [ - 3020, + 3028, "[pending_match_imports_insert_input!]!" ], "on_conflict": [ - 3025 + 3033 ] } ], "insert_pending_match_imports_one": [ - 3013, + 3021, { "object": [ - 3020, + 3028, "pending_match_imports_insert_input!" ], "on_conflict": [ - 3025 + 3033 ] } ], "insert_player_aim_stats_demo": [ - 3051, + 3059, { "objects": [ - 3048, + 3056, "[player_aim_stats_demo_insert_input!]!" ], "on_conflict": [ - 3052 + 3060 ] } ], "insert_player_aim_stats_demo_one": [ - 3041, + 3049, { "object": [ - 3048, + 3056, "player_aim_stats_demo_insert_input!" ], "on_conflict": [ - 3052 + 3060 ] } ], "insert_player_aim_weapon_stats": [ - 3085, + 3093, { "objects": [ - 3080, + 3088, "[player_aim_weapon_stats_insert_input!]!" ], "on_conflict": [ - 3086 + 3094 ] } ], "insert_player_aim_weapon_stats_one": [ - 3068, + 3076, { "object": [ - 3080, + 3088, "player_aim_weapon_stats_insert_input!" ], "on_conflict": [ - 3086 + 3094 ] } ], "insert_player_assists": [ - 3128, + 3136, { "objects": [ - 3123, + 3131, "[player_assists_insert_input!]!" ], "on_conflict": [ - 3129 + 3137 ] } ], "insert_player_assists_one": [ - 3109, + 3117, { "object": [ - 3123, + 3131, "player_assists_insert_input!" ], "on_conflict": [ - 3129 + 3137 ] } ], "insert_player_damages": [ - 3189, + 3197, { "objects": [ - 3184, + 3192, "[player_damages_insert_input!]!" ], "on_conflict": [ - 3190 + 3198 ] } ], "insert_player_damages_one": [ - 3172, + 3180, { "object": [ - 3184, + 3192, "player_damages_insert_input!" ], "on_conflict": [ - 3190 + 3198 ] } ], "insert_player_elo": [ - 3223, + 3231, { "objects": [ - 3220, + 3228, "[player_elo_insert_input!]!" ], "on_conflict": [ - 3224 + 3232 ] } ], "insert_player_elo_one": [ - 3213, + 3221, { "object": [ - 3220, + 3228, "player_elo_insert_input!" ], "on_conflict": [ - 3224 + 3232 ] } ], "insert_player_faceit_rank_history": [ - 3257, + 3265, { "objects": [ - 3252, + 3260, "[player_faceit_rank_history_insert_input!]!" ], "on_conflict": [ - 3258 + 3266 ] } ], "insert_player_faceit_rank_history_one": [ - 3240, + 3248, { "object": [ - 3252, + 3260, "player_faceit_rank_history_insert_input!" ], "on_conflict": [ - 3258 + 3266 ] } ], "insert_player_flashes": [ - 3300, + 3308, { "objects": [ - 3295, + 3303, "[player_flashes_insert_input!]!" ], "on_conflict": [ - 3301 + 3309 ] } ], "insert_player_flashes_one": [ - 3281, + 3289, { "object": [ - 3295, + 3303, "player_flashes_insert_input!" ], "on_conflict": [ - 3301 + 3309 ] } ], "insert_player_kills": [ - 3386, + 3394, { "objects": [ - 3381, + 3389, "[player_kills_insert_input!]!" ], "on_conflict": [ - 3387 + 3395 ] } ], "insert_player_kills_by_weapon": [ - 3355, + 3363, { "objects": [ - 3350, + 3358, "[player_kills_by_weapon_insert_input!]!" ], "on_conflict": [ - 3356 + 3364 ] } ], "insert_player_kills_by_weapon_one": [ - 3338, + 3346, { "object": [ - 3350, + 3358, "player_kills_by_weapon_insert_input!" ], "on_conflict": [ - 3356 + 3364 ] } ], "insert_player_kills_one": [ - 3326, + 3334, { "object": [ - 3381, + 3389, "player_kills_insert_input!" ], "on_conflict": [ - 3387 + 3395 ] } ], "insert_player_leaderboard_rank": [ - 3421, + 3429, { "objects": [ - 3418, + 3426, "[player_leaderboard_rank_insert_input!]!" ] } ], "insert_player_leaderboard_rank_one": [ - 3412, + 3420, { "object": [ - 3418, + 3426, "player_leaderboard_rank_insert_input!" ] } ], "insert_player_match_map_stats": [ - 3452, + 3460, { "objects": [ - 3447, + 3455, "[player_match_map_stats_insert_input!]!" ], "on_conflict": [ - 3453 + 3461 ] } ], "insert_player_match_map_stats_one": [ - 3435, + 3443, { "object": [ - 3447, + 3455, "player_match_map_stats_insert_input!" ], "on_conflict": [ - 3453 + 3461 ] } ], "insert_player_objectives": [ - 3544, + 3552, { "objects": [ - 3539, + 3547, "[player_objectives_insert_input!]!" ], "on_conflict": [ - 3545 + 3553 ] } ], "insert_player_objectives_one": [ - 3527, + 3535, { "object": [ - 3539, + 3547, "player_objectives_insert_input!" ], "on_conflict": [ - 3545 + 3553 ] } ], "insert_player_premier_rank_history": [ - 3603, + 3611, { "objects": [ - 3598, + 3606, "[player_premier_rank_history_insert_input!]!" ], "on_conflict": [ - 3604 + 3612 ] } ], "insert_player_premier_rank_history_one": [ - 3586, + 3594, { "object": [ - 3598, + 3606, "player_premier_rank_history_insert_input!" ], "on_conflict": [ - 3604 + 3612 ] } ], "insert_player_sanctions": [ - 3644, + 3652, { "objects": [ - 3639, + 3647, "[player_sanctions_insert_input!]!" ], "on_conflict": [ - 3645 + 3653 ] } ], "insert_player_sanctions_one": [ - 3627, + 3635, { "object": [ - 3639, + 3647, "player_sanctions_insert_input!" ], "on_conflict": [ - 3645 + 3653 ] } ], "insert_player_season_stats": [ - 3695, + 3703, { "objects": [ - 3690, + 3698, "[player_season_stats_insert_input!]!" ], "on_conflict": [ - 3696 + 3704 ] } ], "insert_player_season_stats_one": [ - 3668, + 3676, { "object": [ - 3690, + 3698, "player_season_stats_insert_input!" ], "on_conflict": [ - 3696 + 3704 ] } ], "insert_player_stats": [ - 3737, + 3745, { "objects": [ - 3734, + 3742, "[player_stats_insert_input!]!" ], "on_conflict": [ - 3739 + 3747 ] } ], "insert_player_stats_one": [ - 3727, + 3735, { "object": [ - 3734, + 3742, "player_stats_insert_input!" ], "on_conflict": [ - 3739 + 3747 ] } ], "insert_player_steam_bot_friend": [ - 3769, + 3777, { "objects": [ - 3766, + 3774, "[player_steam_bot_friend_insert_input!]!" ], "on_conflict": [ - 3770 + 3778 ] } ], "insert_player_steam_bot_friend_one": [ - 3755, + 3763, { "object": [ - 3766, + 3774, "player_steam_bot_friend_insert_input!" ], "on_conflict": [ - 3770 + 3778 ] } ], "insert_player_steam_match_auth": [ - 3797, + 3805, { "objects": [ - 3794, + 3802, "[player_steam_match_auth_insert_input!]!" ], "on_conflict": [ - 3798 + 3806 ] } ], "insert_player_steam_match_auth_one": [ - 3787, + 3795, { "object": [ - 3794, + 3802, "player_steam_match_auth_insert_input!" ], "on_conflict": [ - 3798 + 3806 ] } ], "insert_player_unused_utility": [ - 3831, + 3839, { "objects": [ - 3826, + 3834, "[player_unused_utility_insert_input!]!" ], "on_conflict": [ - 3832 + 3840 ] } ], "insert_player_unused_utility_one": [ - 3814, + 3822, { "object": [ - 3826, + 3834, "player_unused_utility_insert_input!" ], "on_conflict": [ - 3832 + 3840 ] } ], "insert_player_utility": [ - 3872, + 3880, { "objects": [ - 3867, + 3875, "[player_utility_insert_input!]!" ], "on_conflict": [ - 3873 + 3881 ] } ], "insert_player_utility_one": [ - 3855, + 3863, { "object": [ - 3867, + 3875, "player_utility_insert_input!" ], "on_conflict": [ - 3873 + 3881 ] } ], "insert_players": [ - 3939, + 3947, { "objects": [ - 3936, + 3944, "[players_insert_input!]!" ], "on_conflict": [ - 3941 + 3949 ] } ], "insert_players_one": [ - 3929, + 3937, { "object": [ - 3936, + 3944, "players_insert_input!" ], "on_conflict": [ - 3941 + 3949 ] } ], "insert_plugin_versions": [ - 3967, + 3975, { "objects": [ - 3964, + 3972, "[plugin_versions_insert_input!]!" ], "on_conflict": [ - 3968 + 3976 ] } ], "insert_plugin_versions_one": [ - 3957, + 3965, { "object": [ - 3964, + 3972, "plugin_versions_insert_input!" ], "on_conflict": [ - 3968 + 3976 ] } ], "insert_seasons": [ - 3998, + 4006, { "objects": [ - 3995, + 4003, "[seasons_insert_input!]!" ], "on_conflict": [ - 4000 + 4008 ] } ], "insert_seasons_one": [ - 3988, + 3996, { "object": [ - 3995, + 4003, "seasons_insert_input!" ], "on_conflict": [ - 4000 + 4008 ] } ], "insert_server_regions": [ - 4025, + 4033, { "objects": [ - 4022, + 4030, "[server_regions_insert_input!]!" ], "on_conflict": [ - 4027 + 4035 ] } ], "insert_server_regions_one": [ - 4016, + 4024, { "object": [ - 4022, + 4030, "server_regions_insert_input!" ], "on_conflict": [ - 4027 + 4035 ] } ], "insert_servers": [ - 4062, + 4070, { "objects": [ - 4057, + 4065, "[servers_insert_input!]!" ], "on_conflict": [ - 4064 + 4072 ] } ], "insert_servers_one": [ - 4043, + 4051, { "object": [ - 4057, + 4065, "servers_insert_input!" ], "on_conflict": [ - 4064 + 4072 ] } ], "insert_settings": [ - 4097, + 4105, { "objects": [ - 4094, + 4102, "[settings_insert_input!]!" ], "on_conflict": [ - 4098 + 4106 ] } ], "insert_settings_one": [ - 4089, + 4097, { "object": [ - 4094, + 4102, "settings_insert_input!" ], "on_conflict": [ - 4098 + 4106 ] } ], "insert_steam_account_claims": [ - 4123, + 4131, { "objects": [ - 4118, + 4126, "[steam_account_claims_insert_input!]!" ], "on_conflict": [ - 4124 + 4132 ] } ], "insert_steam_account_claims_one": [ - 4109, + 4117, { "object": [ - 4118, + 4126, "steam_account_claims_insert_input!" ], "on_conflict": [ - 4124 + 4132 ] } ], "insert_steam_accounts": [ - 4143, + 4151, { "objects": [ - 4140, + 4148, "[steam_accounts_insert_input!]!" ], "on_conflict": [ - 4145 + 4153 ] } ], "insert_steam_accounts_one": [ - 4133, + 4141, { "object": [ - 4140, + 4148, "steam_accounts_insert_input!" ], "on_conflict": [ - 4145 + 4153 ] } ], "insert_system_alerts": [ - 4171, + 4179, { "objects": [ - 4168, + 4176, "[system_alerts_insert_input!]!" ], "on_conflict": [ - 4172 + 4180 ] } ], "insert_system_alerts_one": [ - 4161, + 4169, { "object": [ - 4168, + 4176, "system_alerts_insert_input!" ], "on_conflict": [ - 4172 + 4180 ] } ], "insert_team_invites": [ - 4205, + 4213, { "objects": [ - 4200, + 4208, "[team_invites_insert_input!]!" ], "on_conflict": [ - 4206 + 4214 ] } ], "insert_team_invites_one": [ - 4188, + 4196, { "object": [ - 4200, + 4208, "team_invites_insert_input!" ], "on_conflict": [ - 4206 + 4214 ] } ], "insert_team_roster": [ - 4248, + 4256, { "objects": [ - 4243, + 4251, "[team_roster_insert_input!]!" ], "on_conflict": [ - 4249 + 4257 ] } ], "insert_team_roster_one": [ - 4229, + 4237, { "object": [ - 4243, + 4251, "team_roster_insert_input!" ], "on_conflict": [ - 4249 + 4257 ] } ], "insert_team_scrim_alerts": [ - 4284, + 4292, { "objects": [ - 4281, + 4289, "[team_scrim_alerts_insert_input!]!" ], "on_conflict": [ - 4285 + 4293 ] } ], "insert_team_scrim_alerts_one": [ - 4274, + 4282, { "object": [ - 4281, + 4289, "team_scrim_alerts_insert_input!" ], "on_conflict": [ - 4285 + 4293 ] } ], "insert_team_scrim_availability": [ - 4317, + 4325, { "objects": [ - 4312, + 4320, "[team_scrim_availability_insert_input!]!" ], "on_conflict": [ - 4318 + 4326 ] } ], "insert_team_scrim_availability_one": [ - 4301, + 4309, { "object": [ - 4312, + 4320, "team_scrim_availability_insert_input!" ], "on_conflict": [ - 4318 + 4326 ] } ], "insert_team_scrim_request_proposals": [ - 4346, + 4354, { "objects": [ - 4341, + 4349, "[team_scrim_request_proposals_insert_input!]!" ], "on_conflict": [ - 4347 + 4355 ] } ], "insert_team_scrim_request_proposals_one": [ - 4329, + 4337, { "object": [ - 4341, + 4349, "team_scrim_request_proposals_insert_input!" ], "on_conflict": [ - 4347 + 4355 ] } ], "insert_team_scrim_requests": [ - 4389, + 4397, { "objects": [ - 4384, + 4392, "[team_scrim_requests_insert_input!]!" ], "on_conflict": [ - 4391 + 4399 ] } ], "insert_team_scrim_requests_one": [ - 4370, + 4378, { "object": [ - 4384, + 4392, "team_scrim_requests_insert_input!" ], "on_conflict": [ - 4391 + 4399 ] } ], "insert_team_scrim_settings": [ - 4426, + 4434, { "objects": [ - 4423, + 4431, "[team_scrim_settings_insert_input!]!" ], "on_conflict": [ - 4428 + 4436 ] } ], "insert_team_scrim_settings_one": [ - 4416, + 4424, { "object": [ - 4423, + 4431, "team_scrim_settings_insert_input!" ], "on_conflict": [ - 4428 + 4436 ] } ], "insert_team_suggestions": [ - 4454, + 4462, { "objects": [ - 4451, + 4459, "[team_suggestions_insert_input!]!" ], "on_conflict": [ - 4455 + 4463 ] } ], "insert_team_suggestions_one": [ - 4444, + 4452, { "object": [ - 4451, + 4459, "team_suggestions_insert_input!" ], "on_conflict": [ - 4455 + 4463 ] } ], "insert_teams": [ - 4490, + 4498, { "objects": [ - 4485, + 4493, "[teams_insert_input!]!" ], "on_conflict": [ - 4492 + 4500 ] } ], "insert_teams_one": [ - 4471, + 4479, { "object": [ - 4485, + 4493, "teams_insert_input!" ], "on_conflict": [ - 4492 + 4500 ] } ], "insert_tournament_awards": [ - 4537, + 4545, { "objects": [ - 4532, + 4540, "[tournament_awards_insert_input!]!" ], "on_conflict": [ - 4539 + 4547 ] } ], "insert_tournament_awards_one": [ - 4520, + 4528, { "object": [ - 4532, + 4540, "tournament_awards_insert_input!" ], "on_conflict": [ - 4539 + 4547 ] } ], "insert_tournament_brackets": [ - 4581, + 4589, { "objects": [ - 4576, + 4584, "[tournament_brackets_insert_input!]!" ], "on_conflict": [ - 4583 + 4591 ] } ], "insert_tournament_brackets_one": [ - 4562, + 4570, { "object": [ - 4576, + 4584, "tournament_brackets_insert_input!" ], "on_conflict": [ - 4583 + 4591 ] } ], "insert_tournament_categories": [ - 4622, + 4630, { "objects": [ - 4617, + 4625, "[tournament_categories_insert_input!]!" ], "on_conflict": [ - 4623 + 4631 ] } ], "insert_tournament_categories_one": [ - 4608, + 4616, { "object": [ - 4617, + 4625, "tournament_categories_insert_input!" ], "on_conflict": [ - 4623 + 4631 ] } ], "insert_tournament_organizer_teams": [ - 4646, + 4654, { "objects": [ - 4641, + 4649, "[tournament_organizer_teams_insert_input!]!" ], "on_conflict": [ - 4647 + 4655 ] } ], "insert_tournament_organizer_teams_one": [ - 4632, + 4640, { "object": [ - 4641, + 4649, "tournament_organizer_teams_insert_input!" ], "on_conflict": [ - 4647 + 4655 ] } ], "insert_tournament_organizers": [ - 4673, + 4681, { "objects": [ - 4668, + 4676, "[tournament_organizers_insert_input!]!" ], "on_conflict": [ - 4674 + 4682 ] } ], "insert_tournament_organizers_one": [ - 4656, + 4664, { "object": [ - 4668, + 4676, "tournament_organizers_insert_input!" ], "on_conflict": [ - 4674 + 4682 ] } ], "insert_tournament_prizes": [ - 4714, + 4722, { "objects": [ - 4709, + 4717, "[tournament_prizes_insert_input!]!" ], "on_conflict": [ - 4715 + 4723 ] } ], "insert_tournament_prizes_one": [ - 4697, + 4705, { "object": [ - 4709, + 4717, "tournament_prizes_insert_input!" ], "on_conflict": [ - 4715 + 4723 ] } ], "insert_tournament_stage_windows": [ - 4755, + 4763, { "objects": [ - 4750, + 4758, "[tournament_stage_windows_insert_input!]!" ], "on_conflict": [ - 4756 + 4764 ] } ], "insert_tournament_stage_windows_one": [ - 4738, + 4746, { "object": [ - 4750, + 4758, "tournament_stage_windows_insert_input!" ], "on_conflict": [ - 4756 + 4764 ] } ], "insert_tournament_stages": [ - 4802, + 4810, { "objects": [ - 4797, + 4805, "[tournament_stages_insert_input!]!" ], "on_conflict": [ - 4804 + 4812 ] } ], "insert_tournament_stages_one": [ - 4779, + 4787, { "object": [ - 4797, + 4805, "tournament_stages_insert_input!" ], "on_conflict": [ - 4804 + 4812 ] } ], "insert_tournament_team_invites": [ - 4847, + 4855, { "objects": [ - 4842, + 4850, "[tournament_team_invites_insert_input!]!" ], "on_conflict": [ - 4848 + 4856 ] } ], "insert_tournament_team_invites_one": [ - 4830, + 4838, { "object": [ - 4842, + 4850, "tournament_team_invites_insert_input!" ], "on_conflict": [ - 4848 + 4856 ] } ], "insert_tournament_team_roster": [ - 4888, + 4896, { "objects": [ - 4883, + 4891, "[tournament_team_roster_insert_input!]!" ], "on_conflict": [ - 4889 + 4897 ] } ], "insert_tournament_team_roster_one": [ - 4871, + 4879, { "object": [ - 4883, + 4891, "tournament_team_roster_insert_input!" ], "on_conflict": [ - 4889 + 4897 ] } ], "insert_tournament_teams": [ - 4929, + 4937, { "objects": [ - 4924, + 4932, "[tournament_teams_insert_input!]!" ], "on_conflict": [ - 4931 + 4939 ] } ], "insert_tournament_teams_one": [ - 4912, + 4920, { "object": [ - 4924, + 4932, "tournament_teams_insert_input!" ], "on_conflict": [ - 4931 + 4939 ] } ], "insert_tournaments": [ - 4983, + 4991, { "objects": [ - 4978, + 4986, "[tournaments_insert_input!]!" ], "on_conflict": [ - 4985 + 4993 ] } ], "insert_tournaments_one": [ - 4954, + 4962, { "object": [ - 4978, + 4986, "tournaments_insert_input!" ], "on_conflict": [ - 4985 + 4993 ] } ], "insert_v_match_captains": [ - 5183, + 5191, { "objects": [ - 5180, + 5188, "[v_match_captains_insert_input!]!" ] } ], "insert_v_match_captains_one": [ - 5174, + 5182, { "object": [ - 5180, + 5188, "v_match_captains_insert_input!" ] } ], "insert_v_match_map_backup_rounds": [ - 5294, + 5302, { "objects": [ - 5291, + 5299, "[v_match_map_backup_rounds_insert_input!]!" ] } ], "insert_v_match_map_backup_rounds_one": [ - 5285, + 5293, { "object": [ - 5291, + 5299, "v_match_map_backup_rounds_insert_input!" ] } ], "insert_v_player_match_map_hltv": [ - 5516, + 5524, { "objects": [ - 5511, + 5519, "[v_player_match_map_hltv_insert_input!]!" ] } ], "insert_v_player_match_map_hltv_one": [ - 5500, + 5508, { "object": [ - 5511, + 5519, "v_player_match_map_hltv_insert_input!" ] } ], "insert_v_pool_maps": [ - 5693, + 5701, { "objects": [ - 5688, + 5696, "[v_pool_maps_insert_input!]!" ] } ], "insert_v_pool_maps_one": [ - 5678, + 5686, { "object": [ - 5688, + 5696, "v_pool_maps_insert_input!" ] } ], "insert_v_team_stage_results": [ - 5787, + 5795, { "objects": [ - 5782, + 5790, "[v_team_stage_results_insert_input!]!" ], "on_conflict": [ - 5789 + 5797 ] } ], "insert_v_team_stage_results_one": [ - 5760, + 5768, { "object": [ - 5782, + 5790, "v_team_stage_results_insert_input!" ], "on_conflict": [ - 5789 + 5797 ] } ], @@ -154549,7 +155010,7 @@ export default { 83, { "draftGameId": [ - 5018, + 5026, "uuid!" ], "inviteCode": [ @@ -154561,7 +155022,7 @@ export default { 83, { "draftGameId": [ - 5018, + 5026, "uuid!" ], "inviteCode": [ @@ -154586,14 +155047,14 @@ export default { } ], "league_award_forfeit": [ - 2786, + 2794, { "args": [ 1868, "league_award_forfeit_args!" ], "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -154603,11 +155064,11 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], @@ -154666,7 +155127,7 @@ export default { 83, { "match_map_id": [ - 5018, + 5026, "uuid!" ] } @@ -154678,7 +155139,7 @@ export default { 24, { "draftGameId": [ - 5018, + 5026, "uuid!" ], "inviteCode": [ @@ -154693,7 +155154,7 @@ export default { 40 ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "preset": [ @@ -154719,7 +155180,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -154728,7 +155189,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -154737,7 +155198,7 @@ export default { 188, { "args": [ - 3984, + 3992, "recalculate_tournament_awards_args!" ], "distinct_on": [ @@ -154769,7 +155230,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -154793,7 +155254,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -154823,7 +155284,7 @@ export default { 2160, { "args": [ - 3985, + 3993, "remove_league_team_from_season_args!" ], "distinct_on": [ @@ -154869,7 +155330,7 @@ export default { 1869, { "args": [ - 3986, + 3994, "reorder_league_divisions_args!" ], "distinct_on": [ @@ -154901,7 +155362,7 @@ export default { 83, { "match_map_id": [ - 5018, + 5026, "uuid!" ] } @@ -154910,7 +155371,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -154932,7 +155393,7 @@ export default { 83, { "job_id": [ - 5018, + 5026, "uuid!" ] } @@ -154945,7 +155406,7 @@ export default { "Boolean!" ], "draftGameId": [ - 5018, + 5026, "uuid!" ] } @@ -154958,7 +155419,7 @@ export default { "Boolean!" ], "request_id": [ - 5018, + 5026, "uuid!" ] } @@ -154976,7 +155437,7 @@ export default { 2045, { "args": [ - 3987, + 3995, "restart_league_season_args!" ], "distinct_on": [ @@ -155002,7 +155463,7 @@ export default { 83, { "match_map_id": [ - 5018, + 5026, "uuid!" ] } @@ -155011,7 +155472,7 @@ export default { 83, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "only_failed": [ @@ -155032,7 +155493,7 @@ export default { 83, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -155069,20 +155530,20 @@ export default { 80 ], "event_id": [ - 5018 + 5026 ], "id": [ - 5018 + 5026 ], "league_season_id": [ - 5018 + 5026 ], "name": [ 80, "String!" ], "season_id": [ - 5018 + 5026 ], "silhouette": [ 40 @@ -155092,7 +155553,7 @@ export default { "String!" ], "tournament_id": [ - 5018 + 5026 ] } ], @@ -155107,7 +155568,7 @@ export default { 80 ], "id": [ - 5018 + 5026 ], "teaser": [ 80 @@ -155128,11 +155589,11 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518 + 4526 ] } ], @@ -155143,18 +155604,18 @@ export default { 40 ], "from_team_id": [ - 5018, + 5026, "uuid!" ], "proposed_scheduled_at": [ - 4518, + 4526, "timestamptz!" ], "region": [ 80 ], "to_team_id": [ - 5018, + 5026, "uuid!" ] } @@ -155176,7 +155637,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ], "mode": [ @@ -155189,15 +155650,15 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "winning_lineup_id": [ - 5018, + 5026, "uuid!" ] } @@ -155206,11 +155667,11 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ], "winning_lineup_id": [ - 5018, + 5026, "uuid!" ] } @@ -155219,7 +155680,7 @@ export default { 50, { "id": [ - 5018, + 5026, "uuid!" ], "status": [ @@ -155232,7 +155693,7 @@ export default { 97, { "award_id": [ - 5018 + 5026 ], "custom_name": [ 80 @@ -155245,7 +155706,7 @@ export default { 40 ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } @@ -155257,7 +155718,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -155270,7 +155731,7 @@ export default { "Boolean!" ], "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -155283,7 +155744,7 @@ export default { "String!" ], "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -155292,7 +155753,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ], "visible": [ @@ -155305,7 +155766,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -155314,7 +155775,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -155327,7 +155788,7 @@ export default { "Int!" ], "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -155336,7 +155797,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ], "show": [ @@ -155349,7 +155810,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ], "slot": [ @@ -155366,7 +155827,7 @@ export default { "Boolean!" ], "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -155375,7 +155836,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ], "mode": [ @@ -155388,11 +155849,11 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ], "server_id": [ - 5018 + 5026 ] } ], @@ -155400,7 +155861,7 @@ export default { 83, { "game_server_node_id": [ - 5018, + 5026, "uuid!" ] } @@ -155409,7 +155870,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -155418,7 +155879,7 @@ export default { 83, { "match_map_id": [ - 5018, + 5026, "uuid!" ] } @@ -155440,7 +155901,7 @@ export default { 83, { "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -155458,7 +155919,7 @@ export default { 83, { "from_match_id": [ - 5018, + 5026, "uuid!" ], "mode": [ @@ -155466,7 +155927,7 @@ export default { "String!" ], "to_match_id": [ - 5018, + 5026, "uuid!" ] } @@ -155506,7 +155967,7 @@ export default { 83, { "clip_id": [ - 5018, + 5026, "uuid!" ], "target_steam_id": [ @@ -155527,7 +155988,7 @@ export default { 80 ], "game_server_node_id": [ - 5018 + 5026 ] } ], @@ -155535,7 +155996,7 @@ export default { 83, { "draftGameId": [ - 5018, + 5026, "uuid!" ], "settings": [ @@ -158920,13 +159381,13 @@ export default { } ], "update_match_map_veto_picks": [ - 2614, + 2616, { "_set": [ - 2619 + 2623 ], "where": [ - 2607, + 2609, "match_map_veto_picks_bool_exp!" ] } @@ -158935,2620 +159396,2620 @@ export default { 2600, { "_set": [ - 2619 + 2623 ], "pk_columns": [ - 2617, + 2619, "match_map_veto_picks_pk_columns_input!" ] } ], "update_match_map_veto_picks_many": [ - 2614, + 2616, { "updates": [ - 2623, + 2627, "[match_map_veto_picks_updates!]!" ] } ], "update_match_maps": [ - 2641, + 2645, { "_inc": [ - 2635 + 2639 ], "_set": [ - 2647 + 2651 ], "where": [ - 2633, + 2637, "match_maps_bool_exp!" ] } ], "update_match_maps_by_pk": [ - 2624, + 2628, { "_inc": [ - 2635 + 2639 ], "_set": [ - 2647 + 2651 ], "pk_columns": [ - 2645, + 2649, "match_maps_pk_columns_input!" ] } ], "update_match_maps_many": [ - 2641, + 2645, { "updates": [ - 2659, + 2663, "[match_maps_updates!]!" ] } ], "update_match_options": [ - 2676, + 2680, { "_inc": [ - 2672 + 2676 ], "_set": [ - 2682 + 2686 ], "where": [ - 2670, + 2674, "match_options_bool_exp!" ] } ], "update_match_options_by_pk": [ - 2666, + 2670, { "_inc": [ - 2672 + 2676 ], "_set": [ - 2682 + 2686 ], "pk_columns": [ - 2680, + 2684, "match_options_pk_columns_input!" ] } ], "update_match_options_many": [ - 2676, + 2680, { "updates": [ - 2690, + 2694, "[match_options_updates!]!" ] } ], "update_match_region_veto_picks": [ - 2708, + 2714, { "_set": [ - 2713 + 2721 ], "where": [ - 2701, + 2707, "match_region_veto_picks_bool_exp!" ] } ], "update_match_region_veto_picks_by_pk": [ - 2694, + 2698, { "_set": [ - 2713 + 2721 ], "pk_columns": [ - 2711, + 2717, "match_region_veto_picks_pk_columns_input!" ] } ], "update_match_region_veto_picks_many": [ - 2708, + 2714, { "updates": [ - 2717, + 2725, "[match_region_veto_picks_updates!]!" ] } ], "update_match_streams": [ - 2741, + 2749, { "_append": [ - 2726 + 2734 ], "_delete_at_path": [ - 2732 + 2740 ], "_delete_elem": [ - 2733 + 2741 ], "_delete_key": [ - 2734 + 2742 ], "_inc": [ - 2735 + 2743 ], "_prepend": [ - 2745 + 2753 ], "_set": [ - 2749 + 2757 ], "where": [ - 2730, + 2738, "match_streams_bool_exp!" ] } ], "update_match_streams_by_pk": [ - 2718, + 2726, { "_append": [ - 2726 + 2734 ], "_delete_at_path": [ - 2732 + 2740 ], "_delete_elem": [ - 2733 + 2741 ], "_delete_key": [ - 2734 + 2742 ], "_inc": [ - 2735 + 2743 ], "_prepend": [ - 2745 + 2753 ], "_set": [ - 2749 + 2757 ], "pk_columns": [ - 2744, + 2752, "match_streams_pk_columns_input!" ] } ], "update_match_streams_many": [ - 2741, + 2749, { "updates": [ - 2761, + 2769, "[match_streams_updates!]!" ] } ], "update_match_type_cfgs": [ - 2776, + 2784, { "_set": [ - 2781 + 2789 ], "where": [ - 2771, + 2779, "match_type_cfgs_bool_exp!" ] } ], "update_match_type_cfgs_by_pk": [ - 2768, + 2776, { "_set": [ - 2781 + 2789 ], "pk_columns": [ - 2779, + 2787, "match_type_cfgs_pk_columns_input!" ] } ], "update_match_type_cfgs_many": [ - 2776, + 2784, { "updates": [ - 2785, + 2793, "[match_type_cfgs_updates!]!" ] } ], "update_matches": [ - 2803, + 2811, { "_inc": [ - 2797 + 2805 ], "_set": [ - 2809 + 2817 ], "where": [ - 2795, + 2803, "matches_bool_exp!" ] } ], "update_matches_by_pk": [ - 2786, + 2794, { "_inc": [ - 2797 + 2805 ], "_set": [ - 2809 + 2817 ], "pk_columns": [ - 2807, + 2815, "matches_pk_columns_input!" ] } ], "update_matches_many": [ - 2803, + 2811, { "updates": [ - 2821, + 2829, "[matches_updates!]!" ] } ], "update_migration_hashes_hashes": [ - 2836, + 2844, { "_set": [ - 2841 + 2849 ], "where": [ - 2831, + 2839, "migration_hashes_hashes_bool_exp!" ] } ], "update_migration_hashes_hashes_by_pk": [ - 2828, + 2836, { "_set": [ - 2841 + 2849 ], "pk_columns": [ - 2839, + 2847, "migration_hashes_hashes_pk_columns_input!" ] } ], "update_migration_hashes_hashes_many": [ - 2836, + 2844, { "updates": [ - 2845, + 2853, "[migration_hashes_hashes_updates!]!" ] } ], "update_my_friends": [ - 2868, + 2876, { "_append": [ - 2854 + 2862 ], "_delete_at_path": [ - 2859 + 2867 ], "_delete_elem": [ - 2860 + 2868 ], "_delete_key": [ - 2861 + 2869 ], "_inc": [ - 2862 + 2870 ], "_prepend": [ - 2870 + 2878 ], "_set": [ - 2874 + 2882 ], "where": [ - 2858, + 2866, "my_friends_bool_exp!" ] } ], "update_my_friends_many": [ - 2868, + 2876, { "updates": [ - 2885, + 2893, "[my_friends_updates!]!" ] } ], "update_news_articles": [ - 2902, + 2910, { "_inc": [ - 2898 + 2906 ], "_set": [ - 2907 + 2915 ], "where": [ - 2896, + 2904, "news_articles_bool_exp!" ] } ], "update_news_articles_by_pk": [ - 2892, + 2900, { "_inc": [ - 2898 + 2906 ], "_set": [ - 2907 + 2915 ], "pk_columns": [ - 2905, + 2913, "news_articles_pk_columns_input!" ] } ], "update_news_articles_many": [ - 2902, + 2910, { "updates": [ - 2915, + 2923, "[news_articles_updates!]!" ] } ], "update_notifications": [ - 2942, + 2950, { "_append": [ - 2927 + 2935 ], "_delete_at_path": [ - 2933 + 2941 ], "_delete_elem": [ - 2934 + 2942 ], "_delete_key": [ - 2935 + 2943 ], "_inc": [ - 2936 + 2944 ], "_prepend": [ - 2946 + 2954 ], "_set": [ - 2950 + 2958 ], "where": [ - 2931, + 2939, "notifications_bool_exp!" ] } ], "update_notifications_by_pk": [ - 2919, + 2927, { "_append": [ - 2927 + 2935 ], "_delete_at_path": [ - 2933 + 2941 ], "_delete_elem": [ - 2934 + 2942 ], "_delete_key": [ - 2935 + 2943 ], "_inc": [ - 2936 + 2944 ], "_prepend": [ - 2946 + 2954 ], "_set": [ - 2950 + 2958 ], "pk_columns": [ - 2945, + 2953, "notifications_pk_columns_input!" ] } ], "update_notifications_many": [ - 2942, + 2950, { "updates": [ - 2962, + 2970, "[notifications_updates!]!" ] } ], "update_pending_match_import_players": [ - 2989, + 2997, { "_inc": [ - 2983 + 2991 ], "_set": [ - 2994 + 3002 ], "where": [ - 2981, + 2989, "pending_match_import_players_bool_exp!" ] } ], "update_pending_match_import_players_by_pk": [ - 2972, + 2980, { "_inc": [ - 2983 + 2991 ], "_set": [ - 2994 + 3002 ], "pk_columns": [ - 2992, + 3000, "pending_match_import_players_pk_columns_input!" ] } ], "update_pending_match_import_players_many": [ - 2989, + 2997, { "updates": [ - 3006, + 3014, "[pending_match_import_players_updates!]!" ] } ], "update_pending_match_imports": [ - 3023, + 3031, { "_inc": [ - 3019 + 3027 ], "_set": [ - 3029 + 3037 ], "where": [ - 3017, + 3025, "pending_match_imports_bool_exp!" ] } ], "update_pending_match_imports_by_pk": [ - 3013, + 3021, { "_inc": [ - 3019 + 3027 ], "_set": [ - 3029 + 3037 ], "pk_columns": [ - 3027, + 3035, "pending_match_imports_pk_columns_input!" ] } ], "update_pending_match_imports_many": [ - 3023, + 3031, { "updates": [ - 3037, + 3045, "[pending_match_imports_updates!]!" ] } ], "update_player_aim_stats_demo": [ - 3051, + 3059, { "_inc": [ - 3047 + 3055 ], "_set": [ - 3056 + 3064 ], "where": [ - 3045, + 3053, "player_aim_stats_demo_bool_exp!" ] } ], "update_player_aim_stats_demo_by_pk": [ - 3041, + 3049, { "_inc": [ - 3047 + 3055 ], "_set": [ - 3056 + 3064 ], "pk_columns": [ - 3054, + 3062, "player_aim_stats_demo_pk_columns_input!" ] } ], "update_player_aim_stats_demo_many": [ - 3051, + 3059, { "updates": [ - 3064, + 3072, "[player_aim_stats_demo_updates!]!" ] } ], "update_player_aim_weapon_stats": [ - 3085, + 3093, { "_inc": [ - 3079 + 3087 ], "_set": [ - 3090 + 3098 ], "where": [ - 3077, + 3085, "player_aim_weapon_stats_bool_exp!" ] } ], "update_player_aim_weapon_stats_by_pk": [ - 3068, + 3076, { "_inc": [ - 3079 + 3087 ], "_set": [ - 3090 + 3098 ], "pk_columns": [ - 3088, + 3096, "player_aim_weapon_stats_pk_columns_input!" ] } ], "update_player_aim_weapon_stats_many": [ - 3085, + 3093, { "updates": [ - 3102, + 3110, "[player_aim_weapon_stats_updates!]!" ] } ], "update_player_assists": [ - 3128, + 3136, { "_inc": [ - 3122 + 3130 ], "_set": [ - 3135 + 3143 ], "where": [ - 3120, + 3128, "player_assists_bool_exp!" ] } ], "update_player_assists_by_pk": [ - 3109, + 3117, { "_inc": [ - 3122 + 3130 ], "_set": [ - 3135 + 3143 ], "pk_columns": [ - 3131, + 3139, "player_assists_pk_columns_input!" ] } ], "update_player_assists_many": [ - 3128, + 3136, { "updates": [ - 3147, + 3155, "[player_assists_updates!]!" ] } ], "update_player_damages": [ - 3189, + 3197, { "_inc": [ - 3183 + 3191 ], "_set": [ - 3194 + 3202 ], "where": [ - 3181, + 3189, "player_damages_bool_exp!" ] } ], "update_player_damages_by_pk": [ - 3172, + 3180, { "_inc": [ - 3183 + 3191 ], "_set": [ - 3194 + 3202 ], "pk_columns": [ - 3192, + 3200, "player_damages_pk_columns_input!" ] } ], "update_player_damages_many": [ - 3189, + 3197, { "updates": [ - 3206, + 3214, "[player_damages_updates!]!" ] } ], "update_player_elo": [ - 3223, + 3231, { "_inc": [ - 3219 + 3227 ], "_set": [ - 3228 + 3236 ], "where": [ - 3217, + 3225, "player_elo_bool_exp!" ] } ], "update_player_elo_by_pk": [ - 3213, + 3221, { "_inc": [ - 3219 + 3227 ], "_set": [ - 3228 + 3236 ], "pk_columns": [ - 3226, + 3234, "player_elo_pk_columns_input!" ] } ], "update_player_elo_many": [ - 3223, + 3231, { "updates": [ - 3236, + 3244, "[player_elo_updates!]!" ] } ], "update_player_faceit_rank_history": [ - 3257, + 3265, { "_inc": [ - 3251 + 3259 ], "_set": [ - 3262 + 3270 ], "where": [ - 3249, + 3257, "player_faceit_rank_history_bool_exp!" ] } ], "update_player_faceit_rank_history_by_pk": [ - 3240, + 3248, { "_inc": [ - 3251 + 3259 ], "_set": [ - 3262 + 3270 ], "pk_columns": [ - 3260, + 3268, "player_faceit_rank_history_pk_columns_input!" ] } ], "update_player_faceit_rank_history_many": [ - 3257, + 3265, { "updates": [ - 3274, + 3282, "[player_faceit_rank_history_updates!]!" ] } ], "update_player_flashes": [ - 3300, + 3308, { "_inc": [ - 3294 + 3302 ], "_set": [ - 3307 + 3315 ], "where": [ - 3292, + 3300, "player_flashes_bool_exp!" ] } ], "update_player_flashes_by_pk": [ - 3281, + 3289, { "_inc": [ - 3294 + 3302 ], "_set": [ - 3307 + 3315 ], "pk_columns": [ - 3303, + 3311, "player_flashes_pk_columns_input!" ] } ], "update_player_flashes_many": [ - 3300, + 3308, { "updates": [ - 3319, + 3327, "[player_flashes_updates!]!" ] } ], "update_player_kills": [ - 3386, + 3394, { "_inc": [ - 3380 + 3388 ], "_set": [ - 3393 + 3401 ], "where": [ - 3337, + 3345, "player_kills_bool_exp!" ] } ], "update_player_kills_by_pk": [ - 3326, + 3334, { "_inc": [ - 3380 + 3388 ], "_set": [ - 3393 + 3401 ], "pk_columns": [ - 3389, + 3397, "player_kills_pk_columns_input!" ] } ], "update_player_kills_by_weapon": [ - 3355, + 3363, { "_inc": [ - 3349 + 3357 ], "_set": [ - 3360 + 3368 ], "where": [ - 3347, + 3355, "player_kills_by_weapon_bool_exp!" ] } ], "update_player_kills_by_weapon_by_pk": [ - 3338, + 3346, { "_inc": [ - 3349 + 3357 ], "_set": [ - 3360 + 3368 ], "pk_columns": [ - 3358, + 3366, "player_kills_by_weapon_pk_columns_input!" ] } ], "update_player_kills_by_weapon_many": [ - 3355, + 3363, { "updates": [ - 3372, + 3380, "[player_kills_by_weapon_updates!]!" ] } ], "update_player_kills_many": [ - 3386, + 3394, { "updates": [ - 3405, + 3413, "[player_kills_updates!]!" ] } ], "update_player_leaderboard_rank": [ - 3421, + 3429, { "_inc": [ - 3417 + 3425 ], "_set": [ - 3424 + 3432 ], "where": [ - 3416, + 3424, "player_leaderboard_rank_bool_exp!" ] } ], "update_player_leaderboard_rank_many": [ - 3421, + 3429, { "updates": [ - 3431, + 3439, "[player_leaderboard_rank_updates!]!" ] } ], "update_player_match_map_stats": [ - 3452, + 3460, { "_inc": [ - 3446 + 3454 ], "_set": [ - 3457 + 3465 ], "where": [ - 3444, + 3452, "player_match_map_stats_bool_exp!" ] } ], "update_player_match_map_stats_by_pk": [ - 3435, + 3443, { "_inc": [ - 3446 + 3454 ], "_set": [ - 3457 + 3465 ], "pk_columns": [ - 3455, + 3463, "player_match_map_stats_pk_columns_input!" ] } ], "update_player_match_map_stats_many": [ - 3452, + 3460, { "updates": [ - 3469, + 3477, "[player_match_map_stats_updates!]!" ] } ], "update_player_objectives": [ - 3544, + 3552, { "_inc": [ - 3538 + 3546 ], "_set": [ - 3549 + 3557 ], "where": [ - 3536, + 3544, "player_objectives_bool_exp!" ] } ], "update_player_objectives_by_pk": [ - 3527, + 3535, { "_inc": [ - 3538 + 3546 ], "_set": [ - 3549 + 3557 ], "pk_columns": [ - 3547, + 3555, "player_objectives_pk_columns_input!" ] } ], "update_player_objectives_many": [ - 3544, + 3552, { "updates": [ - 3561, + 3569, "[player_objectives_updates!]!" ] } ], "update_player_premier_rank_history": [ - 3603, + 3611, { "_inc": [ - 3597 + 3605 ], "_set": [ - 3608 + 3616 ], "where": [ - 3595, + 3603, "player_premier_rank_history_bool_exp!" ] } ], "update_player_premier_rank_history_by_pk": [ - 3586, + 3594, { "_inc": [ - 3597 + 3605 ], "_set": [ - 3608 + 3616 ], "pk_columns": [ - 3606, + 3614, "player_premier_rank_history_pk_columns_input!" ] } ], "update_player_premier_rank_history_many": [ - 3603, + 3611, { "updates": [ - 3620, + 3628, "[player_premier_rank_history_updates!]!" ] } ], "update_player_sanctions": [ - 3644, + 3652, { "_inc": [ - 3638 + 3646 ], "_set": [ - 3649 + 3657 ], "where": [ - 3636, + 3644, "player_sanctions_bool_exp!" ] } ], "update_player_sanctions_by_pk": [ - 3627, + 3635, { "_inc": [ - 3638 + 3646 ], "_set": [ - 3649 + 3657 ], "pk_columns": [ - 3647, + 3655, "player_sanctions_pk_columns_input!" ] } ], "update_player_sanctions_many": [ - 3644, + 3652, { "updates": [ - 3661, + 3669, "[player_sanctions_updates!]!" ] } ], "update_player_season_stats": [ - 3695, + 3703, { "_inc": [ - 3689 + 3697 ], "_set": [ - 3708 + 3716 ], "where": [ - 3687, + 3695, "player_season_stats_bool_exp!" ] } ], "update_player_season_stats_by_pk": [ - 3668, + 3676, { "_inc": [ - 3689 + 3697 ], "_set": [ - 3708 + 3716 ], "pk_columns": [ - 3698, + 3706, "player_season_stats_pk_columns_input!" ] } ], "update_player_season_stats_many": [ - 3695, + 3703, { "updates": [ - 3720, + 3728, "[player_season_stats_updates!]!" ] } ], "update_player_stats": [ - 3737, + 3745, { "_inc": [ - 3733 + 3741 ], "_set": [ - 3743 + 3751 ], "where": [ - 3731, + 3739, "player_stats_bool_exp!" ] } ], "update_player_stats_by_pk": [ - 3727, + 3735, { "_inc": [ - 3733 + 3741 ], "_set": [ - 3743 + 3751 ], "pk_columns": [ - 3741, + 3749, "player_stats_pk_columns_input!" ] } ], "update_player_stats_many": [ - 3737, + 3745, { "updates": [ - 3751, + 3759, "[player_stats_updates!]!" ] } ], "update_player_steam_bot_friend": [ - 3769, + 3777, { "_append": [ - 3758 + 3766 ], "_delete_at_path": [ - 3762 + 3770 ], "_delete_elem": [ - 3763 + 3771 ], "_delete_key": [ - 3764 + 3772 ], "_inc": [ - 3765 + 3773 ], "_prepend": [ - 3773 + 3781 ], "_set": [ - 3775 + 3783 ], "where": [ - 3760, + 3768, "player_steam_bot_friend_bool_exp!" ] } ], "update_player_steam_bot_friend_by_pk": [ - 3755, + 3763, { "_append": [ - 3758 + 3766 ], "_delete_at_path": [ - 3762 + 3770 ], "_delete_elem": [ - 3763 + 3771 ], "_delete_key": [ - 3764 + 3772 ], "_inc": [ - 3765 + 3773 ], "_prepend": [ - 3773 + 3781 ], "_set": [ - 3775 + 3783 ], "pk_columns": [ - 3772, + 3780, "player_steam_bot_friend_pk_columns_input!" ] } ], "update_player_steam_bot_friend_many": [ - 3769, + 3777, { "updates": [ - 3783, + 3791, "[player_steam_bot_friend_updates!]!" ] } ], "update_player_steam_match_auth": [ - 3797, + 3805, { "_inc": [ - 3793 + 3801 ], "_set": [ - 3802 + 3810 ], "where": [ - 3791, + 3799, "player_steam_match_auth_bool_exp!" ] } ], "update_player_steam_match_auth_by_pk": [ - 3787, + 3795, { "_inc": [ - 3793 + 3801 ], "_set": [ - 3802 + 3810 ], "pk_columns": [ - 3800, + 3808, "player_steam_match_auth_pk_columns_input!" ] } ], "update_player_steam_match_auth_many": [ - 3797, + 3805, { "updates": [ - 3810, + 3818, "[player_steam_match_auth_updates!]!" ] } ], "update_player_unused_utility": [ - 3831, + 3839, { "_inc": [ - 3825 + 3833 ], "_set": [ - 3836 + 3844 ], "where": [ - 3823, + 3831, "player_unused_utility_bool_exp!" ] } ], "update_player_unused_utility_by_pk": [ - 3814, + 3822, { "_inc": [ - 3825 + 3833 ], "_set": [ - 3836 + 3844 ], "pk_columns": [ - 3834, + 3842, "player_unused_utility_pk_columns_input!" ] } ], "update_player_unused_utility_many": [ - 3831, + 3839, { "updates": [ - 3848, + 3856, "[player_unused_utility_updates!]!" ] } ], "update_player_utility": [ - 3872, + 3880, { "_inc": [ - 3866 + 3874 ], "_set": [ - 3877 + 3885 ], "where": [ - 3864, + 3872, "player_utility_bool_exp!" ] } ], "update_player_utility_by_pk": [ - 3855, + 3863, { "_inc": [ - 3866 + 3874 ], "_set": [ - 3877 + 3885 ], "pk_columns": [ - 3875, + 3883, "player_utility_pk_columns_input!" ] } ], "update_player_utility_many": [ - 3872, + 3880, { "updates": [ - 3889, + 3897, "[player_utility_updates!]!" ] } ], "update_players": [ - 3939, + 3947, { "_inc": [ - 3935 + 3943 ], "_set": [ - 3945 + 3953 ], "where": [ - 3933, + 3941, "players_bool_exp!" ] } ], "update_players_by_pk": [ - 3929, + 3937, { "_inc": [ - 3935 + 3943 ], "_set": [ - 3945 + 3953 ], "pk_columns": [ - 3943, + 3951, "players_pk_columns_input!" ] } ], "update_players_many": [ - 3939, + 3947, { "updates": [ - 3953, + 3961, "[players_updates!]!" ] } ], "update_plugin_versions": [ - 3967, + 3975, { "_inc": [ - 3963 + 3971 ], "_set": [ - 3972 + 3980 ], "where": [ - 3961, + 3969, "plugin_versions_bool_exp!" ] } ], "update_plugin_versions_by_pk": [ - 3957, + 3965, { "_inc": [ - 3963 + 3971 ], "_set": [ - 3972 + 3980 ], "pk_columns": [ - 3970, + 3978, "plugin_versions_pk_columns_input!" ] } ], "update_plugin_versions_many": [ - 3967, + 3975, { "updates": [ - 3980, + 3988, "[plugin_versions_updates!]!" ] } ], "update_seasons": [ - 3998, + 4006, { "_inc": [ - 3994 + 4002 ], "_set": [ - 4004 + 4012 ], "where": [ - 3992, + 4000, "seasons_bool_exp!" ] } ], "update_seasons_by_pk": [ - 3988, + 3996, { "_inc": [ - 3994 + 4002 ], "_set": [ - 4004 + 4012 ], "pk_columns": [ - 4002, + 4010, "seasons_pk_columns_input!" ] } ], "update_seasons_many": [ - 3998, + 4006, { "updates": [ - 4012, + 4020, "[seasons_updates!]!" ] } ], "update_server_regions": [ - 4025, + 4033, { "_set": [ - 4031 + 4039 ], "where": [ - 4020, + 4028, "server_regions_bool_exp!" ] } ], "update_server_regions_by_pk": [ - 4016, + 4024, { "_set": [ - 4031 + 4039 ], "pk_columns": [ - 4029, + 4037, "server_regions_pk_columns_input!" ] } ], "update_server_regions_many": [ - 4025, + 4033, { "updates": [ - 4039, + 4047, "[server_regions_updates!]!" ] } ], "update_servers": [ - 4062, + 4070, { "_inc": [ - 4056 + 4064 ], "_set": [ - 4070 + 4078 ], "where": [ - 4054, + 4062, "servers_bool_exp!" ] } ], "update_servers_by_pk": [ - 4043, + 4051, { "_inc": [ - 4056 + 4064 ], "_set": [ - 4070 + 4078 ], "pk_columns": [ - 4066, + 4074, "servers_pk_columns_input!" ] } ], "update_servers_many": [ - 4062, + 4070, { "updates": [ - 4082, + 4090, "[servers_updates!]!" ] } ], "update_settings": [ - 4097, + 4105, { "_set": [ - 4102 + 4110 ], "where": [ - 4092, + 4100, "settings_bool_exp!" ] } ], "update_settings_by_pk": [ - 4089, + 4097, { "_set": [ - 4102 + 4110 ], "pk_columns": [ - 4100, + 4108, "settings_pk_columns_input!" ] } ], "update_settings_many": [ - 4097, + 4105, { "updates": [ - 4106, + 4114, "[settings_updates!]!" ] } ], "update_steam_account_claims": [ - 4123, + 4131, { "_set": [ - 4128 + 4136 ], "where": [ - 4116, + 4124, "steam_account_claims_bool_exp!" ] } ], "update_steam_account_claims_by_pk": [ - 4109, + 4117, { "_set": [ - 4128 + 4136 ], "pk_columns": [ - 4126, + 4134, "steam_account_claims_pk_columns_input!" ] } ], "update_steam_account_claims_many": [ - 4123, + 4131, { "updates": [ - 4132, + 4140, "[steam_account_claims_updates!]!" ] } ], "update_steam_accounts": [ - 4143, + 4151, { "_inc": [ - 4139 + 4147 ], "_set": [ - 4149 + 4157 ], "where": [ - 4137, + 4145, "steam_accounts_bool_exp!" ] } ], "update_steam_accounts_by_pk": [ - 4133, + 4141, { "_inc": [ - 4139 + 4147 ], "_set": [ - 4149 + 4157 ], "pk_columns": [ - 4147, + 4155, "steam_accounts_pk_columns_input!" ] } ], "update_steam_accounts_many": [ - 4143, + 4151, { "updates": [ - 4157, + 4165, "[steam_accounts_updates!]!" ] } ], "update_system_alerts": [ - 4171, + 4179, { "_inc": [ - 4167 + 4175 ], "_set": [ - 4176 + 4184 ], "where": [ - 4165, + 4173, "system_alerts_bool_exp!" ] } ], "update_system_alerts_by_pk": [ - 4161, + 4169, { "_inc": [ - 4167 + 4175 ], "_set": [ - 4176 + 4184 ], "pk_columns": [ - 4174, + 4182, "system_alerts_pk_columns_input!" ] } ], "update_system_alerts_many": [ - 4171, + 4179, { "updates": [ - 4184, + 4192, "[system_alerts_updates!]!" ] } ], "update_team_invites": [ - 4205, + 4213, { "_inc": [ - 4199 + 4207 ], "_set": [ - 4210 + 4218 ], "where": [ - 4197, + 4205, "team_invites_bool_exp!" ] } ], "update_team_invites_by_pk": [ - 4188, + 4196, { "_inc": [ - 4199 + 4207 ], "_set": [ - 4210 + 4218 ], "pk_columns": [ - 4208, + 4216, "team_invites_pk_columns_input!" ] } ], "update_team_invites_many": [ - 4205, + 4213, { "updates": [ - 4222, + 4230, "[team_invites_updates!]!" ] } ], "update_team_roster": [ - 4248, + 4256, { "_inc": [ - 4242 + 4250 ], "_set": [ - 4255 + 4263 ], "where": [ - 4240, + 4248, "team_roster_bool_exp!" ] } ], "update_team_roster_by_pk": [ - 4229, + 4237, { "_inc": [ - 4242 + 4250 ], "_set": [ - 4255 + 4263 ], "pk_columns": [ - 4251, + 4259, "team_roster_pk_columns_input!" ] } ], "update_team_roster_many": [ - 4248, + 4256, { "updates": [ - 4267, + 4275, "[team_roster_updates!]!" ] } ], "update_team_scrim_alerts": [ - 4284, + 4292, { "_inc": [ - 4280 + 4288 ], "_set": [ - 4289 + 4297 ], "where": [ - 4278, + 4286, "team_scrim_alerts_bool_exp!" ] } ], "update_team_scrim_alerts_by_pk": [ - 4274, + 4282, { "_inc": [ - 4280 + 4288 ], "_set": [ - 4289 + 4297 ], "pk_columns": [ - 4287, + 4295, "team_scrim_alerts_pk_columns_input!" ] } ], "update_team_scrim_alerts_many": [ - 4284, + 4292, { "updates": [ - 4297, + 4305, "[team_scrim_alerts_updates!]!" ] } ], "update_team_scrim_availability": [ - 4317, + 4325, { "_set": [ - 4324 + 4332 ], "where": [ - 4310, + 4318, "team_scrim_availability_bool_exp!" ] } ], "update_team_scrim_availability_by_pk": [ - 4301, + 4309, { "_set": [ - 4324 + 4332 ], "pk_columns": [ - 4320, + 4328, "team_scrim_availability_pk_columns_input!" ] } ], "update_team_scrim_availability_many": [ - 4317, + 4325, { "updates": [ - 4328, + 4336, "[team_scrim_availability_updates!]!" ] } ], "update_team_scrim_request_proposals": [ - 4346, + 4354, { "_inc": [ - 4340 + 4348 ], "_set": [ - 4351 + 4359 ], "where": [ - 4338, + 4346, "team_scrim_request_proposals_bool_exp!" ] } ], "update_team_scrim_request_proposals_by_pk": [ - 4329, + 4337, { "_inc": [ - 4340 + 4348 ], "_set": [ - 4351 + 4359 ], "pk_columns": [ - 4349, + 4357, "team_scrim_request_proposals_pk_columns_input!" ] } ], "update_team_scrim_request_proposals_many": [ - 4346, + 4354, { "updates": [ - 4363, + 4371, "[team_scrim_request_proposals_updates!]!" ] } ], "update_team_scrim_requests": [ - 4389, + 4397, { "_inc": [ - 4383 + 4391 ], "_set": [ - 4397 + 4405 ], "where": [ - 4381, + 4389, "team_scrim_requests_bool_exp!" ] } ], "update_team_scrim_requests_by_pk": [ - 4370, + 4378, { "_inc": [ - 4383 + 4391 ], "_set": [ - 4397 + 4405 ], "pk_columns": [ - 4393, + 4401, "team_scrim_requests_pk_columns_input!" ] } ], "update_team_scrim_requests_many": [ - 4389, + 4397, { "updates": [ - 4409, + 4417, "[team_scrim_requests_updates!]!" ] } ], "update_team_scrim_settings": [ - 4426, + 4434, { "_inc": [ - 4422 + 4430 ], "_set": [ - 4432 + 4440 ], "where": [ - 4420, + 4428, "team_scrim_settings_bool_exp!" ] } ], "update_team_scrim_settings_by_pk": [ - 4416, + 4424, { "_inc": [ - 4422 + 4430 ], "_set": [ - 4432 + 4440 ], "pk_columns": [ - 4430, + 4438, "team_scrim_settings_pk_columns_input!" ] } ], "update_team_scrim_settings_many": [ - 4426, + 4434, { "updates": [ - 4440, + 4448, "[team_scrim_settings_updates!]!" ] } ], "update_team_suggestions": [ - 4454, + 4462, { "_inc": [ - 4450 + 4458 ], "_set": [ - 4459 + 4467 ], "where": [ - 4448, + 4456, "team_suggestions_bool_exp!" ] } ], "update_team_suggestions_by_pk": [ - 4444, + 4452, { "_inc": [ - 4450 + 4458 ], "_set": [ - 4459 + 4467 ], "pk_columns": [ - 4457, + 4465, "team_suggestions_pk_columns_input!" ] } ], "update_team_suggestions_many": [ - 4454, + 4462, { "updates": [ - 4467, + 4475, "[team_suggestions_updates!]!" ] } ], "update_teams": [ - 4490, + 4498, { "_inc": [ - 4484 + 4492 ], "_set": [ - 4498 + 4506 ], "where": [ - 4482, + 4490, "teams_bool_exp!" ] } ], "update_teams_by_pk": [ - 4471, + 4479, { "_inc": [ - 4484 + 4492 ], "_set": [ - 4498 + 4506 ], "pk_columns": [ - 4494, + 4502, "teams_pk_columns_input!" ] } ], "update_teams_many": [ - 4490, + 4498, { "updates": [ - 4510, + 4518, "[teams_updates!]!" ] } ], "update_tournament_awards": [ - 4537, + 4545, { "_inc": [ - 4531 + 4539 ], "_set": [ - 4543 + 4551 ], "where": [ - 4529, + 4537, "tournament_awards_bool_exp!" ] } ], "update_tournament_awards_by_pk": [ - 4520, + 4528, { "_inc": [ - 4531 + 4539 ], "_set": [ - 4543 + 4551 ], "pk_columns": [ - 4541, + 4549, "tournament_awards_pk_columns_input!" ] } ], "update_tournament_awards_many": [ - 4537, + 4545, { "updates": [ - 4555, + 4563, "[tournament_awards_updates!]!" ] } ], "update_tournament_brackets": [ - 4581, + 4589, { "_inc": [ - 4575 + 4583 ], "_set": [ - 4589 + 4597 ], "where": [ - 4573, + 4581, "tournament_brackets_bool_exp!" ] } ], "update_tournament_brackets_by_pk": [ - 4562, + 4570, { "_inc": [ - 4575 + 4583 ], "_set": [ - 4589 + 4597 ], "pk_columns": [ - 4585, + 4593, "tournament_brackets_pk_columns_input!" ] } ], "update_tournament_brackets_many": [ - 4581, + 4589, { "updates": [ - 4601, + 4609, "[tournament_brackets_updates!]!" ] } ], "update_tournament_categories": [ - 4622, + 4630, { "_set": [ - 4627 + 4635 ], "where": [ - 4615, + 4623, "tournament_categories_bool_exp!" ] } ], "update_tournament_categories_by_pk": [ - 4608, + 4616, { "_set": [ - 4627 + 4635 ], "pk_columns": [ - 4625, + 4633, "tournament_categories_pk_columns_input!" ] } ], "update_tournament_categories_many": [ - 4622, + 4630, { "updates": [ - 4631, + 4639, "[tournament_categories_updates!]!" ] } ], "update_tournament_organizer_teams": [ - 4646, + 4654, { "_set": [ - 4651 + 4659 ], "where": [ - 4639, + 4647, "tournament_organizer_teams_bool_exp!" ] } ], "update_tournament_organizer_teams_by_pk": [ - 4632, + 4640, { "_set": [ - 4651 + 4659 ], "pk_columns": [ - 4649, + 4657, "tournament_organizer_teams_pk_columns_input!" ] } ], "update_tournament_organizer_teams_many": [ - 4646, + 4654, { "updates": [ - 4655, + 4663, "[tournament_organizer_teams_updates!]!" ] } ], "update_tournament_organizers": [ - 4673, + 4681, { "_inc": [ - 4667 + 4675 ], "_set": [ - 4678 + 4686 ], "where": [ - 4665, + 4673, "tournament_organizers_bool_exp!" ] } ], "update_tournament_organizers_by_pk": [ - 4656, + 4664, { "_inc": [ - 4667 + 4675 ], "_set": [ - 4678 + 4686 ], "pk_columns": [ - 4676, + 4684, "tournament_organizers_pk_columns_input!" ] } ], "update_tournament_organizers_many": [ - 4673, + 4681, { "updates": [ - 4690, + 4698, "[tournament_organizers_updates!]!" ] } ], "update_tournament_prizes": [ - 4714, + 4722, { "_inc": [ - 4708 + 4716 ], "_set": [ - 4719 + 4727 ], "where": [ - 4706, + 4714, "tournament_prizes_bool_exp!" ] } ], "update_tournament_prizes_by_pk": [ - 4697, + 4705, { "_inc": [ - 4708 + 4716 ], "_set": [ - 4719 + 4727 ], "pk_columns": [ - 4717, + 4725, "tournament_prizes_pk_columns_input!" ] } ], "update_tournament_prizes_many": [ - 4714, + 4722, { "updates": [ - 4731, + 4739, "[tournament_prizes_updates!]!" ] } ], "update_tournament_stage_windows": [ - 4755, + 4763, { "_inc": [ - 4749 + 4757 ], "_set": [ - 4760 + 4768 ], "where": [ - 4747, + 4755, "tournament_stage_windows_bool_exp!" ] } ], "update_tournament_stage_windows_by_pk": [ - 4738, + 4746, { "_inc": [ - 4749 + 4757 ], "_set": [ - 4760 + 4768 ], "pk_columns": [ - 4758, + 4766, "tournament_stage_windows_pk_columns_input!" ] } ], "update_tournament_stage_windows_many": [ - 4755, + 4763, { "updates": [ - 4772, + 4780, "[tournament_stage_windows_updates!]!" ] } ], "update_tournament_stages": [ - 4802, + 4810, { "_append": [ - 4787 + 4795 ], "_delete_at_path": [ - 4793 + 4801 ], "_delete_elem": [ - 4794 + 4802 ], "_delete_key": [ - 4795 + 4803 ], "_inc": [ - 4796 + 4804 ], "_prepend": [ - 4807 + 4815 ], "_set": [ - 4811 + 4819 ], "where": [ - 4791, + 4799, "tournament_stages_bool_exp!" ] } ], "update_tournament_stages_by_pk": [ - 4779, + 4787, { "_append": [ - 4787 + 4795 ], "_delete_at_path": [ - 4793 + 4801 ], "_delete_elem": [ - 4794 + 4802 ], "_delete_key": [ - 4795 + 4803 ], "_inc": [ - 4796 + 4804 ], "_prepend": [ - 4807 + 4815 ], "_set": [ - 4811 + 4819 ], "pk_columns": [ - 4806, + 4814, "tournament_stages_pk_columns_input!" ] } ], "update_tournament_stages_many": [ - 4802, + 4810, { "updates": [ - 4823, + 4831, "[tournament_stages_updates!]!" ] } ], "update_tournament_team_invites": [ - 4847, + 4855, { "_inc": [ - 4841 + 4849 ], "_set": [ - 4852 + 4860 ], "where": [ - 4839, + 4847, "tournament_team_invites_bool_exp!" ] } ], "update_tournament_team_invites_by_pk": [ - 4830, + 4838, { "_inc": [ - 4841 + 4849 ], "_set": [ - 4852 + 4860 ], "pk_columns": [ - 4850, + 4858, "tournament_team_invites_pk_columns_input!" ] } ], "update_tournament_team_invites_many": [ - 4847, + 4855, { "updates": [ - 4864, + 4872, "[tournament_team_invites_updates!]!" ] } ], "update_tournament_team_roster": [ - 4888, + 4896, { "_inc": [ - 4882 + 4890 ], "_set": [ - 4893 + 4901 ], "where": [ - 4880, + 4888, "tournament_team_roster_bool_exp!" ] } ], "update_tournament_team_roster_by_pk": [ - 4871, + 4879, { "_inc": [ - 4882 + 4890 ], "_set": [ - 4893 + 4901 ], "pk_columns": [ - 4891, + 4899, "tournament_team_roster_pk_columns_input!" ] } ], "update_tournament_team_roster_many": [ - 4888, + 4896, { "updates": [ - 4905, + 4913, "[tournament_team_roster_updates!]!" ] } ], "update_tournament_teams": [ - 4929, + 4937, { "_inc": [ - 4923 + 4931 ], "_set": [ - 4935 + 4943 ], "where": [ - 4921, + 4929, "tournament_teams_bool_exp!" ] } ], "update_tournament_teams_by_pk": [ - 4912, + 4920, { "_inc": [ - 4923 + 4931 ], "_set": [ - 4935 + 4943 ], "pk_columns": [ - 4933, + 4941, "tournament_teams_pk_columns_input!" ] } ], "update_tournament_teams_many": [ - 4929, + 4937, { "updates": [ - 4947, + 4955, "[tournament_teams_updates!]!" ] } ], "update_tournaments": [ - 4983, + 4991, { "_inc": [ - 4977 + 4985 ], "_set": [ - 4999 + 5007 ], "where": [ - 4975, + 4983, "tournaments_bool_exp!" ] } ], "update_tournaments_by_pk": [ - 4954, + 4962, { "_inc": [ - 4977 + 4985 ], "_set": [ - 4999 + 5007 ], "pk_columns": [ - 4987, + 4995, "tournaments_pk_columns_input!" ] } ], "update_tournaments_many": [ - 4983, + 4991, { "updates": [ - 5011, + 5019, "[tournaments_updates!]!" ] } ], "update_v_match_captains": [ - 5183, + 5191, { "_inc": [ - 5179 + 5187 ], "_set": [ - 5187 + 5195 ], "where": [ - 5178, + 5186, "v_match_captains_bool_exp!" ] } ], "update_v_match_captains_many": [ - 5183, + 5191, { "updates": [ - 5194, + 5202, "[v_match_captains_updates!]!" ] } ], "update_v_match_map_backup_rounds": [ - 5294, + 5302, { "_inc": [ - 5290 + 5298 ], "_set": [ - 5297 + 5305 ], "where": [ - 5289, + 5297, "v_match_map_backup_rounds_bool_exp!" ] } ], "update_v_match_map_backup_rounds_many": [ - 5294, + 5302, { "updates": [ - 5304, + 5312, "[v_match_map_backup_rounds_updates!]!" ] } ], "update_v_player_match_map_hltv": [ - 5516, + 5524, { "_inc": [ - 5510 + 5518 ], "_set": [ - 5519 + 5527 ], "where": [ - 5509, + 5517, "v_player_match_map_hltv_bool_exp!" ] } ], "update_v_player_match_map_hltv_many": [ - 5516, + 5524, { "updates": [ - 5530, + 5538, "[v_player_match_map_hltv_updates!]!" ] } ], "update_v_pool_maps": [ - 5693, + 5701, { "_set": [ - 5698 + 5706 ], "where": [ - 5687, + 5695, "v_pool_maps_bool_exp!" ] } ], "update_v_pool_maps_many": [ - 5693, + 5701, { "updates": [ - 5701, + 5709, "[v_pool_maps_updates!]!" ] } ], "update_v_team_stage_results": [ - 5787, + 5795, { "_inc": [ - 5781 + 5789 ], "_set": [ - 5801 + 5809 ], "where": [ - 5779, + 5787, "v_team_stage_results_bool_exp!" ] } ], "update_v_team_stage_results_by_pk": [ - 5760, + 5768, { "_inc": [ - 5781 + 5789 ], "_set": [ - 5801 + 5809 ], "pk_columns": [ - 5791, + 5799, "v_team_stage_results_pk_columns_input!" ] } ], "update_v_team_stage_results_many": [ - 5787, + 5795, { "updates": [ - 5813, + 5821, "[v_team_stage_results_updates!]!" ] } @@ -161557,7 +162018,7 @@ export default { 83, { "game_server_node_id": [ - 5018, + 5026, "uuid!" ] } @@ -161566,10 +162027,10 @@ export default { 99, { "match_map_demo_id": [ - 5018 + 5026 ], "match_map_id": [ - 5018, + 5026, "uuid!" ] } @@ -161647,11 +162108,11 @@ export default { 100, { "map_id": [ - 5018, + 5026, "uuid!" ], "map_pool_id": [ - 5018, + 5026, "uuid!" ] } @@ -161720,7 +162181,7 @@ export default { 119, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -161789,7 +162250,7 @@ export default { 160, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -161858,7 +162319,7 @@ export default { 188, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -161927,7 +162388,7 @@ export default { 229, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -161996,7 +162457,7 @@ export default { 262, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -162065,7 +162526,7 @@ export default { 314, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -162134,7 +162595,7 @@ export default { 346, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -162203,7 +162664,7 @@ export default { 373, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -162272,7 +162733,7 @@ export default { 418, { "draft_game_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -162345,7 +162806,7 @@ export default { 463, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -165519,11 +165980,11 @@ export default { 1430, { "event_id": [ - 5018, + 5026, "uuid!" ], "match_id": [ - 5018, + 5026, "uuid!" ] } @@ -165592,7 +166053,7 @@ export default { 1448, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -165645,7 +166106,7 @@ export default { 1470, { "media_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -165734,7 +166195,7 @@ export default { 1531, { "event_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -165807,7 +166268,7 @@ export default { 1572, { "event_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -165880,11 +166341,11 @@ export default { 1613, { "event_id": [ - 5018, + 5026, "uuid!" ], "team_id": [ - 5018, + 5026, "uuid!" ] } @@ -165953,11 +166414,11 @@ export default { 1637, { "event_id": [ - 5018, + 5026, "uuid!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } @@ -166026,7 +166487,7 @@ export default { 1661, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -166306,7 +166767,7 @@ export default { 1802, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -166484,14 +166945,14 @@ export default { } ], "get_player_leaderboard_rank": [ - 3412, + 3420, { "args": [ 1837, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3423, + 3431, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -166501,23 +166962,23 @@ export default { 40 ], "order_by": [ - 3422, + 3430, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3416 + 3424 ] } ], "get_player_leaderboard_rank_aggregate": [ - 3413, + 3421, { "args": [ 1837, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3423, + 3431, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -166527,11 +166988,11 @@ export default { 40 ], "order_by": [ - 3422, + 3430, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3416 + 3424 ] } ], @@ -166643,7 +167104,7 @@ export default { 1869, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -166712,7 +167173,7 @@ export default { 1897, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -166781,7 +167242,7 @@ export default { 1938, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -166850,7 +167311,7 @@ export default { 1979, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -166919,7 +167380,7 @@ export default { 2020, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -166988,7 +167449,7 @@ export default { 2045, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167057,7 +167518,7 @@ export default { 2078, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167126,7 +167587,7 @@ export default { 2119, { "league_team_season_id": [ - 5018, + 5026, "uuid!" ], "player_steam_id": [ @@ -167199,7 +167660,7 @@ export default { 2160, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167268,7 +167729,7 @@ export default { 2202, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167337,7 +167798,7 @@ export default { 2221, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167406,7 +167867,7 @@ export default { 2240, { "lobby_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -167479,7 +167940,7 @@ export default { 2285, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167548,7 +168009,7 @@ export default { 2304, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167617,7 +168078,7 @@ export default { 2333, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167686,7 +168147,7 @@ export default { 2375, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167755,7 +168216,7 @@ export default { 2421, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167824,7 +168285,7 @@ export default { 2466, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167893,7 +168354,7 @@ export default { 2508, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167962,7 +168423,7 @@ export default { 2559, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -167987,7 +168448,7 @@ export default { 2600, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -167997,11 +168458,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -168009,7 +168470,7 @@ export default { 2601, { "distinct_on": [ - 2618, + 2620, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -168019,11 +168480,11 @@ export default { 40 ], "order_by": [ - 2616, + 2618, "[match_map_veto_picks_order_by!]" ], "where": [ - 2607 + 2609 ] } ], @@ -168031,7 +168492,7 @@ export default { 2600, { "id": [ - 5018, + 5026, "uuid!" ] } @@ -168044,19 +168505,19 @@ export default { "Int!" ], "cursor": [ - 2620, + 2624, "[match_map_veto_picks_stream_cursor_input]!" ], "where": [ - 2607 + 2609 ] } ], "match_maps": [ - 2624, + 2628, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -168066,19 +168527,19 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], "match_maps_aggregate": [ - 2625, + 2629, { "distinct_on": [ - 2646, + 2650, "[match_maps_select_column!]" ], "limit": [ @@ -168088,44 +168549,44 @@ export default { 40 ], "order_by": [ - 2644, + 2648, "[match_maps_order_by!]" ], "where": [ - 2633 + 2637 ] } ], "match_maps_by_pk": [ - 2624, + 2628, { "id": [ - 5018, + 5026, "uuid!" ] } ], "match_maps_stream": [ - 2624, + 2628, { "batch_size": [ 40, "Int!" ], "cursor": [ - 2654, + 2658, "[match_maps_stream_cursor_input]!" ], "where": [ - 2633 + 2637 ] } ], "match_options": [ - 2666, + 2670, { "distinct_on": [ - 2681, + 2685, "[match_options_select_column!]" ], "limit": [ @@ -168135,19 +168596,19 @@ export default { 40 ], "order_by": [ - 2679, + 2683, "[match_options_order_by!]" ], "where": [ - 2670 + 2674 ] } ], "match_options_aggregate": [ - 2667, + 2671, { "distinct_on": [ - 2681, + 2685, "[match_options_select_column!]" ], "limit": [ @@ -168157,44 +168618,44 @@ export default { 40 ], "order_by": [ - 2679, + 2683, "[match_options_order_by!]" ], "where": [ - 2670 + 2674 ] } ], "match_options_by_pk": [ - 2666, + 2670, { "id": [ - 5018, + 5026, "uuid!" ] } ], "match_options_stream": [ - 2666, + 2670, { "batch_size": [ 40, "Int!" ], "cursor": [ - 2686, + 2690, "[match_options_stream_cursor_input]!" ], "where": [ - 2670 + 2674 ] } ], "match_region_veto_picks": [ - 2694, + 2698, { "distinct_on": [ - 2712, + 2718, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -168204,19 +168665,19 @@ export default { 40 ], "order_by": [ - 2710, + 2716, "[match_region_veto_picks_order_by!]" ], "where": [ - 2701 + 2707 ] } ], "match_region_veto_picks_aggregate": [ - 2695, + 2699, { "distinct_on": [ - 2712, + 2718, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -168226,44 +168687,44 @@ export default { 40 ], "order_by": [ - 2710, + 2716, "[match_region_veto_picks_order_by!]" ], "where": [ - 2701 + 2707 ] } ], "match_region_veto_picks_by_pk": [ - 2694, + 2698, { "id": [ - 5018, + 5026, "uuid!" ] } ], "match_region_veto_picks_stream": [ - 2694, + 2698, { "batch_size": [ 40, "Int!" ], "cursor": [ - 2714, + 2722, "[match_region_veto_picks_stream_cursor_input]!" ], "where": [ - 2701 + 2707 ] } ], "match_streams": [ - 2718, + 2726, { "distinct_on": [ - 2746, + 2754, "[match_streams_select_column!]" ], "limit": [ @@ -168273,19 +168734,19 @@ export default { 40 ], "order_by": [ - 2743, + 2751, "[match_streams_order_by!]" ], "where": [ - 2730 + 2738 ] } ], "match_streams_aggregate": [ - 2719, + 2727, { "distinct_on": [ - 2746, + 2754, "[match_streams_select_column!]" ], "limit": [ @@ -168295,44 +168756,44 @@ export default { 40 ], "order_by": [ - 2743, + 2751, "[match_streams_order_by!]" ], "where": [ - 2730 + 2738 ] } ], "match_streams_by_pk": [ - 2718, + 2726, { "id": [ - 5018, + 5026, "uuid!" ] } ], "match_streams_stream": [ - 2718, + 2726, { "batch_size": [ 40, "Int!" ], "cursor": [ - 2756, + 2764, "[match_streams_stream_cursor_input]!" ], "where": [ - 2730 + 2738 ] } ], "match_type_cfgs": [ - 2768, + 2776, { "distinct_on": [ - 2780, + 2788, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -168342,19 +168803,19 @@ export default { 40 ], "order_by": [ - 2778, + 2786, "[match_type_cfgs_order_by!]" ], "where": [ - 2771 + 2779 ] } ], "match_type_cfgs_aggregate": [ - 2769, + 2777, { "distinct_on": [ - 2780, + 2788, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -168364,16 +168825,16 @@ export default { 40 ], "order_by": [ - 2778, + 2786, "[match_type_cfgs_order_by!]" ], "where": [ - 2771 + 2779 ] } ], "match_type_cfgs_by_pk": [ - 2768, + 2776, { "type": [ 740, @@ -168382,26 +168843,26 @@ export default { } ], "match_type_cfgs_stream": [ - 2768, + 2776, { "batch_size": [ 40, "Int!" ], "cursor": [ - 2782, + 2790, "[match_type_cfgs_stream_cursor_input]!" ], "where": [ - 2771 + 2779 ] } ], "matches": [ - 2786, + 2794, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -168411,19 +168872,19 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], "matches_aggregate": [ - 2787, + 2795, { "distinct_on": [ - 2808, + 2816, "[matches_select_column!]" ], "limit": [ @@ -168433,44 +168894,44 @@ export default { 40 ], "order_by": [ - 2806, + 2814, "[matches_order_by!]" ], "where": [ - 2795 + 2803 ] } ], "matches_by_pk": [ - 2786, + 2794, { "id": [ - 5018, + 5026, "uuid!" ] } ], "matches_stream": [ - 2786, + 2794, { "batch_size": [ 40, "Int!" ], "cursor": [ - 2816, + 2824, "[matches_stream_cursor_input]!" ], "where": [ - 2795 + 2803 ] } ], "migration_hashes_hashes": [ - 2828, + 2836, { "distinct_on": [ - 2840, + 2848, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -168480,19 +168941,19 @@ export default { 40 ], "order_by": [ - 2838, + 2846, "[migration_hashes_hashes_order_by!]" ], "where": [ - 2831 + 2839 ] } ], "migration_hashes_hashes_aggregate": [ - 2829, + 2837, { "distinct_on": [ - 2840, + 2848, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -168502,16 +168963,16 @@ export default { 40 ], "order_by": [ - 2838, + 2846, "[migration_hashes_hashes_order_by!]" ], "where": [ - 2831 + 2839 ] } ], "migration_hashes_hashes_by_pk": [ - 2828, + 2836, { "name": [ 80, @@ -168520,26 +168981,26 @@ export default { } ], "migration_hashes_hashes_stream": [ - 2828, + 2836, { "batch_size": [ 40, "Int!" ], "cursor": [ - 2842, + 2850, "[migration_hashes_hashes_stream_cursor_input]!" ], "where": [ - 2831 + 2839 ] } ], "my_friends": [ - 2846, + 2854, { "distinct_on": [ - 2871, + 2879, "[my_friends_select_column!]" ], "limit": [ @@ -168549,19 +169010,19 @@ export default { 40 ], "order_by": [ - 2869, + 2877, "[my_friends_order_by!]" ], "where": [ - 2858 + 2866 ] } ], "my_friends_aggregate": [ - 2847, + 2855, { "distinct_on": [ - 2871, + 2879, "[my_friends_select_column!]" ], "limit": [ @@ -168571,35 +169032,35 @@ export default { 40 ], "order_by": [ - 2869, + 2877, "[my_friends_order_by!]" ], "where": [ - 2858 + 2866 ] } ], "my_friends_stream": [ - 2846, + 2854, { "batch_size": [ 40, "Int!" ], "cursor": [ - 2881, + 2889, "[my_friends_stream_cursor_input]!" ], "where": [ - 2858 + 2866 ] } ], "news_articles": [ - 2892, + 2900, { "distinct_on": [ - 2906, + 2914, "[news_articles_select_column!]" ], "limit": [ @@ -168609,19 +169070,19 @@ export default { 40 ], "order_by": [ - 2904, + 2912, "[news_articles_order_by!]" ], "where": [ - 2896 + 2904 ] } ], "news_articles_aggregate": [ - 2893, + 2901, { "distinct_on": [ - 2906, + 2914, "[news_articles_select_column!]" ], "limit": [ @@ -168631,44 +169092,44 @@ export default { 40 ], "order_by": [ - 2904, + 2912, "[news_articles_order_by!]" ], "where": [ - 2896 + 2904 ] } ], "news_articles_by_pk": [ - 2892, + 2900, { "id": [ - 5018, + 5026, "uuid!" ] } ], "news_articles_stream": [ - 2892, + 2900, { "batch_size": [ 40, "Int!" ], "cursor": [ - 2911, + 2919, "[news_articles_stream_cursor_input]!" ], "where": [ - 2896 + 2904 ] } ], "notifications": [ - 2919, + 2927, { "distinct_on": [ - 2947, + 2955, "[notifications_select_column!]" ], "limit": [ @@ -168678,19 +169139,19 @@ export default { 40 ], "order_by": [ - 2944, + 2952, "[notifications_order_by!]" ], "where": [ - 2931 + 2939 ] } ], "notifications_aggregate": [ - 2920, + 2928, { "distinct_on": [ - 2947, + 2955, "[notifications_select_column!]" ], "limit": [ @@ -168700,44 +169161,44 @@ export default { 40 ], "order_by": [ - 2944, + 2952, "[notifications_order_by!]" ], "where": [ - 2931 + 2939 ] } ], "notifications_by_pk": [ - 2919, + 2927, { "id": [ - 5018, + 5026, "uuid!" ] } ], "notifications_stream": [ - 2919, + 2927, { "batch_size": [ 40, "Int!" ], "cursor": [ - 2957, + 2965, "[notifications_stream_cursor_input]!" ], "where": [ - 2931 + 2939 ] } ], "pending_match_import_players": [ - 2972, + 2980, { "distinct_on": [ - 2993, + 3001, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -168747,19 +169208,19 @@ export default { 40 ], "order_by": [ - 2991, + 2999, "[pending_match_import_players_order_by!]" ], "where": [ - 2981 + 2989 ] } ], "pending_match_import_players_aggregate": [ - 2973, + 2981, { "distinct_on": [ - 2993, + 3001, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -168769,48 +169230,48 @@ export default { 40 ], "order_by": [ - 2991, + 2999, "[pending_match_import_players_order_by!]" ], "where": [ - 2981 + 2989 ] } ], "pending_match_import_players_by_pk": [ - 2972, + 2980, { "steam_id": [ 257, "bigint!" ], "valve_match_id": [ - 2969, + 2977, "numeric!" ] } ], "pending_match_import_players_stream": [ - 2972, + 2980, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3001, + 3009, "[pending_match_import_players_stream_cursor_input]!" ], "where": [ - 2981 + 2989 ] } ], "pending_match_imports": [ - 3013, + 3021, { "distinct_on": [ - 3028, + 3036, "[pending_match_imports_select_column!]" ], "limit": [ @@ -168820,19 +169281,19 @@ export default { 40 ], "order_by": [ - 3026, + 3034, "[pending_match_imports_order_by!]" ], "where": [ - 3017 + 3025 ] } ], "pending_match_imports_aggregate": [ - 3014, + 3022, { "distinct_on": [ - 3028, + 3036, "[pending_match_imports_select_column!]" ], "limit": [ @@ -168842,44 +169303,44 @@ export default { 40 ], "order_by": [ - 3026, + 3034, "[pending_match_imports_order_by!]" ], "where": [ - 3017 + 3025 ] } ], "pending_match_imports_by_pk": [ - 3013, + 3021, { "valve_match_id": [ - 2969, + 2977, "numeric!" ] } ], "pending_match_imports_stream": [ - 3013, + 3021, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3033, + 3041, "[pending_match_imports_stream_cursor_input]!" ], "where": [ - 3017 + 3025 ] } ], "player_aim_stats_demo": [ - 3041, + 3049, { "distinct_on": [ - 3055, + 3063, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -168889,19 +169350,19 @@ export default { 40 ], "order_by": [ - 3053, + 3061, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3045 + 3053 ] } ], "player_aim_stats_demo_aggregate": [ - 3042, + 3050, { "distinct_on": [ - 3055, + 3063, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -168911,48 +169372,48 @@ export default { 40 ], "order_by": [ - 3053, + 3061, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3045 + 3053 ] } ], "player_aim_stats_demo_by_pk": [ - 3041, + 3049, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ] } ], "player_aim_stats_demo_stream": [ - 3041, + 3049, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3060, + 3068, "[player_aim_stats_demo_stream_cursor_input]!" ], "where": [ - 3045 + 3053 ] } ], "player_aim_weapon_stats": [ - 3068, + 3076, { "distinct_on": [ - 3089, + 3097, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -168962,19 +169423,19 @@ export default { 40 ], "order_by": [ - 3087, + 3095, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3077 + 3085 ] } ], "player_aim_weapon_stats_aggregate": [ - 3069, + 3077, { "distinct_on": [ - 3089, + 3097, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -168984,19 +169445,19 @@ export default { 40 ], "order_by": [ - 3087, + 3095, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3077 + 3085 ] } ], "player_aim_weapon_stats_by_pk": [ - 3068, + 3076, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -169010,26 +169471,26 @@ export default { } ], "player_aim_weapon_stats_stream": [ - 3068, + 3076, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3097, + 3105, "[player_aim_weapon_stats_stream_cursor_input]!" ], "where": [ - 3077 + 3085 ] } ], "player_assists": [ - 3109, + 3117, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -169039,19 +169500,19 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "player_assists_aggregate": [ - 3110, + 3118, { "distinct_on": [ - 3132, + 3140, "[player_assists_select_column!]" ], "limit": [ @@ -169061,16 +169522,16 @@ export default { 40 ], "order_by": [ - 3130, + 3138, "[player_assists_order_by!]" ], "where": [ - 3120 + 3128 ] } ], "player_assists_by_pk": [ - 3109, + 3117, { "attacked_steam_id": [ 257, @@ -169081,36 +169542,36 @@ export default { "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_assists_stream": [ - 3109, + 3117, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3142, + 3150, "[player_assists_stream_cursor_input]!" ], "where": [ - 3120 + 3128 ] } ], "player_career_stats_v": [ - 3154, + 3162, { "distinct_on": [ - 3162, + 3170, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -169120,19 +169581,19 @@ export default { 40 ], "order_by": [ - 3161, + 3169, "[player_career_stats_v_order_by!]" ], "where": [ - 3158 + 3166 ] } ], "player_career_stats_v_aggregate": [ - 3155, + 3163, { "distinct_on": [ - 3162, + 3170, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -169142,35 +169603,35 @@ export default { 40 ], "order_by": [ - 3161, + 3169, "[player_career_stats_v_order_by!]" ], "where": [ - 3158 + 3166 ] } ], "player_career_stats_v_stream": [ - 3154, + 3162, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3166, + 3174, "[player_career_stats_v_stream_cursor_input]!" ], "where": [ - 3158 + 3166 ] } ], "player_damages": [ - 3172, + 3180, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -169180,19 +169641,19 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], "player_damages_aggregate": [ - 3173, + 3181, { "distinct_on": [ - 3193, + 3201, "[player_damages_select_column!]" ], "limit": [ @@ -169202,52 +169663,52 @@ export default { 40 ], "order_by": [ - 3191, + 3199, "[player_damages_order_by!]" ], "where": [ - 3181 + 3189 ] } ], "player_damages_by_pk": [ - 3172, + 3180, { "id": [ - 5018, + 5026, "uuid!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_damages_stream": [ - 3172, + 3180, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3201, + 3209, "[player_damages_stream_cursor_input]!" ], "where": [ - 3181 + 3189 ] } ], "player_elo": [ - 3213, + 3221, { "distinct_on": [ - 3227, + 3235, "[player_elo_select_column!]" ], "limit": [ @@ -169257,19 +169718,19 @@ export default { 40 ], "order_by": [ - 3225, + 3233, "[player_elo_order_by!]" ], "where": [ - 3217 + 3225 ] } ], "player_elo_aggregate": [ - 3214, + 3222, { "distinct_on": [ - 3227, + 3235, "[player_elo_select_column!]" ], "limit": [ @@ -169279,19 +169740,19 @@ export default { 40 ], "order_by": [ - 3225, + 3233, "[player_elo_order_by!]" ], "where": [ - 3217 + 3225 ] } ], "player_elo_by_pk": [ - 3213, + 3221, { "match_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -169305,26 +169766,26 @@ export default { } ], "player_elo_stream": [ - 3213, + 3221, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3232, + 3240, "[player_elo_stream_cursor_input]!" ], "where": [ - 3217 + 3225 ] } ], "player_faceit_rank_history": [ - 3240, + 3248, { "distinct_on": [ - 3261, + 3269, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -169334,19 +169795,19 @@ export default { 40 ], "order_by": [ - 3259, + 3267, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3249 + 3257 ] } ], "player_faceit_rank_history_aggregate": [ - 3241, + 3249, { "distinct_on": [ - 3261, + 3269, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -169356,44 +169817,44 @@ export default { 40 ], "order_by": [ - 3259, + 3267, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3249 + 3257 ] } ], "player_faceit_rank_history_by_pk": [ - 3240, + 3248, { "id": [ - 5018, + 5026, "uuid!" ] } ], "player_faceit_rank_history_stream": [ - 3240, + 3248, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3269, + 3277, "[player_faceit_rank_history_stream_cursor_input]!" ], "where": [ - 3249 + 3257 ] } ], "player_flashes": [ - 3281, + 3289, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -169403,19 +169864,19 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "player_flashes_aggregate": [ - 3282, + 3290, { "distinct_on": [ - 3304, + 3312, "[player_flashes_select_column!]" ], "limit": [ @@ -169425,16 +169886,16 @@ export default { 40 ], "order_by": [ - 3302, + 3310, "[player_flashes_order_by!]" ], "where": [ - 3292 + 3300 ] } ], "player_flashes_by_pk": [ - 3281, + 3289, { "attacked_steam_id": [ 257, @@ -169445,36 +169906,36 @@ export default { "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_flashes_stream": [ - 3281, + 3289, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3314, + 3322, "[player_flashes_stream_cursor_input]!" ], "where": [ - 3292 + 3300 ] } ], "player_kills": [ - 3326, + 3334, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -169484,19 +169945,19 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "player_kills_aggregate": [ - 3327, + 3335, { "distinct_on": [ - 3390, + 3398, "[player_kills_select_column!]" ], "limit": [ @@ -169506,16 +169967,16 @@ export default { 40 ], "order_by": [ - 3388, + 3396, "[player_kills_order_by!]" ], "where": [ - 3337 + 3345 ] } ], "player_kills_by_pk": [ - 3326, + 3334, { "attacked_steam_id": [ 257, @@ -169526,20 +169987,20 @@ export default { "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 3338, + 3346, { "distinct_on": [ - 3359, + 3367, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -169549,19 +170010,19 @@ export default { 40 ], "order_by": [ - 3357, + 3365, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3347 + 3355 ] } ], "player_kills_by_weapon_aggregate": [ - 3339, + 3347, { "distinct_on": [ - 3359, + 3367, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -169571,16 +170032,16 @@ export default { 40 ], "order_by": [ - 3357, + 3365, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3347 + 3355 ] } ], "player_kills_by_weapon_by_pk": [ - 3338, + 3346, { "player_steam_id": [ 257, @@ -169593,42 +170054,42 @@ export default { } ], "player_kills_by_weapon_stream": [ - 3338, + 3346, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3367, + 3375, "[player_kills_by_weapon_stream_cursor_input]!" ], "where": [ - 3347 + 3355 ] } ], "player_kills_stream": [ - 3326, + 3334, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3400, + 3408, "[player_kills_stream_cursor_input]!" ], "where": [ - 3337 + 3345 ] } ], "player_leaderboard_rank": [ - 3412, + 3420, { "distinct_on": [ - 3423, + 3431, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -169638,19 +170099,19 @@ export default { 40 ], "order_by": [ - 3422, + 3430, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3416 + 3424 ] } ], "player_leaderboard_rank_aggregate": [ - 3413, + 3421, { "distinct_on": [ - 3423, + 3431, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -169660,35 +170121,35 @@ export default { 40 ], "order_by": [ - 3422, + 3430, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3416 + 3424 ] } ], "player_leaderboard_rank_stream": [ - 3412, + 3420, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3428, + 3436, "[player_leaderboard_rank_stream_cursor_input]!" ], "where": [ - 3416 + 3424 ] } ], "player_match_map_stats": [ - 3435, + 3443, { "distinct_on": [ - 3456, + 3464, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -169698,19 +170159,19 @@ export default { 40 ], "order_by": [ - 3454, + 3462, "[player_match_map_stats_order_by!]" ], "where": [ - 3444 + 3452 ] } ], "player_match_map_stats_aggregate": [ - 3436, + 3444, { "distinct_on": [ - 3456, + 3464, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -169720,19 +170181,19 @@ export default { 40 ], "order_by": [ - 3454, + 3462, "[player_match_map_stats_order_by!]" ], "where": [ - 3444 + 3452 ] } ], "player_match_map_stats_by_pk": [ - 3435, + 3443, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "steam_id": [ @@ -169742,26 +170203,26 @@ export default { } ], "player_match_map_stats_stream": [ - 3435, + 3443, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3464, + 3472, "[player_match_map_stats_stream_cursor_input]!" ], "where": [ - 3444 + 3452 ] } ], "player_match_performance_v": [ - 3476, + 3484, { "distinct_on": [ - 3484, + 3492, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -169771,19 +170232,19 @@ export default { 40 ], "order_by": [ - 3483, + 3491, "[player_match_performance_v_order_by!]" ], "where": [ - 3480 + 3488 ] } ], "player_match_performance_v_aggregate": [ - 3477, + 3485, { "distinct_on": [ - 3484, + 3492, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -169793,35 +170254,35 @@ export default { 40 ], "order_by": [ - 3483, + 3491, "[player_match_performance_v_order_by!]" ], "where": [ - 3480 + 3488 ] } ], "player_match_performance_v_stream": [ - 3476, + 3484, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3488, + 3496, "[player_match_performance_v_stream_cursor_input]!" ], "where": [ - 3480 + 3488 ] } ], "player_match_stats_v": [ - 3494, + 3502, { "distinct_on": [ - 3510, + 3518, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -169831,19 +170292,19 @@ export default { 40 ], "order_by": [ - 3509, + 3517, "[player_match_stats_v_order_by!]" ], "where": [ - 3503 + 3511 ] } ], "player_match_stats_v_aggregate": [ - 3495, + 3503, { "distinct_on": [ - 3510, + 3518, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -169853,35 +170314,35 @@ export default { 40 ], "order_by": [ - 3509, + 3517, "[player_match_stats_v_order_by!]" ], "where": [ - 3503 + 3511 ] } ], "player_match_stats_v_stream": [ - 3494, + 3502, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3517, + 3525, "[player_match_stats_v_stream_cursor_input]!" ], "where": [ - 3503 + 3511 ] } ], "player_objectives": [ - 3527, + 3535, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -169891,19 +170352,19 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], "player_objectives_aggregate": [ - 3528, + 3536, { "distinct_on": [ - 3548, + 3556, "[player_objectives_select_column!]" ], "limit": [ @@ -169913,19 +170374,19 @@ export default { 40 ], "order_by": [ - 3546, + 3554, "[player_objectives_order_by!]" ], "where": [ - 3536 + 3544 ] } ], "player_objectives_by_pk": [ - 3527, + 3535, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "player_steam_id": [ @@ -169933,32 +170394,32 @@ export default { "bigint!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_objectives_stream": [ - 3527, + 3535, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3556, + 3564, "[player_objectives_stream_cursor_input]!" ], "where": [ - 3536 + 3544 ] } ], "player_performance_v": [ - 3568, + 3576, { "distinct_on": [ - 3576, + 3584, "[player_performance_v_select_column!]" ], "limit": [ @@ -169968,19 +170429,19 @@ export default { 40 ], "order_by": [ - 3575, + 3583, "[player_performance_v_order_by!]" ], "where": [ - 3572 + 3580 ] } ], "player_performance_v_aggregate": [ - 3569, + 3577, { "distinct_on": [ - 3576, + 3584, "[player_performance_v_select_column!]" ], "limit": [ @@ -169990,35 +170451,35 @@ export default { 40 ], "order_by": [ - 3575, + 3583, "[player_performance_v_order_by!]" ], "where": [ - 3572 + 3580 ] } ], "player_performance_v_stream": [ - 3568, + 3576, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3580, + 3588, "[player_performance_v_stream_cursor_input]!" ], "where": [ - 3572 + 3580 ] } ], "player_premier_rank_history": [ - 3586, + 3594, { "distinct_on": [ - 3607, + 3615, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -170028,19 +170489,19 @@ export default { 40 ], "order_by": [ - 3605, + 3613, "[player_premier_rank_history_order_by!]" ], "where": [ - 3595 + 3603 ] } ], "player_premier_rank_history_aggregate": [ - 3587, + 3595, { "distinct_on": [ - 3607, + 3615, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -170050,44 +170511,44 @@ export default { 40 ], "order_by": [ - 3605, + 3613, "[player_premier_rank_history_order_by!]" ], "where": [ - 3595 + 3603 ] } ], "player_premier_rank_history_by_pk": [ - 3586, + 3594, { "id": [ - 5018, + 5026, "uuid!" ] } ], "player_premier_rank_history_stream": [ - 3586, + 3594, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3615, + 3623, "[player_premier_rank_history_stream_cursor_input]!" ], "where": [ - 3595 + 3603 ] } ], "player_sanctions": [ - 3627, + 3635, { "distinct_on": [ - 3648, + 3656, "[player_sanctions_select_column!]" ], "limit": [ @@ -170097,19 +170558,19 @@ export default { 40 ], "order_by": [ - 3646, + 3654, "[player_sanctions_order_by!]" ], "where": [ - 3636 + 3644 ] } ], "player_sanctions_aggregate": [ - 3628, + 3636, { "distinct_on": [ - 3648, + 3656, "[player_sanctions_select_column!]" ], "limit": [ @@ -170119,48 +170580,48 @@ export default { 40 ], "order_by": [ - 3646, + 3654, "[player_sanctions_order_by!]" ], "where": [ - 3636 + 3644 ] } ], "player_sanctions_by_pk": [ - 3627, + 3635, { "created_at": [ - 4518, + 4526, "timestamptz!" ], "id": [ - 5018, + 5026, "uuid!" ] } ], "player_sanctions_stream": [ - 3627, + 3635, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3656, + 3664, "[player_sanctions_stream_cursor_input]!" ], "where": [ - 3636 + 3644 ] } ], "player_season_stats": [ - 3668, + 3676, { "distinct_on": [ - 3699, + 3707, "[player_season_stats_select_column!]" ], "limit": [ @@ -170170,19 +170631,19 @@ export default { 40 ], "order_by": [ - 3697, + 3705, "[player_season_stats_order_by!]" ], "where": [ - 3687 + 3695 ] } ], "player_season_stats_aggregate": [ - 3669, + 3677, { "distinct_on": [ - 3699, + 3707, "[player_season_stats_select_column!]" ], "limit": [ @@ -170192,48 +170653,48 @@ export default { 40 ], "order_by": [ - 3697, + 3705, "[player_season_stats_order_by!]" ], "where": [ - 3687 + 3695 ] } ], "player_season_stats_by_pk": [ - 3668, + 3676, { "player_steam_id": [ 257, "bigint!" ], "season_id": [ - 5018, + 5026, "uuid!" ] } ], "player_season_stats_stream": [ - 3668, + 3676, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3715, + 3723, "[player_season_stats_stream_cursor_input]!" ], "where": [ - 3687 + 3695 ] } ], "player_stats": [ - 3727, + 3735, { "distinct_on": [ - 3742, + 3750, "[player_stats_select_column!]" ], "limit": [ @@ -170243,19 +170704,19 @@ export default { 40 ], "order_by": [ - 3740, + 3748, "[player_stats_order_by!]" ], "where": [ - 3731 + 3739 ] } ], "player_stats_aggregate": [ - 3728, + 3736, { "distinct_on": [ - 3742, + 3750, "[player_stats_select_column!]" ], "limit": [ @@ -170265,16 +170726,16 @@ export default { 40 ], "order_by": [ - 3740, + 3748, "[player_stats_order_by!]" ], "where": [ - 3731 + 3739 ] } ], "player_stats_by_pk": [ - 3727, + 3735, { "player_steam_id": [ 257, @@ -170283,26 +170744,26 @@ export default { } ], "player_stats_stream": [ - 3727, + 3735, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3747, + 3755, "[player_stats_stream_cursor_input]!" ], "where": [ - 3731 + 3739 ] } ], "player_steam_bot_friend": [ - 3755, + 3763, { "distinct_on": [ - 3774, + 3782, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -170312,19 +170773,19 @@ export default { 40 ], "order_by": [ - 3771, + 3779, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3760 + 3768 ] } ], "player_steam_bot_friend_aggregate": [ - 3756, + 3764, { "distinct_on": [ - 3774, + 3782, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -170334,16 +170795,16 @@ export default { 40 ], "order_by": [ - 3771, + 3779, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3760 + 3768 ] } ], "player_steam_bot_friend_by_pk": [ - 3755, + 3763, { "steam_id": [ 257, @@ -170352,26 +170813,26 @@ export default { } ], "player_steam_bot_friend_stream": [ - 3755, + 3763, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3779, + 3787, "[player_steam_bot_friend_stream_cursor_input]!" ], "where": [ - 3760 + 3768 ] } ], "player_steam_match_auth": [ - 3787, + 3795, { "distinct_on": [ - 3801, + 3809, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -170381,19 +170842,19 @@ export default { 40 ], "order_by": [ - 3799, + 3807, "[player_steam_match_auth_order_by!]" ], "where": [ - 3791 + 3799 ] } ], "player_steam_match_auth_aggregate": [ - 3788, + 3796, { "distinct_on": [ - 3801, + 3809, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -170403,16 +170864,16 @@ export default { 40 ], "order_by": [ - 3799, + 3807, "[player_steam_match_auth_order_by!]" ], "where": [ - 3791 + 3799 ] } ], "player_steam_match_auth_by_pk": [ - 3787, + 3795, { "steam_id": [ 257, @@ -170421,26 +170882,26 @@ export default { } ], "player_steam_match_auth_stream": [ - 3787, + 3795, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3806, + 3814, "[player_steam_match_auth_stream_cursor_input]!" ], "where": [ - 3791 + 3799 ] } ], "player_unused_utility": [ - 3814, + 3822, { "distinct_on": [ - 3835, + 3843, "[player_unused_utility_select_column!]" ], "limit": [ @@ -170450,19 +170911,19 @@ export default { 40 ], "order_by": [ - 3833, + 3841, "[player_unused_utility_order_by!]" ], "where": [ - 3823 + 3831 ] } ], "player_unused_utility_aggregate": [ - 3815, + 3823, { "distinct_on": [ - 3835, + 3843, "[player_unused_utility_select_column!]" ], "limit": [ @@ -170472,19 +170933,19 @@ export default { 40 ], "order_by": [ - 3833, + 3841, "[player_unused_utility_order_by!]" ], "where": [ - 3823 + 3831 ] } ], "player_unused_utility_by_pk": [ - 3814, + 3822, { "match_map_id": [ - 5018, + 5026, "uuid!" ], "player_steam_id": [ @@ -170494,26 +170955,26 @@ export default { } ], "player_unused_utility_stream": [ - 3814, + 3822, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3843, + 3851, "[player_unused_utility_stream_cursor_input]!" ], "where": [ - 3823 + 3831 ] } ], "player_utility": [ - 3855, + 3863, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -170523,19 +170984,19 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], "player_utility_aggregate": [ - 3856, + 3864, { "distinct_on": [ - 3876, + 3884, "[player_utility_select_column!]" ], "limit": [ @@ -170545,52 +171006,52 @@ export default { 40 ], "order_by": [ - 3874, + 3882, "[player_utility_order_by!]" ], "where": [ - 3864 + 3872 ] } ], "player_utility_by_pk": [ - 3855, + 3863, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5018, + 5026, "uuid!" ], "time": [ - 4518, + 4526, "timestamptz!" ] } ], "player_utility_stream": [ - 3855, + 3863, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3884, + 3892, "[player_utility_stream_cursor_input]!" ], "where": [ - 3864 + 3872 ] } ], "player_weapon_stats_v": [ - 3896, + 3904, { "distinct_on": [ - 3912, + 3920, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -170600,19 +171061,19 @@ export default { 40 ], "order_by": [ - 3911, + 3919, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3905 + 3913 ] } ], "player_weapon_stats_v_aggregate": [ - 3897, + 3905, { "distinct_on": [ - 3912, + 3920, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -170622,35 +171083,35 @@ export default { 40 ], "order_by": [ - 3911, + 3919, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3905 + 3913 ] } ], "player_weapon_stats_v_stream": [ - 3896, + 3904, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3919, + 3927, "[player_weapon_stats_v_stream_cursor_input]!" ], "where": [ - 3905 + 3913 ] } ], "players": [ - 3929, + 3937, { "distinct_on": [ - 3944, + 3952, "[players_select_column!]" ], "limit": [ @@ -170660,19 +171121,19 @@ export default { 40 ], "order_by": [ - 3942, + 3950, "[players_order_by!]" ], "where": [ - 3933 + 3941 ] } ], "players_aggregate": [ - 3930, + 3938, { "distinct_on": [ - 3944, + 3952, "[players_select_column!]" ], "limit": [ @@ -170682,16 +171143,16 @@ export default { 40 ], "order_by": [ - 3942, + 3950, "[players_order_by!]" ], "where": [ - 3933 + 3941 ] } ], "players_by_pk": [ - 3929, + 3937, { "steam_id": [ 257, @@ -170700,26 +171161,26 @@ export default { } ], "players_stream": [ - 3929, + 3937, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3949, + 3957, "[players_stream_cursor_input]!" ], "where": [ - 3933 + 3941 ] } ], "plugin_versions": [ - 3957, + 3965, { "distinct_on": [ - 3971, + 3979, "[plugin_versions_select_column!]" ], "limit": [ @@ -170729,19 +171190,19 @@ export default { 40 ], "order_by": [ - 3969, + 3977, "[plugin_versions_order_by!]" ], "where": [ - 3961 + 3969 ] } ], "plugin_versions_aggregate": [ - 3958, + 3966, { "distinct_on": [ - 3971, + 3979, "[plugin_versions_select_column!]" ], "limit": [ @@ -170751,16 +171212,16 @@ export default { 40 ], "order_by": [ - 3969, + 3977, "[plugin_versions_order_by!]" ], "where": [ - 3961 + 3969 ] } ], "plugin_versions_by_pk": [ - 3957, + 3965, { "runtime": [ 1110, @@ -170773,26 +171234,26 @@ export default { } ], "plugin_versions_stream": [ - 3957, + 3965, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3976, + 3984, "[plugin_versions_stream_cursor_input]!" ], "where": [ - 3961 + 3969 ] } ], "seasons": [ - 3988, + 3996, { "distinct_on": [ - 4003, + 4011, "[seasons_select_column!]" ], "limit": [ @@ -170802,19 +171263,19 @@ export default { 40 ], "order_by": [ - 4001, + 4009, "[seasons_order_by!]" ], "where": [ - 3992 + 4000 ] } ], "seasons_aggregate": [ - 3989, + 3997, { "distinct_on": [ - 4003, + 4011, "[seasons_select_column!]" ], "limit": [ @@ -170824,44 +171285,44 @@ export default { 40 ], "order_by": [ - 4001, + 4009, "[seasons_order_by!]" ], "where": [ - 3992 + 4000 ] } ], "seasons_by_pk": [ - 3988, + 3996, { "id": [ - 5018, + 5026, "uuid!" ] } ], "seasons_stream": [ - 3988, + 3996, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4008, + 4016, "[seasons_stream_cursor_input]!" ], "where": [ - 3992 + 4000 ] } ], "server_regions": [ - 4016, + 4024, { "distinct_on": [ - 4030, + 4038, "[server_regions_select_column!]" ], "limit": [ @@ -170871,19 +171332,19 @@ export default { 40 ], "order_by": [ - 4028, + 4036, "[server_regions_order_by!]" ], "where": [ - 4020 + 4028 ] } ], "server_regions_aggregate": [ - 4017, + 4025, { "distinct_on": [ - 4030, + 4038, "[server_regions_select_column!]" ], "limit": [ @@ -170893,16 +171354,16 @@ export default { 40 ], "order_by": [ - 4028, + 4036, "[server_regions_order_by!]" ], "where": [ - 4020 + 4028 ] } ], "server_regions_by_pk": [ - 4016, + 4024, { "value": [ 80, @@ -170911,26 +171372,26 @@ export default { } ], "server_regions_stream": [ - 4016, + 4024, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4035, + 4043, "[server_regions_stream_cursor_input]!" ], "where": [ - 4020 + 4028 ] } ], "servers": [ - 4043, + 4051, { "distinct_on": [ - 4067, + 4075, "[servers_select_column!]" ], "limit": [ @@ -170940,19 +171401,19 @@ export default { 40 ], "order_by": [ - 4065, + 4073, "[servers_order_by!]" ], "where": [ - 4054 + 4062 ] } ], "servers_aggregate": [ - 4044, + 4052, { "distinct_on": [ - 4067, + 4075, "[servers_select_column!]" ], "limit": [ @@ -170962,44 +171423,44 @@ export default { 40 ], "order_by": [ - 4065, + 4073, "[servers_order_by!]" ], "where": [ - 4054 + 4062 ] } ], "servers_by_pk": [ - 4043, + 4051, { "id": [ - 5018, + 5026, "uuid!" ] } ], "servers_stream": [ - 4043, + 4051, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4077, + 4085, "[servers_stream_cursor_input]!" ], "where": [ - 4054 + 4062 ] } ], "settings": [ - 4089, + 4097, { "distinct_on": [ - 4101, + 4109, "[settings_select_column!]" ], "limit": [ @@ -171009,19 +171470,19 @@ export default { 40 ], "order_by": [ - 4099, + 4107, "[settings_order_by!]" ], "where": [ - 4092 + 4100 ] } ], "settings_aggregate": [ - 4090, + 4098, { "distinct_on": [ - 4101, + 4109, "[settings_select_column!]" ], "limit": [ @@ -171031,16 +171492,16 @@ export default { 40 ], "order_by": [ - 4099, + 4107, "[settings_order_by!]" ], "where": [ - 4092 + 4100 ] } ], "settings_by_pk": [ - 4089, + 4097, { "name": [ 80, @@ -171049,26 +171510,26 @@ export default { } ], "settings_stream": [ - 4089, + 4097, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4103, + 4111, "[settings_stream_cursor_input]!" ], "where": [ - 4092 + 4100 ] } ], "steam_account_claims": [ - 4109, + 4117, { "distinct_on": [ - 4127, + 4135, "[steam_account_claims_select_column!]" ], "limit": [ @@ -171078,19 +171539,19 @@ export default { 40 ], "order_by": [ - 4125, + 4133, "[steam_account_claims_order_by!]" ], "where": [ - 4116 + 4124 ] } ], "steam_account_claims_aggregate": [ - 4110, + 4118, { "distinct_on": [ - 4127, + 4135, "[steam_account_claims_select_column!]" ], "limit": [ @@ -171100,44 +171561,44 @@ export default { 40 ], "order_by": [ - 4125, + 4133, "[steam_account_claims_order_by!]" ], "where": [ - 4116 + 4124 ] } ], "steam_account_claims_by_pk": [ - 4109, + 4117, { "id": [ - 5018, + 5026, "uuid!" ] } ], "steam_account_claims_stream": [ - 4109, + 4117, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4129, + 4137, "[steam_account_claims_stream_cursor_input]!" ], "where": [ - 4116 + 4124 ] } ], "steam_accounts": [ - 4133, + 4141, { "distinct_on": [ - 4148, + 4156, "[steam_accounts_select_column!]" ], "limit": [ @@ -171147,19 +171608,19 @@ export default { 40 ], "order_by": [ - 4146, + 4154, "[steam_accounts_order_by!]" ], "where": [ - 4137 + 4145 ] } ], "steam_accounts_aggregate": [ - 4134, + 4142, { "distinct_on": [ - 4148, + 4156, "[steam_accounts_select_column!]" ], "limit": [ @@ -171169,44 +171630,44 @@ export default { 40 ], "order_by": [ - 4146, + 4154, "[steam_accounts_order_by!]" ], "where": [ - 4137 + 4145 ] } ], "steam_accounts_by_pk": [ - 4133, + 4141, { "id": [ - 5018, + 5026, "uuid!" ] } ], "steam_accounts_stream": [ - 4133, + 4141, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4153, + 4161, "[steam_accounts_stream_cursor_input]!" ], "where": [ - 4137 + 4145 ] } ], "system_alerts": [ - 4161, + 4169, { "distinct_on": [ - 4175, + 4183, "[system_alerts_select_column!]" ], "limit": [ @@ -171216,19 +171677,19 @@ export default { 40 ], "order_by": [ - 4173, + 4181, "[system_alerts_order_by!]" ], "where": [ - 4165 + 4173 ] } ], "system_alerts_aggregate": [ - 4162, + 4170, { "distinct_on": [ - 4175, + 4183, "[system_alerts_select_column!]" ], "limit": [ @@ -171238,44 +171699,44 @@ export default { 40 ], "order_by": [ - 4173, + 4181, "[system_alerts_order_by!]" ], "where": [ - 4165 + 4173 ] } ], "system_alerts_by_pk": [ - 4161, + 4169, { "id": [ - 5018, + 5026, "uuid!" ] } ], "system_alerts_stream": [ - 4161, + 4169, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4180, + 4188, "[system_alerts_stream_cursor_input]!" ], "where": [ - 4165 + 4173 ] } ], "team_invites": [ - 4188, + 4196, { "distinct_on": [ - 4209, + 4217, "[team_invites_select_column!]" ], "limit": [ @@ -171285,19 +171746,19 @@ export default { 40 ], "order_by": [ - 4207, + 4215, "[team_invites_order_by!]" ], "where": [ - 4197 + 4205 ] } ], "team_invites_aggregate": [ - 4189, + 4197, { "distinct_on": [ - 4209, + 4217, "[team_invites_select_column!]" ], "limit": [ @@ -171307,44 +171768,44 @@ export default { 40 ], "order_by": [ - 4207, + 4215, "[team_invites_order_by!]" ], "where": [ - 4197 + 4205 ] } ], "team_invites_by_pk": [ - 4188, + 4196, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_invites_stream": [ - 4188, + 4196, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4217, + 4225, "[team_invites_stream_cursor_input]!" ], "where": [ - 4197 + 4205 ] } ], "team_roster": [ - 4229, + 4237, { "distinct_on": [ - 4252, + 4260, "[team_roster_select_column!]" ], "limit": [ @@ -171354,19 +171815,19 @@ export default { 40 ], "order_by": [ - 4250, + 4258, "[team_roster_order_by!]" ], "where": [ - 4240 + 4248 ] } ], "team_roster_aggregate": [ - 4230, + 4238, { "distinct_on": [ - 4252, + 4260, "[team_roster_select_column!]" ], "limit": [ @@ -171376,48 +171837,48 @@ export default { 40 ], "order_by": [ - 4250, + 4258, "[team_roster_order_by!]" ], "where": [ - 4240 + 4248 ] } ], "team_roster_by_pk": [ - 4229, + 4237, { "player_steam_id": [ 257, "bigint!" ], "team_id": [ - 5018, + 5026, "uuid!" ] } ], "team_roster_stream": [ - 4229, + 4237, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4262, + 4270, "[team_roster_stream_cursor_input]!" ], "where": [ - 4240 + 4248 ] } ], "team_scrim_alerts": [ - 4274, + 4282, { "distinct_on": [ - 4288, + 4296, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -171427,19 +171888,19 @@ export default { 40 ], "order_by": [ - 4286, + 4294, "[team_scrim_alerts_order_by!]" ], "where": [ - 4278 + 4286 ] } ], "team_scrim_alerts_aggregate": [ - 4275, + 4283, { "distinct_on": [ - 4288, + 4296, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -171449,44 +171910,44 @@ export default { 40 ], "order_by": [ - 4286, + 4294, "[team_scrim_alerts_order_by!]" ], "where": [ - 4278 + 4286 ] } ], "team_scrim_alerts_by_pk": [ - 4274, + 4282, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_scrim_alerts_stream": [ - 4274, + 4282, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4293, + 4301, "[team_scrim_alerts_stream_cursor_input]!" ], "where": [ - 4278 + 4286 ] } ], "team_scrim_availability": [ - 4301, + 4309, { "distinct_on": [ - 4321, + 4329, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -171496,19 +171957,19 @@ export default { 40 ], "order_by": [ - 4319, + 4327, "[team_scrim_availability_order_by!]" ], "where": [ - 4310 + 4318 ] } ], "team_scrim_availability_aggregate": [ - 4302, + 4310, { "distinct_on": [ - 4321, + 4329, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -171518,44 +171979,44 @@ export default { 40 ], "order_by": [ - 4319, + 4327, "[team_scrim_availability_order_by!]" ], "where": [ - 4310 + 4318 ] } ], "team_scrim_availability_by_pk": [ - 4301, + 4309, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_scrim_availability_stream": [ - 4301, + 4309, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4325, + 4333, "[team_scrim_availability_stream_cursor_input]!" ], "where": [ - 4310 + 4318 ] } ], "team_scrim_request_proposals": [ - 4329, + 4337, { "distinct_on": [ - 4350, + 4358, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -171565,19 +172026,19 @@ export default { 40 ], "order_by": [ - 4348, + 4356, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4338 + 4346 ] } ], "team_scrim_request_proposals_aggregate": [ - 4330, + 4338, { "distinct_on": [ - 4350, + 4358, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -171587,44 +172048,44 @@ export default { 40 ], "order_by": [ - 4348, + 4356, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4338 + 4346 ] } ], "team_scrim_request_proposals_by_pk": [ - 4329, + 4337, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_scrim_request_proposals_stream": [ - 4329, + 4337, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4358, + 4366, "[team_scrim_request_proposals_stream_cursor_input]!" ], "where": [ - 4338 + 4346 ] } ], "team_scrim_requests": [ - 4370, + 4378, { "distinct_on": [ - 4394, + 4402, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -171634,19 +172095,19 @@ export default { 40 ], "order_by": [ - 4392, + 4400, "[team_scrim_requests_order_by!]" ], "where": [ - 4381 + 4389 ] } ], "team_scrim_requests_aggregate": [ - 4371, + 4379, { "distinct_on": [ - 4394, + 4402, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -171656,44 +172117,44 @@ export default { 40 ], "order_by": [ - 4392, + 4400, "[team_scrim_requests_order_by!]" ], "where": [ - 4381 + 4389 ] } ], "team_scrim_requests_by_pk": [ - 4370, + 4378, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_scrim_requests_stream": [ - 4370, + 4378, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4404, + 4412, "[team_scrim_requests_stream_cursor_input]!" ], "where": [ - 4381 + 4389 ] } ], "team_scrim_settings": [ - 4416, + 4424, { "distinct_on": [ - 4431, + 4439, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -171703,19 +172164,19 @@ export default { 40 ], "order_by": [ - 4429, + 4437, "[team_scrim_settings_order_by!]" ], "where": [ - 4420 + 4428 ] } ], "team_scrim_settings_aggregate": [ - 4417, + 4425, { "distinct_on": [ - 4431, + 4439, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -171725,44 +172186,44 @@ export default { 40 ], "order_by": [ - 4429, + 4437, "[team_scrim_settings_order_by!]" ], "where": [ - 4420 + 4428 ] } ], "team_scrim_settings_by_pk": [ - 4416, + 4424, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_scrim_settings_stream": [ - 4416, + 4424, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4436, + 4444, "[team_scrim_settings_stream_cursor_input]!" ], "where": [ - 4420 + 4428 ] } ], "team_suggestions": [ - 4444, + 4452, { "distinct_on": [ - 4458, + 4466, "[team_suggestions_select_column!]" ], "limit": [ @@ -171772,19 +172233,19 @@ export default { 40 ], "order_by": [ - 4456, + 4464, "[team_suggestions_order_by!]" ], "where": [ - 4448 + 4456 ] } ], "team_suggestions_aggregate": [ - 4445, + 4453, { "distinct_on": [ - 4458, + 4466, "[team_suggestions_select_column!]" ], "limit": [ @@ -171794,44 +172255,44 @@ export default { 40 ], "order_by": [ - 4456, + 4464, "[team_suggestions_order_by!]" ], "where": [ - 4448 + 4456 ] } ], "team_suggestions_by_pk": [ - 4444, + 4452, { "id": [ - 5018, + 5026, "uuid!" ] } ], "team_suggestions_stream": [ - 4444, + 4452, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4463, + 4471, "[team_suggestions_stream_cursor_input]!" ], "where": [ - 4448 + 4456 ] } ], "teams": [ - 4471, + 4479, { "distinct_on": [ - 4495, + 4503, "[teams_select_column!]" ], "limit": [ @@ -171841,19 +172302,19 @@ export default { 40 ], "order_by": [ - 4493, + 4501, "[teams_order_by!]" ], "where": [ - 4482 + 4490 ] } ], "teams_aggregate": [ - 4472, + 4480, { "distinct_on": [ - 4495, + 4503, "[teams_select_column!]" ], "limit": [ @@ -171863,44 +172324,44 @@ export default { 40 ], "order_by": [ - 4493, + 4501, "[teams_order_by!]" ], "where": [ - 4482 + 4490 ] } ], "teams_by_pk": [ - 4471, + 4479, { "id": [ - 5018, + 5026, "uuid!" ] } ], "teams_stream": [ - 4471, + 4479, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4505, + 4513, "[teams_stream_cursor_input]!" ], "where": [ - 4482 + 4490 ] } ], "tournament_awards": [ - 4520, + 4528, { "distinct_on": [ - 4542, + 4550, "[tournament_awards_select_column!]" ], "limit": [ @@ -171910,19 +172371,19 @@ export default { 40 ], "order_by": [ - 4540, + 4548, "[tournament_awards_order_by!]" ], "where": [ - 4529 + 4537 ] } ], "tournament_awards_aggregate": [ - 4521, + 4529, { "distinct_on": [ - 4542, + 4550, "[tournament_awards_select_column!]" ], "limit": [ @@ -171932,44 +172393,44 @@ export default { 40 ], "order_by": [ - 4540, + 4548, "[tournament_awards_order_by!]" ], "where": [ - 4529 + 4537 ] } ], "tournament_awards_by_pk": [ - 4520, + 4528, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_awards_stream": [ - 4520, + 4528, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4550, + 4558, "[tournament_awards_stream_cursor_input]!" ], "where": [ - 4529 + 4537 ] } ], "tournament_brackets": [ - 4562, + 4570, { "distinct_on": [ - 4586, + 4594, "[tournament_brackets_select_column!]" ], "limit": [ @@ -171979,19 +172440,19 @@ export default { 40 ], "order_by": [ - 4584, + 4592, "[tournament_brackets_order_by!]" ], "where": [ - 4573 + 4581 ] } ], "tournament_brackets_aggregate": [ - 4563, + 4571, { "distinct_on": [ - 4586, + 4594, "[tournament_brackets_select_column!]" ], "limit": [ @@ -172001,44 +172462,44 @@ export default { 40 ], "order_by": [ - 4584, + 4592, "[tournament_brackets_order_by!]" ], "where": [ - 4573 + 4581 ] } ], "tournament_brackets_by_pk": [ - 4562, + 4570, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_brackets_stream": [ - 4562, + 4570, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4596, + 4604, "[tournament_brackets_stream_cursor_input]!" ], "where": [ - 4573 + 4581 ] } ], "tournament_categories": [ - 4608, + 4616, { "distinct_on": [ - 4626, + 4634, "[tournament_categories_select_column!]" ], "limit": [ @@ -172048,19 +172509,19 @@ export default { 40 ], "order_by": [ - 4624, + 4632, "[tournament_categories_order_by!]" ], "where": [ - 4615 + 4623 ] } ], "tournament_categories_aggregate": [ - 4609, + 4617, { "distinct_on": [ - 4626, + 4634, "[tournament_categories_select_column!]" ], "limit": [ @@ -172070,48 +172531,48 @@ export default { 40 ], "order_by": [ - 4624, + 4632, "[tournament_categories_order_by!]" ], "where": [ - 4615 + 4623 ] } ], "tournament_categories_by_pk": [ - 4608, + 4616, { "category": [ 1312, "e_tournament_categories_enum!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_categories_stream": [ - 4608, + 4616, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4628, + 4636, "[tournament_categories_stream_cursor_input]!" ], "where": [ - 4615 + 4623 ] } ], "tournament_organizer_teams": [ - 4632, + 4640, { "distinct_on": [ - 4650, + 4658, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -172121,19 +172582,19 @@ export default { 40 ], "order_by": [ - 4648, + 4656, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4639 + 4647 ] } ], "tournament_organizer_teams_aggregate": [ - 4633, + 4641, { "distinct_on": [ - 4650, + 4658, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -172143,48 +172604,48 @@ export default { 40 ], "order_by": [ - 4648, + 4656, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4639 + 4647 ] } ], "tournament_organizer_teams_by_pk": [ - 4632, + 4640, { "team_id": [ - 5018, + 5026, "uuid!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_organizer_teams_stream": [ - 4632, + 4640, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4652, + 4660, "[tournament_organizer_teams_stream_cursor_input]!" ], "where": [ - 4639 + 4647 ] } ], "tournament_organizers": [ - 4656, + 4664, { "distinct_on": [ - 4677, + 4685, "[tournament_organizers_select_column!]" ], "limit": [ @@ -172194,19 +172655,19 @@ export default { 40 ], "order_by": [ - 4675, + 4683, "[tournament_organizers_order_by!]" ], "where": [ - 4665 + 4673 ] } ], "tournament_organizers_aggregate": [ - 4657, + 4665, { "distinct_on": [ - 4677, + 4685, "[tournament_organizers_select_column!]" ], "limit": [ @@ -172216,48 +172677,48 @@ export default { 40 ], "order_by": [ - 4675, + 4683, "[tournament_organizers_order_by!]" ], "where": [ - 4665 + 4673 ] } ], "tournament_organizers_by_pk": [ - 4656, + 4664, { "steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_organizers_stream": [ - 4656, + 4664, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4685, + 4693, "[tournament_organizers_stream_cursor_input]!" ], "where": [ - 4665 + 4673 ] } ], "tournament_prizes": [ - 4697, + 4705, { "distinct_on": [ - 4718, + 4726, "[tournament_prizes_select_column!]" ], "limit": [ @@ -172267,19 +172728,19 @@ export default { 40 ], "order_by": [ - 4716, + 4724, "[tournament_prizes_order_by!]" ], "where": [ - 4706 + 4714 ] } ], "tournament_prizes_aggregate": [ - 4698, + 4706, { "distinct_on": [ - 4718, + 4726, "[tournament_prizes_select_column!]" ], "limit": [ @@ -172289,44 +172750,44 @@ export default { 40 ], "order_by": [ - 4716, + 4724, "[tournament_prizes_order_by!]" ], "where": [ - 4706 + 4714 ] } ], "tournament_prizes_by_pk": [ - 4697, + 4705, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_prizes_stream": [ - 4697, + 4705, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4726, + 4734, "[tournament_prizes_stream_cursor_input]!" ], "where": [ - 4706 + 4714 ] } ], "tournament_stage_windows": [ - 4738, + 4746, { "distinct_on": [ - 4759, + 4767, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -172336,19 +172797,19 @@ export default { 40 ], "order_by": [ - 4757, + 4765, "[tournament_stage_windows_order_by!]" ], "where": [ - 4747 + 4755 ] } ], "tournament_stage_windows_aggregate": [ - 4739, + 4747, { "distinct_on": [ - 4759, + 4767, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -172358,44 +172819,44 @@ export default { 40 ], "order_by": [ - 4757, + 4765, "[tournament_stage_windows_order_by!]" ], "where": [ - 4747 + 4755 ] } ], "tournament_stage_windows_by_pk": [ - 4738, + 4746, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_stage_windows_stream": [ - 4738, + 4746, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4767, + 4775, "[tournament_stage_windows_stream_cursor_input]!" ], "where": [ - 4747 + 4755 ] } ], "tournament_stages": [ - 4779, + 4787, { "distinct_on": [ - 4808, + 4816, "[tournament_stages_select_column!]" ], "limit": [ @@ -172405,19 +172866,19 @@ export default { 40 ], "order_by": [ - 4805, + 4813, "[tournament_stages_order_by!]" ], "where": [ - 4791 + 4799 ] } ], "tournament_stages_aggregate": [ - 4780, + 4788, { "distinct_on": [ - 4808, + 4816, "[tournament_stages_select_column!]" ], "limit": [ @@ -172427,44 +172888,44 @@ export default { 40 ], "order_by": [ - 4805, + 4813, "[tournament_stages_order_by!]" ], "where": [ - 4791 + 4799 ] } ], "tournament_stages_by_pk": [ - 4779, + 4787, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_stages_stream": [ - 4779, + 4787, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4818, + 4826, "[tournament_stages_stream_cursor_input]!" ], "where": [ - 4791 + 4799 ] } ], "tournament_team_invites": [ - 4830, + 4838, { "distinct_on": [ - 4851, + 4859, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -172474,19 +172935,19 @@ export default { 40 ], "order_by": [ - 4849, + 4857, "[tournament_team_invites_order_by!]" ], "where": [ - 4839 + 4847 ] } ], "tournament_team_invites_aggregate": [ - 4831, + 4839, { "distinct_on": [ - 4851, + 4859, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -172496,44 +172957,44 @@ export default { 40 ], "order_by": [ - 4849, + 4857, "[tournament_team_invites_order_by!]" ], "where": [ - 4839 + 4847 ] } ], "tournament_team_invites_by_pk": [ - 4830, + 4838, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_team_invites_stream": [ - 4830, + 4838, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4859, + 4867, "[tournament_team_invites_stream_cursor_input]!" ], "where": [ - 4839 + 4847 ] } ], "tournament_team_roster": [ - 4871, + 4879, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -172543,19 +173004,19 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], "tournament_team_roster_aggregate": [ - 4872, + 4880, { "distinct_on": [ - 4892, + 4900, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -172565,48 +173026,48 @@ export default { 40 ], "order_by": [ - 4890, + 4898, "[tournament_team_roster_order_by!]" ], "where": [ - 4880 + 4888 ] } ], "tournament_team_roster_by_pk": [ - 4871, + 4879, { "player_steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_team_roster_stream": [ - 4871, + 4879, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4900, + 4908, "[tournament_team_roster_stream_cursor_input]!" ], "where": [ - 4880 + 4888 ] } ], "tournament_teams": [ - 4912, + 4920, { "distinct_on": [ - 4934, + 4942, "[tournament_teams_select_column!]" ], "limit": [ @@ -172616,19 +173077,19 @@ export default { 40 ], "order_by": [ - 4932, + 4940, "[tournament_teams_order_by!]" ], "where": [ - 4921 + 4929 ] } ], "tournament_teams_aggregate": [ - 4913, + 4921, { "distinct_on": [ - 4934, + 4942, "[tournament_teams_select_column!]" ], "limit": [ @@ -172638,44 +173099,44 @@ export default { 40 ], "order_by": [ - 4932, + 4940, "[tournament_teams_order_by!]" ], "where": [ - 4921 + 4929 ] } ], "tournament_teams_by_pk": [ - 4912, + 4920, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournament_teams_stream": [ - 4912, + 4920, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4942, + 4950, "[tournament_teams_stream_cursor_input]!" ], "where": [ - 4921 + 4929 ] } ], "tournaments": [ - 4954, + 4962, { "distinct_on": [ - 4988, + 4996, "[tournaments_select_column!]" ], "limit": [ @@ -172685,19 +173146,19 @@ export default { 40 ], "order_by": [ - 4986, + 4994, "[tournaments_order_by!]" ], "where": [ - 4975 + 4983 ] } ], "tournaments_aggregate": [ - 4955, + 4963, { "distinct_on": [ - 4988, + 4996, "[tournaments_select_column!]" ], "limit": [ @@ -172707,44 +173168,44 @@ export default { 40 ], "order_by": [ - 4986, + 4994, "[tournaments_order_by!]" ], "where": [ - 4975 + 4983 ] } ], "tournaments_by_pk": [ - 4954, + 4962, { "id": [ - 5018, + 5026, "uuid!" ] } ], "tournaments_stream": [ - 4954, + 4962, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5006, + 5014, "[tournaments_stream_cursor_input]!" ], "where": [ - 4975 + 4983 ] } ], "v_event_player_stats": [ - 5021, + 5029, { "distinct_on": [ - 5047, + 5055, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -172754,19 +173215,19 @@ export default { 40 ], "order_by": [ - 5046, + 5054, "[v_event_player_stats_order_by!]" ], "where": [ - 5040 + 5048 ] } ], "v_event_player_stats_aggregate": [ - 5022, + 5030, { "distinct_on": [ - 5047, + 5055, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -172776,35 +173237,35 @@ export default { 40 ], "order_by": [ - 5046, + 5054, "[v_event_player_stats_order_by!]" ], "where": [ - 5040 + 5048 ] } ], "v_event_player_stats_stream": [ - 5021, + 5029, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5062, + 5070, "[v_event_player_stats_stream_cursor_input]!" ], "where": [ - 5040 + 5048 ] } ], "v_gpu_pool_status": [ - 5072, + 5080, { "distinct_on": [ - 5080, + 5088, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -172814,19 +173275,19 @@ export default { 40 ], "order_by": [ - 5079, + 5087, "[v_gpu_pool_status_order_by!]" ], "where": [ - 5076 + 5084 ] } ], "v_gpu_pool_status_aggregate": [ - 5073, + 5081, { "distinct_on": [ - 5080, + 5088, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -172836,35 +173297,35 @@ export default { 40 ], "order_by": [ - 5079, + 5087, "[v_gpu_pool_status_order_by!]" ], "where": [ - 5076 + 5084 ] } ], "v_gpu_pool_status_stream": [ - 5072, + 5080, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5084, + 5092, "[v_gpu_pool_status_stream_cursor_input]!" ], "where": [ - 5076 + 5084 ] } ], "v_league_division_standings": [ - 5090, + 5098, { "distinct_on": [ - 5106, + 5114, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -172874,19 +173335,19 @@ export default { 40 ], "order_by": [ - 5105, + 5113, "[v_league_division_standings_order_by!]" ], "where": [ - 5099 + 5107 ] } ], "v_league_division_standings_aggregate": [ - 5091, + 5099, { "distinct_on": [ - 5106, + 5114, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -172896,35 +173357,35 @@ export default { 40 ], "order_by": [ - 5105, + 5113, "[v_league_division_standings_order_by!]" ], "where": [ - 5099 + 5107 ] } ], "v_league_division_standings_stream": [ - 5090, + 5098, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5113, + 5121, "[v_league_division_standings_stream_cursor_input]!" ], "where": [ - 5099 + 5107 ] } ], "v_league_season_player_stats": [ - 5123, + 5131, { "distinct_on": [ - 5149, + 5157, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -172934,19 +173395,19 @@ export default { 40 ], "order_by": [ - 5148, + 5156, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5142 + 5150 ] } ], "v_league_season_player_stats_aggregate": [ - 5124, + 5132, { "distinct_on": [ - 5149, + 5157, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -172956,35 +173417,35 @@ export default { 40 ], "order_by": [ - 5148, + 5156, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5142 + 5150 ] } ], "v_league_season_player_stats_stream": [ - 5123, + 5131, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5164, + 5172, "[v_league_season_player_stats_stream_cursor_input]!" ], "where": [ - 5142 + 5150 ] } ], "v_match_captains": [ - 5174, + 5182, { "distinct_on": [ - 5186, + 5194, "[v_match_captains_select_column!]" ], "limit": [ @@ -172994,19 +173455,19 @@ export default { 40 ], "order_by": [ - 5185, + 5193, "[v_match_captains_order_by!]" ], "where": [ - 5178 + 5186 ] } ], "v_match_captains_aggregate": [ - 5175, + 5183, { "distinct_on": [ - 5186, + 5194, "[v_match_captains_select_column!]" ], "limit": [ @@ -173016,35 +173477,35 @@ export default { 40 ], "order_by": [ - 5185, + 5193, "[v_match_captains_order_by!]" ], "where": [ - 5178 + 5186 ] } ], "v_match_captains_stream": [ - 5174, + 5182, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5191, + 5199, "[v_match_captains_stream_cursor_input]!" ], "where": [ - 5178 + 5186 ] } ], "v_match_clutches": [ - 5198, + 5206, { "distinct_on": [ - 5214, + 5222, "[v_match_clutches_select_column!]" ], "limit": [ @@ -173054,19 +173515,19 @@ export default { 40 ], "order_by": [ - 5213, + 5221, "[v_match_clutches_order_by!]" ], "where": [ - 5207 + 5215 ] } ], "v_match_clutches_aggregate": [ - 5199, + 5207, { "distinct_on": [ - 5214, + 5222, "[v_match_clutches_select_column!]" ], "limit": [ @@ -173076,35 +173537,35 @@ export default { 40 ], "order_by": [ - 5213, + 5221, "[v_match_clutches_order_by!]" ], "where": [ - 5207 + 5215 ] } ], "v_match_clutches_stream": [ - 5198, + 5206, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5221, + 5229, "[v_match_clutches_stream_cursor_input]!" ], "where": [ - 5207 + 5215 ] } ], "v_match_kill_pairs": [ - 5231, + 5239, { "distinct_on": [ - 5239, + 5247, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -173114,19 +173575,19 @@ export default { 40 ], "order_by": [ - 5238, + 5246, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5235 + 5243 ] } ], "v_match_kill_pairs_aggregate": [ - 5232, + 5240, { "distinct_on": [ - 5239, + 5247, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -173136,35 +173597,35 @@ export default { 40 ], "order_by": [ - 5238, + 5246, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5235 + 5243 ] } ], "v_match_kill_pairs_stream": [ - 5231, + 5239, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5243, + 5251, "[v_match_kill_pairs_stream_cursor_input]!" ], "where": [ - 5235 + 5243 ] } ], "v_match_lineup_buy_types": [ - 5249, + 5257, { "distinct_on": [ - 5257, + 5265, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -173174,19 +173635,19 @@ export default { 40 ], "order_by": [ - 5256, + 5264, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5253 + 5261 ] } ], "v_match_lineup_buy_types_aggregate": [ - 5250, + 5258, { "distinct_on": [ - 5257, + 5265, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -173196,35 +173657,35 @@ export default { 40 ], "order_by": [ - 5256, + 5264, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5253 + 5261 ] } ], "v_match_lineup_buy_types_stream": [ - 5249, + 5257, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5261, + 5269, "[v_match_lineup_buy_types_stream_cursor_input]!" ], "where": [ - 5253 + 5261 ] } ], "v_match_lineup_map_stats": [ - 5267, + 5275, { "distinct_on": [ - 5275, + 5283, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -173234,19 +173695,19 @@ export default { 40 ], "order_by": [ - 5274, + 5282, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5271 + 5279 ] } ], "v_match_lineup_map_stats_aggregate": [ - 5268, + 5276, { "distinct_on": [ - 5275, + 5283, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -173256,35 +173717,35 @@ export default { 40 ], "order_by": [ - 5274, + 5282, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5271 + 5279 ] } ], "v_match_lineup_map_stats_stream": [ - 5267, + 5275, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5279, + 5287, "[v_match_lineup_map_stats_stream_cursor_input]!" ], "where": [ - 5271 + 5279 ] } ], "v_match_map_backup_rounds": [ - 5285, + 5293, { "distinct_on": [ - 5296, + 5304, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -173294,19 +173755,19 @@ export default { 40 ], "order_by": [ - 5295, + 5303, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5289 + 5297 ] } ], "v_match_map_backup_rounds_aggregate": [ - 5286, + 5294, { "distinct_on": [ - 5296, + 5304, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -173316,35 +173777,35 @@ export default { 40 ], "order_by": [ - 5295, + 5303, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5289 + 5297 ] } ], "v_match_map_backup_rounds_stream": [ - 5285, + 5293, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5301, + 5309, "[v_match_map_backup_rounds_stream_cursor_input]!" ], "where": [ - 5289 + 5297 ] } ], "v_match_player_buy_types": [ - 5308, + 5316, { "distinct_on": [ - 5316, + 5324, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -173354,19 +173815,19 @@ export default { 40 ], "order_by": [ - 5315, + 5323, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5312 + 5320 ] } ], "v_match_player_buy_types_aggregate": [ - 5309, + 5317, { "distinct_on": [ - 5316, + 5324, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -173376,35 +173837,35 @@ export default { 40 ], "order_by": [ - 5315, + 5323, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5312 + 5320 ] } ], "v_match_player_buy_types_stream": [ - 5308, + 5316, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5320, + 5328, "[v_match_player_buy_types_stream_cursor_input]!" ], "where": [ - 5312 + 5320 ] } ], "v_match_player_opening_duels": [ - 5326, + 5334, { "distinct_on": [ - 5342, + 5350, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -173414,19 +173875,19 @@ export default { 40 ], "order_by": [ - 5341, + 5349, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5335 + 5343 ] } ], "v_match_player_opening_duels_aggregate": [ - 5327, + 5335, { "distinct_on": [ - 5342, + 5350, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -173436,35 +173897,35 @@ export default { 40 ], "order_by": [ - 5341, + 5349, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5335 + 5343 ] } ], "v_match_player_opening_duels_stream": [ - 5326, + 5334, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5349, + 5357, "[v_match_player_opening_duels_stream_cursor_input]!" ], "where": [ - 5335 + 5343 ] } ], "v_player_arch_nemesis": [ - 5359, + 5367, { "distinct_on": [ - 5367, + 5375, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -173474,19 +173935,19 @@ export default { 40 ], "order_by": [ - 5366, + 5374, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5363 + 5371 ] } ], "v_player_arch_nemesis_aggregate": [ - 5360, + 5368, { "distinct_on": [ - 5367, + 5375, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -173496,35 +173957,35 @@ export default { 40 ], "order_by": [ - 5366, + 5374, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5363 + 5371 ] } ], "v_player_arch_nemesis_stream": [ - 5359, + 5367, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5371, + 5379, "[v_player_arch_nemesis_stream_cursor_input]!" ], "where": [ - 5363 + 5371 ] } ], "v_player_damage": [ - 5377, + 5385, { "distinct_on": [ - 5385, + 5393, "[v_player_damage_select_column!]" ], "limit": [ @@ -173534,19 +173995,19 @@ export default { 40 ], "order_by": [ - 5384, + 5392, "[v_player_damage_order_by!]" ], "where": [ - 5381 + 5389 ] } ], "v_player_damage_aggregate": [ - 5378, + 5386, { "distinct_on": [ - 5385, + 5393, "[v_player_damage_select_column!]" ], "limit": [ @@ -173556,35 +174017,35 @@ export default { 40 ], "order_by": [ - 5384, + 5392, "[v_player_damage_order_by!]" ], "where": [ - 5381 + 5389 ] } ], "v_player_damage_stream": [ - 5377, + 5385, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5389, + 5397, "[v_player_damage_stream_cursor_input]!" ], "where": [ - 5381 + 5389 ] } ], "v_player_elo": [ - 5395, + 5403, { "distinct_on": [ - 5421, + 5429, "[v_player_elo_select_column!]" ], "limit": [ @@ -173594,19 +174055,19 @@ export default { 40 ], "order_by": [ - 5420, + 5428, "[v_player_elo_order_by!]" ], "where": [ - 5414 + 5422 ] } ], "v_player_elo_aggregate": [ - 5396, + 5404, { "distinct_on": [ - 5421, + 5429, "[v_player_elo_select_column!]" ], "limit": [ @@ -173616,35 +174077,35 @@ export default { 40 ], "order_by": [ - 5420, + 5428, "[v_player_elo_order_by!]" ], "where": [ - 5414 + 5422 ] } ], "v_player_elo_stream": [ - 5395, + 5403, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5436, + 5444, "[v_player_elo_stream_cursor_input]!" ], "where": [ - 5414 + 5422 ] } ], "v_player_map_losses": [ - 5446, + 5454, { "distinct_on": [ - 5454, + 5462, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -173654,19 +174115,19 @@ export default { 40 ], "order_by": [ - 5453, + 5461, "[v_player_map_losses_order_by!]" ], "where": [ - 5450 + 5458 ] } ], "v_player_map_losses_aggregate": [ - 5447, + 5455, { "distinct_on": [ - 5454, + 5462, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -173676,35 +174137,35 @@ export default { 40 ], "order_by": [ - 5453, + 5461, "[v_player_map_losses_order_by!]" ], "where": [ - 5450 + 5458 ] } ], "v_player_map_losses_stream": [ - 5446, + 5454, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5458, + 5466, "[v_player_map_losses_stream_cursor_input]!" ], "where": [ - 5450 + 5458 ] } ], "v_player_map_wins": [ - 5464, + 5472, { "distinct_on": [ - 5472, + 5480, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -173714,19 +174175,19 @@ export default { 40 ], "order_by": [ - 5471, + 5479, "[v_player_map_wins_order_by!]" ], "where": [ - 5468 + 5476 ] } ], "v_player_map_wins_aggregate": [ - 5465, + 5473, { "distinct_on": [ - 5472, + 5480, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -173736,35 +174197,35 @@ export default { 40 ], "order_by": [ - 5471, + 5479, "[v_player_map_wins_order_by!]" ], "where": [ - 5468 + 5476 ] } ], "v_player_map_wins_stream": [ - 5464, + 5472, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5476, + 5484, "[v_player_map_wins_stream_cursor_input]!" ], "where": [ - 5468 + 5476 ] } ], "v_player_match_head_to_head": [ - 5482, + 5490, { "distinct_on": [ - 5490, + 5498, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -173774,19 +174235,19 @@ export default { 40 ], "order_by": [ - 5489, + 5497, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5486 + 5494 ] } ], "v_player_match_head_to_head_aggregate": [ - 5483, + 5491, { "distinct_on": [ - 5490, + 5498, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -173796,35 +174257,35 @@ export default { 40 ], "order_by": [ - 5489, + 5497, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5486 + 5494 ] } ], "v_player_match_head_to_head_stream": [ - 5482, + 5490, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5494, + 5502, "[v_player_match_head_to_head_stream_cursor_input]!" ], "where": [ - 5486 + 5494 ] } ], "v_player_match_map_hltv": [ - 5500, + 5508, { "distinct_on": [ - 5518, + 5526, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -173834,19 +174295,19 @@ export default { 40 ], "order_by": [ - 5517, + 5525, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5509 + 5517 ] } ], "v_player_match_map_hltv_aggregate": [ - 5501, + 5509, { "distinct_on": [ - 5518, + 5526, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -173856,35 +174317,35 @@ export default { 40 ], "order_by": [ - 5517, + 5525, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5509 + 5517 ] } ], "v_player_match_map_hltv_stream": [ - 5500, + 5508, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5526, + 5534, "[v_player_match_map_hltv_stream_cursor_input]!" ], "where": [ - 5509 + 5517 ] } ], "v_player_match_map_roles": [ - 5537, + 5545, { "distinct_on": [ - 5545, + 5553, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -173894,19 +174355,19 @@ export default { 40 ], "order_by": [ - 5544, + 5552, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5541 + 5549 ] } ], "v_player_match_map_roles_aggregate": [ - 5538, + 5546, { "distinct_on": [ - 5545, + 5553, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -173916,35 +174377,35 @@ export default { 40 ], "order_by": [ - 5544, + 5552, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5541 + 5549 ] } ], "v_player_match_map_roles_stream": [ - 5537, + 5545, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5549, + 5557, "[v_player_match_map_roles_stream_cursor_input]!" ], "where": [ - 5541 + 5549 ] } ], "v_player_match_performance": [ - 5555, + 5563, { "distinct_on": [ - 5563, + 5571, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -173954,19 +174415,19 @@ export default { 40 ], "order_by": [ - 5562, + 5570, "[v_player_match_performance_order_by!]" ], "where": [ - 5559 + 5567 ] } ], "v_player_match_performance_aggregate": [ - 5556, + 5564, { "distinct_on": [ - 5563, + 5571, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -173976,35 +174437,35 @@ export default { 40 ], "order_by": [ - 5562, + 5570, "[v_player_match_performance_order_by!]" ], "where": [ - 5559 + 5567 ] } ], "v_player_match_performance_stream": [ - 5555, + 5563, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5567, + 5575, "[v_player_match_performance_stream_cursor_input]!" ], "where": [ - 5559 + 5567 ] } ], "v_player_match_rating": [ - 5573, + 5581, { "distinct_on": [ - 5581, + 5589, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -174014,19 +174475,19 @@ export default { 40 ], "order_by": [ - 5580, + 5588, "[v_player_match_rating_order_by!]" ], "where": [ - 5577 + 5585 ] } ], "v_player_match_rating_aggregate": [ - 5574, + 5582, { "distinct_on": [ - 5581, + 5589, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -174036,35 +174497,35 @@ export default { 40 ], "order_by": [ - 5580, + 5588, "[v_player_match_rating_order_by!]" ], "where": [ - 5577 + 5585 ] } ], "v_player_match_rating_stream": [ - 5573, + 5581, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5585, + 5593, "[v_player_match_rating_stream_cursor_input]!" ], "where": [ - 5577 + 5585 ] } ], "v_player_multi_kills": [ - 5591, + 5599, { "distinct_on": [ - 5607, + 5615, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -174074,19 +174535,19 @@ export default { 40 ], "order_by": [ - 5606, + 5614, "[v_player_multi_kills_order_by!]" ], "where": [ - 5600 + 5608 ] } ], "v_player_multi_kills_aggregate": [ - 5592, + 5600, { "distinct_on": [ - 5607, + 5615, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -174096,35 +174557,35 @@ export default { 40 ], "order_by": [ - 5606, + 5614, "[v_player_multi_kills_order_by!]" ], "where": [ - 5600 + 5608 ] } ], "v_player_multi_kills_stream": [ - 5591, + 5599, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5614, + 5622, "[v_player_multi_kills_stream_cursor_input]!" ], "where": [ - 5600 + 5608 ] } ], "v_player_queue_partners": [ - 5624, + 5632, { "distinct_on": [ - 5632, + 5640, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -174134,19 +174595,19 @@ export default { 40 ], "order_by": [ - 5631, + 5639, "[v_player_queue_partners_order_by!]" ], "where": [ - 5628 + 5636 ] } ], "v_player_queue_partners_aggregate": [ - 5625, + 5633, { "distinct_on": [ - 5632, + 5640, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -174156,35 +174617,35 @@ export default { 40 ], "order_by": [ - 5631, + 5639, "[v_player_queue_partners_order_by!]" ], "where": [ - 5628 + 5636 ] } ], "v_player_queue_partners_stream": [ - 5624, + 5632, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5636, + 5644, "[v_player_queue_partners_stream_cursor_input]!" ], "where": [ - 5628 + 5636 ] } ], "v_player_weapon_damage": [ - 5642, + 5650, { "distinct_on": [ - 5650, + 5658, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -174194,19 +174655,19 @@ export default { 40 ], "order_by": [ - 5649, + 5657, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5646 + 5654 ] } ], "v_player_weapon_damage_aggregate": [ - 5643, + 5651, { "distinct_on": [ - 5650, + 5658, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -174216,35 +174677,35 @@ export default { 40 ], "order_by": [ - 5649, + 5657, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5646 + 5654 ] } ], "v_player_weapon_damage_stream": [ - 5642, + 5650, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5654, + 5662, "[v_player_weapon_damage_stream_cursor_input]!" ], "where": [ - 5646 + 5654 ] } ], "v_player_weapon_kills": [ - 5660, + 5668, { "distinct_on": [ - 5668, + 5676, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -174254,19 +174715,19 @@ export default { 40 ], "order_by": [ - 5667, + 5675, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5664 + 5672 ] } ], "v_player_weapon_kills_aggregate": [ - 5661, + 5669, { "distinct_on": [ - 5668, + 5676, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -174276,35 +174737,35 @@ export default { 40 ], "order_by": [ - 5667, + 5675, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5664 + 5672 ] } ], "v_player_weapon_kills_stream": [ - 5660, + 5668, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5672, + 5680, "[v_player_weapon_kills_stream_cursor_input]!" ], "where": [ - 5664 + 5672 ] } ], "v_pool_maps": [ - 5678, + 5686, { "distinct_on": [ - 5695, + 5703, "[v_pool_maps_select_column!]" ], "limit": [ @@ -174314,19 +174775,19 @@ export default { 40 ], "order_by": [ - 5694, + 5702, "[v_pool_maps_order_by!]" ], "where": [ - 5687 + 5695 ] } ], "v_pool_maps_aggregate": [ - 5679, + 5687, { "distinct_on": [ - 5695, + 5703, "[v_pool_maps_select_column!]" ], "limit": [ @@ -174336,35 +174797,35 @@ export default { 40 ], "order_by": [ - 5694, + 5702, "[v_pool_maps_order_by!]" ], "where": [ - 5687 + 5695 ] } ], "v_pool_maps_stream": [ - 5678, + 5686, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5699, + 5707, "[v_pool_maps_stream_cursor_input]!" ], "where": [ - 5687 + 5695 ] } ], "v_steam_account_pool_status": [ - 5702, + 5710, { "distinct_on": [ - 5710, + 5718, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -174374,19 +174835,19 @@ export default { 40 ], "order_by": [ - 5709, + 5717, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5706 + 5714 ] } ], "v_steam_account_pool_status_aggregate": [ - 5703, + 5711, { "distinct_on": [ - 5710, + 5718, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -174396,35 +174857,35 @@ export default { 40 ], "order_by": [ - 5709, + 5717, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5706 + 5714 ] } ], "v_steam_account_pool_status_stream": [ - 5702, + 5710, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5714, + 5722, "[v_steam_account_pool_status_stream_cursor_input]!" ], "where": [ - 5706 + 5714 ] } ], "v_team_ranks": [ - 5720, + 5728, { "distinct_on": [ - 5730, + 5738, "[v_team_ranks_select_column!]" ], "limit": [ @@ -174434,19 +174895,19 @@ export default { 40 ], "order_by": [ - 5729, + 5737, "[v_team_ranks_order_by!]" ], "where": [ - 5724 + 5732 ] } ], "v_team_ranks_aggregate": [ - 5721, + 5729, { "distinct_on": [ - 5730, + 5738, "[v_team_ranks_select_column!]" ], "limit": [ @@ -174456,35 +174917,35 @@ export default { 40 ], "order_by": [ - 5729, + 5737, "[v_team_ranks_order_by!]" ], "where": [ - 5724 + 5732 ] } ], "v_team_ranks_stream": [ - 5720, + 5728, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5734, + 5742, "[v_team_ranks_stream_cursor_input]!" ], "where": [ - 5724 + 5732 ] } ], "v_team_reputation": [ - 5740, + 5748, { "distinct_on": [ - 5750, + 5758, "[v_team_reputation_select_column!]" ], "limit": [ @@ -174494,19 +174955,19 @@ export default { 40 ], "order_by": [ - 5749, + 5757, "[v_team_reputation_order_by!]" ], "where": [ - 5744 + 5752 ] } ], "v_team_reputation_aggregate": [ - 5741, + 5749, { "distinct_on": [ - 5750, + 5758, "[v_team_reputation_select_column!]" ], "limit": [ @@ -174516,35 +174977,35 @@ export default { 40 ], "order_by": [ - 5749, + 5757, "[v_team_reputation_order_by!]" ], "where": [ - 5744 + 5752 ] } ], "v_team_reputation_stream": [ - 5740, + 5748, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5754, + 5762, "[v_team_reputation_stream_cursor_input]!" ], "where": [ - 5744 + 5752 ] } ], "v_team_stage_results": [ - 5760, + 5768, { "distinct_on": [ - 5792, + 5800, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -174554,19 +175015,19 @@ export default { 40 ], "order_by": [ - 5790, + 5798, "[v_team_stage_results_order_by!]" ], "where": [ - 5779 + 5787 ] } ], "v_team_stage_results_aggregate": [ - 5761, + 5769, { "distinct_on": [ - 5792, + 5800, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -174576,48 +175037,48 @@ export default { 40 ], "order_by": [ - 5790, + 5798, "[v_team_stage_results_order_by!]" ], "where": [ - 5779 + 5787 ] } ], "v_team_stage_results_by_pk": [ - 5760, + 5768, { "tournament_stage_id": [ - 5018, + 5026, "uuid!" ], "tournament_team_id": [ - 5018, + 5026, "uuid!" ] } ], "v_team_stage_results_stream": [ - 5760, + 5768, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5808, + 5816, "[v_team_stage_results_stream_cursor_input]!" ], "where": [ - 5779 + 5787 ] } ], "v_team_tournament_results": [ - 5820, + 5828, { "distinct_on": [ - 5846, + 5854, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -174627,19 +175088,19 @@ export default { 40 ], "order_by": [ - 5845, + 5853, "[v_team_tournament_results_order_by!]" ], "where": [ - 5839 + 5847 ] } ], "v_team_tournament_results_aggregate": [ - 5821, + 5829, { "distinct_on": [ - 5846, + 5854, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -174649,35 +175110,35 @@ export default { 40 ], "order_by": [ - 5845, + 5853, "[v_team_tournament_results_order_by!]" ], "where": [ - 5839 + 5847 ] } ], "v_team_tournament_results_stream": [ - 5820, + 5828, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5861, + 5869, "[v_team_tournament_results_stream_cursor_input]!" ], "where": [ - 5839 + 5847 ] } ], "v_tournament_player_stats": [ - 5871, + 5879, { "distinct_on": [ - 5897, + 5905, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -174687,19 +175148,19 @@ export default { 40 ], "order_by": [ - 5896, + 5904, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5890 + 5898 ] } ], "v_tournament_player_stats_aggregate": [ - 5872, + 5880, { "distinct_on": [ - 5897, + 5905, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -174709,27 +175170,27 @@ export default { 40 ], "order_by": [ - 5896, + 5904, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5890 + 5898 ] } ], "v_tournament_player_stats_stream": [ - 5871, + 5879, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5912, + 5920, "[v_tournament_player_stats_stream_cursor_input]!" ], "where": [ - 5890 + 5898 ] } ], diff --git a/hasura/enums/notification-types.sql b/hasura/enums/notification-types.sql index 358cb382..8e90ff3d 100644 --- a/hasura/enums/notification-types.sql +++ b/hasura/enums/notification-types.sql @@ -3,6 +3,9 @@ INSERT INTO e_notification_types ("value", "description") VALUES ('MatchSupport', 'MatchSupport'), ('GameNodeStatus', 'GameNodeStatus'), ('NameChangeRequest', 'NameChangeRequest'), + ('MatchAbandoned', 'A player abandoned a match'), + ('NameChangeApproved', 'Your name change request was approved'), + ('NameChangeDenied', 'Your name change request was denied'), ('DedicatedServerStatus', 'DedicatedServerStatus'), ('DedicatedServerRconStatus', 'DedicatedServerRconStatus'), ('MatchStatusChange', 'Match Status Change Notification'), diff --git a/hasura/functions/events/get_event_leaderboard.sql b/hasura/functions/events/get_event_leaderboard.sql index 64f64b52..efc602dd 100644 --- a/hasura/functions/events/get_event_leaderboard.sql +++ b/hasura/functions/events/get_event_leaderboard.sql @@ -112,7 +112,8 @@ SELECT END AS value, a.kills AS secondary_value, a.deaths AS tertiary_value, - a.matches_played + a.matches_played, + p.custom_avatar_url AS player_custom_avatar_url FROM agg a JOIN players p ON p.steam_id = a.steam_id LEFT JOIN wins w ON w.steam_id = a.steam_id diff --git a/hasura/functions/leaderboard/get_leaderboard.sql b/hasura/functions/leaderboard/get_leaderboard.sql index f20e3faa..6932035d 100644 --- a/hasura/functions/leaderboard/get_leaderboard.sql +++ b/hasura/functions/leaderboard/get_leaderboard.sql @@ -29,6 +29,12 @@ BEGIN WHERE p.pronamespace = 'public'::regnamespace AND p.proname IN ( 'get_leaderboard', + 'get_player_leaderboard_rank', + '_leaderboard_elo', + '_leaderboard_kdr', + '_leaderboard_win_rate', + '_leaderboard_hs_pct', + '_leaderboard_awards', '_leaderboard_hltv_metric', '_leaderboard_udr' ) @@ -37,47 +43,87 @@ BEGIN END LOOP; END $$; +-- ============================================================ +-- Match-source classification for the Source filter +-- +-- Derived entirely from existing relationships: a match with no bracket is +-- matchmaking; one whose bracket belongs to a league tournament is league; +-- anything else is a regular tournament. No schema or metadata changes. +-- ============================================================ +CREATE OR REPLACE FUNCTION public._leaderboard_match_source(_match_id uuid) +RETURNS text +LANGUAGE sql STABLE +AS $$ + SELECT CASE + WHEN NOT EXISTS ( + SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = _match_id + ) THEN 'matchmaking' + WHEN EXISTS ( + SELECT 1 + FROM tournament_brackets tb + JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + WHERE tb.match_id = _match_id + AND public.is_league_tournament(ts.tournament_id) + ) THEN 'league' + ELSE 'tournament' + END; +$$; + +-- Awards join straight to tournaments, never to a match, so they classify from +-- the tournament directly. There is no matchmaking bucket for an award. +CREATE OR REPLACE FUNCTION public._leaderboard_tournament_source(_tournament_id uuid) +RETURNS text +LANGUAGE sql STABLE +AS $$ + SELECT CASE + WHEN _tournament_id IS NOT NULL AND public.is_league_tournament(_tournament_id) + THEN 'league' + ELSE 'tournament' + END; +$$; + CREATE OR REPLACE FUNCTION public.get_leaderboard( _category TEXT, _window_days INT, _match_type TEXT DEFAULT NULL, _exclude_tournaments BOOLEAN DEFAULT FALSE, _role TEXT DEFAULT NULL, - _season_id UUID DEFAULT NULL + _season_id UUID DEFAULT NULL, + _source TEXT DEFAULT 'overall' ) RETURNS SETOF public.leaderboard_entries LANGUAGE plpgsql STABLE AS $$ BEGIN IF _category = 'elo' THEN - RETURN QUERY SELECT * FROM _leaderboard_elo(_window_days, _match_type, _exclude_tournaments, _season_id); + RETURN QUERY SELECT * FROM _leaderboard_elo(_window_days, _match_type, _exclude_tournaments, _season_id, _source); ELSIF _category = 'best_kdr' THEN - RETURN QUERY SELECT * FROM _leaderboard_kdr(_window_days, _match_type, _exclude_tournaments, _season_id); + RETURN QUERY SELECT * FROM _leaderboard_kdr(_window_days, _match_type, _exclude_tournaments, _season_id, _source); ELSIF _category = 'best_win_rate' THEN - RETURN QUERY SELECT * FROM _leaderboard_win_rate(_window_days, _match_type, _exclude_tournaments, _season_id); + RETURN QUERY SELECT * FROM _leaderboard_win_rate(_window_days, _match_type, _exclude_tournaments, _season_id, _source); ELSIF _category = 'highest_hs_pct' THEN - RETURN QUERY SELECT * FROM _leaderboard_hs_pct(_window_days, _match_type, _exclude_tournaments, _season_id); + RETURN QUERY SELECT * FROM _leaderboard_hs_pct(_window_days, _match_type, _exclude_tournaments, _season_id, _source); ELSIF _category = 'awards' THEN - RETURN QUERY SELECT * FROM _leaderboard_awards(_window_days, _match_type, _season_id); + RETURN QUERY SELECT * FROM _leaderboard_awards(_window_days, _match_type, _season_id, _source); ELSIF _category = 'best_rating' THEN - RETURN QUERY SELECT * FROM _leaderboard_hltv_metric('rating', _window_days, _match_type, _exclude_tournaments, _role, _season_id); + RETURN QUERY SELECT * FROM _leaderboard_hltv_metric('rating', _window_days, _match_type, _exclude_tournaments, _role, _season_id, _source); ELSIF _category = 'best_adr' THEN - RETURN QUERY SELECT * FROM _leaderboard_hltv_metric('adr', _window_days, _match_type, _exclude_tournaments, _role, _season_id); + RETURN QUERY SELECT * FROM _leaderboard_hltv_metric('adr', _window_days, _match_type, _exclude_tournaments, _role, _season_id, _source); ELSIF _category = 'best_kpr' THEN - RETURN QUERY SELECT * FROM _leaderboard_hltv_metric('kpr', _window_days, _match_type, _exclude_tournaments, _role, _season_id); + RETURN QUERY SELECT * FROM _leaderboard_hltv_metric('kpr', _window_days, _match_type, _exclude_tournaments, _role, _season_id, _source); ELSIF _category = 'best_kast' THEN - RETURN QUERY SELECT * FROM _leaderboard_hltv_metric('kast', _window_days, _match_type, _exclude_tournaments, _role, _season_id); + RETURN QUERY SELECT * FROM _leaderboard_hltv_metric('kast', _window_days, _match_type, _exclude_tournaments, _role, _season_id, _source); ELSIF _category = 'best_udr' THEN - RETURN QUERY SELECT * FROM _leaderboard_udr(_window_days, _match_type, _exclude_tournaments, _role, _season_id); + RETURN QUERY SELECT * FROM _leaderboard_udr(_window_days, _match_type, _exclude_tournaments, _role, _season_id, _source); ELSE RAISE EXCEPTION 'Invalid category: %. Must be one of: elo, best_kdr, best_win_rate, highest_hs_pct, awards, best_rating, best_adr, best_kpr, best_kast, best_udr', _category; @@ -93,7 +139,8 @@ CREATE OR REPLACE FUNCTION public._leaderboard_elo( _window_days INT, _match_type TEXT, _exclude_tournaments BOOLEAN, - _season_id UUID DEFAULT NULL + _season_id UUID DEFAULT NULL, + _source TEXT DEFAULT 'overall' ) RETURNS SETOF public.leaderboard_entries LANGUAGE plpgsql STABLE @@ -102,6 +149,8 @@ DECLARE _from timestamptz; _to timestamptz; _all_time_peak boolean; + _is_rolling_window boolean; + _is_active_season boolean; BEGIN IF _season_id IS NOT NULL THEN SELECT s.starts_at, COALESCE(s.ends_at, now()) @@ -118,6 +167,22 @@ BEGIN _all_time_peak := (_season_id IS NULL AND _window_days = 0); + -- A rolling window's ELO Change has to be the SUM of each match's own change + -- inside the window. "Latest ELO minus the ELO just before the window" looks + -- equivalent but is not: it silently swallows anything that moved the rating + -- without a match in range -- a mid-window season reset to the starting value + -- being the obvious one -- and it compares a tournament-adjusted current + -- against an unadjusted baseline. Named seasons and All Time keep their + -- existing formulas. + _is_rolling_window := (_season_id IS NULL AND _window_days > 0); + + -- Tournament matches are written season-independent (match_player_elo.sql + -- sets season_id = NULL for them), so a named season's ELO would otherwise + -- not see a tournament played during that season at all. Only the season + -- currently running is corrected: a completed season keeps whatever it + -- finished with, so historical standings do not move under people. + _is_active_season := (_season_id IS NOT NULL AND _season_id = get_active_season()); + IF _exclude_tournaments THEN RETURN QUERY WITH last_elo_raw AS ( @@ -150,6 +215,45 @@ BEGIN AND EXISTS (SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = pe.match_id) GROUP BY pe.steam_id ), + rolling_change AS ( + SELECT pe.steam_id, SUM(pe.change) as total_change + FROM player_elo pe + WHERE 1=1 + AND (_match_type IS NULL OR pe.type = _match_type) + AND (_season_id IS NULL OR pe.season_id = _season_id) + AND ((_from IS NULL OR pe.created_at >= _from) AND (_to IS NULL OR pe.created_at < _to)) + AND NOT EXISTS (SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = pe.match_id) + GROUP BY pe.steam_id + ), + -- Peak excluding tournaments, reconstructed by re-walking each + -- non-tournament change onto a fresh baseline. + -- + -- Subtracting the lifetime tournament total from MAX(current) -- which is + -- what this used to do -- is only valid for a *current* value, where both + -- sides are cumulative to the same instant. A peak is a single moment in + -- the timeline, so that subtraction also removes tournament swings that + -- happened after it, and can push the reported peak either way depending on + -- when those swings landed. + -- + -- Partitioned by season so a season's reset to the baseline is preserved + -- rather than read as carry-over, and by type so the mode ladders never mix. + peak_no_tourney AS ( + SELECT walk.steam_id, MAX(walk.reconstructed_current) as peak_current + FROM ( + SELECT + pe.steam_id, + 5000::numeric + SUM(pe.change) OVER ( + PARTITION BY pe.steam_id, pe.type, pe.season_id + ORDER BY pe.created_at, pe.match_id + ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW + ) AS reconstructed_current + FROM player_elo pe + WHERE _all_time_peak + AND (_match_type IS NULL OR pe.type = _match_type) + AND NOT EXISTS (SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = pe.match_id) + ) walk + GROUP BY walk.steam_id + ), first_elo AS ( SELECT DISTINCT ON (pe.steam_id) pe.steam_id, @@ -169,6 +273,17 @@ BEGIN AND (_season_id IS NULL OR pe.season_id = _season_id) AND ((_from IS NULL OR pe.created_at >= _from) AND (_to IS NULL OR pe.created_at < _to)) AND NOT EXISTS (SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = pe.match_id) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(pe.match_id) = lower(_source)) + GROUP BY pe.steam_id + ), + source_change AS ( + SELECT pe.steam_id, SUM(pe.change) as total_change + FROM player_elo pe + WHERE 1=1 + AND (_match_type IS NULL OR pe.type = _match_type) + AND (_season_id IS NULL OR pe.season_id = _season_id) + AND ((_from IS NULL OR pe.created_at >= _from) AND (_to IS NULL OR pe.created_at < _to)) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(pe.match_id) = lower(_source)) GROUP BY pe.steam_id ), win_streak AS ( @@ -190,6 +305,7 @@ BEGIN AND ((_from IS NULL OR m.ended_at >= _from) AND (_to IS NULL OR m.ended_at < _to)) AND (_match_type IS NULL OR mo.type = _match_type) AND NOT EXISTS (SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = m.id) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(m.id) = lower(_source)) ) sub GROUP BY sub.steam_id ) @@ -199,22 +315,147 @@ BEGIN p.avatar_url as player_avatar_url, p.country as player_country, CASE WHEN _all_time_peak - THEN (pk_e.peak_current - COALESCE(ta.tourney_total, 0))::float + THEN COALESCE(pnt.peak_current, 5000)::float ELSE (le.raw_current - COALESCE(ta.tourney_total, 0))::float END as value, CASE WHEN _all_time_peak THEN 0::float + WHEN lower(_source) <> 'overall' + THEN COALESCE(sch.total_change, 0)::float + WHEN _is_rolling_window + THEN COALESCE(rc.total_change, 0)::float ELSE ((le.raw_current - COALESCE(ta.tourney_total, 0)) - fe.starting_elo)::float END as secondary_value, COALESCE(ws.streak, 0)::float as tertiary_value, - COALESCE(mc.matches_played, 0)::int as matches_played + COALESCE(mc.matches_played, 0)::int as matches_played, + p.custom_avatar_url as player_custom_avatar_url FROM last_elo_raw le JOIN peak_elo pk_e ON pk_e.steam_id = le.steam_id LEFT JOIN tournament_adj ta ON ta.steam_id = le.steam_id + LEFT JOIN rolling_change rc ON rc.steam_id = le.steam_id + LEFT JOIN peak_no_tourney pnt ON pnt.steam_id = le.steam_id JOIN first_elo fe ON fe.steam_id = le.steam_id LEFT JOIN match_counts mc ON mc.steam_id = le.steam_id LEFT JOIN win_streak ws ON ws.steam_id = le.steam_id + LEFT JOIN source_change sch ON sch.steam_id = le.steam_id JOIN players p ON p.steam_id = le.steam_id + WHERE lower(_source) = 'overall' OR COALESCE(mc.matches_played, 0) > 0 + ORDER BY value DESC; + + ELSIF _is_active_season THEN + -- Active named season, tournaments included. A player's season rating is + -- their regular-season rating plus whatever their tournament results moved + -- it during the season window. The tournament row's own `current` is never + -- read as the season rating -- it belongs to the season-independent ladder + -- and would overwrite the season figure rather than adjust it. + RETURN QUERY + WITH eligible AS ( + SELECT + pe.steam_id, + pe.match_id, + pe.current, + pe.change, + pe.created_at, + EXISTS ( + SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = pe.match_id + ) AS is_tournament + FROM player_elo pe + WHERE (_match_type IS NULL OR pe.type = _match_type) + AND ((_from IS NULL OR pe.created_at >= _from) AND (_to IS NULL OR pe.created_at < _to)) + AND ( + pe.season_id = _season_id + OR ( + pe.season_id IS NULL + AND EXISTS ( + SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = pe.match_id + ) + ) + ) + ), + season_current AS ( + SELECT DISTINCT ON (e.steam_id) e.steam_id, e.current + FROM eligible e + WHERE NOT e.is_tournament + ORDER BY e.steam_id, e.created_at DESC + ), + tournament_delta AS ( + SELECT e.steam_id, SUM(e.change) as total_change + FROM eligible e + WHERE e.is_tournament + GROUP BY e.steam_id + ), + last_change AS ( + SELECT DISTINCT ON (e.steam_id) e.steam_id, e.change + FROM eligible e + ORDER BY e.steam_id, e.created_at DESC, e.match_id DESC + ), + match_counts AS ( + SELECT e.steam_id, COUNT(*)::int as matches_played + FROM eligible e + WHERE lower(_source) = 'overall' + OR public._leaderboard_match_source(e.match_id) = lower(_source) + GROUP BY e.steam_id + ), + ranked_players AS ( + SELECT DISTINCT e.steam_id FROM eligible e + ), + -- Built from `eligible` rather than player_elo directly: this season's rows + -- plus the season-independent tournament rows inside the window. Filtering + -- player_elo on season_id here would drop the tournament rows outright and + -- make a Tournament source in an active season always come back empty. + source_change AS ( + SELECT e.steam_id, SUM(e.change) as total_change + FROM eligible e + WHERE lower(_source) = 'overall' + OR public._leaderboard_match_source(e.match_id) = lower(_source) + GROUP BY e.steam_id + ), + win_streak AS ( + SELECT sub.steam_id, + COALESCE(MIN(CASE WHEN sub.won = 0 THEN sub.rn END) - 1, MAX(sub.rn))::int as streak + FROM ( + SELECT + mlp.steam_id, + CASE WHEN m.winning_lineup_id = mlp.match_lineup_id THEN 1 ELSE 0 END as won, + ROW_NUMBER() OVER (PARTITION BY mlp.steam_id ORDER BY m.ended_at DESC) as rn + FROM match_lineup_players mlp + JOIN match_lineups ml ON ml.id = mlp.match_lineup_id + JOIN matches m ON m.id = ml.match_id + JOIN match_options mo ON mo.id = m.match_options_id + WHERE m.status = 'Finished' + AND m.source = '5stack' + AND mlp.steam_id IS NOT NULL + AND m.winning_lineup_id IS NOT NULL + AND ((_from IS NULL OR m.ended_at >= _from) AND (_to IS NULL OR m.ended_at < _to)) + AND (_match_type IS NULL OR mo.type = _match_type) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(m.id) = lower(_source)) + ) sub + GROUP BY sub.steam_id + ) + SELECT + rp.steam_id::text as player_steam_id, + p.name as player_name, + p.avatar_url as player_avatar_url, + p.country as player_country, + -- No regular-season row yet (tournament-only so far): start from the + -- season baseline rather than showing them at zero. + (COALESCE(sc.current, 5000) + COALESCE(td.total_change, 0))::float as value, + CASE WHEN lower(_source) <> 'overall' + THEN COALESCE(sch.total_change, 0)::float + ELSE COALESCE(lc.change, 0)::float + END as secondary_value, + COALESCE(ws.streak, 0)::float as tertiary_value, + COALESCE(mc.matches_played, 0)::int as matches_played, + p.custom_avatar_url as player_custom_avatar_url + FROM ranked_players rp + LEFT JOIN season_current sc ON sc.steam_id = rp.steam_id + LEFT JOIN tournament_delta td ON td.steam_id = rp.steam_id + LEFT JOIN last_change lc ON lc.steam_id = rp.steam_id + LEFT JOIN match_counts mc ON mc.steam_id = rp.steam_id + LEFT JOIN win_streak ws ON ws.steam_id = rp.steam_id + LEFT JOIN source_change sch ON sch.steam_id = rp.steam_id + JOIN players p ON p.steam_id = rp.steam_id + WHERE lower(_source) = 'overall' OR COALESCE(mc.matches_played, 0) > 0 ORDER BY value DESC; ELSE @@ -239,6 +480,15 @@ BEGIN AND ((_from IS NULL OR pe.created_at >= _from) AND (_to IS NULL OR pe.created_at < _to)) GROUP BY pe.steam_id ), + rolling_change AS ( + SELECT pe.steam_id, SUM(pe.change) as total_change + FROM player_elo pe + WHERE 1=1 + AND (_match_type IS NULL OR pe.type = _match_type) + AND (_season_id IS NULL OR pe.season_id = _season_id) + AND ((_from IS NULL OR pe.created_at >= _from) AND (_to IS NULL OR pe.created_at < _to)) + GROUP BY pe.steam_id + ), first_elo AS ( SELECT DISTINCT ON (pe.steam_id) pe.steam_id, @@ -257,6 +507,17 @@ BEGIN AND (_match_type IS NULL OR pe.type = _match_type) AND (_season_id IS NULL OR pe.season_id = _season_id) AND ((_from IS NULL OR pe.created_at >= _from) AND (_to IS NULL OR pe.created_at < _to)) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(pe.match_id) = lower(_source)) + GROUP BY pe.steam_id + ), + source_change AS ( + SELECT pe.steam_id, SUM(pe.change) as total_change + FROM player_elo pe + WHERE 1=1 + AND (_match_type IS NULL OR pe.type = _match_type) + AND (_season_id IS NULL OR pe.season_id = _season_id) + AND ((_from IS NULL OR pe.created_at >= _from) AND (_to IS NULL OR pe.created_at < _to)) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(pe.match_id) = lower(_source)) GROUP BY pe.steam_id ), win_streak AS ( @@ -277,6 +538,7 @@ BEGIN AND m.winning_lineup_id IS NOT NULL AND ((_from IS NULL OR m.ended_at >= _from) AND (_to IS NULL OR m.ended_at < _to)) AND (_match_type IS NULL OR mo.type = _match_type) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(m.id) = lower(_source)) ) sub GROUP BY sub.steam_id ) @@ -291,16 +553,24 @@ BEGIN END as value, CASE WHEN _all_time_peak THEN 0::float + WHEN lower(_source) <> 'overall' + THEN COALESCE(sch.total_change, 0)::float + WHEN _is_rolling_window + THEN COALESCE(rc.total_change, 0)::float ELSE (le.current_elo - fe.starting_elo)::float END as secondary_value, COALESCE(ws.streak, 0)::float as tertiary_value, - mc.matches_played::int as matches_played + mc.matches_played::int as matches_played, + p.custom_avatar_url as player_custom_avatar_url FROM last_elo le JOIN peak_elo pk_e ON pk_e.steam_id = le.steam_id + LEFT JOIN rolling_change rc ON rc.steam_id = le.steam_id JOIN first_elo fe ON fe.steam_id = le.steam_id JOIN match_counts mc ON mc.steam_id = le.steam_id LEFT JOIN win_streak ws ON ws.steam_id = le.steam_id + LEFT JOIN source_change sch ON sch.steam_id = le.steam_id JOIN players p ON p.steam_id = le.steam_id + WHERE lower(_source) = 'overall' OR COALESCE(mc.matches_played, 0) > 0 ORDER BY value DESC; END IF; END; @@ -314,7 +584,8 @@ CREATE OR REPLACE FUNCTION public._leaderboard_kdr( _window_days INT, _match_type TEXT, _exclude_tournaments BOOLEAN, - _season_id UUID DEFAULT NULL + _season_id UUID DEFAULT NULL, + _source TEXT DEFAULT 'overall' ) RETURNS SETOF public.leaderboard_entries LANGUAGE plpgsql STABLE @@ -351,6 +622,7 @@ BEGIN AND ((_from IS NULL OR pk.time >= _from) AND (_to IS NULL OR pk.time < _to)) AND (_match_type IS NULL OR mo.type = _match_type) AND (NOT _exclude_tournaments OR NOT EXISTS (SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = pk.match_id)) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(pk.match_id) = lower(_source)) GROUP BY pk.attacker_steam_id ), deaths AS ( @@ -365,6 +637,7 @@ BEGIN AND ((_from IS NULL OR dk.time >= _from) AND (_to IS NULL OR dk.time < _to)) AND (_match_type IS NULL OR mo2.type = _match_type) AND (NOT _exclude_tournaments OR NOT EXISTS (SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = dk.match_id)) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(dk.match_id) = lower(_source)) GROUP BY dk.attacked_steam_id ) SELECT @@ -378,7 +651,8 @@ BEGIN END as value, k.kill_count::float as secondary_value, COALESCE(d.death_count, 0)::float as tertiary_value, - k.match_count as matches_played + k.match_count as matches_played, + p.custom_avatar_url as player_custom_avatar_url FROM kills k LEFT JOIN deaths d ON d.steam_id = k.steam_id JOIN players p ON p.steam_id = k.steam_id @@ -394,7 +668,8 @@ CREATE OR REPLACE FUNCTION public._leaderboard_win_rate( _window_days INT, _match_type TEXT, _exclude_tournaments BOOLEAN, - _season_id UUID DEFAULT NULL + _season_id UUID DEFAULT NULL, + _source TEXT DEFAULT 'overall' ) RETURNS SETOF public.leaderboard_entries LANGUAGE plpgsql STABLE @@ -433,6 +708,7 @@ BEGIN AND ((_from IS NULL OR m.ended_at >= _from) AND (_to IS NULL OR m.ended_at < _to)) AND (_match_type IS NULL OR mo.type = _match_type) AND (NOT _exclude_tournaments OR NOT EXISTS (SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = m.id)) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(m.id) = lower(_source)) ) SELECT pm.steam_id::text as player_steam_id, @@ -442,10 +718,11 @@ BEGIN ROUND((SUM(pm.won)::numeric / COUNT(*)::numeric) * 100, 2)::float as value, SUM(pm.won)::float as secondary_value, (COUNT(*) - SUM(pm.won))::float as tertiary_value, - COUNT(*)::int as matches_played + COUNT(*)::int as matches_played, + p.custom_avatar_url as player_custom_avatar_url FROM player_matches pm JOIN players p ON p.steam_id = pm.steam_id - GROUP BY pm.steam_id, p.name, p.avatar_url, p.country + GROUP BY pm.steam_id, p.name, p.avatar_url, p.country, p.custom_avatar_url ORDER BY value DESC; END; $$; @@ -458,7 +735,8 @@ CREATE OR REPLACE FUNCTION public._leaderboard_hs_pct( _window_days INT, _match_type TEXT, _exclude_tournaments BOOLEAN, - _season_id UUID DEFAULT NULL + _season_id UUID DEFAULT NULL, + _source TEXT DEFAULT 'overall' ) RETURNS SETOF public.leaderboard_entries LANGUAGE plpgsql STABLE @@ -489,7 +767,8 @@ BEGIN ROUND((SUM(CASE WHEN pk.headshot THEN 1 ELSE 0 END)::numeric / COUNT(*)::numeric) * 100, 2)::float as value, COUNT(*)::float as secondary_value, NULL::float as tertiary_value, - COUNT(DISTINCT pk.match_id)::int as matches_played + COUNT(DISTINCT pk.match_id)::int as matches_played, + p.custom_avatar_url as player_custom_avatar_url FROM player_kills pk JOIN players p ON p.steam_id = pk.attacker_steam_id JOIN matches m ON m.id = pk.match_id @@ -500,7 +779,8 @@ BEGIN AND ((_from IS NULL OR pk.time >= _from) AND (_to IS NULL OR pk.time < _to)) AND (_match_type IS NULL OR mo.type = _match_type) AND (NOT _exclude_tournaments OR NOT EXISTS (SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = pk.match_id)) - GROUP BY pk.attacker_steam_id, p.name, p.avatar_url, p.country + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(pk.match_id) = lower(_source)) + GROUP BY pk.attacker_steam_id, p.name, p.avatar_url, p.country, p.custom_avatar_url ORDER BY value DESC; END; $$; @@ -514,7 +794,8 @@ $$; CREATE OR REPLACE FUNCTION public._leaderboard_awards( _window_days INT, _match_type TEXT DEFAULT NULL, - _season_id UUID DEFAULT NULL + _season_id UUID DEFAULT NULL, + _source TEXT DEFAULT 'overall' ) RETURNS SETOF public.leaderboard_entries LANGUAGE plpgsql STABLE @@ -554,6 +835,16 @@ BEGIN WHERE ar.player_steam_id IS NOT NULL AND ar.placement IS NOT NULL AND (ar.tournament_id IS NOT NULL OR ar.season_id IS NOT NULL) + -- Awards hang off a tournament, so there is no matchmaking bucket: any + -- non-Overall source keeps only tournament-backed awards of that kind, + -- and Matchmaking correctly comes back empty. + AND ( + lower(_source) = 'overall' + OR ( + ar.tournament_id IS NOT NULL + AND public._leaderboard_tournament_source(ar.tournament_id) = lower(_source) + ) + ) AND ( ar.tournament_id IS NULL OR ( @@ -587,7 +878,8 @@ BEGIN c.gold::float as value, c.silver::float as secondary_value, c.bronze::float as tertiary_value, - c.mvp as matches_played + c.mvp as matches_played, + p.custom_avatar_url as player_custom_avatar_url FROM counts c JOIN players p ON p.steam_id = c.player_steam_id WHERE c.total > 0 @@ -604,7 +896,9 @@ CREATE TABLE IF NOT EXISTS public.player_leaderboard_rank ( -- Drop every stale overload so the get_leaderboard() call below resolves -- unambiguously. The current get_leaderboard / get_player_leaderboard_rank both --- take 6 args, so anything with a different arg count is a stale signature. +-- take 7 args (the 7th being _source), so anything with a different arg count is +-- a stale signature. Keep this count in step with those signatures -- if it says +-- 6 while they take 7 it drops the functions this file just created. DO $$ DECLARE r record; BEGIN @@ -613,7 +907,7 @@ BEGIN FROM pg_proc p WHERE p.pronamespace = 'public'::regnamespace AND p.proname IN ('get_leaderboard', 'get_player_leaderboard_rank') - AND p.pronargs <> 6 + AND p.pronargs <> 7 LOOP EXECUTE 'DROP FUNCTION ' || r.sig; END LOOP; @@ -625,7 +919,8 @@ CREATE OR REPLACE FUNCTION public.get_player_leaderboard_rank( _player_steam_id TEXT, _match_type TEXT DEFAULT NULL, _exclude_tournaments BOOLEAN DEFAULT FALSE, - _season_id UUID DEFAULT NULL + _season_id UUID DEFAULT NULL, + _source TEXT DEFAULT 'overall' ) RETURNS SETOF public.player_leaderboard_rank LANGUAGE plpgsql STABLE @@ -638,9 +933,9 @@ BEGIN le.value, (RANK() OVER (ORDER BY le.value DESC))::int AS rank, (COUNT(*) OVER ())::int AS total - -- Pass all 6 args explicitly. A shorter call binds ambiguously if a stale - -- overload still exists; exact arity always resolves the 6-arg one. - FROM public.get_leaderboard(_category, _window_days, _match_type, _exclude_tournaments, NULL::text, _season_id) le + -- Pass all 7 args explicitly. A shorter call binds ambiguously if a stale + -- overload still exists; exact arity always resolves the 7-arg one. + FROM public.get_leaderboard(_category, _window_days, _match_type, _exclude_tournaments, NULL::text, _season_id, _source) le ) SELECT r.player_steam_id, r.value, r.rank, r.total FROM ranked r @@ -652,6 +947,12 @@ $$; -- ============================================================ -- HLTV-stat leaderboards (rating / ADR / KPR / KAST), rounds-weighted -- value = _metric, secondary = complementary stat, tertiary = rounds played +-- +-- Minimum-rounds floor comes from the leaderboard_min_rounds setting. The old +-- hard-coded 50 was sized for 5v5 and emptied this board entirely for Duel, +-- Wingman and early-season data; dropping it outright let a single 20-3 map +-- outrank every regular, since the value is a rounds-weighted average. The +-- default sits at roughly one competitive map. Set it to 0 to disable. -- ============================================================ CREATE OR REPLACE FUNCTION public._leaderboard_hltv_metric( _metric TEXT, @@ -659,7 +960,8 @@ CREATE OR REPLACE FUNCTION public._leaderboard_hltv_metric( _match_type TEXT, _exclude_tournaments BOOLEAN, _role TEXT DEFAULT NULL, - _season_id UUID DEFAULT NULL + _season_id UUID DEFAULT NULL, + _source TEXT DEFAULT 'overall' ) RETURNS SETOF public.leaderboard_entries LANGUAGE plpgsql STABLE @@ -703,9 +1005,10 @@ BEGIN AND ((_from IS NULL OR m.created_at >= _from) AND (_to IS NULL OR m.created_at < _to)) AND (_match_type IS NULL OR mo.type = _match_type) AND (NOT _exclude_tournaments OR NOT EXISTS (SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = h.match_id)) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(h.match_id) = lower(_source)) AND (_role IS NULL OR r.role = _role) GROUP BY h.steam_id - HAVING SUM(h.rounds_played) >= 50 + HAVING SUM(h.rounds_played) >= get_int_setting('leaderboard_min_rounds', 20) ) SELECT a.steam_id::text AS player_steam_id, @@ -725,7 +1028,8 @@ BEGIN WHEN 'kast' THEN ROUND(a.rating::numeric, 2) END)::float AS secondary_value, a.rounds::float AS tertiary_value, - a.match_count AS matches_played + a.match_count AS matches_played, + p.custom_avatar_url AS player_custom_avatar_url FROM agg a JOIN players p ON p.steam_id = a.steam_id ORDER BY value DESC NULLS LAST; @@ -741,7 +1045,8 @@ CREATE OR REPLACE FUNCTION public._leaderboard_udr( _match_type TEXT, _exclude_tournaments BOOLEAN, _role TEXT DEFAULT NULL, - _season_id UUID DEFAULT NULL + _season_id UUID DEFAULT NULL, + _source TEXT DEFAULT 'overall' ) RETURNS SETOF public.leaderboard_entries LANGUAGE plpgsql STABLE @@ -782,9 +1087,10 @@ BEGIN AND ((_from IS NULL OR m.created_at >= _from) AND (_to IS NULL OR m.created_at < _to)) AND (_match_type IS NULL OR mo.type = _match_type) AND (NOT _exclude_tournaments OR NOT EXISTS (SELECT 1 FROM tournament_brackets tb WHERE tb.match_id = s.match_id)) + AND (lower(_source) = 'overall' OR public._leaderboard_match_source(s.match_id) = lower(_source)) AND (_role IS NULL OR r.role = _role) GROUP BY s.steam_id - HAVING SUM(s.rounds_played) >= 50 + HAVING SUM(s.rounds_played) >= get_int_setting('leaderboard_min_rounds', 20) ) SELECT a.steam_id::text AS player_steam_id, @@ -794,7 +1100,8 @@ BEGIN ROUND(a.udr, 1)::float AS value, a.util_damage::float AS secondary_value, a.rounds::float AS tertiary_value, - a.match_count AS matches_played + a.match_count AS matches_played, + p.custom_avatar_url AS player_custom_avatar_url FROM agg a JOIN players p ON p.steam_id = a.steam_id ORDER BY value DESC NULLS LAST; diff --git a/hasura/functions/leaderboard/get_league_season_leaderboard.sql b/hasura/functions/leaderboard/get_league_season_leaderboard.sql index c990c6fb..03efade8 100644 --- a/hasura/functions/leaderboard/get_league_season_leaderboard.sql +++ b/hasura/functions/leaderboard/get_league_season_leaderboard.sql @@ -64,7 +64,8 @@ BEGIN WHEN 'best_kast' THEN ROUND(a.rating::numeric, 2) END)::float AS secondary_value, a.rounds::float AS tertiary_value, - a.match_count AS matches_played + a.match_count AS matches_played, + p.custom_avatar_url AS player_custom_avatar_url FROM agg a JOIN players p ON p.steam_id = a.steam_id ORDER BY value DESC NULLS LAST; @@ -105,7 +106,8 @@ BEGIN ROUND(a.udr, 1)::float AS value, a.util_damage::float AS secondary_value, a.rounds::float AS tertiary_value, - a.match_count AS matches_played + a.match_count AS matches_played, + p.custom_avatar_url AS player_custom_avatar_url FROM agg a JOIN players p ON p.steam_id = a.steam_id ORDER BY value DESC NULLS LAST; diff --git a/hasura/functions/match/can_reassign_winner.sql b/hasura/functions/match/can_reassign_winner.sql index c87586b3..cf2664a5 100644 --- a/hasura/functions/match/can_reassign_winner.sql +++ b/hasura/functions/match/can_reassign_winner.sql @@ -3,7 +3,8 @@ RETURNS boolean LANGUAGE plpgsql STABLE AS $$ DECLARE - bracket_id uuid; + _parent_bracket_id uuid; + _loser_parent_bracket_id uuid; blocking_downstream int; BEGIN IF NOT is_match_organizer(match, hasura_session) THEN @@ -14,19 +15,25 @@ BEGIN RETURN false; END IF; - SELECT id INTO bracket_id + SELECT parent_bracket_id, loser_parent_bracket_id + INTO _parent_bracket_id, _loser_parent_bracket_id FROM tournament_brackets WHERE match_id = match.id LIMIT 1; - IF bracket_id IS NULL THEN + IF NOT FOUND THEN RETURN true; END IF; + -- These point *forward*: they are the bracket(s) this match's winner and + -- loser advance into (see update_tournament_bracket.sql, which assigns the + -- winning team INTO parent_bracket_id). Matching on tb.parent_bracket_id = + -- this bracket would instead find the matches feeding IN to it, which are + -- always already played, and so never blocked anything. SELECT count(*) INTO blocking_downstream FROM tournament_brackets tb LEFT JOIN matches m ON m.id = tb.match_id - WHERE (tb.parent_bracket_id = bracket_id OR tb.loser_parent_bracket_id = bracket_id) + WHERE tb.id IN (_parent_bracket_id, _loser_parent_bracket_id) AND m.id IS NOT NULL AND m.status NOT IN ('Scheduled', 'WaitingForCheckIn', 'Canceled'); diff --git a/hasura/functions/match/map-veto/get_map_veto_pattern.sql b/hasura/functions/match/map-veto/get_map_veto_pattern.sql index 3f24e134..6728f346 100644 --- a/hasura/functions/match/map-veto/get_map_veto_pattern.sql +++ b/hasura/functions/match/map-veto/get_map_veto_pattern.sql @@ -2,76 +2,71 @@ CREATE OR REPLACE FUNCTION public.get_map_veto_pattern(_match public.matches) RE LANGUAGE plpgsql AS $$ DECLARE - pool uuid[]; best_of int; pattern TEXT[] := '{}'; base_pattern TEXT[] := '{}'; i INT; pool_size INT; + surplus INT; _type TEXT; - pattern_matched BOOLEAN := false; BEGIN SELECT mo.best_of INTO best_of FROM matches m INNER JOIN match_options mo ON mo.id = m.match_options_id WHERE m.id = _match.id; - SELECT array_agg(mp.map_id) INTO pool + -- count() over the LEFT JOIN: an empty pool yields a row with a NULL + -- map_id, which array_agg would report as a pool of one. + SELECT count(mp.map_id) INTO pool_size FROM matches m INNER JOIN match_options mo ON mo.id = m.match_options_id LEFT JOIN _map_pool mp ON mp.map_pool_id = mo.map_pool_id WHERE m.id = _match.id; - pool_size := coalesce(array_length(pool, 1), 0); - IF(best_of > pool_size) THEN RAISE EXCEPTION 'Not enough maps in the pool for the best of %', best_of USING ERRCODE = '22000'; END IF; -- https://github.com/ValveSoftware/counter-strike_rules_and_regs/blob/main/major-supplemental-rulebook.md#map-pick-ban - IF best_of = 1 THEN - FOR i IN 1..(pool_size - 1) LOOP - base_pattern := array_append(base_pattern, 'Ban'); - END LOOP; - pattern_matched := true; - ELSIF pool_size = best_of THEN - FOR i IN 1..(pool_size - 1) LOOP - base_pattern := array_append(base_pattern, 'Pick'); - END LOOP; - pattern_matched := true; - ELSIF best_of = 3 THEN + IF best_of = 3 AND pool_size >= 4 THEN IF pool_size = 4 THEN base_pattern := ARRAY['Ban', 'Pick', 'Pick']; ELSIF pool_size = 5 THEN - base_pattern := ARRAY['Ban', 'Pick', 'Pick', 'Ban']; + -- Both bans open the veto, as in the 6- and 7-map patterns below and + -- in the linked rulebook. Ban/Pick/Pick/Ban let a map be picked + -- before either team had finished banning, and it was the only BO3 + -- pool that did not lead with two bans -- which is also what the + -- turn-swap in get_map_veto_picking_lineup_id assumes. + base_pattern := ARRAY['Ban', 'Ban', 'Pick', 'Pick']; ELSIF pool_size = 6 THEN base_pattern := ARRAY['Ban', 'Ban', 'Pick', 'Pick', 'Ban']; ELSE base_pattern := ARRAY['Ban', 'Ban', 'Pick', 'Pick', 'Ban', 'Ban']; END IF; - pattern_matched := true; - ELSIF best_of = 5 THEN - if pool_size = 6 THEN + ELSIF best_of = 5 AND pool_size >= 6 THEN + IF pool_size = 6 THEN base_pattern := ARRAY['Ban', 'Pick', 'Pick', 'Pick', 'Pick']; ELSE base_pattern := ARRAY['Ban', 'Ban', 'Pick', 'Pick', 'Pick', 'Pick']; END IF; - pattern_matched := true; + ELSE + -- Everything the rulebook doesn't cover (BO1, a pool only big enough to + -- pick from, any other best of): pick the maps that get played and let + -- the bans below account for the rest. Without this arm an unsupported + -- best of returned a pattern of NULLs and the veto could never finish. + base_pattern := array_fill('Pick'::text, ARRAY[best_of - 1]); END IF; - -- Maps the pattern above doesn't account for become extra Bans, and they - -- MUST land before the Decider. get_map_veto_type reads this array - -- positionally, and the Decider is only ever auto-inserted by - -- create_match_map_from_veto once exactly one map is left, so any step - -- sitting after it can never be satisfied and the veto deadlocks. - IF pattern_matched THEN - FOR i IN 1..(pool_size - 1 - coalesce(array_length(base_pattern, 1), 0)) LOOP - base_pattern := array_append(base_pattern, 'Ban'); - END LOOP; - - base_pattern := array_append(base_pattern, 'Decider'); - END IF; + -- Maps the pattern doesn't account for are banned up front, trimming the + -- pool to the rulebook shape before the picks. The Decider closes: it is + -- only ever auto-inserted by create_match_map_from_veto once one map is + -- left, so any step sitting after it can never be satisfied. + surplus := pool_size - 1 - coalesce(array_length(base_pattern, 1), 0); + base_pattern := array_append( + array_fill('Ban'::text, ARRAY[surplus]) || base_pattern, + 'Decider' + ); FOR i IN 1..(pool_size) LOOP _type := base_pattern[i]; diff --git a/hasura/functions/match/match_player_elo.sql b/hasura/functions/match/match_player_elo.sql index 2ad8cbe3..8a90556c 100644 --- a/hasura/functions/match/match_player_elo.sql +++ b/hasura/functions/match/match_player_elo.sql @@ -347,6 +347,20 @@ BEGIN -- ELO change formula: New Rating = Old Rating + K * (Actual Score - Expected Score) * Performance Multiplier * Series Multiplier _elo_change := ROUND(_k_factor * (_actual_score - _expected_score) * _performance_multiplier * _series_multiplier); + -- Abandoning the match overrides the result entirely: a fixed loss, applied + -- whichever way the match ended. Scoring an abandon through the normal + -- formula produces an inconsistent and often trivial penalty -- it scales + -- with the rating gap, so leaving a match you were losing can cost almost + -- nothing. Set leaver_elo_penalty to 0 to disable. + IF EXISTS ( + SELECT 1 + FROM abandoned_matches am + WHERE am.match_id = match_record.id + AND am.steam_id = player_record.steam_id + ) THEN + _elo_change := -1 * get_int_setting('leaver_elo_penalty', 150); + END IF; + -- Return the elo change as JSON with detailed information RETURN jsonb_build_object( 'current_elo', _current_player_elo, -- The current ELO rating of the player (including base ELO) diff --git a/hasura/functions/match/options/cleanup_orphaned_match_options.sql b/hasura/functions/match/options/cleanup_orphaned_match_options.sql index 2acd86b8..4df23b8d 100644 --- a/hasura/functions/match/options/cleanup_orphaned_match_options.sql +++ b/hasura/functions/match/options/cleanup_orphaned_match_options.sql @@ -7,12 +7,29 @@ BEGIN RETURN; END IF; - IF NOT EXISTS (SELECT 1 FROM public.matches WHERE match_options_id = target_id) - AND NOT EXISTS (SELECT 1 FROM public.tournaments WHERE match_options_id = target_id) - AND NOT EXISTS (SELECT 1 FROM public.tournament_stages WHERE match_options_id = target_id) - AND NOT EXISTS (SELECT 1 FROM public.tournament_brackets WHERE match_options_id = target_id) + -- Every table that points at match_options has to be checked. draft_games, + -- league_seasons and team_scrim_requests are ON DELETE SET NULL, so deleting + -- a row still in use silently drops the settings they read back rather than + -- raising. + IF NOT EXISTS (SELECT 1 FROM public.matches WHERE match_options_id = target_id) + AND NOT EXISTS (SELECT 1 FROM public.tournaments WHERE match_options_id = target_id) + AND NOT EXISTS (SELECT 1 FROM public.tournament_stages WHERE match_options_id = target_id) + AND NOT EXISTS (SELECT 1 FROM public.tournament_brackets WHERE match_options_id = target_id) + AND NOT EXISTS (SELECT 1 FROM public.draft_games WHERE match_options_id = target_id) + AND NOT EXISTS (SELECT 1 FROM public.league_seasons WHERE match_options_id = target_id) + AND NOT EXISTS (SELECT 1 FROM public.team_scrim_requests WHERE match_options_id = target_id) THEN DELETE FROM public.match_options WHERE id = target_id; END IF; END; $$; + +-- Shared AFTER DELETE trigger for every table that owns a match_options row. +CREATE OR REPLACE FUNCTION public.tad_cleanup_match_options() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + PERFORM public.cleanup_orphaned_match_options(OLD.match_options_id); + RETURN OLD; +END; +$$; diff --git a/hasura/functions/players/banned_until.sql b/hasura/functions/players/banned_until.sql new file mode 100644 index 00000000..a47bb7e1 --- /dev/null +++ b/hasura/functions/players/banned_until.sql @@ -0,0 +1,31 @@ +-- When a player's active ban(s) actually lift, so the UI can say "banned until +-- " instead of a bare "you are banned" with no indication of when it ends. +-- +-- NULL means either not banned at all, or banned with no end date. Callers check +-- is_banned() to tell those apart. A permanent ban deliberately wins over any +-- timed one that happens to be active at the same time -- returning the timed +-- date there would tell the player they are free at a point when they are not. +CREATE OR REPLACE FUNCTION public.banned_until(player public.players) +RETURNS timestamptz +LANGUAGE sql +STABLE +AS $$ + SELECT CASE + WHEN EXISTS ( + SELECT 1 + FROM player_sanctions ps + WHERE ps.player_steam_id = player.steam_id + AND ps.type = 'ban' + AND ps.deleted_at IS NULL + AND ps.remove_sanction_date IS NULL + ) THEN NULL + ELSE ( + SELECT MAX(ps.remove_sanction_date) + FROM player_sanctions ps + WHERE ps.player_steam_id = player.steam_id + AND ps.type = 'ban' + AND ps.deleted_at IS NULL + AND ps.remove_sanction_date > now() + ) + END; +$$; diff --git a/hasura/functions/players/get_player_matchmaking_cooldown.sql b/hasura/functions/players/get_player_matchmaking_cooldown.sql index 0bc1763a..5962b168 100644 --- a/hasura/functions/players/get_player_matchmaking_cooldown.sql +++ b/hasura/functions/players/get_player_matchmaking_cooldown.sql @@ -13,15 +13,22 @@ BEGIN RETURN NULL; END IF; + -- Windowed rather than counting every row ever. The escalation used to be + -- forgiven by CleanAbandonedMatches deleting the rows, which made the + -- record too short-lived to recompute elo from -- a leaver penalty applied + -- at match time silently vanished from any later recompute. The window + -- keeps the same forgiveness while the rows stay put. SELECT COUNT(*) INTO abandoned_count FROM abandoned_matches - WHERE steam_id = player.steam_id; + WHERE steam_id = player.steam_id + AND abandoned_at > NOW() - INTERVAL '7 days'; IF abandoned_count > 0 THEN SELECT abandoned_at INTO last_abandoned_time FROM abandoned_matches WHERE steam_id = player.steam_id + AND abandoned_at > NOW() - INTERVAL '7 days' ORDER BY abandoned_at DESC LIMIT 1; diff --git a/hasura/functions/players/is_admin_sanctioned.sql b/hasura/functions/players/is_admin_sanctioned.sql new file mode 100644 index 00000000..15ac2aaa --- /dev/null +++ b/hasura/functions/players/is_admin_sanctioned.sql @@ -0,0 +1,21 @@ +-- Whether a player is banned by a real admin, as opposed to a ban issued +-- automatically by the system (which leaves sanctioned_by_steam_id null). +-- +-- Same shape as is_banned() and safe to expose to the same roles: a plain +-- boolean, carrying none of the detail on player_sanctions (reason, who issued +-- it, dates) that a select permission on that table would leak. +CREATE OR REPLACE FUNCTION public.is_admin_sanctioned(player public.players) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT EXISTS ( + SELECT 1 + FROM player_sanctions ps + WHERE ps.player_steam_id = player.steam_id + AND ps.type = 'ban' + AND ps.deleted_at IS NULL + AND ps.sanctioned_by_steam_id IS NOT NULL + AND (ps.remove_sanction_date IS NULL OR ps.remove_sanction_date > now()) + ); +$$; diff --git a/hasura/functions/players/is_registered.sql b/hasura/functions/players/is_registered.sql new file mode 100644 index 00000000..4d9f069d --- /dev/null +++ b/hasura/functions/players/is_registered.sql @@ -0,0 +1,14 @@ +-- Whether this player has ever signed in here, as opposed to a Steam account we +-- only know about (a shadow row created from an imported match or someone +-- else's friend list). +-- +-- A plain boolean rather than exposing last_sign_in_at itself, which is only +-- readable by match_organizer -- when a player last signed in is nobody else's +-- business, but whether they have an account here is what the UI needs. +CREATE OR REPLACE FUNCTION public.is_registered(player public.players) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT player.last_sign_in_at IS NOT NULL; +$$; diff --git a/hasura/functions/tournaments/refresh_tournament_match_lineup_teams.sql b/hasura/functions/tournaments/refresh_tournament_match_lineup_teams.sql new file mode 100644 index 00000000..25df1717 --- /dev/null +++ b/hasura/functions/tournaments/refresh_tournament_match_lineup_teams.sql @@ -0,0 +1,138 @@ +-- Re-point an already-created tournament match's lineups at whatever teams the +-- bracket now holds. Needed when an organizer reassigns a winner: the bracket's +-- tournament_team_id_N is updated, but the downstream match already exists, so +-- its lineups would otherwise stay attached to the team that was advanced by +-- mistake. +-- +-- Only touches matches that have not been played yet. Anything further along +-- has to go through the explicit reset/recreate flow instead. +-- +-- The roster is swapped IN PLACE rather than deleted and re-inserted: clearing a +-- lineup first trips the shared minimum-player guard on match_lineup_players +-- ("Cannot remove players: not enough players in lineup"), which would reject +-- the whole reassignment. Existing rows are re-pointed at the incoming players, +-- only genuine surplus is inserted, and only genuine surplus is deleted -- after +-- every desired player is already seated. +CREATE OR REPLACE FUNCTION public.refresh_tournament_match_lineup_teams(bracket public.tournament_brackets) RETURNS VOID + LANGUAGE plpgsql +AS $$ +DECLARE + _match matches%ROWTYPE; + _lineup RECORD; + _max_players_per_lineup int; + _desired bigint[]; + _existing_ids uuid[]; + _captain_steam_id bigint; + _index int; +BEGIN + IF bracket.match_id IS NULL THEN + RETURN; + END IF; + + SELECT * INTO _match + FROM matches + WHERE id = bracket.match_id; + + IF NOT FOUND THEN + RETURN; + END IF; + + -- Unplayed only. Canceled is included because reassignment is part of how + -- organizers recover a mis-advanced bracket. + IF _match.status NOT IN ('Scheduled', 'WaitingForCheckIn', 'Canceled') THEN + RETURN; + END IF; + + SELECT match_max_players_per_lineup(_match) + INTO _max_players_per_lineup; + + FOR _lineup IN + SELECT * FROM (VALUES + (_match.lineup_1_id, bracket.tournament_team_id_1), + (_match.lineup_2_id, bracket.tournament_team_id_2) + ) AS l(match_lineup_id, tournament_team_id) + LOOP + CONTINUE WHEN _lineup.match_lineup_id IS NULL; + + UPDATE match_lineups ml + SET team_id = tt.team_id + FROM tournament_teams tt + WHERE ml.id = _lineup.match_lineup_id + AND tt.id = _lineup.tournament_team_id; + + CONTINUE WHEN _lineup.tournament_team_id IS NULL; + + SELECT tt.captain_steam_id + INTO _captain_steam_id + FROM tournament_teams tt + WHERE tt.id = _lineup.tournament_team_id; + + -- Same ordering and cap schedule_tournament_match() uses, so a + -- refreshed lineup is indistinguishable from a freshly scheduled one. + SELECT array_agg(player_steam_id ORDER BY ord) + INTO _desired + FROM ( + SELECT ttr.player_steam_id, + row_number() OVER ( + ORDER BY + CASE WHEN ttr.player_steam_id = _captain_steam_id THEN 0 ELSE 1 END, + CASE tr.status + WHEN 'Starter' THEN 1 + WHEN 'Substitute' THEN 2 + WHEN 'Benched' THEN 3 + ELSE 4 + END, + ttr.player_steam_id + ) AS ord + FROM tournament_team_roster ttr + INNER JOIN tournament_teams tt + ON tt.id = ttr.tournament_team_id + LEFT JOIN team_roster tr + ON tr.team_id = tt.team_id + AND tr.player_steam_id = ttr.player_steam_id + WHERE ttr.tournament_team_id = _lineup.tournament_team_id + ORDER BY ord + LIMIT _max_players_per_lineup + ) ranked; + + _desired := COALESCE(_desired, ARRAY[]::bigint[]); + + SELECT array_agg(id ORDER BY steam_id NULLS LAST) + INTO _existing_ids + FROM match_lineup_players + WHERE match_lineup_id = _lineup.match_lineup_id; + + _existing_ids := COALESCE(_existing_ids, ARRAY[]::uuid[]); + + -- Seat every desired player, reusing a row where one is free. + FOR _index IN 1..COALESCE(array_length(_desired, 1), 0) LOOP + -- COALESCE because tournament_teams.captain_steam_id is nullable + -- (and is SET NULL when the captain's player row goes away). The + -- bare comparison yields NULL there, and captain is NOT NULL. + IF _index <= COALESCE(array_length(_existing_ids, 1), 0) THEN + UPDATE match_lineup_players + SET steam_id = _desired[_index], + placeholder_name = NULL, + captain = COALESCE(_desired[_index] = _captain_steam_id, false) + WHERE id = _existing_ids[_index]; + ELSE + INSERT INTO match_lineup_players (match_lineup_id, steam_id, captain) + VALUES ( + _lineup.match_lineup_id, + _desired[_index], + COALESCE(_desired[_index] = _captain_steam_id, false) + ); + END IF; + END LOOP; + + -- Now that the desired roster is fully seated, drop the leftovers. + IF COALESCE(array_length(_existing_ids, 1), 0) > COALESCE(array_length(_desired, 1), 0) THEN + DELETE FROM match_lineup_players + WHERE id = ANY( + _existing_ids[COALESCE(array_length(_desired, 1), 0) + 1 : + array_length(_existing_ids, 1)] + ); + END IF; + END LOOP; +END; +$$; diff --git a/hasura/metadata/actions.graphql b/hasura/metadata/actions.graphql index a70ccb6a..801d8e9b 100644 --- a/hasura/metadata/actions.graphql +++ b/hasura/metadata/actions.graphql @@ -63,6 +63,13 @@ type Mutation { ): SuccessOutput } +type Mutation { + denyNameChange( + steam_id: bigint! + name: String! + ): SuccessOutput +} + type Mutation { attachDemo: WatchDemoOutput } diff --git a/hasura/metadata/actions.yaml b/hasura/metadata/actions.yaml index e962abf8..a2e08502 100644 --- a/hasura/metadata/actions.yaml +++ b/hasura/metadata/actions.yaml @@ -134,6 +134,13 @@ actions: forward_client_headers: true permissions: - role: match_organizer + - name: denyNameChange + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: match_organizer - name: attachDemo definition: kind: synchronous diff --git a/hasura/metadata/databases/default/tables/public_abandoned_matches.yaml b/hasura/metadata/databases/default/tables/public_abandoned_matches.yaml index 726c3e09..fdc4fd79 100644 --- a/hasura/metadata/databases/default/tables/public_abandoned_matches.yaml +++ b/hasura/metadata/databases/default/tables/public_abandoned_matches.yaml @@ -1,12 +1,17 @@ table: name: abandoned_matches schema: public +object_relationships: + - name: match + using: + foreign_key_constraint_on: match_id select_permissions: - role: match_organizer permission: columns: - steam_id - abandoned_at + - match_id - id filter: {} allow_aggregations: true diff --git a/hasura/metadata/databases/default/tables/public_leaderboard_entries.yaml b/hasura/metadata/databases/default/tables/public_leaderboard_entries.yaml index 55a4ada2..7a01039f 100644 --- a/hasura/metadata/databases/default/tables/public_leaderboard_entries.yaml +++ b/hasura/metadata/databases/default/tables/public_leaderboard_entries.yaml @@ -8,6 +8,7 @@ select_permissions: - player_steam_id - player_name - player_avatar_url + - player_custom_avatar_url - player_country - value - secondary_value diff --git a/hasura/metadata/databases/default/tables/public_match_maps.yaml b/hasura/metadata/databases/default/tables/public_match_maps.yaml index df7afe65..579bec71 100644 --- a/hasura/metadata/databases/default/tables/public_match_maps.yaml +++ b/hasura/metadata/databases/default/tables/public_match_maps.yaml @@ -155,6 +155,7 @@ select_permissions: - created_at - ended_at - started_at + - demo_processing_started_at - id - map_id - match_id diff --git a/hasura/metadata/databases/default/tables/public_players.yaml b/hasura/metadata/databases/default/tables/public_players.yaml index cfd23cbf..05a81c8f 100644 --- a/hasura/metadata/databases/default/tables/public_players.yaml +++ b/hasura/metadata/databases/default/tables/public_players.yaml @@ -311,11 +311,26 @@ computed_fields: function: name: get_player_elo schema: public + - name: banned_until + definition: + function: + name: banned_until + schema: public + - name: is_admin_sanctioned + definition: + function: + name: is_admin_sanctioned + schema: public - name: is_banned definition: function: name: is_banned schema: public + - name: is_registered + definition: + function: + name: is_registered + schema: public - name: is_gagged definition: function: @@ -437,7 +452,10 @@ select_permissions: computed_fields: - current_lobby_id - elo + - banned_until + - is_admin_sanctioned - is_banned + - is_registered - is_gagged - is_muted - losses @@ -484,7 +502,10 @@ select_permissions: computed_fields: - current_lobby_id - elo + - banned_until + - is_admin_sanctioned - is_banned + - is_registered - is_gagged - is_in_another_match - is_in_draft @@ -533,7 +554,10 @@ select_permissions: computed_fields: - current_lobby_id - elo + - banned_until + - is_admin_sanctioned - is_banned + - is_registered - is_gagged - is_in_another_match - is_in_draft diff --git a/hasura/metadata/databases/default/tables/public_team_roster.yaml b/hasura/metadata/databases/default/tables/public_team_roster.yaml index 617e6ff5..9a474bb3 100644 --- a/hasura/metadata/databases/default/tables/public_team_roster.yaml +++ b/hasura/metadata/databases/default/tables/public_team_roster.yaml @@ -53,7 +53,6 @@ update_permissions: columns: - coach - role - - roster_image_url - status filter: {} check: {} @@ -63,7 +62,6 @@ update_permissions: columns: - coach - role - - roster_image_url - status filter: team: diff --git a/hasura/metadata/databases/default/tables/public_v_team_ranks.yaml b/hasura/metadata/databases/default/tables/public_v_team_ranks.yaml index 3dbf3da3..d81db66e 100644 --- a/hasura/metadata/databases/default/tables/public_v_team_ranks.yaml +++ b/hasura/metadata/databases/default/tables/public_v_team_ranks.yaml @@ -20,6 +20,8 @@ select_permissions: - avg_elo - min_elo - max_elo + - avg_wingman_elo + - avg_duel_elo - avg_faceit_level - avg_faceit_elo - avg_premier diff --git a/hasura/migrations/default/1876000000300_fix_tad_draft_games_orphan_cleanup/down.sql b/hasura/migrations/default/1876000000300_fix_tad_draft_games_orphan_cleanup/down.sql new file mode 100644 index 00000000..520e4074 --- /dev/null +++ b/hasura/migrations/default/1876000000300_fix_tad_draft_games_orphan_cleanup/down.sql @@ -0,0 +1,10 @@ +CREATE OR REPLACE FUNCTION public.tad_draft_games() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + IF OLD.match_options_id IS NOT NULL THEN + DELETE FROM public.match_options WHERE id = OLD.match_options_id; + END IF; + RETURN OLD; +END; +$$; diff --git a/hasura/migrations/default/1876000000300_fix_tad_draft_games_orphan_cleanup/up.sql b/hasura/migrations/default/1876000000300_fix_tad_draft_games_orphan_cleanup/up.sql new file mode 100644 index 00000000..309a8b42 --- /dev/null +++ b/hasura/migrations/default/1876000000300_fix_tad_draft_games_orphan_cleanup/up.sql @@ -0,0 +1,8 @@ +CREATE OR REPLACE FUNCTION public.tad_draft_games() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + PERFORM cleanup_orphaned_match_options(OLD.match_options_id); + RETURN OLD; +END; +$$; diff --git a/hasura/migrations/default/1876000000400_match_lineup_players_is_connected/down.sql b/hasura/migrations/default/1876000000400_match_lineup_players_is_connected/down.sql new file mode 100644 index 00000000..effea5d3 --- /dev/null +++ b/hasura/migrations/default/1876000000400_match_lineup_players_is_connected/down.sql @@ -0,0 +1,2 @@ +ALTER TABLE "public"."match_lineup_players" + DROP COLUMN IF EXISTS "is_connected"; diff --git a/hasura/migrations/default/1876000000400_match_lineup_players_is_connected/up.sql b/hasura/migrations/default/1876000000400_match_lineup_players_is_connected/up.sql new file mode 100644 index 00000000..63030452 --- /dev/null +++ b/hasura/migrations/default/1876000000400_match_lineup_players_is_connected/up.sql @@ -0,0 +1,6 @@ +-- Whether this player is in the match server right now. Only ever read as a +-- yes/no -- by the force-start check (is the lobby actually full?) and by the +-- no-show penalty on cancellation (were you here when it died?) -- so it is a +-- flag rather than a timestamp. +ALTER TABLE "public"."match_lineup_players" + ADD COLUMN IF NOT EXISTS "is_connected" boolean NOT NULL DEFAULT false; diff --git a/hasura/migrations/default/1876000000500_leaderboard_entries_custom_avatar/down.sql b/hasura/migrations/default/1876000000500_leaderboard_entries_custom_avatar/down.sql new file mode 100644 index 00000000..a27ef174 --- /dev/null +++ b/hasura/migrations/default/1876000000500_leaderboard_entries_custom_avatar/down.sql @@ -0,0 +1,2 @@ +ALTER TABLE "public"."leaderboard_entries" + DROP COLUMN IF EXISTS "player_custom_avatar_url"; diff --git a/hasura/migrations/default/1876000000500_leaderboard_entries_custom_avatar/up.sql b/hasura/migrations/default/1876000000500_leaderboard_entries_custom_avatar/up.sql new file mode 100644 index 00000000..1095ac65 --- /dev/null +++ b/hasura/migrations/default/1876000000500_leaderboard_entries_custom_avatar/up.sql @@ -0,0 +1,5 @@ +-- leaderboard_entries is the SETOF return type for every leaderboard function. +-- RETURN QUERY SELECT matches by POSITION, not by name, so this column must be +-- added last and every producer must select it last. +ALTER TABLE "public"."leaderboard_entries" + ADD COLUMN IF NOT EXISTS "player_custom_avatar_url" TEXT; diff --git a/hasura/migrations/default/1876000000600_abandoned_matches_match_id/down.sql b/hasura/migrations/default/1876000000600_abandoned_matches_match_id/down.sql new file mode 100644 index 00000000..7a3bd7b8 --- /dev/null +++ b/hasura/migrations/default/1876000000600_abandoned_matches_match_id/down.sql @@ -0,0 +1,4 @@ +ALTER TABLE "public"."abandoned_matches" + DROP CONSTRAINT IF EXISTS "abandoned_matches_match_id_fkey"; +ALTER TABLE "public"."abandoned_matches" + DROP COLUMN IF EXISTS "match_id"; diff --git a/hasura/migrations/default/1876000000600_abandoned_matches_match_id/up.sql b/hasura/migrations/default/1876000000600_abandoned_matches_match_id/up.sql new file mode 100644 index 00000000..e968aee1 --- /dev/null +++ b/hasura/migrations/default/1876000000600_abandoned_matches_match_id/up.sql @@ -0,0 +1,19 @@ +-- abandoned_matches only recorded steam_id/abandoned_at, so nothing tied a +-- record to the match it came from and the profile's Abandoned tab had no real +-- match to link to. Nullable: historical rows have no match to backfill from, +-- and the record must outlive the match being deleted. +ALTER TABLE "public"."abandoned_matches" + ADD COLUMN IF NOT EXISTS "match_id" uuid; + +DO $$ +BEGIN + IF NOT EXISTS ( + SELECT 1 FROM information_schema.table_constraints + WHERE constraint_name = 'abandoned_matches_match_id_fkey' + ) THEN + ALTER TABLE "public"."abandoned_matches" + ADD CONSTRAINT "abandoned_matches_match_id_fkey" + FOREIGN KEY ("match_id") REFERENCES "public"."matches"("id") + ON UPDATE CASCADE ON DELETE SET NULL; + END IF; +END $$; diff --git a/hasura/migrations/default/1876000000700_match_maps_demo_processing_started_at/down.sql b/hasura/migrations/default/1876000000700_match_maps_demo_processing_started_at/down.sql new file mode 100644 index 00000000..2d62b6cf --- /dev/null +++ b/hasura/migrations/default/1876000000700_match_maps_demo_processing_started_at/down.sql @@ -0,0 +1,2 @@ +ALTER TABLE "public"."match_maps" + DROP COLUMN IF EXISTS "demo_processing_started_at"; diff --git a/hasura/migrations/default/1876000000700_match_maps_demo_processing_started_at/up.sql b/hasura/migrations/default/1876000000700_match_maps_demo_processing_started_at/up.sql new file mode 100644 index 00000000..cdcef8a6 --- /dev/null +++ b/hasura/migrations/default/1876000000700_match_maps_demo_processing_started_at/up.sql @@ -0,0 +1,2 @@ +ALTER TABLE "public"."match_maps" + ADD COLUMN IF NOT EXISTS "demo_processing_started_at" timestamptz; diff --git a/hasura/triggers/draft_games.sql b/hasura/triggers/draft_games.sql index 1252f69b..4163b0f5 100644 --- a/hasura/triggers/draft_games.sql +++ b/hasura/triggers/draft_games.sql @@ -77,17 +77,9 @@ DROP TRIGGER IF EXISTS tbu_draft_games ON public.draft_games; CREATE TRIGGER tbu_draft_games BEFORE UPDATE ON public.draft_games FOR EACH ROW EXECUTE FUNCTION public.tbu_draft_games(); -CREATE OR REPLACE FUNCTION public.tad_draft_games() RETURNS TRIGGER - LANGUAGE plpgsql - AS $$ -BEGIN - -- Deleting unconditionally fails: tbd_matches removes the draft_games row - -- before the owning matches row is gone, and matches.match_options_id still - -- points at it (ON DELETE RESTRICT). tad_matches cleans up afterwards. - PERFORM cleanup_orphaned_match_options(OLD.match_options_id); - RETURN OLD; -END; -$$; - +-- Deleting unconditionally fails: tbd_matches removes the draft_games row +-- before the owning matches row is gone, and matches.match_options_id still +-- points at it (ON DELETE RESTRICT). tad_matches cleans up afterwards. DROP TRIGGER IF EXISTS tad_draft_games ON public.draft_games; -CREATE TRIGGER tad_draft_games AFTER DELETE ON public.draft_games FOR EACH ROW EXECUTE FUNCTION public.tad_draft_games(); +CREATE TRIGGER tad_draft_games AFTER DELETE ON public.draft_games FOR EACH ROW EXECUTE FUNCTION public.tad_cleanup_match_options(); +DROP FUNCTION IF EXISTS public.tad_draft_games(); diff --git a/hasura/triggers/league_seasons.sql b/hasura/triggers/league_seasons.sql index 2058b704..75caa635 100644 --- a/hasura/triggers/league_seasons.sql +++ b/hasura/triggers/league_seasons.sql @@ -331,17 +331,9 @@ CREATE TRIGGER tbd_league_seasons EXECUTE FUNCTION public.tbd_league_seasons(); -- A season's match_options template is owned by the season; GC it on delete. -CREATE OR REPLACE FUNCTION public.tad_league_seasons() RETURNS TRIGGER - LANGUAGE plpgsql - AS $$ -BEGIN - PERFORM public.cleanup_orphaned_match_options(OLD.match_options_id); - RETURN OLD; -END; -$$; - DROP TRIGGER IF EXISTS tad_league_seasons ON public.league_seasons; CREATE TRIGGER tad_league_seasons AFTER DELETE ON public.league_seasons FOR EACH ROW - EXECUTE FUNCTION public.tad_league_seasons(); + EXECUTE FUNCTION public.tad_cleanup_match_options(); +DROP FUNCTION IF EXISTS public.tad_league_seasons(); diff --git a/hasura/triggers/match_maps.sql b/hasura/triggers/match_maps.sql index c8145db9..02a9b3d8 100644 --- a/hasura/triggers/match_maps.sql +++ b/hasura/triggers/match_maps.sql @@ -77,6 +77,13 @@ BEGIN NEW.ended_at = NOW(); END IF; + -- Server-side anchor for how long demo recording/upload has been running, + -- so the stats-ready countdown survives a page refresh instead of + -- restarting from the full estimate on every mount. + IF NEW.status = 'WaitingForTV' AND OLD.status IS DISTINCT FROM NEW.status THEN + NEW.demo_processing_started_at = NOW(); + END IF; + RETURN NEW; END; $$; diff --git a/hasura/triggers/team_scrim_requests.sql b/hasura/triggers/team_scrim_requests.sql index d2bc70a8..e4f78237 100644 --- a/hasura/triggers/team_scrim_requests.sql +++ b/hasura/triggers/team_scrim_requests.sql @@ -75,3 +75,12 @@ CREATE TRIGGER tbd_match_cancel_scrim BEFORE DELETE ON public.matches FOR EACH ROW EXECUTE FUNCTION public.tbd_match_cancel_scrim(); + +-- A request shares its match_options row with the match it schedules and +-- outlives it, so cleanup_orphaned_match_options holds the row until the +-- request goes (it cascades away with either team). +DROP TRIGGER IF EXISTS tad_team_scrim_requests ON public.team_scrim_requests; +CREATE TRIGGER tad_team_scrim_requests + AFTER DELETE ON public.team_scrim_requests + FOR EACH ROW + EXECUTE FUNCTION public.tad_cleanup_match_options(); diff --git a/hasura/triggers/tournament_brackets.sql b/hasura/triggers/tournament_brackets.sql index bd1af3d9..662a7227 100644 --- a/hasura/triggers/tournament_brackets.sql +++ b/hasura/triggers/tournament_brackets.sql @@ -33,6 +33,15 @@ BEGIN END IF; IF OLD.match_id IS NOT NULL THEN + -- The match already exists, so nothing below will schedule it. If the + -- teams themselves changed (an organizer reassigning a winner), the + -- match's lineups are still pointing at the previously advanced team + -- and have to be re-pointed here or they never get updated at all. + IF (OLD.tournament_team_id_1 IS DISTINCT FROM NEW.tournament_team_id_1) + OR (OLD.tournament_team_id_2 IS DISTINCT FROM NEW.tournament_team_id_2) THEN + PERFORM refresh_tournament_match_lineup_teams(NEW); + END IF; + return NEW; END IF; @@ -123,15 +132,7 @@ CREATE TRIGGER tbd_tournament_brackets FOR EACH ROW EXECUTE FUNCTION public.tbd_tournament_brackets(); -CREATE OR REPLACE FUNCTION public.tad_tournament_brackets() RETURNS TRIGGER - LANGUAGE plpgsql - AS $$ -BEGIN - PERFORM cleanup_orphaned_match_options(OLD.match_options_id); - RETURN OLD; -END; -$$; - DROP TRIGGER IF EXISTS tad_tournament_brackets ON public.tournament_brackets; CREATE TRIGGER tad_tournament_brackets AFTER DELETE ON public.tournament_brackets - FOR EACH ROW EXECUTE FUNCTION public.tad_tournament_brackets(); + FOR EACH ROW EXECUTE FUNCTION public.tad_cleanup_match_options(); +DROP FUNCTION IF EXISTS public.tad_tournament_brackets(); diff --git a/hasura/triggers/tournaments.sql b/hasura/triggers/tournaments.sql index 3c72c087..9491565e 100644 --- a/hasura/triggers/tournaments.sql +++ b/hasura/triggers/tournaments.sql @@ -79,18 +79,9 @@ $$; DROP TRIGGER IF EXISTS tau_tournaments ON public.tournaments; CREATE TRIGGER tau_tournaments AFTER UPDATE ON public.tournaments FOR EACH ROW EXECUTE FUNCTION public.tau_tournaments(); -CREATE OR REPLACE FUNCTION public.tad_tournaments() RETURNS TRIGGER - LANGUAGE plpgsql - AS $$ -BEGIN - PERFORM cleanup_orphaned_match_options(OLD.match_options_id); - - RETURN NEW; -END; -$$; - DROP TRIGGER IF EXISTS tad_tournaments ON public.tournaments; -CREATE TRIGGER tad_tournaments AFTER DELETE ON public.tournaments FOR EACH ROW EXECUTE FUNCTION public.tad_tournaments(); +CREATE TRIGGER tad_tournaments AFTER DELETE ON public.tournaments FOR EACH ROW EXECUTE FUNCTION public.tad_cleanup_match_options(); +DROP FUNCTION IF EXISTS public.tad_tournaments(); CREATE OR REPLACE FUNCTION public.tbu_tournaments() RETURNS TRIGGER diff --git a/hasura/views/v_team_ranks.sql b/hasura/views/v_team_ranks.sql index def9b748..23aa8242 100644 --- a/hasura/views/v_team_ranks.sql +++ b/hasura/views/v_team_ranks.sql @@ -1,10 +1,52 @@ DROP VIEW IF EXISTS v_team_ranks; --- Aggregate the same per-player values the app actually displays --- (get_player_elo + the players faceit/premier columns) across the full --- roster, so team page, team cards and the scrim finder all agree. Players --- without a value are simply excluded from that average (NULL is ignored), --- rather than dragged toward a default. +-- Team-ranks-only ELO, by match type. get_player_elo()/get_player_season_elo_by_type() +-- fall back to a player's lifetime-latest player_elo row when they have no row +-- for the active season. That is right for their other callers (matchmaking +-- balancing, the friends list, the players.elo GraphQL field), but the team +-- header should agree with what the profile shows for that case: the season +-- row if there is one, otherwise the season starting ELO -- never a stale +-- lifetime value. This helper applies that rule for v_team_ranks alone, +-- leaving the shared get_player_elo functions untouched. +CREATE OR REPLACE FUNCTION public._team_rank_elo_by_type(player public.players, _type text) RETURNS numeric + LANGUAGE plpgsql STABLE + AS $$ +DECLARE + _active_season_id UUID; + elo_value numeric; +BEGIN + IF NOT seasons_enabled() THEN + RETURN get_player_elo_by_type(player, _type); + END IF; + + _active_season_id := get_active_season(); + + -- Off-season gap (seasons enabled, none active): same convention + -- get_player_elo() itself falls back to. + IF _active_season_id IS NULL THEN + RETURN get_player_elo_by_type(player, _type); + END IF; + + SELECT current INTO elo_value + FROM player_elo + WHERE steam_id = player.steam_id + AND "type" = _type + AND season_id = _active_season_id + ORDER BY created_at DESC + LIMIT 1; + + -- No row in the active season yet: season starting ELO, not their older rating. + RETURN COALESCE(elo_value, 5000); +END; +$$; + +-- Aggregate the same per-player values the app actually displays across the +-- current playing roster, so team page, team cards and the scrim finder all +-- agree. Players without a value are excluded from that average (NULL is +-- ignored) rather than dragged toward a default. Coaches are excluded +-- entirely -- they aren't playing roster members and shouldn't move the +-- team's rating. avg_elo keeps its Competitive meaning and name for existing +-- consumers; min_elo/max_elo stay Competitive-only. CREATE OR REPLACE VIEW v_team_ranks AS SELECT tr.team_id, @@ -12,12 +54,18 @@ SELECT avg(e.competitive)::INTEGER AS avg_elo, min(e.competitive)::INTEGER AS min_elo, max(e.competitive)::INTEGER AS max_elo, + avg(e.wingman)::INTEGER AS avg_wingman_elo, + avg(e.duel)::INTEGER AS avg_duel_elo, round(avg(NULLIF(p.faceit_skill_level, 0)), 2)::FLOAT AS avg_faceit_level, avg(NULLIF(p.faceit_elo, 0))::INTEGER AS avg_faceit_elo, avg(NULLIF(p.premier_rank, 0))::INTEGER AS avg_premier FROM team_roster tr JOIN players p ON p.steam_id = tr.player_steam_id LEFT JOIN LATERAL ( - SELECT NULLIF((get_player_elo(p) ->> 'competitive')::numeric, 0) AS competitive + SELECT + NULLIF(_team_rank_elo_by_type(p, 'Competitive'), 0) AS competitive, + NULLIF(_team_rank_elo_by_type(p, 'Wingman'), 0) AS wingman, + NULLIF(_team_rank_elo_by_type(p, 'Duel'), 0) AS duel ) e ON true +WHERE tr.coach = false GROUP BY tr.team_id; diff --git a/src/chat/chat.service.ts b/src/chat/chat.service.ts index ed8294c2..39ac923d 100644 --- a/src/chat/chat.service.ts +++ b/src/chat/chat.service.ts @@ -66,6 +66,42 @@ export class ChatService { } break; + case ChatLobbyType.MatchTeam: { + const [matchId, lineupId] = id.split(":"); + + if (!matchId || !lineupId) { + return; + } + + const { match_lineups_by_pk } = await this.hasuraService.query( + { + match_lineups_by_pk: { + __args: { + id: lineupId, + }, + match_id: true, + coach_steam_id: true, + is_on_lineup: true, + }, + }, + user.steam_id, + ); + + // The lineup has to actually be one side of this match, otherwise the + // room key could be pointed at any lineup in the system. + if (!match_lineups_by_pk || match_lineups_by_pk.match_id !== matchId) { + return; + } + + if ( + match_lineups_by_pk.is_on_lineup === false && + match_lineups_by_pk.coach_steam_id !== user.steam_id + ) { + return; + } + + break; + } case ChatLobbyType.MatchMaking: const { lobby_players_by_pk } = await this.hasuraService.query({ lobby_players_by_pk: { diff --git a/src/chat/enums/ChatLobbyTypes.ts b/src/chat/enums/ChatLobbyTypes.ts index 00550df0..a0f2c24c 100644 --- a/src/chat/enums/ChatLobbyTypes.ts +++ b/src/chat/enums/ChatLobbyTypes.ts @@ -1,5 +1,9 @@ export enum ChatLobbyType { Match = "match", + // One side of a match only, keyed `${matchId}:${lineupId}`. Distinct from + // Team, which is a real team's permanent room -- matchmaking and draft + // lineups are ad-hoc and have no team behind them. + MatchTeam = "match_team", Team = "team", MatchMaking = "matchmaking", Tournament = "tournament", diff --git a/src/matches/events/MatchAbandoned.ts b/src/matches/events/MatchAbandoned.ts index 626a07c3..faf91d6a 100644 --- a/src/matches/events/MatchAbandoned.ts +++ b/src/matches/events/MatchAbandoned.ts @@ -1,4 +1,5 @@ import MatchEventProcessor from "./abstracts/MatchEventProcessor"; +import { NotificationsService } from "../../notifications/notifications.service"; export default class MatchAbandoned extends MatchEventProcessor<{ steam_id: string; @@ -9,10 +10,43 @@ export default class MatchAbandoned extends MatchEventProcessor<{ __args: { object: { steam_id: this.data.steam_id, + match_id: this.matchId, }, }, __typename: true, }, }); + + await this.notifyAdmins(); + } + + // Abandons are issued automatically and carry a cooldown that escalates on + // repeat, so admins need to see them to spot an unfair one before the player + // has to appeal it. + private async notifyAdmins() { + try { + const { players_by_pk: player } = await this.hasura.query({ + players_by_pk: { + __args: { + steam_id: this.data.steam_id, + }, + name: true, + }, + }); + + await this.notifications.send("MatchAbandoned", { + message: `${NotificationsService.escapeHtml(player?.name ?? this.data.steam_id)} abandoned a match`, + title: "Match Abandoned", + role: "administrator", + entity_id: this.matchId, + }); + } catch (error) { + // The abandon record is the thing that matters; never lose it over a + // failed notification. + this.logger.warn( + `failed to notify admins of abandon by ${this.data.steam_id}`, + error, + ); + } } } diff --git a/src/matches/events/PlayerConnected.ts b/src/matches/events/PlayerConnected.ts index 804284e5..97eb44f4 100644 --- a/src/matches/events/PlayerConnected.ts +++ b/src/matches/events/PlayerConnected.ts @@ -20,6 +20,30 @@ export default class PlayerConnected extends MatchEventProcessor<{ __typename: true, }, }); + // Marks them as present. Cleared again on disconnect, so this always means + // "in the server right now" -- which is what both the force-start check and + // the no-show penalty on cancellation read. + await this.hasura.mutation({ + update_match_lineup_players: { + __args: { + where: { + steam_id: { + _eq: this.data.steam_id, + }, + lineup: { + match_id: { + _eq: this.matchId, + }, + }, + }, + _set: { + is_connected: true, + }, + }, + affected_rows: true, + }, + }); + await this.chat.joinLobbyViaGame(this.matchId, this.data.steam_id); } } diff --git a/src/matches/events/PlayerDisconnected.ts b/src/matches/events/PlayerDisconnected.ts index 7587e613..b3745d41 100644 --- a/src/matches/events/PlayerDisconnected.ts +++ b/src/matches/events/PlayerDisconnected.ts @@ -4,6 +4,30 @@ export default class PlayerDisconnected extends MatchEventProcessor<{ steam_id: string; }> { public async process() { + // Leaving during warmup has to clear this, or a lobby someone walked out of + // still looks full: the match would be force started without them, and + // they'd dodge the no-show penalty on cancellation. + await this.hasura.mutation({ + update_match_lineup_players: { + __args: { + where: { + steam_id: { + _eq: this.data.steam_id, + }, + lineup: { + match_id: { + _eq: this.matchId, + }, + }, + }, + _set: { + is_connected: false, + }, + }, + affected_rows: true, + }, + }); + await this.chat.leaveLobbyViaGame(this.matchId, this.data.steam_id); } } diff --git a/src/matches/jobs/CancelExpiredMatches.spec.ts b/src/matches/jobs/CancelExpiredMatches.spec.ts index 08526487..8892221a 100644 --- a/src/matches/jobs/CancelExpiredMatches.spec.ts +++ b/src/matches/jobs/CancelExpiredMatches.spec.ts @@ -1,8 +1,13 @@ import { CancelExpiredMatches } from "./CancelExpiredMatches"; import { DISCORD_COLORS } from "../../notifications/utilities/constants"; +// Defaults to a genuine no-show (nobody connected), which is what the +// forfeit / organizer-attention paths below are asserting against. const expiredTournamentMatch = (overrides: Record = {}) => ({ id: "match-1", + server_id: "server-1", + // Already past the deadline unless a test says otherwise. + cancels_at: new Date(Date.now() - 1000).toISOString(), is_tournament_match: true, options: { match_mode: "auto", @@ -10,17 +15,26 @@ const expiredTournamentMatch = (overrides: Record = {}) => ({ lineup_1: { id: "lineup-1", is_ready: false, + lineup_players: [{ steam_id: "1", is_connected: false }], }, lineup_2: { id: "lineup-2", is_ready: false, + lineup_players: [{ steam_id: "2", is_connected: false }], }, ...overrides, }); +const connectedLineup = (id: string, steamId: string) => ({ + id, + is_ready: false, + lineup_players: [{ steam_id: steamId, is_connected: true }], +}); + describe("CancelExpiredMatches", () => { const logger = { log: jest.fn(), + warn: jest.fn(), }; const hasura = { mutation: jest.fn(), @@ -32,6 +46,12 @@ describe("CancelExpiredMatches", () => { const configService = { get: jest.fn(), }; + const rconClient = { + send: jest.fn(), + }; + const rcon = { + connect: jest.fn(), + }; let job: CancelExpiredMatches; let tournamentMatches: any[]; @@ -57,11 +77,14 @@ describe("CancelExpiredMatches", () => { return { matches: tournamentMatches }; }); configService.get.mockReturnValue({ webDomain: "https://example.com" }); + rcon.connect.mockResolvedValue(rconClient); + rconClient.send.mockResolvedValue(""); job = new CancelExpiredMatches( logger as any, hasura as any, notifications as any, configService as any, + rcon as any, ); }); @@ -195,4 +218,327 @@ describe("CancelExpiredMatches", () => { ); expect(notifications.send).not.toHaveBeenCalled(); }); + + it("force starts instead of forfeiting when everyone connected", async () => { + tournamentMatches = [ + expiredTournamentMatch({ + lineup_1: connectedLineup("lineup-1", "1"), + lineup_2: connectedLineup("lineup-2", "2"), + }), + ]; + + await expect(job.process()).resolves.toBe(1); + + expect(rcon.connect).toHaveBeenCalledWith("server-1"); + expect(rconClient.send).toHaveBeenCalledWith("force_ready"); + // cancels_at cleared so the job stops re-picking it up, and crucially no forfeit. + expect(hasura.mutation).toHaveBeenCalledWith( + expect.objectContaining({ + update_matches_by_pk: expect.objectContaining({ + __args: expect.objectContaining({ + _set: { cancels_at: null }, + }), + }), + }), + ); + expect(hasura.mutation).not.toHaveBeenCalledWith( + expect.objectContaining({ + update_matches_by_pk: expect.objectContaining({ + __args: expect.objectContaining({ + _set: expect.objectContaining({ status: "Forfeit" }), + }), + }), + }), + ); + expect(notifications.send).not.toHaveBeenCalled(); + }); + + it("force starts non-tournament matches too, rather than cancelling them", async () => { + tournamentMatches = [ + expiredTournamentMatch({ + is_tournament_match: false, + lineup_1: connectedLineup("lineup-1", "1"), + lineup_2: connectedLineup("lineup-2", "2"), + }), + ]; + + await job.process(); + + expect(rconClient.send).toHaveBeenCalledWith("force_ready"); + expect(hasura.mutation).not.toHaveBeenCalledWith( + expect.objectContaining({ + update_matches_by_pk: expect.objectContaining({ + __args: expect.objectContaining({ + _set: expect.objectContaining({ status: "Canceled" }), + }), + }), + }), + ); + }); + + it("cancels a non-tournament match when someone never showed up", async () => { + tournamentMatches = [ + expiredTournamentMatch({ + is_tournament_match: false, + lineup_1: connectedLineup("lineup-1", "1"), + }), + ]; + + await job.process(); + + expect(rconClient.send).not.toHaveBeenCalledWith("force_ready"); + // Players still in the server are told, since nothing polls for match state. + expect(rconClient.send).toHaveBeenCalledWith( + expect.stringContaining("Match canceled"), + ); + expect(hasura.mutation).toHaveBeenCalledWith( + expect.objectContaining({ + update_matches_by_pk: expect.objectContaining({ + __args: expect.objectContaining({ + _set: { status: "Canceled" }, + }), + }), + }), + ); + }); + + describe("no-show penalties on cancellation", () => { + const abandonedFor = () => + hasura.mutation.mock.calls + .map(([arg]: [any]) => arg?.insert_abandoned_matches) + .filter(Boolean) + .flatMap((call: any) => call.__args.objects) + .map((row: any) => row.steam_id); + + it("penalises only the players who never connected", async () => { + tournamentMatches = [ + expiredTournamentMatch({ + is_tournament_match: false, + lineup_1: { + id: "lineup-1", + is_ready: false, + lineup_players: [ + { steam_id: "showed-up", is_connected: true }, + { steam_id: "no-show-a", is_connected: false }, + ], + }, + lineup_2: { + id: "lineup-2", + is_ready: false, + lineup_players: [ + { steam_id: "no-show-b", is_connected: false }, + ], + }, + }), + ]; + + await job.process(); + + const penalised = abandonedFor(); + expect(penalised.sort()).toEqual(["no-show-a", "no-show-b"]); + // The one who turned up carries nothing for a match that never started. + expect(penalised).not.toContain("showed-up"); + }); + + it("penalises nobody when no server was ever assigned", async () => { + tournamentMatches = [ + expiredTournamentMatch({ + is_tournament_match: false, + server_id: null, + }), + ]; + + await job.process(); + + // Nobody could have connected, so this is our failure, not theirs. + expect(abandonedFor()).toEqual([]); + }); + + it("does not record no-shows when the match force starts instead", async () => { + tournamentMatches = [ + expiredTournamentMatch({ + is_tournament_match: false, + lineup_1: connectedLineup("lineup-1", "1"), + lineup_2: connectedLineup("lineup-2", "2"), + }), + ]; + + await job.process(); + + expect(abandonedFor()).toEqual([]); + }); + + it("penalises nobody when a match that already went live is cleaned up", async () => { + // cancels_at doubles as the hung-live-match safety net. Everyone here + // played and then disconnected from a dead server, so is_connected reads + // false for all of them -- but nobody no-showed. + tournamentMatches = [ + expiredTournamentMatch({ + is_tournament_match: false, + match_maps: [{ status: "Live" }], + lineup_1: { + id: "lineup-1", + is_ready: true, + lineup_players: [ + { steam_id: "played-a", is_connected: false }, + { steam_id: "played-b", is_connected: false }, + ], + }, + lineup_2: { + id: "lineup-2", + is_ready: true, + lineup_players: [{ steam_id: "played-c", is_connected: false }], + }, + }), + ]; + + await job.process(); + + expect(abandonedFor()).toEqual([]); + }); + + it("records no-shows only after the match is marked canceled", async () => { + // Inserting first leaves the rows behind if the status flip fails, and + // the next pass re-inserts them -- doubling the cooldown ladder. + tournamentMatches = [ + expiredTournamentMatch({ + is_tournament_match: false, + lineup_1: { + id: "lineup-1", + is_ready: false, + lineup_players: [{ steam_id: "no-show-a", is_connected: false }], + }, + lineup_2: { + id: "lineup-2", + is_ready: false, + lineup_players: [{ steam_id: "no-show-b", is_connected: false }], + }, + }), + ]; + + await job.process(); + + const order = hasura.mutation.mock.calls.map(([arg]: [any]) => + arg?.insert_abandoned_matches + ? "abandon" + : arg?.update_matches_by_pk?.__args?._set?.status === "Canceled" + ? "cancel" + : "other", + ); + + expect(order.indexOf("cancel")).toBeGreaterThanOrEqual(0); + expect(order.indexOf("abandon")).toBeGreaterThan(order.indexOf("cancel")); + }); + }); + + describe("force starting ahead of the deadline", () => { + // Far enough out to still be inside the lead window but not yet expired. + const notYetExpired = new Date(Date.now() + 30 * 1000).toISOString(); + + it("looks ahead of the deadline when selecting matches", async () => { + await job.process(); + + const matchesQuery = hasura.query.mock.calls + .map(([arg]: [any]) => arg?.matches) + .find(Boolean); + + const bound = matchesQuery.__args.where._and.find( + (clause: any) => clause.cancels_at?._lte, + ).cancels_at._lte; + + // Without the lead time this bound is "now" and a lobby that fills in the + // final seconds is cancelled in the same pass that would have started it. + expect(new Date(bound).getTime()).toBeGreaterThan(Date.now() + 30_000); + }); + + it("starts a full lobby before its deadline rather than letting it expire", async () => { + tournamentMatches = [ + expiredTournamentMatch({ + is_tournament_match: false, + cancels_at: notYetExpired, + lineup_1: connectedLineup("lineup-1", "1"), + lineup_2: connectedLineup("lineup-2", "2"), + }), + ]; + + await job.process(); + + expect(rconClient.send).toHaveBeenCalledWith("force_ready"); + }); + + it("leaves a short lobby alone until its deadline actually passes", async () => { + tournamentMatches = [ + expiredTournamentMatch({ + is_tournament_match: false, + cancels_at: notYetExpired, + lineup_1: connectedLineup("lineup-1", "1"), + // lineup 2 still has a no-show, so there is nothing to start yet. + }), + ]; + + await job.process(); + + expect(rconClient.send).not.toHaveBeenCalledWith("force_ready"); + // Crucially it is not cancelled either -- they still have time. + expect(hasura.mutation).not.toHaveBeenCalledWith( + expect.objectContaining({ + update_matches_by_pk: expect.objectContaining({ + __args: expect.objectContaining({ + _set: { status: "Canceled" }, + }), + }), + }), + ); + }); + }); + + it("does not force start a match that is already underway", async () => { + // An expired cancels_at on a live match is the hung-match safety net, not + // the warmup no-show deadline. Everyone here connected long ago, so the + // no-show check alone would wrongly treat this as "just needs a nudge". + tournamentMatches = [ + expiredTournamentMatch({ + is_tournament_match: false, + match_maps: [{ status: "Live" }], + lineup_1: connectedLineup("lineup-1", "1"), + lineup_2: connectedLineup("lineup-2", "2"), + }), + ]; + + await job.process(); + + expect(rconClient.send).not.toHaveBeenCalledWith("force_ready"); + expect(hasura.mutation).toHaveBeenCalledWith( + expect.objectContaining({ + update_matches_by_pk: expect.objectContaining({ + __args: expect.objectContaining({ + _set: { status: "Canceled" }, + }), + }), + }), + ); + }); + + it("falls back to the normal expiry path when force start fails", async () => { + rconClient.send.mockRejectedValue(new Error("rcon down")); + tournamentMatches = [ + expiredTournamentMatch({ + is_tournament_match: false, + lineup_1: connectedLineup("lineup-1", "1"), + lineup_2: connectedLineup("lineup-2", "2"), + }), + ]; + + await job.process(); + + expect(hasura.mutation).toHaveBeenCalledWith( + expect.objectContaining({ + update_matches_by_pk: expect.objectContaining({ + __args: expect.objectContaining({ + _set: { status: "Canceled" }, + }), + }), + }), + ); + }); }); diff --git a/src/matches/jobs/CancelExpiredMatches.ts b/src/matches/jobs/CancelExpiredMatches.ts index 7e893620..aa9cc0d3 100644 --- a/src/matches/jobs/CancelExpiredMatches.ts +++ b/src/matches/jobs/CancelExpiredMatches.ts @@ -6,10 +6,14 @@ import { UseQueue } from "../../utilities/QueueProcessors"; import { HasuraService } from "../../hasura/hasura.service"; import { NotificationsService } from "../../notifications/notifications.service"; import { AppConfig } from "../../configs/types/AppConfig"; +import { RconService } from "../../rcon/rcon.service"; import { DISCORD_COLORS } from "../../notifications/utilities/constants"; @UseQueue("Matches", MatchQueues.ScheduledMatches) export class CancelExpiredMatches extends WorkerHost { + // How far ahead of cancels_at a full lobby is allowed to be force started. + private static readonly FORCE_START_LEAD_MS = 60 * 1000; + private readonly appConfig: AppConfig; constructor( @@ -17,62 +21,248 @@ export class CancelExpiredMatches extends WorkerHost { private readonly hasura: HasuraService, private readonly notifications: NotificationsService, private readonly configService: ConfigService, + private readonly rcon: RconService, ) { super(); this.appConfig = this.configService.get("app"); } async process(): Promise { - const { update_matches } = await this.hasura.mutation({ - update_matches: { + const matches = await this.getExpiredMatches(); + const now = Date.now(); + + let handled = 0; + for (const match of matches) { + // Everyone turned up and simply never all hit ready -- there is no + // no-show to punish here, so push the match past warmup instead of + // cancelling or forfeiting it out from under them. + // + // Checked ahead of the deadline rather than on it: a lobby that fills at + // the last moment would otherwise be cancelled in the same pass that + // would have started it. + if ( + this.isAwaitingWarmup(match) && + !this.hasNoShow(match) && + (await this.forceStartMatch(match)) + ) { + handled++; + continue; + } + + // Pulled in early for the check above, but still has time on the clock -- + // someone may yet connect. + if (new Date(match.cancels_at).getTime() > now) { + continue; + } + + if (match.is_tournament_match) { + await this.handleExpiredTournamentMatch(match); + } else { + await this.cancelMatch(match); + } + + handled++; + } + + if (handled > 0) { + this.logger.log(`processed ${handled} expired matches`); + } + + return handled; + } + + // cancels_at carries two different deadlines depending on where the match is + // (see the tbu_match_maps trigger): the short no-show deadline while a map is + // in Warmup, and the much longer hung-live-match safety net once it goes + // Knife/Live. Force-starting only makes sense for the first. Doing it for the + // second would fire force_ready at an already-live match and, worse, clear + // the cancels_at that is the only thing that would ever end it. + private isAwaitingWarmup( + match: Awaited>[number], + ) { + const started = ["Knife", "Live", "Overtime", "Paused"]; + + return !(match.match_maps ?? []).some((matchMap) => + started.includes(matchMap.status as string), + ); + } + + // A no-show is a rostered player who never connected to the server at all. + // Placeholder slots have no steam_id and cannot connect, so they never count. + private hasNoShow( + match: Awaited>[number], + ) { + const players = [ + ...(match.lineup_1.lineup_players ?? []), + ...(match.lineup_2.lineup_players ?? []), + ].filter((lineupPlayer) => lineupPlayer.steam_id); + + if (players.length === 0) { + return true; + } + + return players.some((lineupPlayer) => !lineupPlayer.is_connected); + } + + private async forceStartMatch( + match: Awaited>[number], + ): Promise { + if (!match.server_id) { + return false; + } + + try { + const rcon = await this.rcon.connect(match.server_id); + + if (!rcon) { + return false; + } + + await rcon.send("force_ready"); + + await this.hasura.mutation({ + update_matches_by_pk: { + __args: { + pk_columns: { + id: match.id, + }, + _set: { + cancels_at: null, + }, + }, + __typename: true, + }, + }); + + this.logger.log(`force started expired match ${match.id}`); + return true; + } catch (error) { + // Falling through to the normal cancel/forfeit path is the safe outcome + // here -- better to expire the match than to leave it hanging forever. + this.logger.warn( + `unable to force start expired match ${match.id}`, + error, + ); + return false; + } + } + + private async cancelMatch( + match: Awaited>[number], + ) { + // Say it in the server before the status flips. Anyone still connected only + // ever learns about match state from pushed events -- nothing polls + // current-match -- so a bare status update reaches nobody and the server + // just disappears out from under them. + await this.announceCancellation(match); + + await this.hasura.mutation({ + update_matches_by_pk: { __args: { - where: { - _and: [ - { - status: { - _neq: "Canceled", - }, - }, - { - is_tournament_match: { - _eq: false, - }, - }, - { - cancels_at: { - _is_null: false, - }, - }, - { - cancels_at: { - _lte: new Date(), - }, - }, - ], + pk_columns: { + id: match.id, }, _set: { status: "Canceled", }, }, - affected_rows: true, + __typename: true, }, }); - const tournamentMatches = await this.getTournamentMatches(); - for (const tournamentMatch of tournamentMatches) { - await this.handleExpiredTournamentMatch(tournamentMatch); + // Only after the status flip: getExpiredMatches skips Canceled matches, so + // this runs exactly once. Recorded first, a failed flip would leave the + // rows behind and the next pass would insert a second set. + await this.recordNoShows(match); + } + + // The match never started, so the people who turned up shouldn't carry + // anything for it -- only the ones who never showed. Recorded per player + // rather than per team, since a lobby can die with any mix of the two and + // there's no honest team-level answer to who was at fault. + // + // Leaving a match that did start is a different thing and is already handled + // elsewhere. + private async recordNoShows( + match: Awaited>[number], + ) { + // cancels_at is also the hung-live-match safety net, so a match that played + // out and then stalled lands here too. Nobody no-showed that one -- they + // all turned up -- and by the time it expires they have long since + // disconnected, so is_connected would read every one of them as absent. + if (!this.isAwaitingWarmup(match)) { + return; + } + + // No server was ever assigned, so nobody could have connected. Penalising + // the whole lobby for that would be blaming them for our own failure. + if (!match.server_id) { + return; + } + + const noShows = [ + ...(match.lineup_1.lineup_players ?? []), + ...(match.lineup_2.lineup_players ?? []), + ].filter( + (lineupPlayer) => lineupPlayer.steam_id && !lineupPlayer.is_connected, + ); + + if (noShows.length === 0) { + return; + } + + try { + await this.hasura.mutation({ + insert_abandoned_matches: { + __args: { + objects: noShows.map((lineupPlayer) => ({ + steam_id: lineupPlayer.steam_id, + match_id: match.id, + })), + }, + affected_rows: true, + }, + }); + + this.logger.log( + `recorded ${noShows.length} no-show(s) for canceled match ${match.id}`, + ); + } catch (error) { + // The cancellation itself matters more than the bookkeeping. + this.logger.warn( + `unable to record no-shows for canceled match ${match.id}`, + error, + ); } + } - const totalExpiredMatches = - update_matches.affected_rows + tournamentMatches.length; - if (totalExpiredMatches > 0) { - this.logger.log(`processed ${totalExpiredMatches} expired matches`); + private async announceCancellation( + match: Awaited>[number], + ) { + if (!match.server_id) { + return; } - return totalExpiredMatches; + try { + const rcon = await this.rcon.connect(match.server_id); + + if (!rcon) { + return; + } + + await rcon.send( + 'say Match canceled - not everyone showed up before the deadline.', + ); + } catch (error) { + // Never let this stop the cancellation itself. + this.logger.warn( + `unable to announce cancellation for match ${match.id}`, + error, + ); + } } private async handleExpiredTournamentMatch( - match: Awaited>[number], + match: Awaited>[number], ) { const hasReadyLineup = match.lineup_1.is_ready || match.lineup_2.is_ready; const isAdminMode = match.options?.match_mode === "admin"; @@ -86,7 +276,7 @@ export class CancelExpiredMatches extends WorkerHost { } private async forfeitMatch( - match: Awaited>[number], + match: Awaited>[number], ) { const winningLineupId = this.getWinningLineupId(match); await this.hasura.mutation({ @@ -106,7 +296,7 @@ export class CancelExpiredMatches extends WorkerHost { } private getWinningLineupId( - match: Awaited>[number], + match: Awaited>[number], ) { if (match.lineup_1.is_ready) { return match.lineup_1.id; @@ -173,15 +363,15 @@ export class CancelExpiredMatches extends WorkerHost { return notifications_aggregate.aggregate.count > 0; } - private async getTournamentMatches() { + private async getExpiredMatches() { const { matches } = await this.hasura.query({ matches: { __args: { where: { _and: [ { - is_tournament_match: { - _eq: true, + status: { + _neq: "Canceled", }, }, { @@ -191,24 +381,42 @@ export class CancelExpiredMatches extends WorkerHost { }, { cancels_at: { - _lte: new Date(), + // Reach ahead of the deadline so a full lobby can be started + // rather than cancelled the moment it expires. Anything not + // yet actually expired is left alone unless it force starts. + _lte: new Date( + Date.now() + CancelExpiredMatches.FORCE_START_LEAD_MS, + ), }, }, ], }, }, id: true, + cancels_at: true, + server_id: true, is_tournament_match: true, + match_maps: { + status: true, + }, options: { match_mode: true, }, lineup_1: { id: true, is_ready: true, + lineup_players: { + steam_id: true, + is_connected: true, + }, }, lineup_2: { id: true, is_ready: true, + lineup_players: { + steam_id: true, + is_connected: true, + }, }, }, }); diff --git a/src/matches/jobs/CleanAbandonedMatches.ts b/src/matches/jobs/CleanAbandonedMatches.ts index 56387ac7..ecf7c634 100644 --- a/src/matches/jobs/CleanAbandonedMatches.ts +++ b/src/matches/jobs/CleanAbandonedMatches.ts @@ -12,15 +12,25 @@ export class CleanAbandonedMatches extends WorkerHost { ) { super(); } + // Matchmaking cooldown forgives an abandon after a week, but it windows the + // rows by date rather than relying on them being gone. The record itself is + // kept far longer because elo reads it: generate_player_elo_for_match applies + // the leaver penalty from this table, so deleting a row at a week silently + // changes what a recompute or season backfill produces for that match. + private static readonly RETENTION_DAYS = 365; + async process(): Promise { - const oneWeekAgo = new Date(Date.now() - 1000 * 60 * 60 * 24 * 7); + const cutoff = new Date( + Date.now() - + 1000 * 60 * 60 * 24 * CleanAbandonedMatches.RETENTION_DAYS, + ); const { delete_abandoned_matches } = await this.hasura.mutation({ delete_abandoned_matches: { __args: { where: { abandoned_at: { - _lt: oneWeekAgo, + _lt: cutoff, }, }, }, diff --git a/src/matches/matches.controller.ts b/src/matches/matches.controller.ts index 3024f9a3..cb857a7b 100644 --- a/src/matches/matches.controller.ts +++ b/src/matches/matches.controller.ts @@ -165,10 +165,17 @@ export class MatchesController { id: true, status: true, password: true, + cancels_at: true, lineup_1_id: true, lineup_2_id: true, current_match_map_id: true, is_tournament_match: true, + draft_games: { + __args: { + limit: 1, + }, + id: true, + }, server: { server_region: { is_lan: true, @@ -203,6 +210,9 @@ export class MatchesController { }, order: true, status: true, + // Lets the server tell a series that is over from one that merely has + // another map slot vetoed but never played. + winning_lineup_id: true, lineup_1_side: true, lineup_2_side: true, lineup_1_timeouts_available: true, @@ -294,6 +304,7 @@ export class MatchesController { const match = matches_by_pk as typeof matches_by_pk & { is_lan: boolean; + is_draft_match: boolean; options: typeof matches_by_pk.options & { use_playcast: boolean; show_elo_ranks: boolean; @@ -326,6 +337,9 @@ export class MatchesController { match.is_lan = match.server.server_region.is_lan; delete match.server; + match.is_draft_match = match.draft_games.length > 0; + delete match.draft_games; + const fivestackRanksSettingName = match.is_tournament_match ? "fivestack_ranks_tournaments" : "fivestack_ranks_matches"; diff --git a/src/system/system.controller.ts b/src/system/system.controller.ts index 57416c05..93afd880 100644 --- a/src/system/system.controller.ts +++ b/src/system/system.controller.ts @@ -198,6 +198,29 @@ export class SystemController { }, }); + await this.notifications.notifyPlayers("NameChangeApproved", { + message: `Your name change to ${NotificationsService.escapeHtml(data.name)} was approved`, + title: "Name Change Approved", + role: "user", + entity_id: data.steam_id, + steamIds: [data.steam_id], + }); + + return { + success: true, + }; + } + + @HasuraAction() + public async denyNameChange(data: { name: string; steam_id: string }) { + await this.notifications.notifyPlayers("NameChangeDenied", { + message: `Your name change to ${NotificationsService.escapeHtml(data.name)} was denied`, + title: "Name Change Denied", + role: "user", + entity_id: data.steam_id, + steamIds: [data.steam_id], + }); + return { success: true, }; @@ -250,6 +273,20 @@ export class SystemController { entity_id: data.steam_id, }, [ + { + label: "Deny", + graphql: { + type: "mutation", + action: "denyNameChange", + variables: { + name: data.name, + steam_id: data.steam_id, + }, + selection: { + success: true, + }, + }, + }, { label: "Approve", graphql: { diff --git a/src/type-sense/type-sense.controller.ts b/src/type-sense/type-sense.controller.ts index 8cfe9495..e771f657 100644 --- a/src/type-sense/type-sense.controller.ts +++ b/src/type-sense/type-sense.controller.ts @@ -181,6 +181,12 @@ export class TypeSenseController { id: true, lineup: { id: true, + lineup_players: { + steam_id: true, + player: { + is_banned: true, + }, + }, match: { id: true, status: true, @@ -193,7 +199,25 @@ export class TypeSenseController { for (const matchLineupPlayer of match_lineup_players) { switch (matchLineupPlayer.lineup.match.status) { - case "Live": + case "Live": { + // Only forfeit if this ban leaves the lineup with nobody able to + // play. Forfeiting on any single ban ended matches the banned + // player's teammates were still actively playing, and because it + // never touched match_maps (left Live, no ended_at) the resulting + // matches update still queued an ELO calculation that docked them. + // Placeholder slots carry no steam_id and no player, so they read + // as unbanned and would keep a lineup "alive" with nobody in it. + const remaining = matchLineupPlayer.lineup.lineup_players.filter( + (lineupPlayer) => + lineupPlayer.steam_id && + lineupPlayer.steam_id !== data.new.player_steam_id && + !lineupPlayer.player?.is_banned, + ); + + if (remaining.length > 0) { + break; + } + await this.hasura.mutation({ update_matches_by_pk: { __args: { @@ -213,6 +237,7 @@ export class TypeSenseController { }, }); break; + } case "PickingPlayers": await this.hasura.mutation({ delete_match_lineup_players_by_pk: { diff --git a/src/type-sense/type-sense.service.ts b/src/type-sense/type-sense.service.ts index e6b8c789..043edddc 100644 --- a/src/type-sense/type-sense.service.ts +++ b/src/type-sense/type-sense.service.ts @@ -136,6 +136,10 @@ export class TypeSenseService { sort: true, index: true, }, + // Has the player ever signed in here, as opposed to a Steam account we + // only know about (e.g. picked up from someone else's friend list). + // Informational — every player stays searchable either way. + { name: "is_registered", type: "bool", optional: true, index: true }, { name: "avatar_url", type: "string", optional: true, index: false }, { name: "custom_avatar_url", @@ -375,6 +379,8 @@ export class TypeSenseService { } } + const isRegistered = !!player.last_sign_in_at; + // this is to allow filtering player.last_sign_in_at = player.last_sign_in_at || "~~"; @@ -408,6 +414,7 @@ export class TypeSenseService { Object.assign({}, player, elo, { id: steamId, steam_id: steamId, + is_registered: isRegistered, elo: TypeSenseService.primaryElo( elo.elo_competitive, elo.elo_wingman, diff --git a/test/elo.spec.ts b/test/elo.spec.ts index 1e935dcb..49273dfd 100644 --- a/test/elo.spec.ts +++ b/test/elo.spec.ts @@ -398,4 +398,69 @@ describe("ELO engine (SQL-driven)", () => { Math.abs(Number(silentLoser.change)), ); }); + + describe("abandon penalty", () => { + beforeEach(async () => { + await postgres.query( + "DELETE FROM settings WHERE name = 'leaver_elo_penalty'", + ); + }); + + const setPenalty = (value: number) => + postgres.query( + `INSERT INTO settings (name, value) VALUES ('leaver_elo_penalty', $1) + ON CONFLICT (name) DO UPDATE SET value = $1`, + [String(value)], + ); + + const abandon = (matchId: string, steamId: string) => + postgres.query( + "INSERT INTO abandoned_matches (steam_id, match_id) VALUES ($1, $2)", + [steamId, matchId], + ); + + it("applies a fixed loss to whoever abandoned, not the scored result", async () => { + const [a, b] = await fx.players(2); + const match = await duel(a, b, { winner: "a" }); + await abandon(match.id, b); + await generate(match.id); + + const rows = await eloRows(match.id); + const leaver = rows.find((r) => r.steam_id === b)!; + const stayed = rows.find((r) => r.steam_id === a)!; + + expect(Number(leaver.change)).toBe(-150); + // The opponent is scored normally — the penalty is on the leaver alone. + expect(Number(stayed.change)).toBeGreaterThan(0); + }); + + it("applies even when the abandoning player's team won", async () => { + const [a, b] = await fx.players(2); + const match = await duel(a, b, { winner: "a" }); + await abandon(match.id, a); + await generate(match.id); + + const winner = (await eloRows(match.id)).find((r) => r.steam_id === a)!; + expect(Number(winner.change)).toBe(-150); + }); + + it("honours the configured penalty, and 0 disables it", async () => { + const [a, b] = await fx.players(2); + await setPenalty(400); + const heavy = await duel(a, b, { winner: "a" }); + await abandon(heavy.id, b); + await generate(heavy.id); + expect( + Number((await eloRows(heavy.id)).find((r) => r.steam_id === b)!.change), + ).toBe(-400); + + await setPenalty(0); + const off = await duel(a, b, { winner: "a" }); + await abandon(off.id, b); + await generate(off.id); + expect( + Number((await eloRows(off.id)).find((r) => r.steam_id === b)!.change), + ).toBe(0); + }); + }); }); diff --git a/test/map-veto.spec.ts b/test/map-veto.spec.ts index f49b198e..55043a9c 100644 --- a/test/map-veto.spec.ts +++ b/test/map-veto.spec.ts @@ -77,22 +77,72 @@ describe("map veto (SQL-driven)", () => { return pattern; }; + // Drives the veto by always submitting whatever the SQL reports as next, + // which is the actual proof a pattern completes: asserting on the pattern + // array alone would not catch a step nothing can satisfy. + const runVetoToCompletion = async (bestOf: number, poolSize: number) => { + const match = await createVetoMatch(bestOf, poolSize); + const used = new Set(); + let lastPicked: string | null = null; + + for (let step = 0; step <= poolSize * 2; step++) { + const state = await vetoState(match.id); + if (state.status !== "Veto") { + return match; + } + + const remaining = match.mapIds.filter((id) => !used.has(id)); + if (state.veto_type === "Decider") { + throw new Error( + `Decider requested with ${remaining.length} maps left — the veto cannot progress`, + ); + } + + if (state.veto_type === "Side") { + await insertPick(match.id, "Side", state.picking!, lastPicked!, "CT"); + continue; + } + + const mapId = remaining[0]; + used.add(mapId); + if (state.veto_type === "Pick") { + lastPicked = mapId; + } + await insertPick(match.id, state.veto_type!, state.picking!, mapId); + } + + throw new Error("veto never completed"); + }; + it("computes the CS rulebook patterns", async () => { - const bo1 = await createVetoMatch(1, 3); - const [{ pattern: p1 }] = await postgres.query< - Array<{ pattern: string[] }> - >("SELECT get_map_veto_pattern(m) AS pattern FROM matches m WHERE id = $1", [ - bo1.id, + expect(await patternFor(1, 3)).toEqual(["Ban", "Ban", "Decider"]); + expect(await patternFor(3, 4)).toEqual([ + "Ban", + "Pick", + "Side", + "Pick", + "Side", + "Decider", ]); - expect(p1).toEqual(["Ban", "Ban", "Decider"]); + }); - const bo3 = await createVetoMatch(3, 4); - const [{ pattern: p3 }] = await postgres.query< - Array<{ pattern: string[] }> - >("SELECT get_map_veto_pattern(m) AS pattern FROM matches m WHERE id = $1", [ - bo3.id, - ]); - expect(p3).toEqual(["Ban", "Pick", "Side", "Pick", "Side", "Decider"]); + it("refuses a veto on an empty map pool", async () => { + const { poolId } = await fx.mapPool(0); + const match = await fx.match({ + bestOf: 1, + mapVeto: true, + mapPoolId: poolId, + }); + + // The pool is counted, not array_agg'd: the LEFT JOIN hands back a single + // NULL map for an empty pool, which read as a pool of one and slipped past + // this guard into a Decider-only pattern. + await expect( + postgres.query( + "SELECT get_map_veto_pattern(m) FROM matches m WHERE id = $1", + [match.id], + ), + ).rejects.toThrow(/Not enough maps in the pool/i); }); it("enforces type, turn, side, and pool membership", async () => { @@ -276,11 +326,12 @@ describe("map veto (SQL-driven)", () => { }); // Pools larger than the hardcoded rulebook patterns get their surplus maps - // banned. Those bans used to be appended AFTER the Decider, so once the - // rulebook steps ran out get_map_veto_type reported 'Decider' with several - // maps still unaccounted for: nothing could satisfy that step (the Decider is - // only ever auto-inserted once one map is left) and every BO3/BO5 veto on a - // pool larger than 7 hung there permanently. + // banned up front, the way the rulebook's own opening ban phase prunes. Those + // bans used to be appended AFTER the Decider, so once the rulebook steps ran + // out get_map_veto_type reported 'Decider' with several maps still + // unaccounted for: nothing could satisfy that step (the Decider is only ever + // auto-inserted once one map is left) and every BO3/BO5 veto on a pool larger + // than 7 hung there permanently. describe("pools larger than the rulebook pattern", () => { it.each([ [1, 8], @@ -312,7 +363,7 @@ describe("map veto (SQL-driven)", () => { ); it.each([ - [3, 5, ["Ban", "Pick", "Side", "Pick", "Side", "Ban", "Decider"]], + [3, 5, ["Ban", "Ban", "Pick", "Side", "Pick", "Side", "Decider"]], [3, 6, ["Ban", "Ban", "Pick", "Side", "Pick", "Side", "Ban", "Decider"]], [ 3, @@ -371,42 +422,18 @@ describe("map veto (SQL-driven)", () => { }, ); - // Drives the veto by always submitting whatever the SQL reports as next, - // which is the actual proof a large pool completes: asserting on the - // pattern array alone would not have caught the original hang. - const runVetoToCompletion = async (bestOf: number, poolSize: number) => { - const match = await createVetoMatch(bestOf, poolSize); - const used = new Set(); - let lastPicked: string | null = null; - - for (let step = 0; step <= poolSize * 2; step++) { - const state = await vetoState(match.id); - if (state.status !== "Veto") { - return match; - } - - const remaining = match.mapIds.filter((id) => !used.has(id)); - if (state.veto_type === "Decider") { - throw new Error( - `Decider requested with ${remaining.length} maps left — the veto cannot progress`, - ); - } - - if (state.veto_type === "Side") { - await insertPick(match.id, "Side", state.picking!, lastPicked!, "CT"); - continue; - } - - const mapId = remaining[0]; - used.add(mapId); - if (state.veto_type === "Pick") { - lastPicked = mapId; - } - await insertPick(match.id, state.veto_type!, state.picking!, mapId); - } + it.each([[3], [5]])( + "BO%i bans the surplus down to the rulebook shape before the picks", + async (bestOf) => { + const rulebook = await patternFor(bestOf, 7); + const large = await patternFor(bestOf, 12); - throw new Error("veto never completed"); - }; + expect(large.slice(-rulebook.length)).toEqual(rulebook); + expect(large.slice(0, large.length - rulebook.length)).toEqual( + Array(5).fill("Ban"), + ); + }, + ); it.each([ [3, 12], @@ -437,6 +464,51 @@ describe("map veto (SQL-driven)", () => { ); }); + // best_of is a free integer (leagues hand out playoff_best_of / week_best_of + // unchecked), and anything the rulebook ladder missed used to fall through + // every branch and return a pattern of NULLs: get_map_veto_type reported no + // step, every submitted ban was rejected as "no veto in progress", and the + // match sat in Veto until an admin canceled it. + describe("a best of the rulebook doesn't cover", () => { + it.each([ + [2, 7, ["Ban", "Ban", "Ban", "Ban", "Ban", "Pick", "Side", "Decider"]], + [ + 4, + 6, + [ + "Ban", + "Ban", + "Pick", + "Side", + "Pick", + "Side", + "Pick", + "Side", + "Decider", + ], + ], + ])( + "BO%i pool %i bans down to the maps that get played", + async (bestOf, poolSize, expected) => { + expect(await patternFor(bestOf as number, poolSize as number)).toEqual( + expected, + ); + }, + ); + + it("runs to completion and goes Live", async () => { + const match = await runVetoToCompletion(2, 7); + + expect((await vetoState(match.id)).status).toBe("Live"); + + const maps = await postgres.query>( + "SELECT id FROM match_maps WHERE match_id = $1", + [match.id], + ); + expect(maps.length).toBe(2); + }); + }); + it("cancelling a match mid-veto wipes its veto picks", async () => { const match = await createVetoMatch(1, 3); await insertPick(match.id, "Ban", match.lineup_1_id, match.mapIds[0]); diff --git a/test/match-options.spec.ts b/test/match-options.spec.ts index 1e6f6bdf..0a0e77ee 100644 --- a/test/match-options.spec.ts +++ b/test/match-options.spec.ts @@ -31,6 +31,7 @@ describe("match options locks (SQL-driven)", () => { beforeEach(async () => { await postgres.query("DELETE FROM draft_games"); await postgres.query("DELETE FROM matches"); + await postgres.query("DELETE FROM teams"); await postgres.query("DELETE FROM match_options"); await postgres.query("DELETE FROM map_pools WHERE type = 'Custom'"); await postgres.query("DELETE FROM players"); @@ -59,9 +60,6 @@ describe("match options locks (SQL-driven)", () => { return draft.id; }; - const linkDraftGame = (matchId: string, optionsId: string) => - createDraftGame(optionsId, matchId); - const setMatchStatus = (matchId: string, status: string) => postgres.query("UPDATE matches SET status = $1 WHERE id = $2", [ status, @@ -186,7 +184,7 @@ describe("match options locks (SQL-driven)", () => { // (ON DELETE RESTRICT) here. it("deleting a match with a linked draft game still garbage-collects its options", async () => { const { matchId, optionsId } = await createMatch(); - await linkDraftGame(matchId, optionsId); + await createDraftGame(optionsId, matchId); await postgres.query("DELETE FROM matches WHERE id = $1", [matchId]); @@ -199,7 +197,7 @@ describe("match options locks (SQL-driven)", () => { it("deleting the draft game keeps options alive until the match goes", async () => { const { matchId, optionsId } = await createMatch(); - const draftId = await linkDraftGame(matchId, optionsId); + const draftId = await createDraftGame(optionsId, matchId); await postgres.query("DELETE FROM draft_games WHERE id = $1", [draftId]); @@ -218,6 +216,44 @@ describe("match options locks (SQL-driven)", () => { expect(cleaned.length).toBe(0); }); + // A scrim request shares its match_options row with the match it schedules + // and is designed to outlive it (RemoveCancelledMatches drops canceled scrim + // matches a day later), so the GC has to hold the row until the request goes + // — the FK is ON DELETE SET NULL and would quietly blank the agreed settings. + it("keeps a scrim request's options alive after its match is deleted", async () => { + const { matchId, optionsId } = await createMatch(); + const from = await fx.team(); + const to = await fx.team(); + const [request] = await postgres.query>( + `INSERT INTO team_scrim_requests + (from_team_id, to_team_id, requested_by_steam_id, awaiting_team_id, + proposed_scheduled_at, expires_at, match_options_id, match_id) + VALUES ($1, $2, $3, $2, now() + interval '1 day', now() + interval '1 day', $4, $5) + RETURNING id`, + [from.id, to.id, from.owner, optionsId, matchId], + ); + + await postgres.query("DELETE FROM matches WHERE id = $1", [matchId]); + + const [linked] = await postgres.query>( + `SELECT mo.best_of FROM team_scrim_requests r + INNER JOIN match_options mo ON mo.id = r.match_options_id + WHERE r.id = $1`, + [request.id], + ); + expect(linked.best_of).toBe(1); + + await postgres.query("DELETE FROM team_scrim_requests WHERE id = $1", [ + request.id, + ]); + + const cleaned = await postgres.query>( + "SELECT 1 FROM match_options WHERE id = $1", + [optionsId], + ); + expect(cleaned.length).toBe(0); + }); + it("deleting a draft game with no match garbage-collects its options", async () => { const { poolId } = await createPool(0); const optionsId = await fx.matchOptions({ mapPoolId: poolId }); diff --git a/test/tournament-winner-reassignment.spec.ts b/test/tournament-winner-reassignment.spec.ts new file mode 100644 index 00000000..c0282641 --- /dev/null +++ b/test/tournament-winner-reassignment.spec.ts @@ -0,0 +1,206 @@ +import { PostgresService } from "./../src/postgres/postgres.service"; +import { Fixtures } from "./utils/fixtures"; +import { TournamentFixtures } from "./utils/tournament-fixtures"; +import { + bootMigratedDb, + seedRegionWithServer, + SqlTestDb, +} from "./utils/sql-test-db"; + +// Reassigning a tournament winner moves the team in the downstream bracket slot. +// The downstream match already exists at that point, so its lineups have to be +// re-pointed too, or they keep playing as the team that was advanced by mistake. +describe("tournament winner reassignment (SQL-driven)", () => { + let db: SqlTestDb; + let postgres: PostgresService; + let fx: Fixtures; + let tfx: TournamentFixtures; + + beforeAll(async () => { + db = await bootMigratedDb("TournamentWinnerReassignmentTest"); + postgres = db.postgres; + fx = new Fixtures(postgres, 76561199600000000n); + tfx = new TournamentFixtures(postgres, fx); + await seedRegionWithServer(postgres, "TestA"); + }, 600_000); + + afterAll(async () => { + await db?.stop(); + }); + + beforeEach(async () => { + await postgres.query("DELETE FROM matches"); + await postgres.query("DELETE FROM tournaments"); + await postgres.query("DELETE FROM match_options"); + await postgres.query("DELETE FROM teams"); + await postgres.query("DELETE FROM players"); + }); + + const SE4 = [ + { type: "SingleElimination", order: 1, minTeams: 4, maxTeams: 8 }, + ]; + + const lineupTeams = (matchId: string) => + postgres.query>( + `SELECT ml.id, ml.team_id + FROM match_lineups ml + JOIN matches m ON m.id = $1 + WHERE ml.id IN (m.lineup_1_id, m.lineup_2_id) + ORDER BY ml.id`, + [matchId], + ); + + const lineupSteamIds = (lineupId: string) => + postgres.query>( + `SELECT steam_id FROM match_lineup_players + WHERE match_lineup_id = $1 AND steam_id IS NOT NULL + ORDER BY steam_id`, + [lineupId], + ); + + // Four-team cup with both semis played, so the final exists with real lineups. + const semisPlayed = async () => { + const t = await tfx.launch(SE4, 4); + await tfx.playRound(t.stageIds[0], 1); + const brackets = await tfx.getBrackets(t.stageIds[0]); + const semis = brackets.filter((b) => b.round === 1); + const final = brackets.find((b) => b.round === 2); + return { t, semis, final }; + }; + + it("re-points the final's lineup when a semifinal winner is reassigned", async () => { + const { semis, final } = await semisPlayed(); + expect(final?.match_id).toBeTruthy(); + + const beforeTeams = (await lineupTeams(final!.match_id!)).map( + (l) => l.team_id, + ); + + // Flip the first semifinal to the other side and re-run advancement. + const semi = semis[0]; + await tfx.winMatch(semi.match_id!, "lineup_2_id"); + + const [refreshedFinal] = await postgres.query< + Array<{ tournament_team_id_1: string; tournament_team_id_2: string }> + >( + `SELECT tournament_team_id_1, tournament_team_id_2 + FROM tournament_brackets WHERE id = $1`, + [final!.id], + ); + + const advanced = [ + refreshedFinal.tournament_team_id_1, + refreshedFinal.tournament_team_id_2, + ]; + + const teamIdsFor = await postgres.query>( + `SELECT team_id FROM tournament_teams WHERE id = ANY($1::uuid[])`, + [advanced], + ); + + const afterTeams = (await lineupTeams(final!.match_id!)).map( + (l) => l.team_id, + ); + + // The final's lineups now carry the teams the bracket actually holds. + expect(afterTeams.filter(Boolean).sort()).toEqual( + teamIdsFor.map((r) => r.team_id).filter(Boolean).sort(), + ); + expect(afterTeams).not.toEqual(beforeTeams); + }); + + // Roster of the tournament team occupying a bracket slot, in steam_id order. + const rosterOfTournamentTeam = async (tournamentTeamId: string) => { + const rows = await postgres.query>( + `SELECT player_steam_id FROM tournament_team_roster + WHERE tournament_team_id = $1 ORDER BY player_steam_id`, + [tournamentTeamId], + ); + return rows.map((r) => r.player_steam_id).sort(); + }; + + it("seats the newly advanced team's actual players, replacing the old ones", async () => { + const { semis, final } = await semisPlayed(); + const semi = semis[0]; + + // Who was wrongly advanced, and who should be there after the flip. + const [semiRow] = await postgres.query< + Array<{ tournament_team_id_1: string; tournament_team_id_2: string }> + >( + `SELECT tournament_team_id_1, tournament_team_id_2 + FROM tournament_brackets WHERE id = $1`, + [semi.id], + ); + const previouslyAdvanced = await rosterOfTournamentTeam( + semiRow.tournament_team_id_1, + ); + const shouldAdvance = await rosterOfTournamentTeam( + semiRow.tournament_team_id_2, + ); + expect(shouldAdvance.length).toBeGreaterThan(0); + expect(shouldAdvance).not.toEqual(previouslyAdvanced); + + await tfx.winMatch(semi.match_id!, "lineup_2_id"); + + const lineups = await lineupTeams(final!.match_id!); + const seatedAcrossFinal: Array = []; + for (const lineup of lineups) { + seatedAcrossFinal.push( + ...(await lineupSteamIds(lineup.id)).map((s) => s.steam_id), + ); + } + + // The team that actually won the semi is now seated in the final... + for (const steamId of shouldAdvance) { + expect(seatedAcrossFinal).toContain(steamId); + } + // ...and the team that was advanced by mistake is no longer in it. + for (const steamId of previouslyAdvanced) { + expect(seatedAcrossFinal).not.toContain(steamId); + } + }); + + it("does not trip the minimum-player guard while swapping the roster", async () => { + const { semis, final } = await semisPlayed(); + + const before = (await lineupTeams(final!.match_id!)).length; + + // The swap is in-place precisely so this does not raise + // "Cannot remove players: not enough players in lineup". + await expect( + tfx.winMatch(semis[0].match_id!, "lineup_2_id"), + ).resolves.not.toThrow(); + + const lineups = await lineupTeams(final!.match_id!); + expect(lineups.length).toBe(before); + for (const lineup of lineups) { + const seated = await lineupSteamIds(lineup.id); + // Still a full lineup - not emptied, not doubled up. + expect(seated.length).toBeGreaterThan(0); + expect(new Set(seated.map((s) => s.steam_id)).size).toBe(seated.length); + } + }); + + it("can_reassign_winner blocks once the downstream match has been played", async () => { + const { t, semis, final } = await semisPlayed(); + + const canReassign = async (matchId: string) => { + const [row] = await postgres.query>( + `SELECT can_reassign_winner(m, json_build_object( + 'x-hasura-role', 'administrator', + 'x-hasura-user-id', $2::text + )) AS can + FROM matches m WHERE m.id = $1`, + [matchId, t.organizer], + ); + return row?.can; + }; + + // Final still unplayed: the semifinal is safe to reassign. + await expect(canReassign(semis[0].match_id!)).resolves.toBe(true); + + // Play the final, and the semifinal is no longer safe to reassign. + await tfx.winMatch(final!.match_id!); + await expect(canReassign(semis[0].match_id!)).resolves.toBe(false); + }); +}); diff --git a/test/views.spec.ts b/test/views.spec.ts index cf0663a8..d2a687cf 100644 --- a/test/views.spec.ts +++ b/test/views.spec.ts @@ -29,6 +29,7 @@ describe("read-side views and aggregations (SQL-driven)", () => { beforeEach(async () => { await postgres.query("DELETE FROM matches"); + await postgres.query("DELETE FROM tournaments"); await postgres.query("DELETE FROM match_options"); await postgres.query("DELETE FROM team_scrim_requests"); await postgres.query("DELETE FROM teams"); @@ -262,6 +263,82 @@ describe("read-side views and aggregations (SQL-driven)", () => { expect(Number(ranks.avg_faceit_elo)).toBe(2000); expect(Number(ranks.avg_faceit_level)).toBe(8); }); + + const teamRanks = (teamId: string) => + postgres.query< + Array<{ + roster_size: number; + avg_elo: number; + avg_wingman_elo: number | null; + avg_duel_elo: number | null; + }> + >("SELECT * FROM v_team_ranks WHERE team_id = $1", [teamId]); + + const rosterOf = async (teamId: string) => { + const rows = await postgres.query>( + "SELECT player_steam_id FROM team_roster WHERE team_id = $1 ORDER BY player_steam_id", + [teamId], + ); + return rows.map((r) => r.player_steam_id); + }; + + it("excludes coaches from the roster averages", async () => { + const team = await fx.team(1); + const [p1, p2] = await rosterOf(team.id); + const { matchId } = await fx.bareMatch(T(60)); + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, type, "current", change, created_at) + VALUES ($1, $3, 'Competitive', 6000, 0, now() - interval '1 hour'), + ($2, $3, 'Competitive', 2000, 0, now() - interval '1 hour')`, + [p1, p2, matchId], + ); + await postgres.query( + "UPDATE team_roster SET coach = true WHERE team_id = $1 AND player_steam_id = $2", + [team.id, p2], + ); + + const [ranks] = await teamRanks(team.id); + // The 2000 coach must not drag the average down. + expect(Number(ranks.roster_size)).toBe(1); + expect(Number(ranks.avg_elo)).toBe(6000); + }); + + it("uses the active-season rating, not a stale lifetime row", async () => { + await fx.enableSeasons(true); + const seasonId = await fx.season(T(60 * 24)); + const team = await fx.team(1); + const [p1, p2] = await rosterOf(team.id); + const { matchId } = await fx.bareMatch(T(60)); + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, type, "current", change, created_at, season_id) + VALUES ($1, $3, 'Competitive', 7000, 0, now() - interval '1 hour', $4), + ($2, $3, 'Competitive', 9000, 0, now() - interval '1 hour', NULL)`, + [p1, p2, matchId, seasonId], + ); + + const [ranks] = await teamRanks(team.id); + // p1 counts at their season row (7000); p2 has no season row so they + // count at the 5000 season default, never their stale 9000. + expect(Number(ranks.avg_elo)).toBe(6000); + }); + + it("resolves Wingman and Duel averages independently of Competitive", async () => { + const team = await fx.team(0); + const [solo] = await rosterOf(team.id); + const { matchId } = await fx.bareMatch(T(60)); + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, type, "current", change, created_at) + VALUES ($1, $2, 'Competitive', 6000, 0, now() - interval '1 hour'), + ($1, $2, 'Wingman', 3000, 0, now() - interval '1 hour'), + ($1, $2, 'Duel', 1000, 0, now() - interval '1 hour')`, + [solo, matchId], + ); + + const [ranks] = await teamRanks(team.id); + expect(Number(ranks.avg_elo)).toBe(6000); + expect(Number(ranks.avg_wingman_elo)).toBe(3000); + expect(Number(ranks.avg_duel_elo)).toBe(1000); + }); }); describe("v_team_reputation", () => { @@ -396,6 +473,286 @@ describe("read-side views and aggregations (SQL-driven)", () => { return { match, ctx: { matchId: match.id, mapId: map.id } }; }; + // Marks a match as a tournament match by hanging a bracket off it, which is + // what the leaderboard's tournament detection actually keys on. + const markAsTournamentMatch = async (matchId: string, organizer: string) => { + const [options] = await postgres.query>( + `INSERT INTO match_options (mr, best_of, type, map_pool_id, map_veto, region_veto, regions) + SELECT 8, 1, 'Competitive', id, false, true, '{TestA}' + FROM map_pools WHERE type = 'Competitive' AND seed = true RETURNING id`, + ); + const [tournament] = await postgres.query>( + `INSERT INTO tournaments (name, start, organizer_steam_id, match_options_id, status) + VALUES ($1, now() + interval '1 day', $2, $3, 'Setup') RETURNING id`, + [fx.nextName("cup"), organizer, options.id], + ); + const [stage] = await postgres.query>( + `INSERT INTO tournament_stages (tournament_id, type, "order", min_teams, max_teams) + VALUES ($1, 'SingleElimination', 1, 4, 8) RETURNING id`, + [tournament.id], + ); + await postgres.query( + `INSERT INTO tournament_brackets (tournament_stage_id, match_id, round) + VALUES ($1, $2, 1)`, + [stage.id, matchId], + ); + }; + + const seasonLeaderboard = (seasonId: string, type = "Competitive") => + postgres.query>( + "SELECT * FROM get_leaderboard($1, $2, $3, $4, $5, $6)", + ["elo", 0, type, false, null, seasonId], + ); + + it("counts tournament elo toward the active season", async () => { + await fx.enableSeasons(true); + const seasonId = await fx.season(T(60 * 24 * 7)); + const [player] = await fx.players(1); + + const regular = await fx.bareMatch(T(60 * 24 * 2)); + const tourney = await fx.bareMatch(T(60 * 24)); + await markAsTournamentMatch(tourney.matchId, player); + + // Regular season row carries the season rating; the tournament row is + // written season-independent (season_id NULL) and only contributes its + // change. + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, type, "current", change, created_at, season_id) + VALUES ($1, $2, 'Competitive', 5100, 100, now() - interval '2 days', $4), + ($1, $3, 'Competitive', 7000, 200, now() - interval '1 day', NULL)`, + [player, regular.matchId, tourney.matchId, seasonId], + ); + + const [row] = await seasonLeaderboard(seasonId); + + // Season rating (5100) adjusted by the tournament swing (+200) -- never + // the tournament ladder's own 7000. + expect(Number(row.value)).toBe(5300); + expect(Number(row.matches_played)).toBe(2); + }); + + it("includes a tournament-only player in the active season at the baseline", async () => { + await fx.enableSeasons(true); + const seasonId = await fx.season(T(60 * 24 * 7)); + const [player] = await fx.players(1); + + const tourney = await fx.bareMatch(T(60 * 24)); + await markAsTournamentMatch(tourney.matchId, player); + + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, type, "current", change, created_at, season_id) + VALUES ($1, $2, 'Competitive', 7000, 150, now() - interval '1 day', NULL)`, + [player, tourney.matchId], + ); + + const [row] = await seasonLeaderboard(seasonId); + + // No regular-season row yet: season baseline plus the tournament swing. + expect(Number(row.value)).toBe(5150); + expect(Number(row.matches_played)).toBe(1); + }); + + const sourceLeaderboard = ( + category: string, + source: string, + type = "Competitive", + ) => + postgres.query>( + "SELECT * FROM get_leaderboard($1, $2, $3, $4, $5, $6, $7)", + [category, 30, type, false, null, null, source], + ); + + it("carries the player's custom avatar through every producer", async () => { + const [player, victim] = await fx.players(2); + await postgres.query( + "UPDATE players SET custom_avatar_url = $2 WHERE steam_id = $1", + [player, "https://cdn.example/custom.png"], + ); + + const mm = await statMatch(); + await fx.kill(mm.ctx, player, victim); + const { matchId } = await fx.bareMatch(T(60)); + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, type, "current", change, created_at) + VALUES ($1, $2, 'Competitive', 5100, 100, now() - interval '1 day')`, + [player, matchId], + ); + + // RETURN QUERY matches the composite type by position, so a producer that + // selects the new column out of order silently returns it as another + // field rather than failing. Check a value that could only be the avatar. + for (const category of ["elo", "best_kdr", "highest_hs_pct"]) { + const rows = await postgres.query< + Array + >("SELECT * FROM get_leaderboard($1, $2, $3)", [ + category, + 30, + "Competitive", + ]); + const row = rows.find((r) => r.player_steam_id === player); + expect(row).toBeDefined(); + expect(row!.player_custom_avatar_url).toBe( + "https://cdn.example/custom.png", + ); + // Neighbouring positional fields must not have absorbed it. + expect(Number.isFinite(Number(row!.value))).toBe(true); + expect(Number.isFinite(Number(row!.matches_played))).toBe(true); + } + }); + + it("buckets stat leaderboards by match source", async () => { + const [mmPlayer, tPlayer, victim] = await fx.players(3); + + const mm = await statMatch(); + await fx.kill(mm.ctx, mmPlayer, victim); + + const tourney = await statMatch(); + await markAsTournamentMatch(tourney.match.id, tPlayer); + await fx.kill(tourney.ctx, tPlayer, victim); + + const overall = await sourceLeaderboard("best_kdr", "overall"); + expect(overall.map((r) => r.player_steam_id).sort()).toEqual( + [mmPlayer, tPlayer].sort(), + ); + + const matchmaking = await sourceLeaderboard("best_kdr", "matchmaking"); + expect(matchmaking.map((r) => r.player_steam_id)).toEqual([mmPlayer]); + + const tournamentOnly = await sourceLeaderboard("best_kdr", "tournament"); + expect(tournamentOnly.map((r) => r.player_steam_id)).toEqual([tPlayer]); + }); + + it("keeps ELO value source-invariant while scoping change and matches", async () => { + const [player] = await fx.players(1); + const mm = await fx.bareMatch(T(60 * 24 * 2)); + const tourney = await fx.bareMatch(T(60 * 24)); + await markAsTournamentMatch(tourney.matchId, player); + + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, type, "current", change, created_at) + VALUES ($1, $2, 'Competitive', 5100, 100, now() - interval '2 days'), + ($1, $3, 'Competitive', 5300, 200, now() - interval '1 day')`, + [player, mm.matchId, tourney.matchId], + ); + + const [overall] = await sourceLeaderboard("elo", "overall"); + const [matchmaking] = await sourceLeaderboard("elo", "matchmaking"); + const [tournamentOnly] = await sourceLeaderboard("elo", "tournament"); + + // The canonical rating is one ladder: it must not move with the filter. + expect(Number(overall.value)).toBe(5300); + expect(Number(matchmaking.value)).toBe(5300); + expect(Number(tournamentOnly.value)).toBe(5300); + + // Only the contribution figures scope. + expect(Number(overall.matches_played)).toBe(2); + expect(Number(matchmaking.matches_played)).toBe(1); + expect(Number(matchmaking.secondary_value)).toBe(100); + expect(Number(tournamentOnly.matches_played)).toBe(1); + expect(Number(tournamentOnly.secondary_value)).toBe(200); + }); + + it("scopes the ELO win streak to the selected source", async () => { + const [a, b] = await fx.players(2); + + // Two tournament wins, then two matchmaking wins, all won by `a`. + for (const daysAgo of [8, 7]) { + const match = await ratedDuel(a, b, daysAgo); + await markAsTournamentMatch(match.id, a); + } + await ratedDuel(a, b, 3); + await ratedDuel(a, b, 2); + + const [overall] = await sourceLeaderboard("elo", "overall", "Duel"); + const [matchmaking] = await sourceLeaderboard( + "elo", + "matchmaking", + "Duel", + ); + const [tournamentOnly] = await sourceLeaderboard( + "elo", + "tournament", + "Duel", + ); + + // Without scoping, the non-Overall rows silently report the Overall + // streak of 4 while showing only 2 matches. + expect(Number(overall.tertiary_value)).toBe(4); + expect(Number(matchmaking.tertiary_value)).toBe(2); + expect(Number(tournamentOnly.tertiary_value)).toBe(2); + }); + + it("still resolves the pre-_source call signature", async () => { + const [player] = await fx.players(1); + const { matchId } = await fx.bareMatch(T(60)); + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, type, "current", change, created_at) + VALUES ($1, $2, 'Competitive', 5100, 100, now() - interval '1 day')`, + [player, matchId], + ); + + const rows = await postgres.query>( + "SELECT * FROM get_leaderboard($1, $2, $3, $4, $5, $6)", + ["elo", 30, "Competitive", false, null, null], + ); + expect(rows.length).toBe(1); + expect(Number(rows[0].value)).toBe(5100); + }); + + it("computes the tournament-free all-time peak without letting later tournament results move it", async () => { + const [player] = await fx.players(1); + const climb = await fx.bareMatch(T(60 * 24 * 9)); + const drop = await fx.bareMatch(T(60 * 24 * 5)); + const tourney = await fx.bareMatch(T(60 * 24)); + await markAsTournamentMatch(tourney.matchId, player); + + // Non-tournament trajectory: 5000 -> 6000 -> 5500, so the true + // tournament-free peak is 6000. The tournament win afterwards must not + // change a peak that was already set before it happened. + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, type, "current", change, created_at) + VALUES ($1, $2, 'Competitive', 6000, 1000, now() - interval '9 days'), + ($1, $3, 'Competitive', 5500, -500, now() - interval '5 days'), + ($1, $4, 'Competitive', 6300, 800, now() - interval '1 day')`, + [player, climb.matchId, drop.matchId, tourney.matchId], + ); + + const [row] = await postgres.query>( + "SELECT * FROM get_leaderboard($1, $2, $3, $4)", + ["elo", 0, "Competitive", true], + ); + + // Subtracting the lifetime tournament total (800) from the raw peak + // (6300) would report 5500 -- an 800 swing that landed after the peak. + expect(Number(row.value)).toBe(6000); + }); + + it("reports rolling-window ELO change as the sum of in-window changes", async () => { + const [player] = await fx.players(1); + const first = await fx.bareMatch(T(60 * 24 * 5)); + const reset = await fx.bareMatch(T(60 * 24 * 3)); + const last = await fx.bareMatch(T(60)); + + // Three in-window rows. The middle one is a rating discontinuity: current + // drops to 5000 with change 0, the shape a season reset leaves behind. + // Summing in-window changes gives the ELO actually earned from matches + // (100 + 0 + 50 = 150). The old "latest minus the window's starting + // baseline" formula instead reads 5050 - 5000 = 50, silently absorbing + // the reset as if the player had lost that rating by playing. + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, type, "current", change, created_at) + VALUES ($1, $2, 'Competitive', 5100, 100, now() - interval '5 days'), + ($1, $3, 'Competitive', 5000, 0, now() - interval '3 days'), + ($1, $4, 'Competitive', 5050, 50, now() - interval '1 day')`, + [player, first.matchId, reset.matchId, last.matchId], + ); + + const [row] = await leaderboard("elo", 30, "Competitive"); + expect(Number(row.value)).toBe(5050); + expect(Number(row.secondary_value)).toBe(150); + expect(Number(row.matches_played)).toBe(3); + }); + it("ranks the elo ladder and per-player stats categories", async () => { const [a, b] = await fx.players(2); await ratedDuel(a, b, 2);