diff --git a/generated/schema.graphql b/generated/schema.graphql index 8a5d8c61..b71893ae 100644 --- a/generated/schema.graphql +++ b/generated/schema.graphql @@ -35138,6 +35138,7 @@ type matches { A computed field, executes function "get_match_server_type" """ server_type: String + share_code: String source: String! started_at: timestamptz status: e_match_status_enum! @@ -35418,6 +35419,7 @@ input matches_bool_exp { server_plugin_runtime: String_comparison_exp server_region: String_comparison_exp server_type: String_comparison_exp + share_code: String_comparison_exp source: String_comparison_exp started_at: timestamptz_comparison_exp status: e_match_status_enum_comparison_exp @@ -35509,6 +35511,7 @@ input matches_insert_input { server: servers_obj_rel_insert_input server_error: String server_id: uuid + share_code: String source: String started_at: timestamptz status: e_match_status_enum @@ -35596,6 +35599,7 @@ type matches_max_fields { A computed field, executes function "get_match_server_type" """ server_type: String + share_code: String source: String started_at: timestamptz @@ -35626,6 +35630,7 @@ input matches_max_order_by { scheduled_at: order_by server_error: order_by server_id: order_by + share_code: order_by source: order_by started_at: order_by winning_lineup_id: order_by @@ -35709,6 +35714,7 @@ type matches_min_fields { A computed field, executes function "get_match_server_type" """ server_type: String + share_code: String source: String started_at: timestamptz @@ -35739,6 +35745,7 @@ input matches_min_order_by { scheduled_at: order_by server_error: order_by server_id: order_by + share_code: order_by source: order_by started_at: order_by winning_lineup_id: order_by @@ -35844,6 +35851,7 @@ input matches_order_by { server_plugin_runtime: order_by server_region: order_by server_type: order_by + share_code: order_by source: order_by started_at: order_by status: order_by @@ -35912,6 +35920,9 @@ enum matches_select_column { """column name""" server_id + """column name""" + share_code + """column name""" source @@ -35944,6 +35955,7 @@ input matches_set_input { scheduled_at: timestamptz server_error: String server_id: uuid + share_code: String source: String started_at: timestamptz status: e_match_status_enum @@ -36042,6 +36054,7 @@ input matches_stream_cursor_value_input { scheduled_at: timestamptz server_error: String server_id: uuid + share_code: String source: String started_at: timestamptz status: e_match_status_enum @@ -36118,6 +36131,9 @@ enum matches_update_column { """column name""" server_id + """column name""" + share_code + """column name""" source @@ -45787,30 +45803,9 @@ type mutation_root { update data of the table: "pending_match_imports" """ update_pending_match_imports( - """append existing jsonb value of filtered columns with new jsonb value""" - _append: pending_match_imports_append_input - - """ - delete the field or element with specified path (for JSON arrays, negative integers count from the end) - """ - _delete_at_path: pending_match_imports_delete_at_path_input - - """ - delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array - """ - _delete_elem: pending_match_imports_delete_elem_input - - """ - delete key/value pair or string element. key/value pairs are matched based on their key value - """ - _delete_key: pending_match_imports_delete_key_input - """increments the numeric columns with given value of the filtered values""" _inc: pending_match_imports_inc_input - """prepend existing jsonb value of filtered columns with new jsonb value""" - _prepend: pending_match_imports_prepend_input - """sets the columns of the filtered rows to the given values""" _set: pending_match_imports_set_input @@ -45822,30 +45817,9 @@ type mutation_root { update single row of the table: "pending_match_imports" """ update_pending_match_imports_by_pk( - """append existing jsonb value of filtered columns with new jsonb value""" - _append: pending_match_imports_append_input - - """ - delete the field or element with specified path (for JSON arrays, negative integers count from the end) - """ - _delete_at_path: pending_match_imports_delete_at_path_input - - """ - delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array - """ - _delete_elem: pending_match_imports_delete_elem_input - - """ - delete key/value pair or string element. key/value pairs are matched based on their key value - """ - _delete_key: pending_match_imports_delete_key_input - """increments the numeric columns with given value of the filtered values""" _inc: pending_match_imports_inc_input - """prepend existing jsonb value of filtered columns with new jsonb value""" - _prepend: pending_match_imports_prepend_input - """sets the columns of the filtered rows to the given values""" _set: pending_match_imports_set_input pk_columns: pending_match_imports_pk_columns_input! @@ -49998,10 +49972,6 @@ type pending_match_imports { error: String map_name: String match_start_time: timestamptz - parties( - """JSON select path""" - path: String - ): jsonb """An array relationship""" players( @@ -50069,11 +50039,6 @@ type pending_match_imports_aggregate_fields { variance: pending_match_imports_variance_fields } -"""append existing jsonb value of filtered columns with new jsonb value""" -input pending_match_imports_append_input { - parties: jsonb -} - """aggregate avg on columns""" type pending_match_imports_avg_fields { valve_match_id: Float @@ -50091,7 +50056,6 @@ input pending_match_imports_bool_exp { error: String_comparison_exp map_name: String_comparison_exp match_start_time: timestamptz_comparison_exp - parties: jsonb_comparison_exp players: pending_match_import_players_bool_exp players_aggregate: pending_match_import_players_aggregate_bool_exp share_code: String_comparison_exp @@ -50110,27 +50074,6 @@ enum pending_match_imports_constraint { pending_match_imports_pkey } -""" -delete the field or element with specified path (for JSON arrays, negative integers count from the end) -""" -input pending_match_imports_delete_at_path_input { - parties: [String!] -} - -""" -delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array -""" -input pending_match_imports_delete_elem_input { - parties: Int -} - -""" -delete key/value pair or string element. key/value pairs are matched based on their key value -""" -input pending_match_imports_delete_key_input { - parties: String -} - """ input type for incrementing numeric columns in table "pending_match_imports" """ @@ -50147,7 +50090,6 @@ input pending_match_imports_insert_input { error: String map_name: String match_start_time: timestamptz - parties: jsonb players: pending_match_import_players_arr_rel_insert_input share_code: String status: String @@ -50218,7 +50160,6 @@ input pending_match_imports_order_by { error: order_by map_name: order_by match_start_time: order_by - parties: order_by players_aggregate: pending_match_import_players_aggregate_order_by share_code: order_by status: order_by @@ -50231,11 +50172,6 @@ input pending_match_imports_pk_columns_input { valve_match_id: numeric! } -"""prepend existing jsonb value of filtered columns with new jsonb value""" -input pending_match_imports_prepend_input { - parties: jsonb -} - """ select columns of table "pending_match_imports" """ @@ -50255,9 +50191,6 @@ enum pending_match_imports_select_column { """column name""" match_start_time - """column name""" - parties - """column name""" share_code @@ -50280,7 +50213,6 @@ input pending_match_imports_set_input { error: String map_name: String match_start_time: timestamptz - parties: jsonb share_code: String status: String updated_at: timestamptz @@ -50320,7 +50252,6 @@ input pending_match_imports_stream_cursor_value_input { error: String map_name: String match_start_time: timestamptz - parties: jsonb share_code: String status: String updated_at: timestamptz @@ -50351,9 +50282,6 @@ enum pending_match_imports_update_column { """column name""" match_start_time - """column name""" - parties - """column name""" share_code @@ -50368,30 +50296,9 @@ enum pending_match_imports_update_column { } input pending_match_imports_updates { - """append existing jsonb value of filtered columns with new jsonb value""" - _append: pending_match_imports_append_input - - """ - delete the field or element with specified path (for JSON arrays, negative integers count from the end) - """ - _delete_at_path: pending_match_imports_delete_at_path_input - - """ - delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array - """ - _delete_elem: pending_match_imports_delete_elem_input - - """ - delete key/value pair or string element. key/value pairs are matched based on their key value - """ - _delete_key: pending_match_imports_delete_key_input - """increments the numeric columns with given value of the filtered values""" _inc: pending_match_imports_inc_input - """prepend existing jsonb value of filtered columns with new jsonb value""" - _prepend: pending_match_imports_prepend_input - """sets the columns of the filtered rows to the given values""" _set: pending_match_imports_set_input @@ -53308,6 +53215,7 @@ type player_elo { """An object relationship""" player: players! player_team_elo_avg: float8 + rating_for_expected: float8 """An object relationship""" season: seasons @@ -53362,6 +53270,7 @@ type player_elo_avg_fields { opponent_team_elo_avg: Float performance_multiplier: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float steam_id: Float team_avg_kda: Float @@ -53395,6 +53304,7 @@ input player_elo_bool_exp { performance_multiplier: float8_comparison_exp player: players_bool_exp player_team_elo_avg: float8_comparison_exp + rating_for_expected: float8_comparison_exp season: seasons_bool_exp season_id: uuid_comparison_exp series_multiplier: Int_comparison_exp @@ -53434,6 +53344,7 @@ input player_elo_inc_input { opponent_team_elo_avg: float8 performance_multiplier: float8 player_team_elo_avg: float8 + rating_for_expected: float8 series_multiplier: Int steam_id: bigint team_avg_kda: float8 @@ -53464,6 +53375,7 @@ input player_elo_insert_input { performance_multiplier: float8 player: players_obj_rel_insert_input player_team_elo_avg: float8 + rating_for_expected: float8 season: seasons_obj_rel_insert_input season_id: uuid series_multiplier: Int @@ -53493,6 +53405,7 @@ type player_elo_max_fields { opponent_team_elo_avg: float8 performance_multiplier: float8 player_team_elo_avg: float8 + rating_for_expected: float8 season_id: uuid series_multiplier: Int steam_id: bigint @@ -53520,6 +53433,7 @@ type player_elo_min_fields { opponent_team_elo_avg: float8 performance_multiplier: float8 player_team_elo_avg: float8 + rating_for_expected: float8 season_id: uuid series_multiplier: Int steam_id: bigint @@ -53569,6 +53483,7 @@ input player_elo_order_by { performance_multiplier: order_by player: players_order_by player_team_elo_avg: order_by + rating_for_expected: order_by season: seasons_order_by season_id: order_by series_multiplier: order_by @@ -53645,6 +53560,9 @@ enum player_elo_select_column { """column name""" player_team_elo_avg + """column name""" + rating_for_expected + """column name""" season_id @@ -53684,6 +53602,7 @@ input player_elo_set_input { opponent_team_elo_avg: float8 performance_multiplier: float8 player_team_elo_avg: float8 + rating_for_expected: float8 season_id: uuid series_multiplier: Int steam_id: bigint @@ -53710,6 +53629,7 @@ type player_elo_stddev_fields { opponent_team_elo_avg: Float performance_multiplier: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float steam_id: Float team_avg_kda: Float @@ -53734,6 +53654,7 @@ type player_elo_stddev_pop_fields { opponent_team_elo_avg: Float performance_multiplier: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float steam_id: Float team_avg_kda: Float @@ -53758,6 +53679,7 @@ type player_elo_stddev_samp_fields { opponent_team_elo_avg: Float performance_multiplier: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float steam_id: Float team_avg_kda: Float @@ -53795,6 +53717,7 @@ input player_elo_stream_cursor_value_input { opponent_team_elo_avg: float8 performance_multiplier: float8 player_team_elo_avg: float8 + rating_for_expected: float8 season_id: uuid series_multiplier: Int steam_id: bigint @@ -53821,6 +53744,7 @@ type player_elo_sum_fields { opponent_team_elo_avg: float8 performance_multiplier: float8 player_team_elo_avg: float8 + rating_for_expected: float8 series_multiplier: Int steam_id: bigint team_avg_kda: float8 @@ -53887,6 +53811,9 @@ enum player_elo_update_column { """column name""" player_team_elo_avg + """column name""" + rating_for_expected + """column name""" season_id @@ -53933,6 +53860,7 @@ type player_elo_var_pop_fields { opponent_team_elo_avg: Float performance_multiplier: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float steam_id: Float team_avg_kda: Float @@ -53957,6 +53885,7 @@ type player_elo_var_samp_fields { opponent_team_elo_avg: Float performance_multiplier: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float steam_id: Float team_avg_kda: Float @@ -53981,6 +53910,7 @@ type player_elo_variance_fields { opponent_team_elo_avg: Float performance_multiplier: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float steam_id: Float team_avg_kda: Float @@ -107383,6 +107313,7 @@ type v_player_elo { player_name: String player_steam_id: bigint player_team_elo_avg: float8 + rating_for_expected: float8 season_id: uuid series_multiplier: Int team_avg_kda: float8 @@ -107544,6 +107475,7 @@ type v_player_elo_avg_fields { performance_multiplier: Float player_steam_id: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float team_avg_kda: Float updated_elo: Float @@ -107571,6 +107503,7 @@ input v_player_elo_avg_order_by { performance_multiplier: order_by player_steam_id: order_by player_team_elo_avg: order_by + rating_for_expected: order_by series_multiplier: order_by team_avg_kda: order_by updated_elo: order_by @@ -107606,6 +107539,7 @@ input v_player_elo_bool_exp { player_name: String_comparison_exp player_steam_id: bigint_comparison_exp player_team_elo_avg: float8_comparison_exp + rating_for_expected: float8_comparison_exp season_id: uuid_comparison_exp series_multiplier: Int_comparison_exp team_avg_kda: float8_comparison_exp @@ -107640,6 +107574,7 @@ input v_player_elo_insert_input { player_name: String player_steam_id: bigint player_team_elo_avg: float8 + rating_for_expected: float8 season_id: uuid series_multiplier: Int team_avg_kda: float8 @@ -107671,6 +107606,7 @@ type v_player_elo_max_fields { player_name: String player_steam_id: bigint player_team_elo_avg: float8 + rating_for_expected: float8 season_id: uuid series_multiplier: Int team_avg_kda: float8 @@ -107704,6 +107640,7 @@ input v_player_elo_max_order_by { player_name: order_by player_steam_id: order_by player_team_elo_avg: order_by + rating_for_expected: order_by season_id: order_by series_multiplier: order_by team_avg_kda: order_by @@ -107735,6 +107672,7 @@ type v_player_elo_min_fields { player_name: String player_steam_id: bigint player_team_elo_avg: float8 + rating_for_expected: float8 season_id: uuid series_multiplier: Int team_avg_kda: float8 @@ -107768,6 +107706,7 @@ input v_player_elo_min_order_by { player_name: order_by player_steam_id: order_by player_team_elo_avg: order_by + rating_for_expected: order_by season_id: order_by series_multiplier: order_by team_avg_kda: order_by @@ -107800,6 +107739,7 @@ input v_player_elo_order_by { player_name: order_by player_steam_id: order_by player_team_elo_avg: order_by + rating_for_expected: order_by season_id: order_by series_multiplier: order_by team_avg_kda: order_by @@ -107877,6 +107817,9 @@ enum v_player_elo_select_column { """column name""" player_team_elo_avg + """column name""" + rating_for_expected + """column name""" season_id @@ -107921,6 +107864,9 @@ enum v_player_elo_select_column_v_player_elo_aggregate_bool_exp_avg_arguments_co """column name""" player_team_elo_avg + """column name""" + rating_for_expected + """column name""" team_avg_kda } @@ -107953,6 +107899,9 @@ enum v_player_elo_select_column_v_player_elo_aggregate_bool_exp_corr_arguments_c """column name""" player_team_elo_avg + """column name""" + rating_for_expected + """column name""" team_avg_kda } @@ -107985,6 +107934,9 @@ enum v_player_elo_select_column_v_player_elo_aggregate_bool_exp_covar_samp_argum """column name""" player_team_elo_avg + """column name""" + rating_for_expected + """column name""" team_avg_kda } @@ -108017,6 +107969,9 @@ enum v_player_elo_select_column_v_player_elo_aggregate_bool_exp_max_arguments_co """column name""" player_team_elo_avg + """column name""" + rating_for_expected + """column name""" team_avg_kda } @@ -108049,6 +108004,9 @@ enum v_player_elo_select_column_v_player_elo_aggregate_bool_exp_min_arguments_co """column name""" player_team_elo_avg + """column name""" + rating_for_expected + """column name""" team_avg_kda } @@ -108081,6 +108039,9 @@ enum v_player_elo_select_column_v_player_elo_aggregate_bool_exp_stddev_samp_argu """column name""" player_team_elo_avg + """column name""" + rating_for_expected + """column name""" team_avg_kda } @@ -108113,6 +108074,9 @@ enum v_player_elo_select_column_v_player_elo_aggregate_bool_exp_sum_arguments_co """column name""" player_team_elo_avg + """column name""" + rating_for_expected + """column name""" team_avg_kda } @@ -108145,6 +108109,9 @@ enum v_player_elo_select_column_v_player_elo_aggregate_bool_exp_var_samp_argumen """column name""" player_team_elo_avg + """column name""" + rating_for_expected + """column name""" team_avg_kda } @@ -108169,6 +108136,7 @@ type v_player_elo_stddev_fields { performance_multiplier: Float player_steam_id: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float team_avg_kda: Float updated_elo: Float @@ -108196,6 +108164,7 @@ input v_player_elo_stddev_order_by { performance_multiplier: order_by player_steam_id: order_by player_team_elo_avg: order_by + rating_for_expected: order_by series_multiplier: order_by team_avg_kda: order_by updated_elo: order_by @@ -108221,6 +108190,7 @@ type v_player_elo_stddev_pop_fields { performance_multiplier: Float player_steam_id: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float team_avg_kda: Float updated_elo: Float @@ -108248,6 +108218,7 @@ input v_player_elo_stddev_pop_order_by { performance_multiplier: order_by player_steam_id: order_by player_team_elo_avg: order_by + rating_for_expected: order_by series_multiplier: order_by team_avg_kda: order_by updated_elo: order_by @@ -108273,6 +108244,7 @@ type v_player_elo_stddev_samp_fields { performance_multiplier: Float player_steam_id: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float team_avg_kda: Float updated_elo: Float @@ -108300,6 +108272,7 @@ input v_player_elo_stddev_samp_order_by { performance_multiplier: order_by player_steam_id: order_by player_team_elo_avg: order_by + rating_for_expected: order_by series_multiplier: order_by team_avg_kda: order_by updated_elo: order_by @@ -108340,6 +108313,7 @@ input v_player_elo_stream_cursor_value_input { player_name: String player_steam_id: bigint player_team_elo_avg: float8 + rating_for_expected: float8 season_id: uuid series_multiplier: Int team_avg_kda: float8 @@ -108367,6 +108341,7 @@ type v_player_elo_sum_fields { performance_multiplier: float8 player_steam_id: bigint player_team_elo_avg: float8 + rating_for_expected: float8 series_multiplier: Int team_avg_kda: float8 updated_elo: Int @@ -108394,6 +108369,7 @@ input v_player_elo_sum_order_by { performance_multiplier: order_by player_steam_id: order_by player_team_elo_avg: order_by + rating_for_expected: order_by series_multiplier: order_by team_avg_kda: order_by updated_elo: order_by @@ -108419,6 +108395,7 @@ type v_player_elo_var_pop_fields { performance_multiplier: Float player_steam_id: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float team_avg_kda: Float updated_elo: Float @@ -108446,6 +108423,7 @@ input v_player_elo_var_pop_order_by { performance_multiplier: order_by player_steam_id: order_by player_team_elo_avg: order_by + rating_for_expected: order_by series_multiplier: order_by team_avg_kda: order_by updated_elo: order_by @@ -108471,6 +108449,7 @@ type v_player_elo_var_samp_fields { performance_multiplier: Float player_steam_id: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float team_avg_kda: Float updated_elo: Float @@ -108498,6 +108477,7 @@ input v_player_elo_var_samp_order_by { performance_multiplier: order_by player_steam_id: order_by player_team_elo_avg: order_by + rating_for_expected: order_by series_multiplier: order_by team_avg_kda: order_by updated_elo: order_by @@ -108523,6 +108503,7 @@ type v_player_elo_variance_fields { performance_multiplier: Float player_steam_id: Float player_team_elo_avg: Float + rating_for_expected: Float series_multiplier: Float team_avg_kda: Float updated_elo: Float @@ -108550,6 +108531,7 @@ input v_player_elo_variance_order_by { performance_multiplier: order_by player_steam_id: order_by player_team_elo_avg: order_by + rating_for_expected: order_by series_multiplier: order_by team_avg_kda: order_by updated_elo: order_by diff --git a/generated/schema.ts b/generated/schema.ts index d37b03b7..af055a4f 100644 --- a/generated/schema.ts +++ b/generated/schema.ts @@ -11834,6 +11834,7 @@ export interface matches { server_region: (Scalars['String'] | null) /** A computed field, executes function "get_match_server_type" */ server_type: (Scalars['String'] | null) + share_code: (Scalars['String'] | null) source: Scalars['String'] started_at: (Scalars['timestamptz'] | null) status: e_match_status_enum @@ -11938,6 +11939,7 @@ export interface matches_max_fields { server_region: (Scalars['String'] | null) /** A computed field, executes function "get_match_server_type" */ server_type: (Scalars['String'] | null) + share_code: (Scalars['String'] | null) source: (Scalars['String'] | null) started_at: (Scalars['timestamptz'] | null) /** A computed field, executes function "get_match_tv_connection_string" */ @@ -11989,6 +11991,7 @@ export interface matches_min_fields { server_region: (Scalars['String'] | null) /** A computed field, executes function "get_match_server_type" */ server_type: (Scalars['String'] | null) + share_code: (Scalars['String'] | null) source: (Scalars['String'] | null) started_at: (Scalars['timestamptz'] | null) /** A computed field, executes function "get_match_tv_connection_string" */ @@ -12009,7 +12012,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' | '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' | 'winning_lineup_id' /** aggregate stddev on columns */ @@ -12057,7 +12060,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' | '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' | 'winning_lineup_id' /** aggregate var_pop on columns */ @@ -15311,7 +15314,6 @@ export interface pending_match_imports { error: (Scalars['String'] | null) map_name: (Scalars['String'] | null) match_start_time: (Scalars['timestamptz'] | null) - parties: (Scalars['jsonb'] | null) /** An array relationship */ players: pending_match_import_players[] /** An aggregate relationship */ @@ -15401,7 +15403,7 @@ export interface pending_match_imports_mutation_response { /** select columns of table "pending_match_imports" */ -export type pending_match_imports_select_column = 'created_at' | 'demo_url' | 'error' | 'map_name' | 'match_start_time' | 'parties' | 'share_code' | 'status' | 'updated_at' | 'valve_match_id' +export type pending_match_imports_select_column = 'created_at' | 'demo_url' | 'error' | 'map_name' | 'match_start_time' | 'share_code' | 'status' | 'updated_at' | 'valve_match_id' /** aggregate stddev on columns */ @@ -15433,7 +15435,7 @@ export interface pending_match_imports_sum_fields { /** update columns of table "pending_match_imports" */ -export type pending_match_imports_update_column = 'created_at' | 'demo_url' | 'error' | 'map_name' | 'match_start_time' | 'parties' | 'share_code' | 'status' | 'updated_at' | 'valve_match_id' +export type pending_match_imports_update_column = 'created_at' | 'demo_url' | 'error' | 'map_name' | 'match_start_time' | 'share_code' | 'status' | 'updated_at' | 'valve_match_id' /** aggregate var_pop on columns */ @@ -16703,6 +16705,7 @@ export interface player_elo { /** An object relationship */ player: players player_team_elo_avg: (Scalars['float8'] | null) + rating_for_expected: (Scalars['float8'] | null) /** An object relationship */ season: (seasons | null) season_id: (Scalars['uuid'] | null) @@ -16758,6 +16761,7 @@ export interface player_elo_avg_fields { opponent_team_elo_avg: (Scalars['Float'] | null) performance_multiplier: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) steam_id: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) @@ -16790,6 +16794,7 @@ export interface player_elo_max_fields { opponent_team_elo_avg: (Scalars['float8'] | null) performance_multiplier: (Scalars['float8'] | null) player_team_elo_avg: (Scalars['float8'] | null) + rating_for_expected: (Scalars['float8'] | null) season_id: (Scalars['uuid'] | null) series_multiplier: (Scalars['Int'] | null) steam_id: (Scalars['bigint'] | null) @@ -16819,6 +16824,7 @@ export interface player_elo_min_fields { opponent_team_elo_avg: (Scalars['float8'] | null) performance_multiplier: (Scalars['float8'] | null) player_team_elo_avg: (Scalars['float8'] | null) + rating_for_expected: (Scalars['float8'] | null) season_id: (Scalars['uuid'] | null) series_multiplier: (Scalars['Int'] | null) steam_id: (Scalars['bigint'] | null) @@ -16838,7 +16844,7 @@ export interface player_elo_mutation_response { /** select columns of table "player_elo" */ -export type player_elo_select_column = 'actual_score' | 'assists' | 'change' | 'created_at' | 'current' | 'damage' | 'damage_percent' | 'deaths' | 'expected_score' | 'impact' | 'k_factor' | 'kda' | 'kills' | 'map_losses' | 'map_wins' | 'match_id' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'season_id' | 'series_multiplier' | 'steam_id' | 'team_avg_kda' | 'type' +export type player_elo_select_column = 'actual_score' | 'assists' | 'change' | 'created_at' | 'current' | 'damage' | 'damage_percent' | 'deaths' | 'expected_score' | 'impact' | 'k_factor' | 'kda' | 'kills' | 'map_losses' | 'map_wins' | 'match_id' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'rating_for_expected' | 'season_id' | 'series_multiplier' | 'steam_id' | 'team_avg_kda' | 'type' /** aggregate stddev on columns */ @@ -16860,6 +16866,7 @@ export interface player_elo_stddev_fields { opponent_team_elo_avg: (Scalars['Float'] | null) performance_multiplier: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) steam_id: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) @@ -16886,6 +16893,7 @@ export interface player_elo_stddev_pop_fields { opponent_team_elo_avg: (Scalars['Float'] | null) performance_multiplier: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) steam_id: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) @@ -16912,6 +16920,7 @@ export interface player_elo_stddev_samp_fields { opponent_team_elo_avg: (Scalars['Float'] | null) performance_multiplier: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) steam_id: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) @@ -16938,6 +16947,7 @@ export interface player_elo_sum_fields { opponent_team_elo_avg: (Scalars['float8'] | null) performance_multiplier: (Scalars['float8'] | null) player_team_elo_avg: (Scalars['float8'] | null) + rating_for_expected: (Scalars['float8'] | null) series_multiplier: (Scalars['Int'] | null) steam_id: (Scalars['bigint'] | null) team_avg_kda: (Scalars['float8'] | null) @@ -16946,7 +16956,7 @@ export interface player_elo_sum_fields { /** update columns of table "player_elo" */ -export type player_elo_update_column = 'actual_score' | 'assists' | 'change' | 'created_at' | 'current' | 'damage' | 'damage_percent' | 'deaths' | 'expected_score' | 'impact' | 'k_factor' | 'kda' | 'kills' | 'map_losses' | 'map_wins' | 'match_id' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'season_id' | 'series_multiplier' | 'steam_id' | 'team_avg_kda' | 'type' +export type player_elo_update_column = 'actual_score' | 'assists' | 'change' | 'created_at' | 'current' | 'damage' | 'damage_percent' | 'deaths' | 'expected_score' | 'impact' | 'k_factor' | 'kda' | 'kills' | 'map_losses' | 'map_wins' | 'match_id' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'rating_for_expected' | 'season_id' | 'series_multiplier' | 'steam_id' | 'team_avg_kda' | 'type' /** aggregate var_pop on columns */ @@ -16968,6 +16978,7 @@ export interface player_elo_var_pop_fields { opponent_team_elo_avg: (Scalars['Float'] | null) performance_multiplier: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) steam_id: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) @@ -16994,6 +17005,7 @@ export interface player_elo_var_samp_fields { opponent_team_elo_avg: (Scalars['Float'] | null) performance_multiplier: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) steam_id: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) @@ -17020,6 +17032,7 @@ export interface player_elo_variance_fields { opponent_team_elo_avg: (Scalars['Float'] | null) performance_multiplier: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) steam_id: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) @@ -32200,6 +32213,7 @@ export interface v_player_elo { player_name: (Scalars['String'] | null) player_steam_id: (Scalars['bigint'] | null) player_team_elo_avg: (Scalars['float8'] | null) + rating_for_expected: (Scalars['float8'] | null) season_id: (Scalars['uuid'] | null) series_multiplier: (Scalars['Int'] | null) team_avg_kda: (Scalars['float8'] | null) @@ -32254,6 +32268,7 @@ export interface v_player_elo_avg_fields { performance_multiplier: (Scalars['Float'] | null) player_steam_id: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) updated_elo: (Scalars['Float'] | null) @@ -32285,6 +32300,7 @@ export interface v_player_elo_max_fields { player_name: (Scalars['String'] | null) player_steam_id: (Scalars['bigint'] | null) player_team_elo_avg: (Scalars['float8'] | null) + rating_for_expected: (Scalars['float8'] | null) season_id: (Scalars['uuid'] | null) series_multiplier: (Scalars['Int'] | null) team_avg_kda: (Scalars['float8'] | null) @@ -32318,6 +32334,7 @@ export interface v_player_elo_min_fields { player_name: (Scalars['String'] | null) player_steam_id: (Scalars['bigint'] | null) player_team_elo_avg: (Scalars['float8'] | null) + rating_for_expected: (Scalars['float8'] | null) season_id: (Scalars['uuid'] | null) series_multiplier: (Scalars['Int'] | null) team_avg_kda: (Scalars['float8'] | null) @@ -32328,39 +32345,39 @@ export interface v_player_elo_min_fields { /** select columns of table "v_player_elo" */ -export type v_player_elo_select_column = 'actual_score' | 'assists' | 'current_elo' | 'damage' | 'damage_percent' | 'deaths' | 'elo_change' | 'expected_score' | 'impact' | 'k_factor' | 'kda' | 'kills' | 'map_losses' | 'map_wins' | 'match_created_at' | 'match_id' | 'match_result' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_name' | 'player_steam_id' | 'player_team_elo_avg' | 'season_id' | 'series_multiplier' | 'team_avg_kda' | 'type' | 'updated_elo' +export type v_player_elo_select_column = 'actual_score' | 'assists' | 'current_elo' | 'damage' | 'damage_percent' | 'deaths' | 'elo_change' | 'expected_score' | 'impact' | 'k_factor' | 'kda' | 'kills' | 'map_losses' | 'map_wins' | 'match_created_at' | 'match_id' | 'match_result' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_name' | 'player_steam_id' | 'player_team_elo_avg' | 'rating_for_expected' | 'season_id' | 'series_multiplier' | 'team_avg_kda' | 'type' | 'updated_elo' /** select "v_player_elo_aggregate_bool_exp_avg_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_avg_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_avg_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'rating_for_expected' | 'team_avg_kda' /** select "v_player_elo_aggregate_bool_exp_corr_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_corr_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_corr_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'rating_for_expected' | 'team_avg_kda' /** select "v_player_elo_aggregate_bool_exp_covar_samp_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_covar_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_covar_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'rating_for_expected' | 'team_avg_kda' /** select "v_player_elo_aggregate_bool_exp_max_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_max_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_max_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'rating_for_expected' | 'team_avg_kda' /** select "v_player_elo_aggregate_bool_exp_min_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_min_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_min_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'rating_for_expected' | 'team_avg_kda' /** select "v_player_elo_aggregate_bool_exp_stddev_samp_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_stddev_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_stddev_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'rating_for_expected' | 'team_avg_kda' /** select "v_player_elo_aggregate_bool_exp_sum_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_sum_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_sum_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'rating_for_expected' | 'team_avg_kda' /** select "v_player_elo_aggregate_bool_exp_var_samp_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_var_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_var_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'rating_for_expected' | 'team_avg_kda' /** aggregate stddev on columns */ @@ -32383,6 +32400,7 @@ export interface v_player_elo_stddev_fields { performance_multiplier: (Scalars['Float'] | null) player_steam_id: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) updated_elo: (Scalars['Float'] | null) @@ -32410,6 +32428,7 @@ export interface v_player_elo_stddev_pop_fields { performance_multiplier: (Scalars['Float'] | null) player_steam_id: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) updated_elo: (Scalars['Float'] | null) @@ -32437,6 +32456,7 @@ export interface v_player_elo_stddev_samp_fields { performance_multiplier: (Scalars['Float'] | null) player_steam_id: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) updated_elo: (Scalars['Float'] | null) @@ -32464,6 +32484,7 @@ export interface v_player_elo_sum_fields { performance_multiplier: (Scalars['float8'] | null) player_steam_id: (Scalars['bigint'] | null) player_team_elo_avg: (Scalars['float8'] | null) + rating_for_expected: (Scalars['float8'] | null) series_multiplier: (Scalars['Int'] | null) team_avg_kda: (Scalars['float8'] | null) updated_elo: (Scalars['Int'] | null) @@ -32491,6 +32512,7 @@ export interface v_player_elo_var_pop_fields { performance_multiplier: (Scalars['Float'] | null) player_steam_id: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) updated_elo: (Scalars['Float'] | null) @@ -32518,6 +32540,7 @@ export interface v_player_elo_var_samp_fields { performance_multiplier: (Scalars['Float'] | null) player_steam_id: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) updated_elo: (Scalars['Float'] | null) @@ -32545,6 +32568,7 @@ export interface v_player_elo_variance_fields { performance_multiplier: (Scalars['Float'] | null) player_steam_id: (Scalars['Float'] | null) player_team_elo_avg: (Scalars['Float'] | null) + rating_for_expected: (Scalars['Float'] | null) series_multiplier: (Scalars['Float'] | null) team_avg_kda: (Scalars['Float'] | null) updated_elo: (Scalars['Float'] | null) @@ -55543,6 +55567,7 @@ export interface matchesGenqlSelection{ server_region?: boolean | number /** A computed field, executes function "get_match_server_type" */ server_type?: boolean | number + share_code?: boolean | number source?: boolean | number started_at?: boolean | number status?: boolean | number @@ -55674,7 +55699,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),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),winner?: (match_lineups_bool_exp | null),winning_lineup_id?: (uuid_comparison_exp | null)} /** input type for incrementing numeric columns in table "matches" */ @@ -55682,7 +55707,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),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),winner?: (match_lineups_obj_rel_insert_input | null),winning_lineup_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ @@ -55727,6 +55752,7 @@ export interface matches_max_fieldsGenqlSelection{ server_region?: boolean | number /** A computed field, executes function "get_match_server_type" */ server_type?: boolean | number + share_code?: boolean | number source?: boolean | number started_at?: boolean | number /** A computed field, executes function "get_match_tv_connection_string" */ @@ -55738,7 +55764,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),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),winning_lineup_id?: (order_by | null)} /** aggregate min on columns */ @@ -55783,6 +55809,7 @@ export interface matches_min_fieldsGenqlSelection{ server_region?: boolean | number /** A computed field, executes function "get_match_server_type" */ server_type?: boolean | number + share_code?: boolean | number source?: boolean | number started_at?: boolean | number /** A computed field, executes function "get_match_tv_connection_string" */ @@ -55794,7 +55821,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),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),winning_lineup_id?: (order_by | null)} /** response of any mutation on the table "matches" */ @@ -55819,7 +55846,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),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),winner?: (match_lineups_order_by | null),winning_lineup_id?: (order_by | null)} /** primary key columns input for table: matches */ @@ -55827,7 +55854,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),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),winning_lineup_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ @@ -55887,7 +55914,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),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),winning_lineup_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ @@ -60934,36 +60961,16 @@ export interface mutation_rootGenqlSelection{ updates: pending_match_import_players_updates[]} }) /** update data of the table: "pending_match_imports" */ update_pending_match_imports?: (pending_match_imports_mutation_responseGenqlSelection & { __args: { - /** append existing jsonb value of filtered columns with new jsonb value */ - _append?: (pending_match_imports_append_input | null), - /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ - _delete_at_path?: (pending_match_imports_delete_at_path_input | null), - /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */ - _delete_elem?: (pending_match_imports_delete_elem_input | null), - /** delete key/value pair or string element. key/value pairs are matched based on their key value */ - _delete_key?: (pending_match_imports_delete_key_input | null), /** increments the numeric columns with given value of the filtered values */ _inc?: (pending_match_imports_inc_input | null), - /** prepend existing jsonb value of filtered columns with new jsonb value */ - _prepend?: (pending_match_imports_prepend_input | null), /** sets the columns of the filtered rows to the given values */ _set?: (pending_match_imports_set_input | null), /** filter the rows which have to be updated */ where: pending_match_imports_bool_exp} }) /** update single row of the table: "pending_match_imports" */ update_pending_match_imports_by_pk?: (pending_match_importsGenqlSelection & { __args: { - /** append existing jsonb value of filtered columns with new jsonb value */ - _append?: (pending_match_imports_append_input | null), - /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ - _delete_at_path?: (pending_match_imports_delete_at_path_input | null), - /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */ - _delete_elem?: (pending_match_imports_delete_elem_input | null), - /** delete key/value pair or string element. key/value pairs are matched based on their key value */ - _delete_key?: (pending_match_imports_delete_key_input | null), /** increments the numeric columns with given value of the filtered values */ _inc?: (pending_match_imports_inc_input | null), - /** prepend existing jsonb value of filtered columns with new jsonb value */ - _prepend?: (pending_match_imports_prepend_input | null), /** sets the columns of the filtered rows to the given values */ _set?: (pending_match_imports_set_input | null), pk_columns: pending_match_imports_pk_columns_input} }) /** update multiples rows of table: "pending_match_imports" */ @@ -63129,9 +63136,6 @@ export interface pending_match_importsGenqlSelection{ error?: boolean | number map_name?: boolean | number match_start_time?: boolean | number - parties?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number /** An array relationship */ players?: (pending_match_import_playersGenqlSelection & { __args?: { /** distinct select on columns */ @@ -63192,10 +63196,6 @@ export interface pending_match_imports_aggregate_fieldsGenqlSelection{ } -/** append existing jsonb value of filtered columns with new jsonb value */ -export interface pending_match_imports_append_input {parties?: (Scalars['jsonb'] | null)} - - /** aggregate avg on columns */ export interface pending_match_imports_avg_fieldsGenqlSelection{ valve_match_id?: boolean | number @@ -63205,19 +63205,7 @@ export interface pending_match_imports_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "pending_match_imports". All fields are combined with a logical 'AND'. */ -export interface pending_match_imports_bool_exp {_and?: (pending_match_imports_bool_exp[] | null),_not?: (pending_match_imports_bool_exp | null),_or?: (pending_match_imports_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),demo_url?: (String_comparison_exp | null),error?: (String_comparison_exp | null),map_name?: (String_comparison_exp | null),match_start_time?: (timestamptz_comparison_exp | null),parties?: (jsonb_comparison_exp | null),players?: (pending_match_import_players_bool_exp | null),players_aggregate?: (pending_match_import_players_aggregate_bool_exp | null),share_code?: (String_comparison_exp | null),status?: (String_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null),valve_match_id?: (numeric_comparison_exp | null)} - - -/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ -export interface pending_match_imports_delete_at_path_input {parties?: (Scalars['String'][] | null)} - - -/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */ -export interface pending_match_imports_delete_elem_input {parties?: (Scalars['Int'] | null)} - - -/** delete key/value pair or string element. key/value pairs are matched based on their key value */ -export interface pending_match_imports_delete_key_input {parties?: (Scalars['String'] | null)} +export interface pending_match_imports_bool_exp {_and?: (pending_match_imports_bool_exp[] | null),_not?: (pending_match_imports_bool_exp | null),_or?: (pending_match_imports_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),demo_url?: (String_comparison_exp | null),error?: (String_comparison_exp | null),map_name?: (String_comparison_exp | null),match_start_time?: (timestamptz_comparison_exp | null),players?: (pending_match_import_players_bool_exp | null),players_aggregate?: (pending_match_import_players_aggregate_bool_exp | null),share_code?: (String_comparison_exp | null),status?: (String_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null),valve_match_id?: (numeric_comparison_exp | null)} /** input type for incrementing numeric columns in table "pending_match_imports" */ @@ -63225,7 +63213,7 @@ export interface pending_match_imports_inc_input {valve_match_id?: (Scalars['num /** input type for inserting data into table "pending_match_imports" */ -export interface pending_match_imports_insert_input {created_at?: (Scalars['timestamptz'] | null),demo_url?: (Scalars['String'] | null),error?: (Scalars['String'] | null),map_name?: (Scalars['String'] | null),match_start_time?: (Scalars['timestamptz'] | null),parties?: (Scalars['jsonb'] | null),players?: (pending_match_import_players_arr_rel_insert_input | null),share_code?: (Scalars['String'] | null),status?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null),valve_match_id?: (Scalars['numeric'] | null)} +export interface pending_match_imports_insert_input {created_at?: (Scalars['timestamptz'] | null),demo_url?: (Scalars['String'] | null),error?: (Scalars['String'] | null),map_name?: (Scalars['String'] | null),match_start_time?: (Scalars['timestamptz'] | null),players?: (pending_match_import_players_arr_rel_insert_input | null),share_code?: (Scalars['String'] | null),status?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null),valve_match_id?: (Scalars['numeric'] | null)} /** aggregate max on columns */ @@ -63282,19 +63270,15 @@ export interface pending_match_imports_on_conflict {constraint: pending_match_im /** Ordering options when selecting data from "pending_match_imports". */ -export interface pending_match_imports_order_by {created_at?: (order_by | null),demo_url?: (order_by | null),error?: (order_by | null),map_name?: (order_by | null),match_start_time?: (order_by | null),parties?: (order_by | null),players_aggregate?: (pending_match_import_players_aggregate_order_by | null),share_code?: (order_by | null),status?: (order_by | null),updated_at?: (order_by | null),valve_match_id?: (order_by | null)} +export interface pending_match_imports_order_by {created_at?: (order_by | null),demo_url?: (order_by | null),error?: (order_by | null),map_name?: (order_by | null),match_start_time?: (order_by | null),players_aggregate?: (pending_match_import_players_aggregate_order_by | null),share_code?: (order_by | null),status?: (order_by | null),updated_at?: (order_by | null),valve_match_id?: (order_by | null)} /** primary key columns input for table: pending_match_imports */ export interface pending_match_imports_pk_columns_input {valve_match_id: Scalars['numeric']} -/** prepend existing jsonb value of filtered columns with new jsonb value */ -export interface pending_match_imports_prepend_input {parties?: (Scalars['jsonb'] | null)} - - /** input type for updating data in table "pending_match_imports" */ -export interface pending_match_imports_set_input {created_at?: (Scalars['timestamptz'] | null),demo_url?: (Scalars['String'] | null),error?: (Scalars['String'] | null),map_name?: (Scalars['String'] | null),match_start_time?: (Scalars['timestamptz'] | null),parties?: (Scalars['jsonb'] | null),share_code?: (Scalars['String'] | null),status?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null),valve_match_id?: (Scalars['numeric'] | null)} +export interface pending_match_imports_set_input {created_at?: (Scalars['timestamptz'] | null),demo_url?: (Scalars['String'] | null),error?: (Scalars['String'] | null),map_name?: (Scalars['String'] | null),match_start_time?: (Scalars['timestamptz'] | null),share_code?: (Scalars['String'] | null),status?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null),valve_match_id?: (Scalars['numeric'] | null)} /** aggregate stddev on columns */ @@ -63330,7 +63314,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface pending_match_imports_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),demo_url?: (Scalars['String'] | null),error?: (Scalars['String'] | null),map_name?: (Scalars['String'] | null),match_start_time?: (Scalars['timestamptz'] | null),parties?: (Scalars['jsonb'] | null),share_code?: (Scalars['String'] | null),status?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null),valve_match_id?: (Scalars['numeric'] | null)} +export interface pending_match_imports_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),demo_url?: (Scalars['String'] | null),error?: (Scalars['String'] | null),map_name?: (Scalars['String'] | null),match_start_time?: (Scalars['timestamptz'] | null),share_code?: (Scalars['String'] | null),status?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null),valve_match_id?: (Scalars['numeric'] | null)} /** aggregate sum on columns */ @@ -63341,18 +63325,8 @@ export interface pending_match_imports_sum_fieldsGenqlSelection{ } export interface pending_match_imports_updates { -/** append existing jsonb value of filtered columns with new jsonb value */ -_append?: (pending_match_imports_append_input | null), -/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ -_delete_at_path?: (pending_match_imports_delete_at_path_input | null), -/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */ -_delete_elem?: (pending_match_imports_delete_elem_input | null), -/** delete key/value pair or string element. key/value pairs are matched based on their key value */ -_delete_key?: (pending_match_imports_delete_key_input | null), /** increments the numeric columns with given value of the filtered values */ _inc?: (pending_match_imports_inc_input | null), -/** prepend existing jsonb value of filtered columns with new jsonb value */ -_prepend?: (pending_match_imports_prepend_input | null), /** sets the columns of the filtered rows to the given values */ _set?: (pending_match_imports_set_input | null), /** filter the rows which have to be updated */ @@ -65016,6 +64990,7 @@ export interface player_eloGenqlSelection{ /** An object relationship */ player?: playersGenqlSelection player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number /** An object relationship */ season?: seasonsGenqlSelection season_id?: boolean | number @@ -65074,6 +65049,7 @@ export interface player_elo_avg_fieldsGenqlSelection{ opponent_team_elo_avg?: boolean | number performance_multiplier?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number steam_id?: boolean | number team_avg_kda?: boolean | number @@ -65083,15 +65059,15 @@ export interface player_elo_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "player_elo". All fields are combined with a logical 'AND'. */ -export interface player_elo_bool_exp {_and?: (player_elo_bool_exp[] | null),_not?: (player_elo_bool_exp | null),_or?: (player_elo_bool_exp[] | null),actual_score?: (float8_comparison_exp | null),assists?: (Int_comparison_exp | null),change?: (numeric_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current?: (numeric_comparison_exp | null),damage?: (Int_comparison_exp | null),damage_percent?: (float8_comparison_exp | null),deaths?: (Int_comparison_exp | null),expected_score?: (float8_comparison_exp | null),impact?: (numeric_comparison_exp | null),k_factor?: (Int_comparison_exp | null),kda?: (float8_comparison_exp | null),kills?: (Int_comparison_exp | null),map_losses?: (Int_comparison_exp | null),map_wins?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),opponent_team_elo_avg?: (float8_comparison_exp | null),performance_multiplier?: (float8_comparison_exp | null),player?: (players_bool_exp | null),player_team_elo_avg?: (float8_comparison_exp | null),season?: (seasons_bool_exp | null),season_id?: (uuid_comparison_exp | null),series_multiplier?: (Int_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),team_avg_kda?: (float8_comparison_exp | null),type?: (e_match_types_enum_comparison_exp | null)} +export interface player_elo_bool_exp {_and?: (player_elo_bool_exp[] | null),_not?: (player_elo_bool_exp | null),_or?: (player_elo_bool_exp[] | null),actual_score?: (float8_comparison_exp | null),assists?: (Int_comparison_exp | null),change?: (numeric_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current?: (numeric_comparison_exp | null),damage?: (Int_comparison_exp | null),damage_percent?: (float8_comparison_exp | null),deaths?: (Int_comparison_exp | null),expected_score?: (float8_comparison_exp | null),impact?: (numeric_comparison_exp | null),k_factor?: (Int_comparison_exp | null),kda?: (float8_comparison_exp | null),kills?: (Int_comparison_exp | null),map_losses?: (Int_comparison_exp | null),map_wins?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),opponent_team_elo_avg?: (float8_comparison_exp | null),performance_multiplier?: (float8_comparison_exp | null),player?: (players_bool_exp | null),player_team_elo_avg?: (float8_comparison_exp | null),rating_for_expected?: (float8_comparison_exp | null),season?: (seasons_bool_exp | null),season_id?: (uuid_comparison_exp | null),series_multiplier?: (Int_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),team_avg_kda?: (float8_comparison_exp | null),type?: (e_match_types_enum_comparison_exp | null)} /** input type for incrementing numeric columns in table "player_elo" */ -export interface player_elo_inc_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),change?: (Scalars['numeric'] | null),current?: (Scalars['numeric'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['numeric'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_team_elo_avg?: (Scalars['float8'] | null),series_multiplier?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null),team_avg_kda?: (Scalars['float8'] | null)} +export interface player_elo_inc_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),change?: (Scalars['numeric'] | null),current?: (Scalars['numeric'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['numeric'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_team_elo_avg?: (Scalars['float8'] | null),rating_for_expected?: (Scalars['float8'] | null),series_multiplier?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null),team_avg_kda?: (Scalars['float8'] | null)} /** input type for inserting data into table "player_elo" */ -export interface player_elo_insert_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),change?: (Scalars['numeric'] | null),created_at?: (Scalars['timestamptz'] | null),current?: (Scalars['numeric'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['numeric'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player?: (players_obj_rel_insert_input | null),player_team_elo_avg?: (Scalars['float8'] | null),season?: (seasons_obj_rel_insert_input | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (e_match_types_enum | null)} +export interface player_elo_insert_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),change?: (Scalars['numeric'] | null),created_at?: (Scalars['timestamptz'] | null),current?: (Scalars['numeric'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['numeric'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player?: (players_obj_rel_insert_input | null),player_team_elo_avg?: (Scalars['float8'] | null),rating_for_expected?: (Scalars['float8'] | null),season?: (seasons_obj_rel_insert_input | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (e_match_types_enum | null)} /** aggregate max on columns */ @@ -65115,6 +65091,7 @@ export interface player_elo_max_fieldsGenqlSelection{ opponent_team_elo_avg?: boolean | number performance_multiplier?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number season_id?: boolean | number series_multiplier?: boolean | number steam_id?: boolean | number @@ -65145,6 +65122,7 @@ export interface player_elo_min_fieldsGenqlSelection{ opponent_team_elo_avg?: boolean | number performance_multiplier?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number season_id?: boolean | number series_multiplier?: boolean | number steam_id?: boolean | number @@ -65170,7 +65148,7 @@ export interface player_elo_on_conflict {constraint: player_elo_constraint,updat /** Ordering options when selecting data from "player_elo". */ -export interface player_elo_order_by {actual_score?: (order_by | null),assists?: (order_by | null),change?: (order_by | null),created_at?: (order_by | null),current?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player?: (players_order_by | null),player_team_elo_avg?: (order_by | null),season?: (seasons_order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),steam_id?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null)} +export interface player_elo_order_by {actual_score?: (order_by | null),assists?: (order_by | null),change?: (order_by | null),created_at?: (order_by | null),current?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player?: (players_order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),season?: (seasons_order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),steam_id?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null)} /** primary key columns input for table: player_elo */ @@ -65178,7 +65156,7 @@ export interface player_elo_pk_columns_input {match_id: Scalars['uuid'],steam_id /** input type for updating data in table "player_elo" */ -export interface player_elo_set_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),change?: (Scalars['numeric'] | null),created_at?: (Scalars['timestamptz'] | null),current?: (Scalars['numeric'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['numeric'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_team_elo_avg?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (e_match_types_enum | null)} +export interface player_elo_set_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),change?: (Scalars['numeric'] | null),created_at?: (Scalars['timestamptz'] | null),current?: (Scalars['numeric'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['numeric'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_team_elo_avg?: (Scalars['float8'] | null),rating_for_expected?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (e_match_types_enum | null)} /** aggregate stddev on columns */ @@ -65200,6 +65178,7 @@ export interface player_elo_stddev_fieldsGenqlSelection{ opponent_team_elo_avg?: boolean | number performance_multiplier?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number steam_id?: boolean | number team_avg_kda?: boolean | number @@ -65227,6 +65206,7 @@ export interface player_elo_stddev_pop_fieldsGenqlSelection{ opponent_team_elo_avg?: boolean | number performance_multiplier?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number steam_id?: boolean | number team_avg_kda?: boolean | number @@ -65254,6 +65234,7 @@ export interface player_elo_stddev_samp_fieldsGenqlSelection{ opponent_team_elo_avg?: boolean | number performance_multiplier?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number steam_id?: boolean | number team_avg_kda?: boolean | number @@ -65271,7 +65252,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface player_elo_stream_cursor_value_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),change?: (Scalars['numeric'] | null),created_at?: (Scalars['timestamptz'] | null),current?: (Scalars['numeric'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['numeric'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_team_elo_avg?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (e_match_types_enum | null)} +export interface player_elo_stream_cursor_value_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),change?: (Scalars['numeric'] | null),created_at?: (Scalars['timestamptz'] | null),current?: (Scalars['numeric'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['numeric'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_team_elo_avg?: (Scalars['float8'] | null),rating_for_expected?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (e_match_types_enum | null)} /** aggregate sum on columns */ @@ -65293,6 +65274,7 @@ export interface player_elo_sum_fieldsGenqlSelection{ opponent_team_elo_avg?: boolean | number performance_multiplier?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number steam_id?: boolean | number team_avg_kda?: boolean | number @@ -65328,6 +65310,7 @@ export interface player_elo_var_pop_fieldsGenqlSelection{ opponent_team_elo_avg?: boolean | number performance_multiplier?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number steam_id?: boolean | number team_avg_kda?: boolean | number @@ -65355,6 +65338,7 @@ export interface player_elo_var_samp_fieldsGenqlSelection{ opponent_team_elo_avg?: boolean | number performance_multiplier?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number steam_id?: boolean | number team_avg_kda?: boolean | number @@ -65382,6 +65366,7 @@ export interface player_elo_variance_fieldsGenqlSelection{ opponent_team_elo_avg?: boolean | number performance_multiplier?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number steam_id?: boolean | number team_avg_kda?: boolean | number @@ -95679,6 +95664,7 @@ export interface v_player_eloGenqlSelection{ player_name?: boolean | number player_steam_id?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number season_id?: boolean | number series_multiplier?: boolean | number team_avg_kda?: boolean | number @@ -95768,6 +95754,7 @@ export interface v_player_elo_avg_fieldsGenqlSelection{ performance_multiplier?: boolean | number player_steam_id?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number team_avg_kda?: boolean | number updated_elo?: boolean | number @@ -95777,15 +95764,15 @@ export interface v_player_elo_avg_fieldsGenqlSelection{ /** order by avg() on columns of table "v_player_elo" */ -export interface v_player_elo_avg_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} +export interface v_player_elo_avg_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} /** Boolean expression to filter rows from the table "v_player_elo". All fields are combined with a logical 'AND'. */ -export interface v_player_elo_bool_exp {_and?: (v_player_elo_bool_exp[] | null),_not?: (v_player_elo_bool_exp | null),_or?: (v_player_elo_bool_exp[] | null),actual_score?: (float8_comparison_exp | null),assists?: (Int_comparison_exp | null),current_elo?: (Int_comparison_exp | null),damage?: (Int_comparison_exp | null),damage_percent?: (float8_comparison_exp | null),deaths?: (Int_comparison_exp | null),elo_change?: (Int_comparison_exp | null),expected_score?: (float8_comparison_exp | null),impact?: (float8_comparison_exp | null),k_factor?: (Int_comparison_exp | null),kda?: (float8_comparison_exp | null),kills?: (Int_comparison_exp | null),map_losses?: (Int_comparison_exp | null),map_wins?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_created_at?: (timestamptz_comparison_exp | null),match_id?: (uuid_comparison_exp | null),match_result?: (String_comparison_exp | null),opponent_team_elo_avg?: (float8_comparison_exp | null),performance_multiplier?: (float8_comparison_exp | null),player_name?: (String_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),player_team_elo_avg?: (float8_comparison_exp | null),season_id?: (uuid_comparison_exp | null),series_multiplier?: (Int_comparison_exp | null),team_avg_kda?: (float8_comparison_exp | null),type?: (String_comparison_exp | null),updated_elo?: (Int_comparison_exp | null)} +export interface v_player_elo_bool_exp {_and?: (v_player_elo_bool_exp[] | null),_not?: (v_player_elo_bool_exp | null),_or?: (v_player_elo_bool_exp[] | null),actual_score?: (float8_comparison_exp | null),assists?: (Int_comparison_exp | null),current_elo?: (Int_comparison_exp | null),damage?: (Int_comparison_exp | null),damage_percent?: (float8_comparison_exp | null),deaths?: (Int_comparison_exp | null),elo_change?: (Int_comparison_exp | null),expected_score?: (float8_comparison_exp | null),impact?: (float8_comparison_exp | null),k_factor?: (Int_comparison_exp | null),kda?: (float8_comparison_exp | null),kills?: (Int_comparison_exp | null),map_losses?: (Int_comparison_exp | null),map_wins?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_created_at?: (timestamptz_comparison_exp | null),match_id?: (uuid_comparison_exp | null),match_result?: (String_comparison_exp | null),opponent_team_elo_avg?: (float8_comparison_exp | null),performance_multiplier?: (float8_comparison_exp | null),player_name?: (String_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),player_team_elo_avg?: (float8_comparison_exp | null),rating_for_expected?: (float8_comparison_exp | null),season_id?: (uuid_comparison_exp | null),series_multiplier?: (Int_comparison_exp | null),team_avg_kda?: (float8_comparison_exp | null),type?: (String_comparison_exp | null),updated_elo?: (Int_comparison_exp | null)} /** input type for inserting data into table "v_player_elo" */ -export interface v_player_elo_insert_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),current_elo?: (Scalars['Int'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),elo_change?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['float8'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match?: (matches_obj_rel_insert_input | null),match_created_at?: (Scalars['timestamptz'] | null),match_id?: (Scalars['uuid'] | null),match_result?: (Scalars['String'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),player_team_elo_avg?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (Scalars['String'] | null),updated_elo?: (Scalars['Int'] | null)} +export interface v_player_elo_insert_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),current_elo?: (Scalars['Int'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),elo_change?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['float8'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match?: (matches_obj_rel_insert_input | null),match_created_at?: (Scalars['timestamptz'] | null),match_id?: (Scalars['uuid'] | null),match_result?: (Scalars['String'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),player_team_elo_avg?: (Scalars['float8'] | null),rating_for_expected?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (Scalars['String'] | null),updated_elo?: (Scalars['Int'] | null)} /** aggregate max on columns */ @@ -95812,6 +95799,7 @@ export interface v_player_elo_max_fieldsGenqlSelection{ player_name?: boolean | number player_steam_id?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number season_id?: boolean | number series_multiplier?: boolean | number team_avg_kda?: boolean | number @@ -95823,7 +95811,7 @@ export interface v_player_elo_max_fieldsGenqlSelection{ /** order by max() on columns of table "v_player_elo" */ -export interface v_player_elo_max_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} +export interface v_player_elo_max_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} /** aggregate min on columns */ @@ -95850,6 +95838,7 @@ export interface v_player_elo_min_fieldsGenqlSelection{ player_name?: boolean | number player_steam_id?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number season_id?: boolean | number series_multiplier?: boolean | number team_avg_kda?: boolean | number @@ -95861,11 +95850,11 @@ export interface v_player_elo_min_fieldsGenqlSelection{ /** order by min() on columns of table "v_player_elo" */ -export interface v_player_elo_min_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} +export interface v_player_elo_min_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} /** Ordering options when selecting data from "v_player_elo". */ -export interface v_player_elo_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match?: (matches_order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} +export interface v_player_elo_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match?: (matches_order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} /** aggregate stddev on columns */ @@ -95888,6 +95877,7 @@ export interface v_player_elo_stddev_fieldsGenqlSelection{ performance_multiplier?: boolean | number player_steam_id?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number team_avg_kda?: boolean | number updated_elo?: boolean | number @@ -95897,7 +95887,7 @@ export interface v_player_elo_stddev_fieldsGenqlSelection{ /** order by stddev() on columns of table "v_player_elo" */ -export interface v_player_elo_stddev_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} +export interface v_player_elo_stddev_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} /** aggregate stddev_pop on columns */ @@ -95920,6 +95910,7 @@ export interface v_player_elo_stddev_pop_fieldsGenqlSelection{ performance_multiplier?: boolean | number player_steam_id?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number team_avg_kda?: boolean | number updated_elo?: boolean | number @@ -95929,7 +95920,7 @@ export interface v_player_elo_stddev_pop_fieldsGenqlSelection{ /** order by stddev_pop() on columns of table "v_player_elo" */ -export interface v_player_elo_stddev_pop_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} +export interface v_player_elo_stddev_pop_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} /** aggregate stddev_samp on columns */ @@ -95952,6 +95943,7 @@ export interface v_player_elo_stddev_samp_fieldsGenqlSelection{ performance_multiplier?: boolean | number player_steam_id?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number team_avg_kda?: boolean | number updated_elo?: boolean | number @@ -95961,7 +95953,7 @@ export interface v_player_elo_stddev_samp_fieldsGenqlSelection{ /** order by stddev_samp() on columns of table "v_player_elo" */ -export interface v_player_elo_stddev_samp_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} +export interface v_player_elo_stddev_samp_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} /** Streaming cursor of the table "v_player_elo" */ @@ -95973,7 +95965,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_elo_stream_cursor_value_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),current_elo?: (Scalars['Int'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),elo_change?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['float8'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match_created_at?: (Scalars['timestamptz'] | null),match_id?: (Scalars['uuid'] | null),match_result?: (Scalars['String'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),player_team_elo_avg?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (Scalars['String'] | null),updated_elo?: (Scalars['Int'] | null)} +export interface v_player_elo_stream_cursor_value_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),current_elo?: (Scalars['Int'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),elo_change?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['float8'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match_created_at?: (Scalars['timestamptz'] | null),match_id?: (Scalars['uuid'] | null),match_result?: (Scalars['String'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),player_team_elo_avg?: (Scalars['float8'] | null),rating_for_expected?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (Scalars['String'] | null),updated_elo?: (Scalars['Int'] | null)} /** aggregate sum on columns */ @@ -95996,6 +95988,7 @@ export interface v_player_elo_sum_fieldsGenqlSelection{ performance_multiplier?: boolean | number player_steam_id?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number team_avg_kda?: boolean | number updated_elo?: boolean | number @@ -96005,7 +95998,7 @@ export interface v_player_elo_sum_fieldsGenqlSelection{ /** order by sum() on columns of table "v_player_elo" */ -export interface v_player_elo_sum_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} +export interface v_player_elo_sum_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} /** aggregate var_pop on columns */ @@ -96028,6 +96021,7 @@ export interface v_player_elo_var_pop_fieldsGenqlSelection{ performance_multiplier?: boolean | number player_steam_id?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number team_avg_kda?: boolean | number updated_elo?: boolean | number @@ -96037,7 +96031,7 @@ export interface v_player_elo_var_pop_fieldsGenqlSelection{ /** order by var_pop() on columns of table "v_player_elo" */ -export interface v_player_elo_var_pop_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} +export interface v_player_elo_var_pop_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} /** aggregate var_samp on columns */ @@ -96060,6 +96054,7 @@ export interface v_player_elo_var_samp_fieldsGenqlSelection{ performance_multiplier?: boolean | number player_steam_id?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number team_avg_kda?: boolean | number updated_elo?: boolean | number @@ -96069,7 +96064,7 @@ export interface v_player_elo_var_samp_fieldsGenqlSelection{ /** order by var_samp() on columns of table "v_player_elo" */ -export interface v_player_elo_var_samp_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} +export interface v_player_elo_var_samp_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} /** aggregate variance on columns */ @@ -96092,6 +96087,7 @@ export interface v_player_elo_variance_fieldsGenqlSelection{ performance_multiplier?: boolean | number player_steam_id?: boolean | number player_team_elo_avg?: boolean | number + rating_for_expected?: boolean | number series_multiplier?: boolean | number team_avg_kda?: boolean | number updated_elo?: boolean | number @@ -96101,7 +96097,7 @@ export interface v_player_elo_variance_fieldsGenqlSelection{ /** order by variance() on columns of table "v_player_elo" */ -export interface v_player_elo_variance_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} +export interface v_player_elo_variance_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),rating_for_expected?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} /** columns and relationships of "v_player_map_losses" */ @@ -120450,6 +120446,7 @@ export const enumMatchesSelectColumn = { scheduled_at: 'scheduled_at' as const, server_error: 'server_error' as const, server_id: 'server_id' as const, + share_code: 'share_code' as const, source: 'source' as const, started_at: 'started_at' as const, status: 'status' as const, @@ -120472,6 +120469,7 @@ export const enumMatchesUpdateColumn = { scheduled_at: 'scheduled_at' as const, server_error: 'server_error' as const, server_id: 'server_id' as const, + share_code: 'share_code' as const, source: 'source' as const, started_at: 'started_at' as const, status: 'status' as const, @@ -120655,7 +120653,6 @@ export const enumPendingMatchImportsSelectColumn = { error: 'error' as const, map_name: 'map_name' as const, match_start_time: 'match_start_time' as const, - parties: 'parties' as const, share_code: 'share_code' as const, status: 'status' as const, updated_at: 'updated_at' as const, @@ -120668,7 +120665,6 @@ export const enumPendingMatchImportsUpdateColumn = { error: 'error' as const, map_name: 'map_name' as const, match_start_time: 'match_start_time' as const, - parties: 'parties' as const, share_code: 'share_code' as const, status: 'status' as const, updated_at: 'updated_at' as const, @@ -120886,6 +120882,7 @@ export const enumPlayerEloSelectColumn = { opponent_team_elo_avg: 'opponent_team_elo_avg' as const, performance_multiplier: 'performance_multiplier' as const, player_team_elo_avg: 'player_team_elo_avg' as const, + rating_for_expected: 'rating_for_expected' as const, season_id: 'season_id' as const, series_multiplier: 'series_multiplier' as const, steam_id: 'steam_id' as const, @@ -120913,6 +120910,7 @@ export const enumPlayerEloUpdateColumn = { opponent_team_elo_avg: 'opponent_team_elo_avg' as const, performance_multiplier: 'performance_multiplier' as const, player_team_elo_avg: 'player_team_elo_avg' as const, + rating_for_expected: 'rating_for_expected' as const, season_id: 'season_id' as const, series_multiplier: 'series_multiplier' as const, steam_id: 'steam_id' as const, @@ -122944,6 +122942,7 @@ export const enumVPlayerEloSelectColumn = { player_name: 'player_name' as const, player_steam_id: 'player_steam_id' as const, player_team_elo_avg: 'player_team_elo_avg' as const, + rating_for_expected: 'rating_for_expected' as const, season_id: 'season_id' as const, series_multiplier: 'series_multiplier' as const, team_avg_kda: 'team_avg_kda' as const, @@ -122960,6 +122959,7 @@ export const enumVPlayerEloSelectColumnVPlayerEloAggregateBoolExpAvgArgumentsCol opponent_team_elo_avg: 'opponent_team_elo_avg' as const, performance_multiplier: 'performance_multiplier' as const, player_team_elo_avg: 'player_team_elo_avg' as const, + rating_for_expected: 'rating_for_expected' as const, team_avg_kda: 'team_avg_kda' as const } @@ -122972,6 +122972,7 @@ export const enumVPlayerEloSelectColumnVPlayerEloAggregateBoolExpCorrArgumentsCo opponent_team_elo_avg: 'opponent_team_elo_avg' as const, performance_multiplier: 'performance_multiplier' as const, player_team_elo_avg: 'player_team_elo_avg' as const, + rating_for_expected: 'rating_for_expected' as const, team_avg_kda: 'team_avg_kda' as const } @@ -122984,6 +122985,7 @@ export const enumVPlayerEloSelectColumnVPlayerEloAggregateBoolExpCovarSampArgume opponent_team_elo_avg: 'opponent_team_elo_avg' as const, performance_multiplier: 'performance_multiplier' as const, player_team_elo_avg: 'player_team_elo_avg' as const, + rating_for_expected: 'rating_for_expected' as const, team_avg_kda: 'team_avg_kda' as const } @@ -122996,6 +122998,7 @@ export const enumVPlayerEloSelectColumnVPlayerEloAggregateBoolExpMaxArgumentsCol opponent_team_elo_avg: 'opponent_team_elo_avg' as const, performance_multiplier: 'performance_multiplier' as const, player_team_elo_avg: 'player_team_elo_avg' as const, + rating_for_expected: 'rating_for_expected' as const, team_avg_kda: 'team_avg_kda' as const } @@ -123008,6 +123011,7 @@ export const enumVPlayerEloSelectColumnVPlayerEloAggregateBoolExpMinArgumentsCol opponent_team_elo_avg: 'opponent_team_elo_avg' as const, performance_multiplier: 'performance_multiplier' as const, player_team_elo_avg: 'player_team_elo_avg' as const, + rating_for_expected: 'rating_for_expected' as const, team_avg_kda: 'team_avg_kda' as const } @@ -123020,6 +123024,7 @@ export const enumVPlayerEloSelectColumnVPlayerEloAggregateBoolExpStddevSampArgum opponent_team_elo_avg: 'opponent_team_elo_avg' as const, performance_multiplier: 'performance_multiplier' as const, player_team_elo_avg: 'player_team_elo_avg' as const, + rating_for_expected: 'rating_for_expected' as const, team_avg_kda: 'team_avg_kda' as const } @@ -123032,6 +123037,7 @@ export const enumVPlayerEloSelectColumnVPlayerEloAggregateBoolExpSumArgumentsCol opponent_team_elo_avg: 'opponent_team_elo_avg' as const, performance_multiplier: 'performance_multiplier' as const, player_team_elo_avg: 'player_team_elo_avg' as const, + rating_for_expected: 'rating_for_expected' as const, team_avg_kda: 'team_avg_kda' as const } @@ -123044,6 +123050,7 @@ export const enumVPlayerEloSelectColumnVPlayerEloAggregateBoolExpVarSampArgument opponent_team_elo_avg: 'opponent_team_elo_avg' as const, performance_multiplier: 'performance_multiplier' as const, player_team_elo_avg: 'player_team_elo_avg' as const, + rating_for_expected: 'rating_for_expected' as const, team_avg_kda: 'team_avg_kda' as const } diff --git a/generated/types.ts b/generated/types.ts index 9c37d0a2..83510c16 100644 --- a/generated/types.ts +++ b/generated/types.ts @@ -382,289 +382,289 @@ export default { 2982, 2993, 3005, - 3019, - 3033, - 3041, - 3051, - 3060, - 3068, - 3083, - 3094, - 3106, - 3126, - 3137, - 3138, - 3139, - 3151, - 3167, - 3187, - 3198, - 3210, - 3223, - 3232, - 3240, - 3255, - 3266, - 3278, - 3298, - 3309, - 3310, - 3311, - 3323, - 3353, - 3364, - 3376, - 3384, - 3395, - 3396, - 3397, - 3409, - 3428, - 3450, - 3461, - 3473, - 3489, - 3515, - 3542, - 3553, - 3565, - 3581, - 3601, - 3612, - 3624, - 3642, - 3653, - 3665, - 3693, + 3018, + 3028, + 3036, + 3046, + 3055, + 3063, + 3078, + 3089, + 3101, + 3121, + 3132, + 3133, + 3134, + 3146, + 3162, + 3182, + 3193, + 3205, + 3218, + 3227, + 3235, + 3250, + 3261, + 3273, + 3293, + 3304, + 3305, + 3306, + 3318, + 3348, + 3359, + 3371, + 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, 3707, - 3708, - 3709, - 3710, - 3711, - 3712, - 3724, - 3737, - 3747, - 3755, - 3766, - 3779, - 3787, - 3797, - 3806, - 3814, - 3829, - 3840, - 3852, - 3870, - 3881, - 3893, - 3917, - 3939, - 3949, - 3957, - 3967, - 3976, - 3984, - 3998, - 4008, - 4016, - 4026, - 4035, - 4043, - 4060, - 4072, - 4073, - 4074, - 4086, - 4098, - 4106, - 4110, - 4112, - 4122, - 4132, - 4136, - 4143, - 4153, - 4161, - 4171, - 4180, - 4188, - 4203, - 4214, - 4226, - 4246, - 4257, - 4258, - 4259, - 4271, - 4284, - 4293, - 4301, - 4316, - 4326, + 3719, + 3732, + 3742, + 3750, + 3761, + 3774, + 3782, + 3792, + 3801, + 3809, + 3824, + 3835, + 3847, + 3865, + 3876, + 3888, + 3912, + 3934, + 3944, + 3952, + 3962, + 3971, + 3979, + 3993, + 4003, + 4011, + 4021, + 4030, + 4038, + 4055, + 4067, + 4068, + 4069, + 4081, + 4093, + 4101, + 4105, + 4107, + 4117, + 4127, + 4131, + 4138, + 4148, + 4156, + 4166, + 4175, + 4183, + 4198, + 4209, + 4221, + 4241, + 4252, + 4253, + 4254, + 4266, + 4279, + 4288, + 4296, + 4311, + 4321, + 4322, + 4323, 4327, - 4328, - 4332, - 4344, - 4355, - 4367, - 4387, - 4399, - 4400, - 4401, - 4413, - 4426, - 4436, - 4444, - 4454, - 4463, - 4471, - 4488, - 4500, - 4501, - 4502, - 4514, - 4522, - 4523, - 4535, - 4547, - 4559, - 4579, - 4591, - 4592, - 4593, - 4605, - 4621, - 4631, - 4635, - 4645, - 4655, - 4659, - 4671, - 4682, - 4694, - 4712, - 4723, - 4735, - 4753, - 4764, - 4776, - 4797, - 4813, - 4814, - 4815, - 4827, - 4845, - 4856, - 4868, - 4886, - 4897, - 4909, - 4927, - 4939, - 4951, - 4981, + 4339, + 4350, + 4362, + 4382, + 4394, + 4395, + 4396, + 4408, + 4421, + 4431, + 4439, + 4449, + 4458, + 4466, + 4483, + 4495, + 4496, + 4497, + 4509, + 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, 4996, 4997, 4998, - 4999, - 5000, - 5001, - 5002, - 5003, - 5015, - 5023, + 5010, + 5018, + 5047, + 5048, + 5049, + 5050, + 5051, 5052, 5053, 5054, 5055, - 5056, - 5057, - 5058, - 5059, - 5060, - 5085, - 5111, + 5080, + 5106, + 5149, + 5150, + 5151, + 5152, + 5153, 5154, 5155, 5156, 5157, - 5158, - 5159, - 5160, - 5161, - 5162, - 5191, - 5219, - 5244, - 5262, - 5280, - 5301, - 5321, - 5347, - 5372, - 5390, + 5186, + 5214, + 5239, + 5257, + 5275, + 5296, + 5316, + 5342, + 5367, + 5385, + 5421, + 5422, + 5423, + 5424, + 5425, 5426, 5427, 5428, 5429, - 5430, - 5431, - 5432, - 5433, - 5434, - 5459, - 5477, - 5495, - 5523, - 5550, - 5568, - 5586, - 5612, - 5637, - 5655, - 5673, - 5700, - 5701, - 5702, - 5715, - 5735, - 5755, - 5785, + 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, 5800, - 5801, - 5802, - 5803, - 5804, - 5805, - 5817, + 5812, + 5846, + 5847, + 5848, + 5849, + 5850, 5851, 5852, 5853, 5854, - 5855, - 5856, - 5857, - 5858, - 5859, + 5897, + 5898, + 5899, + 5900, + 5901, 5902, 5903, 5904, - 5905, - 5906, - 5907, - 5908, - 5909, - 5910 + 5905 ], "types": { "ActiveConnection": { @@ -681,7 +681,7 @@ export default { 80 ], "query_start": [ - 4522 + 4517 ], "state": [ 80 @@ -710,7 +710,7 @@ export default { 80 ], "query_start": [ - 4522 + 4517 ], "state": [ 80 @@ -750,22 +750,22 @@ export default { 80 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 ], "league_season_id": [ - 5023 + 5018 ], "name": [ 80 ], "season_id": [ - 5023 + 5018 ], "silhouette": [ 40 @@ -777,7 +777,7 @@ export default { 80 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ 80 @@ -788,7 +788,7 @@ export default { }, "AwardRecipient": { "award_id": [ - 5023 + 5018 ], "awarded_by_steam_id": [ 80 @@ -797,7 +797,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "note": [ 80 @@ -812,13 +812,13 @@ export default { 80 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -930,7 +930,7 @@ export default { 80 ], "match_map_id": [ - 5023 + 5018 ], "output": [ 8 @@ -990,7 +990,7 @@ export default { }, "CpuStat": { "time": [ - 4522 + 4517 ], "total": [ 257 @@ -1007,7 +1007,7 @@ export default { }, "CreateClipRenderOutput": { "job_id": [ - 5023 + 5018 ], "success": [ 5 @@ -1018,7 +1018,7 @@ export default { }, "CreateDraftGameOutput": { "draftGameId": [ - 5023 + 5018 ], "__typename": [ 80 @@ -1026,7 +1026,7 @@ export default { }, "CreateScheduledMatchOutput": { "matchId": [ - 5023 + 5018 ], "__typename": [ 80 @@ -1182,7 +1182,7 @@ export default { 22 ], "time": [ - 4522 + 4517 ], "__typename": [ 80 @@ -1208,7 +1208,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "mode": [ 80 @@ -1287,7 +1287,7 @@ export default { 5 ], "modified": [ - 4522 + 4517 ], "name": [ 80 @@ -1391,7 +1391,7 @@ export default { 34 ], "time": [ - 4522 + 4517 ], "__typename": [ 80 @@ -1633,7 +1633,7 @@ export default { 80 ], "player": [ - 3934 + 3929 ], "profile_url": [ 80 @@ -1650,7 +1650,7 @@ export default { }, "MemoryStat": { "time": [ - 4522 + 4517 ], "total": [ 257 @@ -1667,7 +1667,7 @@ export default { 51 ], "time": [ - 4522 + 4517 ], "__typename": [ 80 @@ -1687,7 +1687,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "published_at": [ 80 @@ -2445,16 +2445,16 @@ export default { 40 ], "last_analyze": [ - 4522 + 4517 ], "last_autoanalyze": [ - 4522 + 4517 ], "last_autovacuum": [ - 4522 + 4517 ], "last_vacuum": [ - 4522 + 4517 ], "n_dead_tup": [ 40 @@ -2670,7 +2670,7 @@ export default { 80 ], "next_start": [ - 4522 + 4517 ], "__typename": [ 80 @@ -2692,13 +2692,13 @@ export default { }, "TournamentAward": { "award_id": [ - 5023 + 5018 ], "custom_name": [ 80 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 @@ -2710,7 +2710,7 @@ export default { 40 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -2718,7 +2718,7 @@ export default { }, "TournamentMatchResetImpact": { "bracket_id": [ - 5023 + 5018 ], "depth": [ 40 @@ -2727,7 +2727,7 @@ export default { 5 ], "match_id": [ - 5023 + 5018 ], "match_number": [ 40 @@ -2770,10 +2770,10 @@ export default { }, "_map_pool": { "map_id": [ - 5023 + 5018 ], "map_pool_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -2824,10 +2824,10 @@ export default { 103 ], "map_id": [ - 5025 + 5020 ], "map_pool_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -2836,10 +2836,10 @@ export default { "_map_pool_constraint": {}, "_map_pool_insert_input": { "map_id": [ - 5023 + 5018 ], "map_pool_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -2847,10 +2847,10 @@ export default { }, "_map_pool_max_fields": { "map_id": [ - 5023 + 5018 ], "map_pool_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -2858,10 +2858,10 @@ export default { }, "_map_pool_min_fields": { "map_id": [ - 5023 + 5018 ], "map_pool_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -2905,10 +2905,10 @@ export default { }, "_map_pool_pk_columns_input": { "map_id": [ - 5023 + 5018 ], "map_pool_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -2917,10 +2917,10 @@ export default { "_map_pool_select_column": {}, "_map_pool_set_input": { "map_id": [ - 5023 + 5018 ], "map_pool_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -2939,10 +2939,10 @@ export default { }, "_map_pool_stream_cursor_value_input": { "map_id": [ - 5023 + 5018 ], "map_pool_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -2963,10 +2963,10 @@ export default { "_uuid": {}, "abandoned_matches": { "abandoned_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -3134,10 +3134,10 @@ export default { 128 ], "abandoned_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "steam_id": [ 259 @@ -3157,10 +3157,10 @@ export default { }, "abandoned_matches_insert_input": { "abandoned_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -3171,10 +3171,10 @@ export default { }, "abandoned_matches_max_fields": { "abandoned_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -3199,10 +3199,10 @@ export default { }, "abandoned_matches_min_fields": { "abandoned_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -3266,7 +3266,7 @@ export default { }, "abandoned_matches_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -3275,10 +3275,10 @@ export default { "abandoned_matches_select_column": {}, "abandoned_matches_set_input": { "abandoned_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -3348,10 +3348,10 @@ export default { }, "abandoned_matches_stream_cursor_value_input": { "abandoned_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -3441,16 +3441,16 @@ export default { }, "api_keys": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "label": [ 80 ], "last_used_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -3536,16 +3536,16 @@ export default { 164 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "label": [ 82 ], "last_used_at": [ - 4524 + 4519 ], "steam_id": [ 259 @@ -3565,16 +3565,16 @@ export default { }, "api_keys_insert_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "label": [ 80 ], "last_used_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -3585,16 +3585,16 @@ export default { }, "api_keys_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "label": [ 80 ], "last_used_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -3605,16 +3605,16 @@ export default { }, "api_keys_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "label": [ 80 ], "last_used_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -3670,7 +3670,7 @@ export default { }, "api_keys_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -3679,16 +3679,16 @@ export default { "api_keys_select_column": {}, "api_keys_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "label": [ 80 ], "last_used_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -3734,16 +3734,16 @@ export default { }, "api_keys_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "label": [ 80 ], "last_used_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -3801,7 +3801,7 @@ export default { }, "approve_league_season_movements_args": { "_league_season_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -3812,31 +3812,31 @@ export default { 229 ], "award_id": [ - 5023 + 5018 ], "awarded_by": [ - 3934 + 3929 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "event": [ 1661 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season": [ 2045 ], "league_season_id": [ - 5023 + 5018 ], "note": [ 80 @@ -3848,40 +3848,40 @@ export default { 80 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 ], "season": [ - 3993 + 3988 ], "season_id": [ - 5023 + 5018 ], "source": [ 514 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "tournament": [ - 4959 + 4954 ], "tournament_award": [ - 4525 + 4520 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team": [ - 4917 + 4912 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -4061,31 +4061,31 @@ export default { 233 ], "award_id": [ - 5025 + 5020 ], "awarded_by": [ - 3938 + 3933 ], "awarded_by_steam_id": [ 259 ], "created_at": [ - 4524 + 4519 ], "event": [ 1665 ], "event_id": [ - 5025 + 5020 ], "id": [ - 5025 + 5020 ], "league_season": [ 2050 ], "league_season_id": [ - 5025 + 5020 ], "note": [ 82 @@ -4097,40 +4097,40 @@ export default { 82 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 ], "season": [ - 3997 + 3992 ], "season_id": [ - 5025 + 5020 ], "source": [ 515 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "tournament": [ - 4980 + 4975 ], "tournament_award": [ - 4534 + 4529 ], "tournament_id": [ - 5025 + 5020 ], "tournament_team": [ - 4926 + 4921 ], "tournament_team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -4156,31 +4156,31 @@ export default { 240 ], "award_id": [ - 5023 + 5018 ], "awarded_by": [ - 3945 + 3940 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "event": [ 1672 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season": [ 2060 ], "league_season_id": [ - 5023 + 5018 ], "note": [ 80 @@ -4189,40 +4189,40 @@ export default { 40 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 ], "season": [ - 4004 + 3999 ], "season_id": [ - 5023 + 5018 ], "source": [ 514 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "tournament": [ - 4989 + 4984 ], "tournament_award": [ - 4543 + 4538 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team": [ - 4935 + 4930 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -4230,22 +4230,22 @@ export default { }, "award_recipients_max_fields": { "award_id": [ - 5023 + 5018 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "note": [ 80 @@ -4260,16 +4260,16 @@ export default { 257 ], "season_id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -4324,22 +4324,22 @@ export default { }, "award_recipients_min_fields": { "award_id": [ - 5023 + 5018 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "note": [ 80 @@ -4354,16 +4354,16 @@ export default { 257 ], "season_id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -4449,7 +4449,7 @@ export default { 2971 ], "awarded_by": [ - 3947 + 3942 ], "awarded_by_steam_id": [ 2971 @@ -4482,13 +4482,13 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 ], "season": [ - 4006 + 4001 ], "season_id": [ 2971 @@ -4497,22 +4497,22 @@ export default { 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_award": [ - 4545 + 4540 ], "tournament_id": [ 2971 ], "tournament_team": [ - 4937 + 4932 ], "tournament_team_id": [ 2971 @@ -4523,7 +4523,7 @@ export default { }, "award_recipients_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -4532,22 +4532,22 @@ export default { "award_recipients_select_column": {}, "award_recipients_set_input": { "award_id": [ - 5023 + 5018 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "note": [ 80 @@ -4559,19 +4559,19 @@ export default { 257 ], "season_id": [ - 5023 + 5018 ], "source": [ 514 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -4674,22 +4674,22 @@ export default { }, "award_recipients_stream_cursor_value_input": { "award_id": [ - 5023 + 5018 ], "awarded_by_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "note": [ 80 @@ -4704,19 +4704,19 @@ export default { 257 ], "season_id": [ - 5023 + 5018 ], "source": [ 514 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -4854,10 +4854,10 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "created_by": [ - 3934 + 3929 ], "created_by_steam_id": [ 257 @@ -4869,10 +4869,10 @@ export default { 1661 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 @@ -4881,7 +4881,7 @@ export default { 2045 ], "league_season_id": [ - 5023 + 5018 ], "name": [ 80 @@ -4931,10 +4931,10 @@ export default { } ], "season": [ - 3993 + 3988 ], "season_id": [ - 5023 + 5018 ], "silhouette": [ 40 @@ -4946,13 +4946,13 @@ export default { 534 ], "tournament": [ - 4959 + 4954 ], "tournament_configs": [ - 4525, + 4520, { "distinct_on": [ - 4547, + 4542, "[tournament_awards_select_column!]" ], "limit": [ @@ -4962,19 +4962,19 @@ export default { 40 ], "order_by": [ - 4545, + 4540, "[tournament_awards_order_by!]" ], "where": [ - 4534 + 4529 ] } ], "tournament_configs_aggregate": [ - 4526, + 4521, { "distinct_on": [ - 4547, + 4542, "[tournament_awards_select_column!]" ], "limit": [ @@ -4984,19 +4984,19 @@ export default { 40 ], "order_by": [ - 4545, + 4540, "[tournament_awards_order_by!]" ], "where": [ - 4534 + 4529 ] } ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -5085,10 +5085,10 @@ export default { 6 ], "created_at": [ - 4524 + 4519 ], "created_by": [ - 3938 + 3933 ], "created_by_steam_id": [ 259 @@ -5100,10 +5100,10 @@ export default { 1665 ], "event_id": [ - 5025 + 5020 ], "id": [ - 5025 + 5020 ], "image_url": [ 82 @@ -5112,7 +5112,7 @@ export default { 2050 ], "league_season_id": [ - 5025 + 5020 ], "name": [ 82 @@ -5124,10 +5124,10 @@ export default { 190 ], "season": [ - 3997 + 3992 ], "season_id": [ - 5025 + 5020 ], "silhouette": [ 41 @@ -5139,19 +5139,19 @@ export default { 535 ], "tournament": [ - 4980 + 4975 ], "tournament_configs": [ - 4534 + 4529 ], "tournament_configs_aggregate": [ - 4527 + 4522 ], "tournament_id": [ - 5025 + 5020 ], "updated_at": [ - 4524 + 4519 ], "__typename": [ 80 @@ -5174,10 +5174,10 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "created_by": [ - 3945 + 3940 ], "created_by_steam_id": [ 257 @@ -5189,10 +5189,10 @@ export default { 1672 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 @@ -5201,7 +5201,7 @@ export default { 2060 ], "league_season_id": [ - 5023 + 5018 ], "name": [ 80 @@ -5210,10 +5210,10 @@ export default { 194 ], "season": [ - 4004 + 3999 ], "season_id": [ - 5023 + 5018 ], "silhouette": [ 40 @@ -5225,16 +5225,16 @@ export default { 534 ], "tournament": [ - 4989 + 4984 ], "tournament_configs": [ - 4531 + 4526 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -5242,7 +5242,7 @@ export default { }, "awards_max_fields": { "created_at": [ - 4523 + 4518 ], "created_by_steam_id": [ 257 @@ -5251,22 +5251,22 @@ export default { 80 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 ], "league_season_id": [ - 5023 + 5018 ], "name": [ 80 ], "season_id": [ - 5023 + 5018 ], "silhouette": [ 40 @@ -5275,10 +5275,10 @@ export default { 80 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -5286,7 +5286,7 @@ export default { }, "awards_min_fields": { "created_at": [ - 4523 + 4518 ], "created_by_steam_id": [ 257 @@ -5295,22 +5295,22 @@ export default { 80 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 ], "league_season_id": [ - 5023 + 5018 ], "name": [ 80 ], "season_id": [ - 5023 + 5018 ], "silhouette": [ 40 @@ -5319,10 +5319,10 @@ export default { 80 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -5372,7 +5372,7 @@ export default { 2971 ], "created_by": [ - 3947 + 3942 ], "created_by_steam_id": [ 2971 @@ -5405,7 +5405,7 @@ export default { 193 ], "season": [ - 4006 + 4001 ], "season_id": [ 2971 @@ -5420,10 +5420,10 @@ export default { 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_configs_aggregate": [ - 4530 + 4525 ], "tournament_id": [ 2971 @@ -5437,7 +5437,7 @@ export default { }, "awards_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -5449,7 +5449,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "created_by_steam_id": [ 257 @@ -5458,22 +5458,22 @@ export default { 80 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 ], "league_season_id": [ - 5023 + 5018 ], "name": [ 80 ], "season_id": [ - 5023 + 5018 ], "silhouette": [ 40 @@ -5485,10 +5485,10 @@ export default { 534 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -5543,7 +5543,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "created_by_steam_id": [ 257 @@ -5552,22 +5552,22 @@ export default { 80 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 ], "league_season_id": [ - 5023 + 5018 ], "name": [ 80 ], "season_id": [ - 5023 + 5018 ], "silhouette": [ 40 @@ -5579,10 +5579,10 @@ export default { 534 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -5756,10 +5756,10 @@ export default { 2333 ], "clip_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -5771,13 +5771,13 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4523 + 4518 ], "match_map": [ 2624 @@ -5786,10 +5786,10 @@ export default { 2508 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "paused": [ 5 @@ -5823,7 +5823,7 @@ export default { } ], "user": [ - 3934 + 3929 ], "user_steam_id": [ 257 @@ -6057,10 +6057,10 @@ export default { 2342 ], "clip_id": [ - 5025 + 5020 ], "created_at": [ - 4524 + 4519 ], "error_message": [ 82 @@ -6072,13 +6072,13 @@ export default { 82 ], "id": [ - 5025 + 5020 ], "k8s_job_name": [ 82 ], "last_status_at": [ - 4524 + 4519 ], "match_map": [ 2633 @@ -6087,10 +6087,10 @@ export default { 2520 ], "match_map_demo_id": [ - 5025 + 5020 ], "match_map_id": [ - 5025 + 5020 ], "paused": [ 6 @@ -6114,7 +6114,7 @@ export default { 1844 ], "user": [ - 3938 + 3933 ], "user_steam_id": [ 259 @@ -6176,10 +6176,10 @@ export default { 2351 ], "clip_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -6191,13 +6191,13 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4523 + 4518 ], "match_map": [ 2642 @@ -6206,10 +6206,10 @@ export default { 2532 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "paused": [ 5 @@ -6233,7 +6233,7 @@ export default { 1842 ], "user": [ - 3945 + 3940 ], "user_steam_id": [ 257 @@ -6244,10 +6244,10 @@ export default { }, "clip_render_jobs_max_fields": { "clip_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -6256,19 +6256,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4523 + 4518 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "progress": [ 2969 @@ -6338,10 +6338,10 @@ export default { }, "clip_render_jobs_min_fields": { "clip_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -6350,19 +6350,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4523 + 4518 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "progress": [ 2969 @@ -6517,7 +6517,7 @@ export default { 2971 ], "user": [ - 3947 + 3942 ], "user_steam_id": [ 2971 @@ -6528,7 +6528,7 @@ export default { }, "clip_render_jobs_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -6550,10 +6550,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": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -6562,19 +6562,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4523 + 4518 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "paused": [ 5 @@ -6701,10 +6701,10 @@ export default { }, "clip_render_jobs_stream_cursor_value_input": { "clip_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -6713,19 +6713,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_status_at": [ - 4523 + 4518 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "paused": [ 5 @@ -6899,7 +6899,7 @@ export default { }, "clone_league_season_args": { "_league_season_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -6908,7 +6908,7 @@ export default { "cursor_ordering": {}, "custom_pages": { "created_at": [ - 4523 + 4518 ], "deployments": [ 1842, @@ -6928,7 +6928,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_default": [ 5 @@ -6961,7 +6961,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -7052,7 +7052,7 @@ export default { 319 ], "created_at": [ - 4524 + 4519 ], "deployments": [ 1844 @@ -7067,7 +7067,7 @@ export default { 82 ], "id": [ - 5025 + 5020 ], "is_default": [ 6 @@ -7100,7 +7100,7 @@ export default { 82 ], "updated_at": [ - 4524 + 4519 ], "__typename": [ 80 @@ -7141,7 +7141,7 @@ export default { }, "custom_pages_insert_input": { "created_at": [ - 4523 + 4518 ], "deployments": [ 1842 @@ -7156,7 +7156,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_default": [ 5 @@ -7189,7 +7189,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -7197,7 +7197,7 @@ export default { }, "custom_pages_max_fields": { "created_at": [ - 4523 + 4518 ], "exposed_module": [ 80 @@ -7206,7 +7206,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "manifest_url": [ 80 @@ -7233,7 +7233,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -7241,7 +7241,7 @@ export default { }, "custom_pages_min_fields": { "created_at": [ - 4523 + 4518 ], "exposed_module": [ 80 @@ -7250,7 +7250,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "manifest_url": [ 80 @@ -7277,7 +7277,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -7366,7 +7366,7 @@ export default { }, "custom_pages_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -7383,7 +7383,7 @@ export default { "custom_pages_select_column": {}, "custom_pages_set_input": { "created_at": [ - 4523 + 4518 ], "deployments": [ 1842 @@ -7398,7 +7398,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_default": [ 5 @@ -7431,7 +7431,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -7474,7 +7474,7 @@ export default { }, "custom_pages_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "deployments": [ 1842 @@ -7489,7 +7489,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_default": [ 5 @@ -7522,7 +7522,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -7592,10 +7592,10 @@ export default { }, "db_backups": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -7684,10 +7684,10 @@ export default { 350 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "name": [ 82 @@ -7710,10 +7710,10 @@ export default { }, "db_backups_insert_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -7727,10 +7727,10 @@ export default { }, "db_backups_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -7744,10 +7744,10 @@ export default { }, "db_backups_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -7803,7 +7803,7 @@ export default { }, "db_backups_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -7812,10 +7812,10 @@ export default { "db_backups_select_column": {}, "db_backups_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -7864,10 +7864,10 @@ export default { }, "db_backups_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -7931,22 +7931,22 @@ export default { 5 ], "captain": [ - 3934 + 3929 ], "captain_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "draft_game": [ 463 ], "draft_game_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "is_organizer": [ 5 @@ -7955,7 +7955,7 @@ export default { 40 ], "picked": [ - 3934 + 3929 ], "picked_steam_id": [ 257 @@ -8178,22 +8178,22 @@ export default { 6 ], "captain": [ - 3938 + 3933 ], "captain_steam_id": [ 259 ], "created_at": [ - 4524 + 4519 ], "draft_game": [ 474 ], "draft_game_id": [ - 5025 + 5020 ], "id": [ - 5025 + 5020 ], "is_organizer": [ 6 @@ -8202,7 +8202,7 @@ export default { 41 ], "picked": [ - 3938 + 3933 ], "picked_steam_id": [ 259 @@ -8231,28 +8231,28 @@ export default { 5 ], "captain": [ - 3945 + 3940 ], "captain_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "draft_game": [ 483 ], "draft_game_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "lineup": [ 40 ], "picked": [ - 3945 + 3940 ], "picked_steam_id": [ 257 @@ -8266,13 +8266,13 @@ export default { 257 ], "created_at": [ - 4523 + 4518 ], "draft_game_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "lineup": [ 40 @@ -8312,13 +8312,13 @@ export default { 257 ], "created_at": [ - 4523 + 4518 ], "draft_game_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "lineup": [ 40 @@ -8383,7 +8383,7 @@ export default { 2971 ], "captain": [ - 3947 + 3942 ], "captain_steam_id": [ 2971 @@ -8407,7 +8407,7 @@ export default { 2971 ], "picked": [ - 3947 + 3942 ], "picked_steam_id": [ 2971 @@ -8418,7 +8418,7 @@ export default { }, "draft_game_picks_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -8435,13 +8435,13 @@ export default { 257 ], "created_at": [ - 4523 + 4518 ], "draft_game_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "lineup": [ 40 @@ -8556,13 +8556,13 @@ export default { 257 ], "created_at": [ - 4523 + 4518 ], "draft_game_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "lineup": [ 40 @@ -8706,7 +8706,7 @@ export default { 463 ], "draft_game_id": [ - 5023 + 5018 ], "e_draft_game_player_status": [ 632 @@ -8721,7 +8721,7 @@ export default { 5 ], "joined_at": [ - 4523 + 4518 ], "lineup": [ 40 @@ -8730,7 +8730,7 @@ export default { 40 ], "player": [ - 3934 + 3929 ], "status": [ 637 @@ -8962,7 +8962,7 @@ export default { 474 ], "draft_game_id": [ - 5025 + 5020 ], "e_draft_game_player_status": [ 635 @@ -8977,7 +8977,7 @@ export default { 6 ], "joined_at": [ - 4524 + 4519 ], "lineup": [ 41 @@ -8986,7 +8986,7 @@ export default { 41 ], "player": [ - 3938 + 3933 ], "status": [ 638 @@ -9021,7 +9021,7 @@ export default { 483 ], "draft_game_id": [ - 5023 + 5018 ], "e_draft_game_player_status": [ 643 @@ -9033,7 +9033,7 @@ export default { 5 ], "joined_at": [ - 4523 + 4518 ], "lineup": [ 40 @@ -9042,7 +9042,7 @@ export default { 40 ], "player": [ - 3945 + 3940 ], "status": [ 637 @@ -9056,13 +9056,13 @@ export default { }, "draft_game_players_max_fields": { "draft_game_id": [ - 5023 + 5018 ], "elo_snapshot": [ 40 ], "joined_at": [ - 4523 + 4518 ], "lineup": [ 40 @@ -9102,13 +9102,13 @@ export default { }, "draft_game_players_min_fields": { "draft_game_id": [ - 5023 + 5018 ], "elo_snapshot": [ 40 ], "joined_at": [ - 4523 + 4518 ], "lineup": [ 40 @@ -9200,7 +9200,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "status": [ 2971 @@ -9214,7 +9214,7 @@ export default { }, "draft_game_players_pk_columns_input": { "draft_game_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -9228,7 +9228,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": [ - 5023 + 5018 ], "elo_snapshot": [ 40 @@ -9237,7 +9237,7 @@ export default { 5 ], "joined_at": [ - 4523 + 4518 ], "lineup": [ 40 @@ -9370,7 +9370,7 @@ export default { }, "draft_game_players_stream_cursor_value_input": { "draft_game_id": [ - 5023 + 5018 ], "elo_snapshot": [ 40 @@ -9379,7 +9379,7 @@ export default { 5 ], "joined_at": [ - 4523 + 4518 ], "lineup": [ 40 @@ -9559,7 +9559,7 @@ export default { 574 ], "created_at": [ - 4523 + 4518 ], "current_pick_lineup": [ 40 @@ -9583,22 +9583,22 @@ export default { 860 ], "expires_at": [ - 4523 + 4518 ], "host": [ - 3934 + 3929 ], "host_steam_id": [ 257 ], "id": [ - 5023 + 5018 ], "inner_squad": [ 5 ], "invite_code": [ - 5023 + 5018 ], "is_organizer": [ 5 @@ -9607,16 +9607,16 @@ export default { 2285 ], "map_pool_id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_elo": [ 40 @@ -9639,7 +9639,7 @@ export default { } ], "pick_deadline": [ - 4523 + 4518 ], "picks": [ 373, @@ -9736,28 +9736,28 @@ export default { 5 ], "scheduled_at": [ - 4523 + 4518 ], "status": [ 658 ], "team_1": [ - 4476 + 4471 ], "team_1_id": [ - 5023 + 5018 ], "team_2": [ - 4476 + 4471 ], "team_2_id": [ - 5023 + 5018 ], "type": [ 1029 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -9995,7 +9995,7 @@ export default { 575 ], "created_at": [ - 4524 + 4519 ], "current_pick_lineup": [ 41 @@ -10019,22 +10019,22 @@ export default { 863 ], "expires_at": [ - 4524 + 4519 ], "host": [ - 3938 + 3933 ], "host_steam_id": [ 259 ], "id": [ - 5025 + 5020 ], "inner_squad": [ 6 ], "invite_code": [ - 5025 + 5020 ], "is_organizer": [ 6 @@ -10043,16 +10043,16 @@ export default { 2288 ], "map_pool_id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_options_id": [ - 5025 + 5020 ], "max_elo": [ 41 @@ -10070,7 +10070,7 @@ export default { 1844 ], "pick_deadline": [ - 4524 + 4519 ], "picks": [ 384 @@ -10091,28 +10091,28 @@ export default { 6 ], "scheduled_at": [ - 4524 + 4519 ], "status": [ 659 ], "team_1": [ - 4487 + 4482 ], "team_1_id": [ - 5025 + 5020 ], "team_2": [ - 4487 + 4482 ], "team_2_id": [ - 5025 + 5020 ], "type": [ 1030 ], "updated_at": [ - 4524 + 4519 ], "__typename": [ 80 @@ -10150,7 +10150,7 @@ export default { 574 ], "created_at": [ - 4523 + 4518 ], "current_pick_lineup": [ 40 @@ -10174,37 +10174,37 @@ export default { 871 ], "expires_at": [ - 4523 + 4518 ], "host": [ - 3945 + 3940 ], "host_steam_id": [ 257 ], "id": [ - 5023 + 5018 ], "inner_squad": [ 5 ], "invite_code": [ - 5023 + 5018 ], "map_pool": [ 2294 ], "map_pool_id": [ - 5023 + 5018 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_elo": [ 40 @@ -10219,7 +10219,7 @@ export default { 2677 ], "pick_deadline": [ - 4523 + 4518 ], "picks": [ 381 @@ -10234,28 +10234,28 @@ export default { 5 ], "scheduled_at": [ - 4523 + 4518 ], "status": [ 658 ], "team_1": [ - 4496 + 4491 ], "team_1_id": [ - 5023 + 5018 ], "team_2": [ - 4496 + 4491 ], "team_2_id": [ - 5023 + 5018 ], "type": [ 1029 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -10266,31 +10266,31 @@ export default { 40 ], "created_at": [ - 4523 + 4518 ], "current_pick_lineup": [ 40 ], "expires_at": [ - 4523 + 4518 ], "host_steam_id": [ 257 ], "id": [ - 5023 + 5018 ], "invite_code": [ - 5023 + 5018 ], "map_pool_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_elo": [ 40 @@ -10299,22 +10299,22 @@ export default { 40 ], "pick_deadline": [ - 4523 + 4518 ], "regions": [ 80 ], "scheduled_at": [ - 4523 + 4518 ], "team_1_id": [ - 5023 + 5018 ], "team_2_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -10384,31 +10384,31 @@ export default { 40 ], "created_at": [ - 4523 + 4518 ], "current_pick_lineup": [ 40 ], "expires_at": [ - 4523 + 4518 ], "host_steam_id": [ 257 ], "id": [ - 5023 + 5018 ], "invite_code": [ - 5023 + 5018 ], "map_pool_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_elo": [ 40 @@ -10417,22 +10417,22 @@ export default { 40 ], "pick_deadline": [ - 4523 + 4518 ], "regions": [ 80 ], "scheduled_at": [ - 4523 + 4518 ], "team_1_id": [ - 5023 + 5018 ], "team_2_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -10571,7 +10571,7 @@ export default { 2971 ], "host": [ - 3947 + 3942 ], "host_steam_id": [ 2971 @@ -10640,13 +10640,13 @@ export default { 2971 ], "team_1": [ - 4498 + 4493 ], "team_1_id": [ 2971 ], "team_2": [ - 4498 + 4493 ], "team_2_id": [ 2971 @@ -10663,7 +10663,7 @@ export default { }, "draft_games_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -10683,7 +10683,7 @@ export default { 574 ], "created_at": [ - 4523 + 4518 ], "current_pick_lineup": [ 40 @@ -10692,28 +10692,28 @@ export default { 595 ], "expires_at": [ - 4523 + 4518 ], "host_steam_id": [ 257 ], "id": [ - 5023 + 5018 ], "inner_squad": [ 5 ], "invite_code": [ - 5023 + 5018 ], "map_pool_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_elo": [ 40 @@ -10725,7 +10725,7 @@ export default { 616 ], "pick_deadline": [ - 4523 + 4518 ], "regions": [ 80 @@ -10734,22 +10734,22 @@ export default { 5 ], "scheduled_at": [ - 4523 + 4518 ], "status": [ 658 ], "team_1_id": [ - 5023 + 5018 ], "team_2_id": [ - 5023 + 5018 ], "type": [ 1029 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -10897,7 +10897,7 @@ export default { 574 ], "created_at": [ - 4523 + 4518 ], "current_pick_lineup": [ 40 @@ -10906,28 +10906,28 @@ export default { 595 ], "expires_at": [ - 4523 + 4518 ], "host_steam_id": [ 257 ], "id": [ - 5023 + 5018 ], "inner_squad": [ 5 ], "invite_code": [ - 5023 + 5018 ], "map_pool_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_elo": [ 40 @@ -10939,7 +10939,7 @@ export default { 616 ], "pick_deadline": [ - 4523 + 4518 ], "regions": [ 80 @@ -10948,22 +10948,22 @@ export default { 5 ], "scheduled_at": [ - 4523 + 4518 ], "status": [ 658 ], "team_1_id": [ - 5023 + 5018 ], "team_2_id": [ - 5023 + 5018 ], "type": [ 1029 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -17275,10 +17275,10 @@ export default { 80 ], "player_objectives": [ - 3532, + 3527, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -17288,19 +17288,19 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], "player_objectives_aggregate": [ - 3533, + 3528, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -17310,11 +17310,11 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], @@ -17373,10 +17373,10 @@ export default { 82 ], "player_objectives": [ - 3541 + 3536 ], "player_objectives_aggregate": [ - 3534 + 3529 ], "value": [ 82 @@ -17412,7 +17412,7 @@ export default { 80 ], "player_objectives": [ - 3538 + 3533 ], "value": [ 80 @@ -17473,7 +17473,7 @@ export default { 2971 ], "player_objectives_aggregate": [ - 3537 + 3532 ], "value": [ 2971 @@ -18392,10 +18392,10 @@ export default { 80 ], "scrim_requests": [ - 4375, + 4370, { "distinct_on": [ - 4399, + 4394, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -18405,19 +18405,19 @@ export default { 40 ], "order_by": [ - 4397, + 4392, "[team_scrim_requests_order_by!]" ], "where": [ - 4386 + 4381 ] } ], "scrim_requests_aggregate": [ - 4376, + 4371, { "distinct_on": [ - 4399, + 4394, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -18427,11 +18427,11 @@ export default { 40 ], "order_by": [ - 4397, + 4392, "[team_scrim_requests_order_by!]" ], "where": [ - 4386 + 4381 ] } ], @@ -18490,10 +18490,10 @@ export default { 82 ], "scrim_requests": [ - 4386 + 4381 ], "scrim_requests_aggregate": [ - 4377 + 4372 ], "value": [ 82 @@ -18529,7 +18529,7 @@ export default { 80 ], "scrim_requests": [ - 4383 + 4378 ], "value": [ 80 @@ -18590,7 +18590,7 @@ export default { 2971 ], "scrim_requests_aggregate": [ - 4382 + 4377 ], "value": [ 2971 @@ -18658,10 +18658,10 @@ export default { 80 ], "servers": [ - 4048, + 4043, { "distinct_on": [ - 4072, + 4067, "[servers_select_column!]" ], "limit": [ @@ -18671,19 +18671,19 @@ export default { 40 ], "order_by": [ - 4070, + 4065, "[servers_order_by!]" ], "where": [ - 4059 + 4054 ] } ], "servers_aggregate": [ - 4049, + 4044, { "distinct_on": [ - 4072, + 4067, "[servers_select_column!]" ], "limit": [ @@ -18693,11 +18693,11 @@ export default { 40 ], "order_by": [ - 4070, + 4065, "[servers_order_by!]" ], "where": [ - 4059 + 4054 ] } ], @@ -18756,10 +18756,10 @@ export default { 82 ], "servers": [ - 4059 + 4054 ], "servers_aggregate": [ - 4050 + 4045 ], "value": [ 82 @@ -18795,7 +18795,7 @@ export default { 80 ], "servers": [ - 4056 + 4051 ], "value": [ 80 @@ -18856,7 +18856,7 @@ export default { 2971 ], "servers_aggregate": [ - 4055 + 4050 ], "value": [ 2971 @@ -19456,10 +19456,10 @@ export default { 80 ], "team_rosters": [ - 4234, + 4229, { "distinct_on": [ - 4257, + 4252, "[team_roster_select_column!]" ], "limit": [ @@ -19469,19 +19469,19 @@ export default { 40 ], "order_by": [ - 4255, + 4250, "[team_roster_order_by!]" ], "where": [ - 4245 + 4240 ] } ], "team_rosters_aggregate": [ - 4235, + 4230, { "distinct_on": [ - 4257, + 4252, "[team_roster_select_column!]" ], "limit": [ @@ -19491,19 +19491,19 @@ export default { 40 ], "order_by": [ - 4255, + 4250, "[team_roster_order_by!]" ], "where": [ - 4245 + 4240 ] } ], "tournament_team_rosters": [ - 4876, + 4871, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -19513,19 +19513,19 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], "tournament_team_rosters_aggregate": [ - 4877, + 4872, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -19535,11 +19535,11 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], @@ -19598,16 +19598,16 @@ export default { 82 ], "team_rosters": [ - 4245 + 4240 ], "team_rosters_aggregate": [ - 4236 + 4231 ], "tournament_team_rosters": [ - 4885 + 4880 ], "tournament_team_rosters_aggregate": [ - 4878 + 4873 ], "value": [ 82 @@ -19643,10 +19643,10 @@ export default { 80 ], "team_rosters": [ - 4242 + 4237 ], "tournament_team_rosters": [ - 4882 + 4877 ], "value": [ 80 @@ -19718,10 +19718,10 @@ export default { 2971 ], "team_rosters_aggregate": [ - 4241 + 4236 ], "tournament_team_rosters_aggregate": [ - 4881 + 4876 ], "value": [ 2971 @@ -20209,10 +20209,10 @@ export default { 80 ], "tournament_categories": [ - 4613, + 4608, { "distinct_on": [ - 4631, + 4626, "[tournament_categories_select_column!]" ], "limit": [ @@ -20222,19 +20222,19 @@ export default { 40 ], "order_by": [ - 4629, + 4624, "[tournament_categories_order_by!]" ], "where": [ - 4620 + 4615 ] } ], "tournament_categories_aggregate": [ - 4614, + 4609, { "distinct_on": [ - 4631, + 4626, "[tournament_categories_select_column!]" ], "limit": [ @@ -20244,11 +20244,11 @@ export default { 40 ], "order_by": [ - 4629, + 4624, "[tournament_categories_order_by!]" ], "where": [ - 4620 + 4615 ] } ], @@ -20307,10 +20307,10 @@ export default { 82 ], "tournament_categories": [ - 4620 + 4615 ], "tournament_categories_aggregate": [ - 4615 + 4610 ], "value": [ 82 @@ -20346,7 +20346,7 @@ export default { 80 ], "tournament_categories": [ - 4619 + 4614 ], "value": [ 80 @@ -20418,7 +20418,7 @@ export default { 2971 ], "tournament_categories_aggregate": [ - 4618 + 4613 ], "value": [ 2971 @@ -20486,10 +20486,10 @@ export default { 80 ], "tournament_stages": [ - 4784, + 4779, { "distinct_on": [ - 4813, + 4808, "[tournament_stages_select_column!]" ], "limit": [ @@ -20499,19 +20499,19 @@ export default { 40 ], "order_by": [ - 4810, + 4805, "[tournament_stages_order_by!]" ], "where": [ - 4796 + 4791 ] } ], "tournament_stages_aggregate": [ - 4785, + 4780, { "distinct_on": [ - 4813, + 4808, "[tournament_stages_select_column!]" ], "limit": [ @@ -20521,11 +20521,11 @@ export default { 40 ], "order_by": [ - 4810, + 4805, "[tournament_stages_order_by!]" ], "where": [ - 4796 + 4791 ] } ], @@ -20584,10 +20584,10 @@ export default { 82 ], "tournament_stages": [ - 4796 + 4791 ], "tournament_stages_aggregate": [ - 4786 + 4781 ], "value": [ 82 @@ -20623,7 +20623,7 @@ export default { 80 ], "tournament_stages": [ - 4793 + 4788 ], "value": [ 80 @@ -20695,7 +20695,7 @@ export default { 2971 ], "tournament_stages_aggregate": [ - 4791 + 4786 ], "value": [ 2971 @@ -20763,10 +20763,10 @@ export default { 80 ], "tournaments": [ - 4959, + 4954, { "distinct_on": [ - 4993, + 4988, "[tournaments_select_column!]" ], "limit": [ @@ -20776,19 +20776,19 @@ export default { 40 ], "order_by": [ - 4991, + 4986, "[tournaments_order_by!]" ], "where": [ - 4980 + 4975 ] } ], "tournaments_aggregate": [ - 4960, + 4955, { "distinct_on": [ - 4993, + 4988, "[tournaments_select_column!]" ], "limit": [ @@ -20798,11 +20798,11 @@ export default { 40 ], "order_by": [ - 4991, + 4986, "[tournaments_order_by!]" ], "where": [ - 4980 + 4975 ] } ], @@ -20861,10 +20861,10 @@ export default { 82 ], "tournaments": [ - 4980 + 4975 ], "tournaments_aggregate": [ - 4961 + 4956 ], "value": [ 82 @@ -20900,7 +20900,7 @@ export default { 80 ], "tournaments": [ - 4977 + 4972 ], "value": [ 80 @@ -20972,7 +20972,7 @@ export default { 2971 ], "tournaments_aggregate": [ - 4976 + 4971 ], "value": [ 2971 @@ -21040,10 +21040,10 @@ export default { 80 ], "player_utilities": [ - 3860, + 3855, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -21053,19 +21053,19 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], "player_utilities_aggregate": [ - 3861, + 3856, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -21075,11 +21075,11 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], @@ -21138,10 +21138,10 @@ export default { 82 ], "player_utilities": [ - 3869 + 3864 ], "player_utilities_aggregate": [ - 3862 + 3857 ], "value": [ 82 @@ -21177,7 +21177,7 @@ export default { 80 ], "player_utilities": [ - 3866 + 3861 ], "value": [ 80 @@ -21238,7 +21238,7 @@ export default { 2971 ], "player_utilities_aggregate": [ - 3865 + 3860 ], "value": [ 2971 @@ -21779,19 +21779,19 @@ export default { }, "event_match_links": { "created_at": [ - 4523 + 4518 ], "event": [ 1661 ], "event_id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -21842,19 +21842,19 @@ export default { 1433 ], "created_at": [ - 4524 + 4519 ], "event": [ 1665 ], "event_id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -21863,19 +21863,19 @@ export default { "event_match_links_constraint": {}, "event_match_links_insert_input": { "created_at": [ - 4523 + 4518 ], "event": [ 1672 ], "event_id": [ - 5023 + 5018 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -21883,13 +21883,13 @@ export default { }, "event_match_links_max_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -21897,13 +21897,13 @@ export default { }, "event_match_links_min_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -21956,10 +21956,10 @@ export default { }, "event_match_links_pk_columns_input": { "event_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -21968,13 +21968,13 @@ export default { "event_match_links_select_column": {}, "event_match_links_set_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -21993,13 +21993,13 @@ export default { }, "event_match_links_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -22019,13 +22019,13 @@ export default { }, "event_media": { "created_at": [ - 4523 + 4518 ], "event": [ 1661 ], "event_id": [ - 5023 + 5018 ], "external_url": [ 80 @@ -22034,7 +22034,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "mime_type": [ 80 @@ -22093,7 +22093,7 @@ export default { 80 ], "uploader": [ - 3934 + 3929 ], "uploader_steam_id": [ 257 @@ -22267,13 +22267,13 @@ export default { 1457 ], "created_at": [ - 4524 + 4519 ], "event": [ 1665 ], "event_id": [ - 5025 + 5020 ], "external_url": [ 82 @@ -22282,7 +22282,7 @@ export default { 82 ], "id": [ - 5025 + 5020 ], "mime_type": [ 82 @@ -22303,7 +22303,7 @@ export default { 82 ], "uploader": [ - 3938 + 3933 ], "uploader_steam_id": [ 259 @@ -22326,13 +22326,13 @@ export default { }, "event_media_insert_input": { "created_at": [ - 4523 + 4518 ], "event": [ 1672 ], "event_id": [ - 5023 + 5018 ], "external_url": [ 80 @@ -22341,7 +22341,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "mime_type": [ 80 @@ -22359,7 +22359,7 @@ export default { 80 ], "uploader": [ - 3945 + 3940 ], "uploader_steam_id": [ 257 @@ -22370,10 +22370,10 @@ export default { }, "event_media_max_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "external_url": [ 80 @@ -22382,7 +22382,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "mime_type": [ 80 @@ -22440,10 +22440,10 @@ export default { }, "event_media_min_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "external_url": [ 80 @@ -22452,7 +22452,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "mime_type": [ 80 @@ -22579,7 +22579,7 @@ export default { 2971 ], "uploader": [ - 3947 + 3942 ], "uploader_steam_id": [ 2971 @@ -22590,7 +22590,7 @@ export default { }, "event_media_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -22598,16 +22598,16 @@ export default { }, "event_media_players": { "created_at": [ - 4523 + 4518 ], "media": [ 1448 ], "media_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "steam_id": [ 257 @@ -22775,16 +22775,16 @@ export default { 1479 ], "created_at": [ - 4524 + 4519 ], "media": [ 1457 ], "media_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "steam_id": [ 259 @@ -22804,16 +22804,16 @@ export default { }, "event_media_players_insert_input": { "created_at": [ - 4523 + 4518 ], "media": [ 1466 ], "media_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "steam_id": [ 257 @@ -22824,10 +22824,10 @@ export default { }, "event_media_players_max_fields": { "created_at": [ - 4523 + 4518 ], "media_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -22852,10 +22852,10 @@ export default { }, "event_media_players_min_fields": { "created_at": [ - 4523 + 4518 ], "media_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -22914,7 +22914,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "steam_id": [ 2971 @@ -22925,7 +22925,7 @@ export default { }, "event_media_players_pk_columns_input": { "media_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -22937,10 +22937,10 @@ export default { "event_media_players_select_column": {}, "event_media_players_set_input": { "created_at": [ - 4523 + 4518 ], "media_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -23010,10 +23010,10 @@ export default { }, "event_media_players_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "media_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -23104,10 +23104,10 @@ export default { "event_media_select_column": {}, "event_media_set_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "external_url": [ 80 @@ -23116,7 +23116,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "mime_type": [ 80 @@ -23216,10 +23216,10 @@ export default { }, "event_media_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "external_url": [ 80 @@ -23228,7 +23228,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "mime_type": [ 80 @@ -23354,16 +23354,16 @@ export default { }, "event_organizers": { "created_at": [ - 4523 + 4518 ], "event": [ 1661 ], "event_id": [ - 5023 + 5018 ], "organizer": [ - 3934 + 3929 ], "steam_id": [ 257 @@ -23531,16 +23531,16 @@ export default { 1540 ], "created_at": [ - 4524 + 4519 ], "event": [ 1665 ], "event_id": [ - 5025 + 5020 ], "organizer": [ - 3938 + 3933 ], "steam_id": [ 259 @@ -23560,16 +23560,16 @@ export default { }, "event_organizers_insert_input": { "created_at": [ - 4523 + 4518 ], "event": [ 1672 ], "event_id": [ - 5023 + 5018 ], "organizer": [ - 3945 + 3940 ], "steam_id": [ 257 @@ -23580,10 +23580,10 @@ export default { }, "event_organizers_max_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -23608,10 +23608,10 @@ export default { }, "event_organizers_min_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -23670,7 +23670,7 @@ export default { 2971 ], "organizer": [ - 3947 + 3942 ], "steam_id": [ 2971 @@ -23681,7 +23681,7 @@ export default { }, "event_organizers_pk_columns_input": { "event_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -23693,10 +23693,10 @@ export default { "event_organizers_select_column": {}, "event_organizers_set_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -23766,10 +23766,10 @@ export default { }, "event_organizers_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -23859,16 +23859,16 @@ export default { }, "event_players": { "created_at": [ - 4523 + 4518 ], "event": [ 1661 ], "event_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "steam_id": [ 257 @@ -24036,16 +24036,16 @@ export default { 1581 ], "created_at": [ - 4524 + 4519 ], "event": [ 1665 ], "event_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "steam_id": [ 259 @@ -24065,16 +24065,16 @@ export default { }, "event_players_insert_input": { "created_at": [ - 4523 + 4518 ], "event": [ 1672 ], "event_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "steam_id": [ 257 @@ -24085,10 +24085,10 @@ export default { }, "event_players_max_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -24113,10 +24113,10 @@ export default { }, "event_players_min_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -24175,7 +24175,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "steam_id": [ 2971 @@ -24186,7 +24186,7 @@ export default { }, "event_players_pk_columns_input": { "event_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -24198,10 +24198,10 @@ export default { "event_players_select_column": {}, "event_players_set_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -24271,10 +24271,10 @@ export default { }, "event_players_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -24364,19 +24364,19 @@ export default { }, "event_teams": { "created_at": [ - 4523 + 4518 ], "event": [ 1661 ], "event_id": [ - 5023 + 5018 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24477,19 +24477,19 @@ export default { 1620 ], "created_at": [ - 4524 + 4519 ], "event": [ 1665 ], "event_id": [ - 5025 + 5020 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -24498,19 +24498,19 @@ export default { "event_teams_constraint": {}, "event_teams_insert_input": { "created_at": [ - 4523 + 4518 ], "event": [ 1672 ], "event_id": [ - 5023 + 5018 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24518,13 +24518,13 @@ export default { }, "event_teams_max_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24546,13 +24546,13 @@ export default { }, "event_teams_min_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24608,7 +24608,7 @@ export default { 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 @@ -24619,10 +24619,10 @@ export default { }, "event_teams_pk_columns_input": { "event_id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24631,13 +24631,13 @@ export default { "event_teams_select_column": {}, "event_teams_set_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24656,13 +24656,13 @@ export default { }, "event_teams_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24682,19 +24682,19 @@ export default { }, "event_tournaments": { "created_at": [ - 4523 + 4518 ], "event": [ 1661 ], "event_id": [ - 5023 + 5018 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24795,19 +24795,19 @@ export default { 1644 ], "created_at": [ - 4524 + 4519 ], "event": [ 1665 ], "event_id": [ - 5025 + 5020 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -24816,19 +24816,19 @@ export default { "event_tournaments_constraint": {}, "event_tournaments_insert_input": { "created_at": [ - 4523 + 4518 ], "event": [ 1672 ], "event_id": [ - 5023 + 5018 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24836,13 +24836,13 @@ export default { }, "event_tournaments_max_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24864,13 +24864,13 @@ export default { }, "event_tournaments_min_fields": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24926,7 +24926,7 @@ export default { 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -24937,10 +24937,10 @@ export default { }, "event_tournaments_pk_columns_input": { "event_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24949,13 +24949,13 @@ export default { "event_tournaments_select_column": {}, "event_tournaments_set_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -24974,13 +24974,13 @@ export default { }, "event_tournaments_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "event_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -25047,7 +25047,7 @@ export default { 1448 ], "banner_media_id": [ - 5023 + 5018 ], "can_upload_media": [ 5 @@ -25056,19 +25056,19 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "hide_creator_organizer": [ 5 ], "id": [ - 5023 + 5018 ], "is_organizer": [ 5 @@ -25124,7 +25124,7 @@ export default { 80 ], "organizer": [ - 3934 + 3929 ], "organizer_steam_id": [ 257 @@ -25174,10 +25174,10 @@ export default { } ], "player_stats": [ - 5026, + 5021, { "distinct_on": [ - 5052, + 5047, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -25187,19 +25187,19 @@ export default { 40 ], "order_by": [ - 5051, + 5046, "[v_event_player_stats_order_by!]" ], "where": [ - 5045 + 5040 ] } ], "player_stats_aggregate": [ - 5027, + 5022, { "distinct_on": [ - 5052, + 5047, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -25209,11 +25209,11 @@ export default { 40 ], "order_by": [ - 5051, + 5046, "[v_event_player_stats_order_by!]" ], "where": [ - 5045 + 5040 ] } ], @@ -25262,7 +25262,7 @@ export default { } ], "starts_at": [ - 4523 + 4518 ], "teams": [ 1613, @@ -25445,7 +25445,7 @@ export default { 1457 ], "banner_media_id": [ - 5025 + 5020 ], "can_upload_media": [ 6 @@ -25454,19 +25454,19 @@ export default { 6 ], "created_at": [ - 4524 + 4519 ], "description": [ 82 ], "ends_at": [ - 4524 + 4519 ], "hide_creator_organizer": [ 6 ], "id": [ - 5025 + 5020 ], "is_organizer": [ 6 @@ -25484,7 +25484,7 @@ export default { 82 ], "organizer": [ - 3938 + 3933 ], "organizer_steam_id": [ 259 @@ -25496,10 +25496,10 @@ export default { 1533 ], "player_stats": [ - 5045 + 5040 ], "player_stats_aggregate": [ - 5028 + 5023 ], "players": [ 1581 @@ -25508,7 +25508,7 @@ export default { 1574 ], "starts_at": [ - 4524 + 4519 ], "teams": [ 1620 @@ -25546,22 +25546,22 @@ export default { 1466 ], "banner_media_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "hide_creator_organizer": [ 5 ], "id": [ - 5023 + 5018 ], "media": [ 1454 @@ -25573,7 +25573,7 @@ export default { 80 ], "organizer": [ - 3945 + 3940 ], "organizer_steam_id": [ 257 @@ -25582,13 +25582,13 @@ export default { 1537 ], "player_stats": [ - 5042 + 5037 ], "players": [ 1578 ], "starts_at": [ - 4523 + 4518 ], "teams": [ 1619 @@ -25605,19 +25605,19 @@ export default { }, "events_max_fields": { "banner_media_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -25626,7 +25626,7 @@ export default { 257 ], "starts_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -25634,19 +25634,19 @@ export default { }, "events_min_fields": { "banner_media_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -25655,7 +25655,7 @@ export default { 257 ], "starts_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -25741,7 +25741,7 @@ export default { 2971 ], "organizer": [ - 3947 + 3942 ], "organizer_steam_id": [ 2971 @@ -25750,7 +25750,7 @@ export default { 1536 ], "player_stats_aggregate": [ - 5041 + 5036 ], "players_aggregate": [ 1577 @@ -25773,7 +25773,7 @@ export default { }, "events_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -25782,22 +25782,22 @@ export default { "events_select_column": {}, "events_set_input": { "banner_media_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "hide_creator_organizer": [ 5 ], "id": [ - 5023 + 5018 ], "media_access": [ 679 @@ -25809,7 +25809,7 @@ export default { 257 ], "starts_at": [ - 4523 + 4518 ], "visibility": [ 699 @@ -25855,22 +25855,22 @@ export default { }, "events_stream_cursor_value_input": { "banner_media_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "hide_creator_organizer": [ 5 ], "id": [ - 5023 + 5018 ], "media_access": [ 679 @@ -25882,7 +25882,7 @@ export default { 257 ], "starts_at": [ - 4523 + 4518 ], "visibility": [ 699 @@ -26388,7 +26388,7 @@ export default { 40 ], "e_region": [ - 4021 + 4016 ], "e_status": [ 755 @@ -26435,7 +26435,7 @@ export default { 1838 ], "offline_at": [ - 4523 + 4518 ], "pin_build_id": [ 40 @@ -26459,10 +26459,10 @@ export default { 80 ], "servers": [ - 4048, + 4043, { "distinct_on": [ - 4072, + 4067, "[servers_select_column!]" ], "limit": [ @@ -26472,19 +26472,19 @@ export default { 40 ], "order_by": [ - 4070, + 4065, "[servers_order_by!]" ], "where": [ - 4059 + 4054 ] } ], "servers_aggregate": [ - 4049, + 4044, { "distinct_on": [ - 4072, + 4067, "[servers_select_column!]" ], "limit": [ @@ -26494,11 +26494,11 @@ export default { 40 ], "order_by": [ - 4070, + 4065, "[servers_order_by!]" ], "where": [ - 4059 + 4054 ] } ], @@ -26886,7 +26886,7 @@ export default { 41 ], "e_region": [ - 4025 + 4020 ], "e_status": [ 758 @@ -26928,7 +26928,7 @@ export default { 1839 ], "offline_at": [ - 4524 + 4519 ], "pin_build_id": [ 41 @@ -26952,10 +26952,10 @@ export default { 82 ], "servers": [ - 4059 + 4054 ], "servers_aggregate": [ - 4050 + 4045 ], "shader_bake_progress": [ 2970 @@ -27158,7 +27158,7 @@ export default { 40 ], "e_region": [ - 4031 + 4026 ], "e_status": [ 766 @@ -27200,7 +27200,7 @@ export default { 1838 ], "offline_at": [ - 4523 + 4518 ], "pin_build_id": [ 40 @@ -27221,7 +27221,7 @@ export default { 80 ], "servers": [ - 4056 + 4051 ], "shader_bake_progress": [ 2969 @@ -27298,7 +27298,7 @@ export default { 80 ], "offline_at": [ - 4523 + 4518 ], "pin_build_id": [ 40 @@ -27446,7 +27446,7 @@ export default { 80 ], "offline_at": [ - 4523 + 4518 ], "pin_build_id": [ 40 @@ -27636,7 +27636,7 @@ export default { 2971 ], "e_region": [ - 4033 + 4028 ], "e_status": [ 768 @@ -27702,7 +27702,7 @@ export default { 2971 ], "servers_aggregate": [ - 4055 + 4050 ], "shader_bake_progress": [ 2971 @@ -27858,7 +27858,7 @@ export default { 1838 ], "offline_at": [ - 4523 + 4518 ], "pin_build_id": [ 40 @@ -28261,7 +28261,7 @@ export default { 1838 ], "offline_at": [ - 4523 + 4518 ], "pin_build_id": [ 40 @@ -28716,7 +28716,7 @@ export default { } ], "updated_at": [ - 4523 + 4518 ], "version": [ 80 @@ -28825,7 +28825,7 @@ export default { 1844 ], "updated_at": [ - 4524 + 4519 ], "version": [ 82 @@ -28884,7 +28884,7 @@ export default { 1842 ], "updated_at": [ - 4523 + 4518 ], "version": [ 80 @@ -28901,7 +28901,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "version": [ 80 @@ -28918,7 +28918,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "version": [ 80 @@ -29023,7 +29023,7 @@ export default { 1842 ], "updated_at": [ - 4523 + 4518 ], "version": [ 80 @@ -29084,7 +29084,7 @@ export default { 1842 ], "updated_at": [ - 4523 + 4518 ], "version": [ 80 @@ -29166,7 +29166,7 @@ export default { 1769 ], "id": [ - 5023 + 5018 ], "results": [ 1842, @@ -29180,7 +29180,7 @@ export default { 80 ], "validated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -29280,7 +29280,7 @@ export default { 1774 ], "id": [ - 5025 + 5020 ], "results": [ 1844 @@ -29289,7 +29289,7 @@ export default { 82 ], "validated_at": [ - 4524 + 4519 ], "__typename": [ 80 @@ -29339,7 +29339,7 @@ export default { 1784 ], "id": [ - 5023 + 5018 ], "results": [ 1842 @@ -29348,7 +29348,7 @@ export default { 80 ], "validated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -29362,13 +29362,13 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "status": [ 80 ], "validated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -29382,13 +29382,13 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "status": [ 80 ], "validated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -29447,7 +29447,7 @@ export default { }, "gamedata_signature_validations_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -29470,7 +29470,7 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "results": [ 1842 @@ -29479,7 +29479,7 @@ export default { 80 ], "validated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -29528,7 +29528,7 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "results": [ 1842 @@ -29537,7 +29537,7 @@ export default { 80 ], "validated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -29610,7 +29610,7 @@ export default { 80 ], "_event_id": [ - 5023 + 5018 ], "_match_type": [ 80 @@ -29636,7 +29636,7 @@ export default { 80 ], "_season_id": [ - 5023 + 5018 ], "_window_days": [ 40 @@ -29650,7 +29650,7 @@ export default { 80 ], "_league_season_id": [ - 5023 + 5018 ], "_role": [ 80 @@ -29673,7 +29673,7 @@ export default { 80 ], "_season_id": [ - 5023 + 5018 ], "_window_days": [ 40 @@ -30298,10 +30298,10 @@ export default { }, "league_award_forfeit_args": { "_tournament_bracket_id": [ - 5023 + 5018 ], "_winning_tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -30309,10 +30309,10 @@ export default { }, "league_divisions": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -30362,7 +30362,7 @@ export default { } ], "tier": [ - 4112 + 4107 ], "__typename": [ 80 @@ -30445,10 +30445,10 @@ export default { 1873 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "name": [ 82 @@ -30460,7 +30460,7 @@ export default { 2022 ], "tier": [ - 4113 + 4108 ], "__typename": [ 80 @@ -30469,7 +30469,7 @@ export default { "league_divisions_constraint": {}, "league_divisions_inc_input": { "tier": [ - 4112 + 4107 ], "__typename": [ 80 @@ -30477,10 +30477,10 @@ export default { }, "league_divisions_insert_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -30489,7 +30489,7 @@ export default { 2026 ], "tier": [ - 4112 + 4107 ], "__typename": [ 80 @@ -30497,16 +30497,16 @@ export default { }, "league_divisions_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 ], "tier": [ - 4112 + 4107 ], "__typename": [ 80 @@ -30514,16 +30514,16 @@ export default { }, "league_divisions_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 ], "tier": [ - 4112 + 4107 ], "__typename": [ 80 @@ -30587,7 +30587,7 @@ export default { }, "league_divisions_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -30596,16 +30596,16 @@ export default { "league_divisions_select_column": {}, "league_divisions_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 ], "tier": [ - 4112 + 4107 ], "__typename": [ 80 @@ -30648,16 +30648,16 @@ export default { }, "league_divisions_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 ], "tier": [ - 4112 + 4107 ], "__typename": [ 80 @@ -30665,7 +30665,7 @@ export default { }, "league_divisions_sum_fields": { "tier": [ - 4112 + 4107 ], "__typename": [ 80 @@ -30712,22 +30712,22 @@ export default { }, "league_match_weeks": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "season": [ 2045 @@ -30898,22 +30898,22 @@ export default { 1906 ], "closes_at": [ - 4524 + 4519 ], "created_at": [ - 4524 + 4519 ], "default_match_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "league_season_id": [ - 5025 + 5020 ], "opens_at": [ - 4524 + 4519 ], "season": [ 2050 @@ -30936,22 +30936,22 @@ export default { }, "league_match_weeks_insert_input": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "season": [ 2060 @@ -30965,22 +30965,22 @@ export default { }, "league_match_weeks_max_fields": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "week_number": [ 40 @@ -31017,22 +31017,22 @@ export default { }, "league_match_weeks_min_fields": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "week_number": [ 40 @@ -31123,7 +31123,7 @@ export default { }, "league_match_weeks_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -31132,22 +31132,22 @@ export default { "league_match_weeks_select_column": {}, "league_match_weeks_set_input": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "week_number": [ 40 @@ -31217,22 +31217,22 @@ export default { }, "league_match_weeks_stream_cursor_value_input": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "week_number": [ 40 @@ -31322,40 +31322,40 @@ export default { }, "league_relegation_playoffs": { "created_at": [ - 4523 + 4518 ], "higher_division": [ 1869 ], "higher_division_id": [ - 5023 + 5018 ], "higher_slots": [ 40 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "lower_division": [ 1869 ], "lower_division_id": [ - 5023 + 5018 ], "resolved_at": [ - 4523 + 4518 ], "season": [ 2045 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -31520,40 +31520,40 @@ export default { 1947 ], "created_at": [ - 4524 + 4519 ], "higher_division": [ 1873 ], "higher_division_id": [ - 5025 + 5020 ], "higher_slots": [ 41 ], "id": [ - 5025 + 5020 ], "league_season_id": [ - 5025 + 5020 ], "lower_division": [ 1873 ], "lower_division_id": [ - 5025 + 5020 ], "resolved_at": [ - 4524 + 4519 ], "season": [ 2050 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -31570,40 +31570,40 @@ export default { }, "league_relegation_playoffs_insert_input": { "created_at": [ - 4523 + 4518 ], "higher_division": [ 1880 ], "higher_division_id": [ - 5023 + 5018 ], "higher_slots": [ 40 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "lower_division": [ 1880 ], "lower_division_id": [ - 5023 + 5018 ], "resolved_at": [ - 4523 + 4518 ], "season": [ 2060 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -31611,28 +31611,28 @@ export default { }, "league_relegation_playoffs_max_fields": { "created_at": [ - 4523 + 4518 ], "higher_division_id": [ - 5023 + 5018 ], "higher_slots": [ 40 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "lower_division_id": [ - 5023 + 5018 ], "resolved_at": [ - 4523 + 4518 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -31669,28 +31669,28 @@ export default { }, "league_relegation_playoffs_min_fields": { "created_at": [ - 4523 + 4518 ], "higher_division_id": [ - 5023 + 5018 ], "higher_slots": [ 40 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "lower_division_id": [ - 5023 + 5018 ], "resolved_at": [ - 4523 + 4518 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -31782,7 +31782,7 @@ export default { 2062 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -31793,7 +31793,7 @@ export default { }, "league_relegation_playoffs_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -31802,28 +31802,28 @@ export default { "league_relegation_playoffs_select_column": {}, "league_relegation_playoffs_set_input": { "created_at": [ - 4523 + 4518 ], "higher_division_id": [ - 5023 + 5018 ], "higher_slots": [ 40 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "lower_division_id": [ - 5023 + 5018 ], "resolved_at": [ - 4523 + 4518 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -31890,28 +31890,28 @@ export default { }, "league_relegation_playoffs_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "higher_division_id": [ - 5023 + 5018 ], "higher_slots": [ 40 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "lower_division_id": [ - 5023 + 5018 ], "resolved_at": [ - 4523 + 4518 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -31998,34 +31998,34 @@ export default { }, "league_scheduling_proposals": { "bracket": [ - 4567 + 4562 ], "created_at": [ - 4523 + 4518 ], "e_proposal_status": [ 797 ], "id": [ - 5023 + 5018 ], "message": [ 80 ], "proposed_by": [ - 3934 + 3929 ], "proposed_by_league_team_season_id": [ - 5023 + 5018 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4523 + 4518 ], "responded_by": [ - 3934 + 3929 ], "responded_by_steam_id": [ 257 @@ -32037,7 +32037,7 @@ export default { 2160 ], "tournament_bracket_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -32208,34 +32208,34 @@ export default { 1988 ], "bracket": [ - 4578 + 4573 ], "created_at": [ - 4524 + 4519 ], "e_proposal_status": [ 800 ], "id": [ - 5025 + 5020 ], "message": [ 82 ], "proposed_by": [ - 3938 + 3933 ], "proposed_by_league_team_season_id": [ - 5025 + 5020 ], "proposed_by_steam_id": [ 259 ], "proposed_time": [ - 4524 + 4519 ], "responded_by": [ - 3938 + 3933 ], "responded_by_steam_id": [ 259 @@ -32247,7 +32247,7 @@ export default { 2169 ], "tournament_bracket_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -32267,34 +32267,34 @@ export default { }, "league_scheduling_proposals_insert_input": { "bracket": [ - 4587 + 4582 ], "created_at": [ - 4523 + 4518 ], "e_proposal_status": [ 808 ], "id": [ - 5023 + 5018 ], "message": [ 80 ], "proposed_by": [ - 3945 + 3940 ], "proposed_by_league_team_season_id": [ - 5023 + 5018 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4523 + 4518 ], "responded_by": [ - 3945 + 3940 ], "responded_by_steam_id": [ 257 @@ -32306,7 +32306,7 @@ export default { 2178 ], "tournament_bracket_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -32314,28 +32314,28 @@ export default { }, "league_scheduling_proposals_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "message": [ 80 ], "proposed_by_league_team_season_id": [ - 5023 + 5018 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4523 + 4518 ], "responded_by_steam_id": [ 257 ], "tournament_bracket_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -32372,28 +32372,28 @@ export default { }, "league_scheduling_proposals_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "message": [ 80 ], "proposed_by_league_team_season_id": [ - 5023 + 5018 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4523 + 4518 ], "responded_by_steam_id": [ 257 ], "tournament_bracket_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -32455,7 +32455,7 @@ export default { }, "league_scheduling_proposals_order_by": { "bracket": [ - 4589 + 4584 ], "created_at": [ 2971 @@ -32470,7 +32470,7 @@ export default { 2971 ], "proposed_by": [ - 3947 + 3942 ], "proposed_by_league_team_season_id": [ 2971 @@ -32482,7 +32482,7 @@ export default { 2971 ], "responded_by": [ - 3947 + 3942 ], "responded_by_steam_id": [ 2971 @@ -32502,7 +32502,7 @@ export default { }, "league_scheduling_proposals_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -32511,22 +32511,22 @@ export default { "league_scheduling_proposals_select_column": {}, "league_scheduling_proposals_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "message": [ 80 ], "proposed_by_league_team_season_id": [ - 5023 + 5018 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4523 + 4518 ], "responded_by_steam_id": [ 257 @@ -32535,7 +32535,7 @@ export default { 802 ], "tournament_bracket_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -32620,22 +32620,22 @@ export default { }, "league_scheduling_proposals_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "message": [ 80 ], "proposed_by_league_team_season_id": [ - 5023 + 5018 ], "proposed_by_steam_id": [ 257 ], "proposed_time": [ - 4523 + 4518 ], "responded_by_steam_id": [ 257 @@ -32644,7 +32644,7 @@ export default { 802 ], "tournament_bracket_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -32755,28 +32755,28 @@ export default { }, "league_season_divisions": { "created_at": [ - 4523 + 4518 ], "division": [ 1869 ], "id": [ - 5023 + 5018 ], "league_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "season": [ 2045 ], "standings": [ - 5095, + 5090, { "distinct_on": [ - 5111, + 5106, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -32786,19 +32786,19 @@ export default { 40 ], "order_by": [ - 5110, + 5105, "[v_league_division_standings_order_by!]" ], "where": [ - 5104 + 5099 ] } ], "standings_aggregate": [ - 5096, + 5091, { "distinct_on": [ - 5111, + 5106, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -32808,19 +32808,19 @@ export default { 40 ], "order_by": [ - 5110, + 5105, "[v_league_division_standings_order_by!]" ], "where": [ - 5104 + 5099 ] } ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -32921,34 +32921,34 @@ export default { 2027 ], "created_at": [ - 4524 + 4519 ], "division": [ 1873 ], "id": [ - 5025 + 5020 ], "league_division_id": [ - 5025 + 5020 ], "league_season_id": [ - 5025 + 5020 ], "season": [ 2050 ], "standings": [ - 5104 + 5099 ], "standings_aggregate": [ - 5097 + 5092 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -32957,31 +32957,31 @@ export default { "league_season_divisions_constraint": {}, "league_season_divisions_insert_input": { "created_at": [ - 4523 + 4518 ], "division": [ 1880 ], "id": [ - 5023 + 5018 ], "league_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "season": [ 2060 ], "standings": [ - 5101 + 5096 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -32989,19 +32989,19 @@ export default { }, "league_season_divisions_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "league_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -33029,19 +33029,19 @@ export default { }, "league_season_divisions_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "league_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -33123,10 +33123,10 @@ export default { 2062 ], "standings_aggregate": [ - 5100 + 5095 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -33137,7 +33137,7 @@ export default { }, "league_season_divisions_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -33146,19 +33146,19 @@ export default { "league_season_divisions_select_column": {}, "league_season_divisions_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "league_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -33177,19 +33177,19 @@ export default { }, "league_season_divisions_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "league_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -33259,7 +33259,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "created_by_steam_id": [ 257 @@ -33280,7 +33280,7 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "is_league_admin": [ 5 @@ -33289,7 +33289,7 @@ export default { 5 ], "match_options_id": [ - 5023 + 5018 ], "match_weeks": [ 1897, @@ -33417,10 +33417,10 @@ export default { 2666 ], "player_stats": [ - 5128, + 5123, { "distinct_on": [ - 5154, + 5149, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -33430,19 +33430,19 @@ export default { 40 ], "order_by": [ - 5153, + 5148, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5147 + 5142 ] } ], "player_stats_aggregate": [ - 5129, + 5124, { "distinct_on": [ - 5154, + 5149, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -33452,11 +33452,11 @@ export default { 40 ], "order_by": [ - 5153, + 5148, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5147 + 5142 ] } ], @@ -33540,7 +33540,7 @@ export default { 40 ], "roster_lock_at": [ - 4523 + 4518 ], "season_divisions": [ 2020, @@ -33590,16 +33590,16 @@ export default { 40 ], "signup_closes_at": [ - 4523 + 4518 ], "signup_opens_at": [ - 4523 + 4518 ], "standings": [ - 5095, + 5090, { "distinct_on": [ - 5111, + 5106, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -33609,19 +33609,19 @@ export default { 40 ], "order_by": [ - 5110, + 5105, "[v_league_division_standings_order_by!]" ], "where": [ - 5104 + 5099 ] } ], "standings_aggregate": [ - 5096, + 5091, { "distinct_on": [ - 5111, + 5106, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -33631,16 +33631,16 @@ export default { 40 ], "order_by": [ - 5110, + 5105, "[v_league_division_standings_order_by!]" ], "where": [ - 5104 + 5099 ] } ], "starts_at": [ - 4523 + 4518 ], "status": [ 844 @@ -33843,7 +33843,7 @@ export default { 6 ], "created_at": [ - 4524 + 4519 ], "created_by_steam_id": [ 259 @@ -33864,7 +33864,7 @@ export default { 41 ], "id": [ - 5025 + 5020 ], "is_league_admin": [ 6 @@ -33873,7 +33873,7 @@ export default { 6 ], "match_options_id": [ - 5025 + 5020 ], "match_weeks": [ 1906 @@ -33906,10 +33906,10 @@ export default { 2670 ], "player_stats": [ - 5147 + 5142 ], "player_stats_aggregate": [ - 5130 + 5125 ], "playoff_best_of": [ 41 @@ -33948,7 +33948,7 @@ export default { 41 ], "roster_lock_at": [ - 4524 + 4519 ], "season_divisions": [ 2027 @@ -33960,19 +33960,19 @@ export default { 41 ], "signup_closes_at": [ - 4524 + 4519 ], "signup_opens_at": [ - 4524 + 4519 ], "standings": [ - 5104 + 5099 ], "standings_aggregate": [ - 5097 + 5092 ], "starts_at": [ - 4524 + 4519 ], "status": [ 845 @@ -34082,7 +34082,7 @@ export default { 194 ], "created_at": [ - 4523 + 4518 ], "created_by_steam_id": [ 257 @@ -34103,10 +34103,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "match_weeks": [ 1903 @@ -34130,7 +34130,7 @@ export default { 2677 ], "player_stats": [ - 5144 + 5139 ], "playoff_best_of": [ 40 @@ -34166,7 +34166,7 @@ export default { 40 ], "roster_lock_at": [ - 4523 + 4518 ], "season_divisions": [ 2026 @@ -34175,16 +34175,16 @@ export default { 40 ], "signup_closes_at": [ - 4523 + 4518 ], "signup_opens_at": [ - 4523 + 4518 ], "standings": [ - 5101 + 5096 ], "starts_at": [ - 4523 + 4518 ], "status": [ 844 @@ -34201,7 +34201,7 @@ export default { }, "league_seasons_max_fields": { "created_at": [ - 4523 + 4518 ], "created_by_steam_id": [ 257 @@ -34219,10 +34219,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "match_weeks_count": [ 40 @@ -34255,19 +34255,19 @@ export default { 40 ], "roster_lock_at": [ - 4523 + 4518 ], "season_number": [ 40 ], "signup_closes_at": [ - 4523 + 4518 ], "signup_opens_at": [ - 4523 + 4518 ], "starts_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -34275,7 +34275,7 @@ export default { }, "league_seasons_min_fields": { "created_at": [ - 4523 + 4518 ], "created_by_steam_id": [ 257 @@ -34293,10 +34293,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "match_weeks_count": [ 40 @@ -34329,19 +34329,19 @@ export default { 40 ], "roster_lock_at": [ - 4523 + 4518 ], "season_number": [ 40 ], "signup_closes_at": [ - 4523 + 4518 ], "signup_opens_at": [ - 4523 + 4518 ], "starts_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -34451,7 +34451,7 @@ export default { 2679 ], "player_stats_aggregate": [ - 5143 + 5138 ], "playoff_best_of": [ 2971 @@ -34502,7 +34502,7 @@ export default { 2971 ], "standings_aggregate": [ - 5100 + 5095 ], "starts_at": [ 2971 @@ -34522,7 +34522,7 @@ export default { }, "league_seasons_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -34545,7 +34545,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "created_by_steam_id": [ 257 @@ -34563,10 +34563,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "match_weeks_count": [ 40 @@ -34611,19 +34611,19 @@ export default { 40 ], "roster_lock_at": [ - 4523 + 4518 ], "season_number": [ 40 ], "signup_closes_at": [ - 4523 + 4518 ], "signup_opens_at": [ - 4523 + 4518 ], "starts_at": [ - 4523 + 4518 ], "status": [ 844 @@ -34801,7 +34801,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "created_by_steam_id": [ 257 @@ -34819,10 +34819,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "match_weeks_count": [ 40 @@ -34867,19 +34867,19 @@ export default { 40 ], "roster_lock_at": [ - 4523 + 4518 ], "season_number": [ 40 ], "signup_closes_at": [ - 4523 + 4518 ], "signup_opens_at": [ - 4523 + 4518 ], "starts_at": [ - 4523 + 4518 ], "status": [ 844 @@ -35123,10 +35123,10 @@ export default { }, "league_team_movements": { "approved_at": [ - 4523 + 4518 ], "approved_by": [ - 3934 + 3929 ], "approved_by_steam_id": [ 257 @@ -35135,10 +35135,10 @@ export default { 1869 ], "computed_to_division_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "e_movement_type": [ 776 @@ -35150,25 +35150,25 @@ export default { 1869 ], "final_to_division_id": [ - 5023 + 5018 ], "from_division": [ 1869 ], "from_division_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team": [ 2202 ], "league_team_id": [ - 5023 + 5018 ], "season": [ 2045 @@ -35345,10 +35345,10 @@ export default { 2087 ], "approved_at": [ - 4524 + 4519 ], "approved_by": [ - 3938 + 3933 ], "approved_by_steam_id": [ 259 @@ -35357,10 +35357,10 @@ export default { 1873 ], "computed_to_division_id": [ - 5025 + 5020 ], "created_at": [ - 4524 + 4519 ], "e_movement_type": [ 779 @@ -35372,25 +35372,25 @@ export default { 1873 ], "final_to_division_id": [ - 5025 + 5020 ], "from_division": [ 1873 ], "from_division_id": [ - 5025 + 5020 ], "id": [ - 5025 + 5020 ], "league_season_id": [ - 5025 + 5020 ], "league_team": [ 2205 ], "league_team_id": [ - 5025 + 5020 ], "season": [ 2050 @@ -35416,10 +35416,10 @@ export default { }, "league_team_movements_insert_input": { "approved_at": [ - 4523 + 4518 ], "approved_by": [ - 3945 + 3940 ], "approved_by_steam_id": [ 257 @@ -35428,10 +35428,10 @@ export default { 1880 ], "computed_to_division_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "e_movement_type": [ 787 @@ -35443,25 +35443,25 @@ export default { 1880 ], "final_to_division_id": [ - 5023 + 5018 ], "from_division": [ 1880 ], "from_division_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team": [ 2211 ], "league_team_id": [ - 5023 + 5018 ], "season": [ 2060 @@ -35475,34 +35475,34 @@ export default { }, "league_team_movements_max_fields": { "approved_at": [ - 4523 + 4518 ], "approved_by_steam_id": [ 257 ], "computed_to_division_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "final_rank": [ 40 ], "final_to_division_id": [ - 5023 + 5018 ], "from_division_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -35545,34 +35545,34 @@ export default { }, "league_team_movements_min_fields": { "approved_at": [ - 4523 + 4518 ], "approved_by_steam_id": [ 257 ], "computed_to_division_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "final_rank": [ 40 ], "final_to_division_id": [ - 5023 + 5018 ], "from_division_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -35643,7 +35643,7 @@ export default { 2971 ], "approved_by": [ - 3947 + 3942 ], "approved_by_steam_id": [ 2971 @@ -35699,7 +35699,7 @@ export default { }, "league_team_movements_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -35708,34 +35708,34 @@ export default { "league_team_movements_select_column": {}, "league_team_movements_set_input": { "approved_at": [ - 4523 + 4518 ], "approved_by_steam_id": [ 257 ], "computed_to_division_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "final_rank": [ 40 ], "final_to_division_id": [ - 5023 + 5018 ], "from_division_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "type": [ 781 @@ -35823,34 +35823,34 @@ export default { }, "league_team_movements_stream_cursor_value_input": { "approved_at": [ - 4523 + 4518 ], "approved_by_steam_id": [ 257 ], "computed_to_division_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "final_rank": [ 40 ], "final_to_division_id": [ - 5023 + 5018 ], "from_division_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "type": [ 781 @@ -35964,19 +35964,19 @@ export default { }, "league_team_rosters": { "added_at": [ - 4523 + 4518 ], "league_team_season_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 ], "removed_at": [ - 4523 + 4518 ], "removed_reason": [ 80 @@ -36150,19 +36150,19 @@ export default { 2128 ], "added_at": [ - 4524 + 4519 ], "league_team_season_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 ], "removed_at": [ - 4524 + 4519 ], "removed_reason": [ 82 @@ -36188,19 +36188,19 @@ export default { }, "league_team_rosters_insert_input": { "added_at": [ - 4523 + 4518 ], "league_team_season_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 ], "removed_at": [ - 4523 + 4518 ], "removed_reason": [ 80 @@ -36217,16 +36217,16 @@ export default { }, "league_team_rosters_max_fields": { "added_at": [ - 4523 + 4518 ], "league_team_season_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 ], "removed_at": [ - 4523 + 4518 ], "removed_reason": [ 80 @@ -36257,16 +36257,16 @@ export default { }, "league_team_rosters_min_fields": { "added_at": [ - 4523 + 4518 ], "league_team_season_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 ], "removed_at": [ - 4523 + 4518 ], "removed_reason": [ 80 @@ -36328,7 +36328,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 @@ -36351,7 +36351,7 @@ export default { }, "league_team_rosters_pk_columns_input": { "league_team_season_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -36363,16 +36363,16 @@ export default { "league_team_rosters_select_column": {}, "league_team_rosters_set_input": { "added_at": [ - 4523 + 4518 ], "league_team_season_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 ], "removed_at": [ - 4523 + 4518 ], "removed_reason": [ 80 @@ -36445,16 +36445,16 @@ export default { }, "league_team_rosters_stream_cursor_value_input": { "added_at": [ - 4523 + 4518 ], "league_team_season_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 ], "removed_at": [ - 4523 + 4518 ], "removed_reason": [ 80 @@ -36550,16 +36550,16 @@ export default { 1869 ], "assigned_division_id": [ - 5023 + 5018 ], "captain": [ - 3934 + 3929 ], "captain_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "decline_reason": [ 80 @@ -36568,19 +36568,19 @@ export default { 818 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team": [ 2202 ], "league_team_id": [ - 5023 + 5018 ], "registered_by": [ - 3934 + 3929 ], "registered_by_steam_id": [ 257 @@ -36589,7 +36589,7 @@ export default { 1869 ], "requested_division_id": [ - 5023 + 5018 ], "roster": [ 2119, @@ -36645,10 +36645,10 @@ export default { 823 ], "tournament_team": [ - 4917 + 4912 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -36828,16 +36828,16 @@ export default { 1873 ], "assigned_division_id": [ - 5025 + 5020 ], "captain": [ - 3938 + 3933 ], "captain_steam_id": [ 259 ], "created_at": [ - 4524 + 4519 ], "decline_reason": [ 82 @@ -36846,19 +36846,19 @@ export default { 821 ], "id": [ - 5025 + 5020 ], "league_season_id": [ - 5025 + 5020 ], "league_team": [ 2205 ], "league_team_id": [ - 5025 + 5020 ], "registered_by": [ - 3938 + 3933 ], "registered_by_steam_id": [ 259 @@ -36867,7 +36867,7 @@ export default { 1873 ], "requested_division_id": [ - 5025 + 5020 ], "roster": [ 2128 @@ -36885,10 +36885,10 @@ export default { 824 ], "tournament_team": [ - 4926 + 4921 ], "tournament_team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -36914,16 +36914,16 @@ export default { 1880 ], "assigned_division_id": [ - 5023 + 5018 ], "captain": [ - 3945 + 3940 ], "captain_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "decline_reason": [ 80 @@ -36932,19 +36932,19 @@ export default { 829 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team": [ 2211 ], "league_team_id": [ - 5023 + 5018 ], "registered_by": [ - 3945 + 3940 ], "registered_by_steam_id": [ 257 @@ -36953,7 +36953,7 @@ export default { 1880 ], "requested_division_id": [ - 5023 + 5018 ], "roster": [ 2125 @@ -36968,10 +36968,10 @@ export default { 823 ], "tournament_team": [ - 4935 + 4930 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -36979,37 +36979,37 @@ export default { }, "league_team_seasons_max_fields": { "assigned_division_id": [ - 5023 + 5018 ], "captain_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "decline_reason": [ 80 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "registered_by_steam_id": [ 257 ], "requested_division_id": [ - 5023 + 5018 ], "seed": [ 40 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -37055,37 +37055,37 @@ export default { }, "league_team_seasons_min_fields": { "assigned_division_id": [ - 5023 + 5018 ], "captain_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "decline_reason": [ 80 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "registered_by_steam_id": [ 257 ], "requested_division_id": [ - 5023 + 5018 ], "seed": [ 40 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -37173,7 +37173,7 @@ export default { 2971 ], "captain": [ - 3947 + 3942 ], "captain_steam_id": [ 2971 @@ -37200,7 +37200,7 @@ export default { 2971 ], "registered_by": [ - 3947 + 3942 ], "registered_by_steam_id": [ 2971 @@ -37224,7 +37224,7 @@ export default { 2971 ], "tournament_team": [ - 4937 + 4932 ], "tournament_team_id": [ 2971 @@ -37235,7 +37235,7 @@ export default { }, "league_team_seasons_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -37244,31 +37244,31 @@ export default { "league_team_seasons_select_column": {}, "league_team_seasons_set_input": { "assigned_division_id": [ - 5023 + 5018 ], "captain_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "decline_reason": [ 80 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "registered_by_steam_id": [ 257 ], "requested_division_id": [ - 5023 + 5018 ], "seed": [ 40 @@ -37277,7 +37277,7 @@ export default { 823 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -37380,31 +37380,31 @@ export default { }, "league_team_seasons_stream_cursor_value_input": { "assigned_division_id": [ - 5023 + 5018 ], "captain_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "decline_reason": [ 80 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "registered_by_steam_id": [ 257 ], "requested_division_id": [ - 5023 + 5018 ], "seed": [ 40 @@ -37413,7 +37413,7 @@ export default { 823 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -37548,10 +37548,10 @@ export default { }, "league_teams": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "movements": [ 2078, @@ -37598,10 +37598,10 @@ export default { } ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "team_seasons": [ 2160, @@ -37696,10 +37696,10 @@ export default { 2205 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "movements": [ 2087 @@ -37708,10 +37708,10 @@ export default { 2080 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "team_seasons": [ 2169 @@ -37726,19 +37726,19 @@ export default { "league_teams_constraint": {}, "league_teams_insert_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "movements": [ 2084 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "team_seasons": [ 2166 @@ -37749,13 +37749,13 @@ export default { }, "league_teams_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -37763,13 +37763,13 @@ export default { }, "league_teams_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -37822,7 +37822,7 @@ export default { 2083 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 @@ -37836,7 +37836,7 @@ export default { }, "league_teams_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -37845,13 +37845,13 @@ export default { "league_teams_select_column": {}, "league_teams_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -37870,13 +37870,13 @@ export default { }, "league_teams_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -37899,13 +37899,13 @@ export default { 865 ], "created_at": [ - 4523 + 4518 ], "e_lobby_access": [ 860 ], "id": [ - 5023 + 5018 ], "players": [ 2240, @@ -38003,13 +38003,13 @@ export default { 866 ], "created_at": [ - 4524 + 4519 ], "e_lobby_access": [ 863 ], "id": [ - 5025 + 5020 ], "players": [ 2251 @@ -38027,13 +38027,13 @@ export default { 865 ], "created_at": [ - 4523 + 4518 ], "e_lobby_access": [ 871 ], "id": [ - 5023 + 5018 ], "players": [ 2248 @@ -38044,10 +38044,10 @@ export default { }, "lobbies_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -38055,10 +38055,10 @@ export default { }, "lobbies_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -38122,7 +38122,7 @@ export default { }, "lobbies_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -38134,10 +38134,10 @@ export default { 865 ], "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -38159,10 +38159,10 @@ export default { 865 ], "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -38191,10 +38191,10 @@ export default { 2221 ], "lobby_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "status": [ 886 @@ -38420,10 +38420,10 @@ export default { 2224 ], "lobby_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "status": [ 887 @@ -38458,10 +38458,10 @@ export default { 2230 ], "lobby_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "status": [ 886 @@ -38478,7 +38478,7 @@ export default { 257 ], "lobby_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -38506,7 +38506,7 @@ export default { 257 ], "lobby_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -38568,7 +38568,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "status": [ 2971 @@ -38582,7 +38582,7 @@ export default { }, "lobby_players_pk_columns_input": { "lobby_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -38602,7 +38602,7 @@ export default { 257 ], "lobby_id": [ - 5023 + 5018 ], "status": [ 886 @@ -38699,7 +38699,7 @@ export default { 257 ], "lobby_id": [ - 5023 + 5018 ], "status": [ 886 @@ -38822,13 +38822,13 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "maps": [ - 5683, + 5678, { "distinct_on": [ - 5700, + 5695, "[v_pool_maps_select_column!]" ], "limit": [ @@ -38838,19 +38838,19 @@ export default { 40 ], "order_by": [ - 5699, + 5694, "[v_pool_maps_order_by!]" ], "where": [ - 5692 + 5687 ] } ], "maps_aggregate": [ - 5684, + 5679, { "distinct_on": [ - 5700, + 5695, "[v_pool_maps_select_column!]" ], "limit": [ @@ -38860,11 +38860,11 @@ export default { 40 ], "order_by": [ - 5699, + 5694, "[v_pool_maps_order_by!]" ], "where": [ - 5692 + 5687 ] } ], @@ -38929,13 +38929,13 @@ export default { 6 ], "id": [ - 5025 + 5020 ], "maps": [ - 5692 + 5687 ], "maps_aggregate": [ - 5685 + 5680 ], "seed": [ 6 @@ -38956,10 +38956,10 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "maps": [ - 5691 + 5686 ], "seed": [ 5 @@ -38973,7 +38973,7 @@ export default { }, "map_pools_max_fields": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -38981,7 +38981,7 @@ export default { }, "map_pools_min_fields": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -39034,7 +39034,7 @@ export default { 2971 ], "maps_aggregate": [ - 5690 + 5685 ], "seed": [ 2971 @@ -39048,7 +39048,7 @@ export default { }, "map_pools_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -39060,7 +39060,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "seed": [ 5 @@ -39088,7 +39088,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "seed": [ 5 @@ -39123,7 +39123,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "label": [ 80 @@ -39379,7 +39379,7 @@ export default { 6 ], "id": [ - 5025 + 5020 ], "label": [ 82 @@ -39427,7 +39427,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "label": [ 80 @@ -39459,7 +39459,7 @@ export default { }, "maps_max_fields": { "id": [ - 5023 + 5018 ], "label": [ 80 @@ -39505,7 +39505,7 @@ export default { }, "maps_min_fields": { "id": [ - 5023 + 5018 ], "label": [ 80 @@ -39628,7 +39628,7 @@ export default { }, "maps_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -39645,7 +39645,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "label": [ 80 @@ -39688,7 +39688,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "label": [ 80 @@ -39726,7 +39726,7 @@ export default { }, "match_clips": { "created_at": [ - 4523 + 4518 ], "download_url": [ 80 @@ -39738,7 +39738,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "kills_count": [ 40 @@ -39750,10 +39750,10 @@ export default { 2508 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "render_jobs": [ 262, @@ -39806,7 +39806,7 @@ export default { 257 ], "target": [ - 3934 + 3929 ], "target_steam_id": [ 257 @@ -39821,7 +39821,7 @@ export default { 80 ], "user": [ - 3934 + 3929 ], "user_steam_id": [ 257 @@ -40031,7 +40031,7 @@ export default { 2342 ], "created_at": [ - 4524 + 4519 ], "download_url": [ 82 @@ -40043,7 +40043,7 @@ export default { 82 ], "id": [ - 5025 + 5020 ], "kills_count": [ 41 @@ -40055,10 +40055,10 @@ export default { 2520 ], "match_map_demo_id": [ - 5025 + 5020 ], "match_map_id": [ - 5025 + 5020 ], "render_jobs": [ 274 @@ -40073,7 +40073,7 @@ export default { 259 ], "target": [ - 3938 + 3933 ], "target_steam_id": [ 259 @@ -40088,7 +40088,7 @@ export default { 82 ], "user": [ - 3938 + 3933 ], "user_steam_id": [ 259 @@ -40132,7 +40132,7 @@ export default { }, "match_clips_insert_input": { "created_at": [ - 4523 + 4518 ], "duration_ms": [ 40 @@ -40141,7 +40141,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "kills_count": [ 40 @@ -40153,10 +40153,10 @@ export default { 2532 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "render_jobs": [ 271 @@ -40168,7 +40168,7 @@ export default { 257 ], "target": [ - 3945 + 3940 ], "target_steam_id": [ 257 @@ -40180,7 +40180,7 @@ export default { 80 ], "user": [ - 3945 + 3940 ], "user_steam_id": [ 257 @@ -40197,7 +40197,7 @@ export default { }, "match_clips_max_fields": { "created_at": [ - 4523 + 4518 ], "download_url": [ 80 @@ -40209,16 +40209,16 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "kills_count": [ 40 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -40297,7 +40297,7 @@ export default { }, "match_clips_min_fields": { "created_at": [ - 4523 + 4518 ], "download_url": [ 80 @@ -40309,16 +40309,16 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "kills_count": [ 40 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -40472,7 +40472,7 @@ export default { 2971 ], "target": [ - 3947 + 3942 ], "target_steam_id": [ 2971 @@ -40487,7 +40487,7 @@ export default { 2971 ], "user": [ - 3947 + 3942 ], "user_steam_id": [ 2971 @@ -40504,7 +40504,7 @@ export default { }, "match_clips_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -40513,7 +40513,7 @@ export default { "match_clips_select_column": {}, "match_clips_set_input": { "created_at": [ - 4523 + 4518 ], "duration_ms": [ 40 @@ -40522,16 +40522,16 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "kills_count": [ 40 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -40730,7 +40730,7 @@ export default { }, "match_clips_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "duration_ms": [ 40 @@ -40739,16 +40739,16 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "kills_count": [ 40 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -41003,7 +41003,7 @@ export default { }, "match_demo_sessions": { "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -41015,22 +41015,22 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4523 + 4518 ], "last_status_at": [ - 4523 + 4518 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 @@ -41039,10 +41039,10 @@ export default { 2508 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "status": [ 80 @@ -41059,7 +41059,7 @@ export default { 80 ], "watcher": [ - 3934 + 3929 ], "watcher_steam_id": [ 257 @@ -41235,7 +41235,7 @@ export default { 2385 ], "created_at": [ - 4524 + 4519 ], "error_message": [ 82 @@ -41247,22 +41247,22 @@ export default { 82 ], "id": [ - 5025 + 5020 ], "k8s_job_name": [ 82 ], "last_activity_at": [ - 4524 + 4519 ], "last_status_at": [ - 4524 + 4519 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 @@ -41271,10 +41271,10 @@ export default { 2520 ], "match_map_demo_id": [ - 5025 + 5020 ], "match_map_id": [ - 5025 + 5020 ], "status": [ 82 @@ -41286,7 +41286,7 @@ export default { 82 ], "watcher": [ - 3938 + 3933 ], "watcher_steam_id": [ 259 @@ -41330,7 +41330,7 @@ export default { }, "match_demo_sessions_insert_input": { "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -41342,22 +41342,22 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4523 + 4518 ], "last_status_at": [ - 4523 + 4518 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 @@ -41366,10 +41366,10 @@ export default { 2532 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "status": [ 80 @@ -41381,7 +41381,7 @@ export default { 80 ], "watcher": [ - 3945 + 3940 ], "watcher_steam_id": [ 257 @@ -41392,7 +41392,7 @@ export default { }, "match_demo_sessions_max_fields": { "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -41401,25 +41401,25 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4523 + 4518 ], "last_status_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "status": [ 80 @@ -41480,7 +41480,7 @@ export default { }, "match_demo_sessions_min_fields": { "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -41489,25 +41489,25 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4523 + 4518 ], "last_status_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "status": [ 80 @@ -41644,7 +41644,7 @@ export default { 2971 ], "watcher": [ - 3947 + 3942 ], "watcher_steam_id": [ 2971 @@ -41655,7 +41655,7 @@ export default { }, "match_demo_sessions_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -41672,7 +41672,7 @@ export default { "match_demo_sessions_select_column": {}, "match_demo_sessions_set_input": { "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -41681,25 +41681,25 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4523 + 4518 ], "last_status_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "status": [ 80 @@ -41778,7 +41778,7 @@ export default { }, "match_demo_sessions_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "error_message": [ 80 @@ -41787,25 +41787,25 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 ], "last_activity_at": [ - 4523 + 4518 ], "last_status_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "status": [ 80 @@ -41928,16 +41928,16 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "lineup": [ 2466 ], "match_lineup_id": [ - 5023 + 5018 ], "party_id": [ - 5023 + 5018 ], "party_source": [ 988 @@ -41946,7 +41946,7 @@ export default { 80 ], "player": [ - 3934 + 3929 ], "steam_id": [ 257 @@ -42163,16 +42163,16 @@ export default { 82 ], "id": [ - 5025 + 5020 ], "lineup": [ 2475 ], "match_lineup_id": [ - 5025 + 5020 ], "party_id": [ - 5025 + 5020 ], "party_source": [ 989 @@ -42181,7 +42181,7 @@ export default { 82 ], "player": [ - 3938 + 3933 ], "steam_id": [ 259 @@ -42210,16 +42210,16 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "lineup": [ 2484 ], "match_lineup_id": [ - 5023 + 5018 ], "party_id": [ - 5023 + 5018 ], "party_source": [ 988 @@ -42228,7 +42228,7 @@ export default { 80 ], "player": [ - 3945 + 3940 ], "steam_id": [ 257 @@ -42242,13 +42242,13 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "party_id": [ - 5023 + 5018 ], "placeholder_name": [ 80 @@ -42288,13 +42288,13 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "party_id": [ - 5023 + 5018 ], "placeholder_name": [ 80 @@ -42383,7 +42383,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "steam_id": [ 2971 @@ -42394,7 +42394,7 @@ export default { }, "match_lineup_players_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -42414,13 +42414,13 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "party_id": [ - 5023 + 5018 ], "party_source": [ 988 @@ -42505,13 +42505,13 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "party_id": [ - 5023 + 5018 ], "party_source": [ 988 @@ -42616,16 +42616,16 @@ export default { 5 ], "captain": [ - 5179 + 5174 ], "coach": [ - 3934 + 3929 ], "coach_steam_id": [ 257 ], "id": [ - 5023 + 5018 ], "is_on_lineup": [ 5 @@ -42687,7 +42687,7 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_veto_picks": [ 2600, @@ -42737,10 +42737,10 @@ export default { 80 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "team_name": [ 80 @@ -42917,16 +42917,16 @@ export default { 6 ], "captain": [ - 5183 + 5178 ], "coach": [ - 3938 + 3933 ], "coach_steam_id": [ 259 ], "id": [ - 5025 + 5020 ], "is_on_lineup": [ 6 @@ -42950,7 +42950,7 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_veto_picks": [ 2607 @@ -42962,10 +42962,10 @@ export default { 82 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "team_name": [ 82 @@ -42985,16 +42985,16 @@ export default { }, "match_lineups_insert_input": { "captain": [ - 5189 + 5184 ], "coach": [ - 3945 + 3940 ], "coach_steam_id": [ 257 ], "id": [ - 5023 + 5018 ], "lineup_players": [ 2429 @@ -43003,16 +43003,16 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "match_veto_picks": [ 2606 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "team_name": [ 80 @@ -43026,16 +43026,16 @@ export default { 257 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "name": [ 80 ], "team_id": [ - 5023 + 5018 ], "team_name": [ 80 @@ -43069,16 +43069,16 @@ export default { 257 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "name": [ 80 ], "team_id": [ - 5023 + 5018 ], "team_name": [ 80 @@ -43154,10 +43154,10 @@ export default { 2971 ], "captain": [ - 5190 + 5185 ], "coach": [ - 3947 + 3942 ], "coach_steam_id": [ 2971 @@ -43193,7 +43193,7 @@ export default { 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 @@ -43207,7 +43207,7 @@ export default { }, "match_lineups_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -43219,13 +43219,13 @@ export default { 257 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "team_name": [ 80 @@ -43298,13 +43298,13 @@ export default { 257 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "team_name": [ 80 @@ -43446,7 +43446,7 @@ export default { } ], "created_at": [ - 4523 + 4518 ], "cs2_build": [ 80 @@ -43508,7 +43508,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "kills": [ 1842, @@ -43569,16 +43569,16 @@ export default { } ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "metadata_parsed_at": [ - 4523 + 4518 ], "playback_file": [ 80 @@ -43870,7 +43870,7 @@ export default { 264 ], "created_at": [ - 4524 + 4519 ], "cs2_build": [ 82 @@ -43894,7 +43894,7 @@ export default { 6 ], "id": [ - 5025 + 5020 ], "kills": [ 1844 @@ -43912,16 +43912,16 @@ export default { 2335 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "metadata_parsed_at": [ - 4524 + 4519 ], "playback_file": [ 82 @@ -44031,7 +44031,7 @@ export default { 271 ], "created_at": [ - 4523 + 4518 ], "cs2_build": [ 80 @@ -44046,7 +44046,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "kills": [ 1842 @@ -44061,16 +44061,16 @@ export default { 2339 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "metadata_parsed_at": [ - 4523 + 4518 ], "playback_file": [ 80 @@ -44102,7 +44102,7 @@ export default { }, "match_map_demos_max_fields": { "created_at": [ - 4523 + 4518 ], "cs2_build": [ 80 @@ -44117,19 +44117,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "map_name": [ 80 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "metadata_parsed_at": [ - 4523 + 4518 ], "playback_file": [ 80 @@ -44208,7 +44208,7 @@ export default { }, "match_map_demos_min_fields": { "created_at": [ - 4523 + 4518 ], "cs2_build": [ 80 @@ -44223,19 +44223,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "map_name": [ 80 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "metadata_parsed_at": [ - 4523 + 4518 ], "playback_file": [ 80 @@ -44436,7 +44436,7 @@ export default { }, "match_map_demos_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -44467,7 +44467,7 @@ export default { 1842 ], "created_at": [ - 4523 + 4518 ], "cs2_build": [ 80 @@ -44479,7 +44479,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "kills": [ 1842 @@ -44488,13 +44488,13 @@ export default { 80 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "metadata_parsed_at": [ - 4523 + 4518 ], "playback_file": [ 80 @@ -44660,7 +44660,7 @@ export default { 1842 ], "created_at": [ - 4523 + 4518 ], "cs2_build": [ 80 @@ -44675,7 +44675,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "kills": [ 1842 @@ -44684,13 +44684,13 @@ export default { 80 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "metadata_parsed_at": [ - 4523 + 4518 ], "playback_file": [ 80 @@ -44912,10 +44912,10 @@ export default { }, "match_map_rounds": { "assists": [ - 3114, + 3109, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -44925,19 +44925,19 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "assists_aggregate": [ - 3115, + 3110, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -44947,11 +44947,11 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], @@ -44959,22 +44959,22 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "has_backup_file": [ 5 ], "id": [ - 5023 + 5018 ], "kills": [ - 3331, + 3326, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -44984,19 +44984,19 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "kills_aggregate": [ - 3332, + 3327, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -45006,11 +45006,11 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], @@ -45042,13 +45042,13 @@ export default { 2624 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "winning_reason": [ 1415 @@ -45255,31 +45255,31 @@ export default { 2568 ], "assists": [ - 3125 + 3120 ], "assists_aggregate": [ - 3116 + 3111 ], "backup_file": [ 82 ], "created_at": [ - 4524 + 4519 ], "deleted_at": [ - 4524 + 4519 ], "has_backup_file": [ 6 ], "id": [ - 5025 + 5020 ], "kills": [ - 3342 + 3337 ], "kills_aggregate": [ - 3333 + 3328 ], "lineup_1_money": [ 41 @@ -45309,13 +45309,13 @@ export default { 2633 ], "match_map_id": [ - 5025 + 5020 ], "round": [ 41 ], "time": [ - 4524 + 4519 ], "winning_reason": [ 1416 @@ -45356,22 +45356,22 @@ export default { }, "match_map_rounds_insert_input": { "assists": [ - 3122 + 3117 ], "backup_file": [ 80 ], "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "kills": [ - 3339 + 3334 ], "lineup_1_money": [ 40 @@ -45401,13 +45401,13 @@ export default { 2642 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "winning_reason": [ 1415 @@ -45424,13 +45424,13 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "lineup_1_money": [ 40 @@ -45451,13 +45451,13 @@ export default { 40 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "winning_side": [ 80 @@ -45518,13 +45518,13 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "lineup_1_money": [ 40 @@ -45545,13 +45545,13 @@ export default { 40 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "winning_side": [ 80 @@ -45634,7 +45634,7 @@ export default { }, "match_map_rounds_order_by": { "assists_aggregate": [ - 3121 + 3116 ], "backup_file": [ 2971 @@ -45652,7 +45652,7 @@ export default { 2971 ], "kills_aggregate": [ - 3338 + 3333 ], "lineup_1_money": [ 2971 @@ -45702,7 +45702,7 @@ export default { }, "match_map_rounds_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -45714,13 +45714,13 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "lineup_1_money": [ 40 @@ -45747,13 +45747,13 @@ export default { 40 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "winning_reason": [ 1415 @@ -45937,13 +45937,13 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "lineup_1_money": [ 40 @@ -45970,13 +45970,13 @@ export default { 40 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "winning_reason": [ 1415 @@ -46213,28 +46213,28 @@ export default { }, "match_map_veto_picks": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "map": [ 2304 ], "map_id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5023 + 5018 ], "side": [ 80 @@ -46341,28 +46341,28 @@ export default { 2607 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "map": [ 2313 ], "map_id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5025 + 5020 ], "side": [ 82 @@ -46377,28 +46377,28 @@ export default { "match_map_veto_picks_constraint": {}, "match_map_veto_picks_insert_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "map": [ 2321 ], "map_id": [ - 5023 + 5018 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "match_lineup": [ 2484 ], "match_lineup_id": [ - 5023 + 5018 ], "side": [ 80 @@ -46412,19 +46412,19 @@ export default { }, "match_map_veto_picks_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "side": [ 80 @@ -46458,19 +46458,19 @@ export default { }, "match_map_veto_picks_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "side": [ 80 @@ -46564,7 +46564,7 @@ export default { }, "match_map_veto_picks_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -46573,19 +46573,19 @@ export default { "match_map_veto_picks_select_column": {}, "match_map_veto_picks_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "side": [ 80 @@ -46610,19 +46610,19 @@ export default { }, "match_map_veto_picks_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "side": [ 80 @@ -46651,7 +46651,7 @@ export default { 40 ], "created_at": [ - 4523 + 4518 ], "demos": [ 2508, @@ -46707,13 +46707,13 @@ export default { 942 ], "ended_at": [ - 4523 + 4518 ], "flashes": [ - 3286, + 3281, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -46723,19 +46723,19 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], "flashes_aggregate": [ - 3287, + 3282, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -46745,22 +46745,22 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], "id": [ - 5023 + 5018 ], "is_current_map": [ 5 ], "latest_clip_at": [ - 4523 + 4518 ], "lineup_1_score": [ 40 @@ -46784,7 +46784,7 @@ export default { 2304 ], "map_id": [ - 5023 + 5018 ], "match": [ 2786 @@ -46834,13 +46834,13 @@ export default { } ], "match_id": [ - 5023 + 5018 ], "objectives": [ - 3532, + 3527, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -46850,19 +46850,19 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], "objectives_aggregate": [ - 3533, + 3528, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -46872,11 +46872,11 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], @@ -46884,10 +46884,10 @@ export default { 40 ], "player_assists": [ - 3114, + 3109, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -46897,19 +46897,19 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "player_assists_aggregate": [ - 3115, + 3110, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -46919,19 +46919,19 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "player_damages": [ - 3177, + 3172, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -46941,19 +46941,19 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], "player_damages_aggregate": [ - 3178, + 3173, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -46963,19 +46963,19 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], "player_kills": [ - 3331, + 3326, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -46985,19 +46985,19 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "player_kills_aggregate": [ - 3332, + 3327, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -47007,19 +47007,19 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "player_unused_utilities": [ - 3819, + 3814, { "distinct_on": [ - 3840, + 3835, "[player_unused_utility_select_column!]" ], "limit": [ @@ -47029,19 +47029,19 @@ export default { 40 ], "order_by": [ - 3838, + 3833, "[player_unused_utility_order_by!]" ], "where": [ - 3828 + 3823 ] } ], "player_unused_utilities_aggregate": [ - 3820, + 3815, { "distinct_on": [ - 3840, + 3835, "[player_unused_utility_select_column!]" ], "limit": [ @@ -47051,11 +47051,11 @@ export default { 40 ], "order_by": [ - 3838, + 3833, "[player_unused_utility_order_by!]" ], "where": [ - 3828 + 3823 ] } ], @@ -47063,7 +47063,7 @@ export default { 40 ], "public_latest_clip_at": [ - 4523 + 4518 ], "rounds": [ 2559, @@ -47110,16 +47110,16 @@ export default { } ], "started_at": [ - 4523 + 4518 ], "status": [ 947 ], "utility": [ - 3860, + 3855, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -47129,19 +47129,19 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], "utility_aggregate": [ - 3861, + 3856, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -47151,11 +47151,11 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], @@ -47204,7 +47204,7 @@ export default { } ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -47405,7 +47405,7 @@ export default { 41 ], "created_at": [ - 4524 + 4519 ], "demos": [ 2520 @@ -47423,22 +47423,22 @@ export default { 945 ], "ended_at": [ - 4524 + 4519 ], "flashes": [ - 3297 + 3292 ], "flashes_aggregate": [ - 3288 + 3283 ], "id": [ - 5025 + 5020 ], "is_current_map": [ 6 ], "latest_clip_at": [ - 4524 + 4519 ], "lineup_1_score": [ 41 @@ -47462,7 +47462,7 @@ export default { 2313 ], "map_id": [ - 5025 + 5020 ], "match": [ 2795 @@ -47474,46 +47474,46 @@ export default { 2335 ], "match_id": [ - 5025 + 5020 ], "objectives": [ - 3541 + 3536 ], "objectives_aggregate": [ - 3534 + 3529 ], "order": [ 41 ], "player_assists": [ - 3125 + 3120 ], "player_assists_aggregate": [ - 3116 + 3111 ], "player_damages": [ - 3186 + 3181 ], "player_damages_aggregate": [ - 3179 + 3174 ], "player_kills": [ - 3342 + 3337 ], "player_kills_aggregate": [ - 3333 + 3328 ], "player_unused_utilities": [ - 3828 + 3823 ], "player_unused_utilities_aggregate": [ - 3821 + 3816 ], "public_clips_count": [ 41 ], "public_latest_clip_at": [ - 4524 + 4519 ], "rounds": [ 2568 @@ -47522,16 +47522,16 @@ export default { 2561 ], "started_at": [ - 4524 + 4519 ], "status": [ 948 ], "utility": [ - 3869 + 3864 ], "utility_aggregate": [ - 3862 + 3857 ], "vetos": [ 2607 @@ -47540,7 +47540,7 @@ export default { 2602 ], "winning_lineup_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -47572,7 +47572,7 @@ export default { 40 ], "created_at": [ - 4523 + 4518 ], "demos": [ 2517 @@ -47581,16 +47581,16 @@ export default { 953 ], "ended_at": [ - 4523 + 4518 ], "flashes": [ - 3294 + 3289 ], "id": [ - 5023 + 5018 ], "latest_clip_at": [ - 4523 + 4518 ], "lineup_1_side": [ 1211 @@ -47608,7 +47608,7 @@ export default { 2321 ], "map_id": [ - 5023 + 5018 ], "match": [ 2804 @@ -47617,49 +47617,49 @@ export default { 2339 ], "match_id": [ - 5023 + 5018 ], "objectives": [ - 3538 + 3533 ], "order": [ 40 ], "player_assists": [ - 3122 + 3117 ], "player_damages": [ - 3183 + 3178 ], "player_kills": [ - 3339 + 3334 ], "player_unused_utilities": [ - 3825 + 3820 ], "public_clips_count": [ 40 ], "public_latest_clip_at": [ - 4523 + 4518 ], "rounds": [ 2565 ], "started_at": [ - 4523 + 4518 ], "status": [ 947 ], "utility": [ - 3866 + 3861 ], "vetos": [ 2606 ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -47670,7 +47670,7 @@ export default { 40 ], "created_at": [ - 4523 + 4518 ], "demos_download_url": [ 80 @@ -47679,13 +47679,13 @@ export default { 40 ], "ended_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "latest_clip_at": [ - 4523 + 4518 ], "lineup_1_score": [ 40 @@ -47700,10 +47700,10 @@ export default { 40 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "order": [ 40 @@ -47712,13 +47712,13 @@ export default { 40 ], "public_latest_clip_at": [ - 4523 + 4518 ], "started_at": [ - 4523 + 4518 ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -47776,7 +47776,7 @@ export default { 40 ], "created_at": [ - 4523 + 4518 ], "demos_download_url": [ 80 @@ -47785,13 +47785,13 @@ export default { 40 ], "ended_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "latest_clip_at": [ - 4523 + 4518 ], "lineup_1_score": [ 40 @@ -47806,10 +47806,10 @@ export default { 40 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "order": [ 40 @@ -47818,13 +47818,13 @@ export default { 40 ], "public_latest_clip_at": [ - 4523 + 4518 ], "started_at": [ - 4523 + 4518 ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -47936,7 +47936,7 @@ export default { 2971 ], "flashes_aggregate": [ - 3293 + 3288 ], "id": [ 2971 @@ -47981,22 +47981,22 @@ export default { 2971 ], "objectives_aggregate": [ - 3537 + 3532 ], "order": [ 2971 ], "player_assists_aggregate": [ - 3121 + 3116 ], "player_damages_aggregate": [ - 3182 + 3177 ], "player_kills_aggregate": [ - 3338 + 3333 ], "player_unused_utilities_aggregate": [ - 3824 + 3819 ], "public_clips_count": [ 2971 @@ -48014,7 +48014,7 @@ export default { 2971 ], "utility_aggregate": [ - 3865 + 3860 ], "vetos_aggregate": [ 2605 @@ -48028,7 +48028,7 @@ export default { }, "match_maps_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -48040,16 +48040,16 @@ export default { 40 ], "created_at": [ - 4523 + 4518 ], "ended_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "latest_clip_at": [ - 4523 + 4518 ], "lineup_1_side": [ 1211 @@ -48064,10 +48064,10 @@ export default { 40 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "order": [ 40 @@ -48076,16 +48076,16 @@ export default { 40 ], "public_latest_clip_at": [ - 4523 + 4518 ], "started_at": [ - 4523 + 4518 ], "status": [ 947 ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -48254,16 +48254,16 @@ export default { 40 ], "created_at": [ - 4523 + 4518 ], "ended_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "latest_clip_at": [ - 4523 + 4518 ], "lineup_1_side": [ 1211 @@ -48278,10 +48278,10 @@ export default { 40 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "order": [ 40 @@ -48290,16 +48290,16 @@ export default { 40 ], "public_latest_clip_at": [ - 4523 + 4518 ], "started_at": [ - 4523 + 4518 ], "status": [ 947 ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -48542,7 +48542,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "invite_code": [ 80 @@ -48557,7 +48557,7 @@ export default { 2285 ], "map_pool_id": [ - 5023 + 5018 ], "map_veto": [ 5 @@ -48640,13 +48640,13 @@ export default { 1292 ], "tournament": [ - 4959 + 4954 ], "tournament_bracket": [ - 4567 + 4562 ], "tournament_stage": [ - 4784 + 4779 ], "tv_delay": [ 40 @@ -48777,7 +48777,7 @@ export default { 6 ], "id": [ - 5025 + 5020 ], "invite_code": [ 82 @@ -48792,7 +48792,7 @@ export default { 2288 ], "map_pool_id": [ - 5025 + 5020 ], "map_veto": [ 6 @@ -48837,13 +48837,13 @@ export default { 1293 ], "tournament": [ - 4980 + 4975 ], "tournament_bracket": [ - 4578 + 4573 ], "tournament_stage": [ - 4796 + 4791 ], "tv_delay": [ 41 @@ -48905,7 +48905,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "invite_code": [ 80 @@ -48920,7 +48920,7 @@ export default { 2294 ], "map_pool_id": [ - 5023 + 5018 ], "map_veto": [ 5 @@ -48962,13 +48962,13 @@ export default { 1292 ], "tournament": [ - 4989 + 4984 ], "tournament_bracket": [ - 4587 + 4582 ], "tournament_stage": [ - 4808 + 4803 ], "tv_delay": [ 40 @@ -48988,7 +48988,7 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "invite_code": [ 80 @@ -48997,7 +48997,7 @@ export default { 40 ], "map_pool_id": [ - 5023 + 5018 ], "mr": [ 40 @@ -49026,7 +49026,7 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "invite_code": [ 80 @@ -49035,7 +49035,7 @@ export default { 40 ], "map_pool_id": [ - 5023 + 5018 ], "mr": [ 40 @@ -49175,13 +49175,13 @@ export default { 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_bracket": [ - 4589 + 4584 ], "tournament_stage": [ - 4810 + 4805 ], "tv_delay": [ 2971 @@ -49195,7 +49195,7 @@ export default { }, "match_options_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -49225,7 +49225,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "invite_code": [ 80 @@ -49237,7 +49237,7 @@ export default { 40 ], "map_pool_id": [ - 5023 + 5018 ], "map_veto": [ 5 @@ -49397,7 +49397,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "invite_code": [ 80 @@ -49409,7 +49409,7 @@ export default { 40 ], "map_pool_id": [ - 5023 + 5018 ], "map_veto": [ 5 @@ -49578,22 +49578,22 @@ export default { }, "match_region_veto_picks": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5023 + 5018 ], "region": [ 80 @@ -49700,22 +49700,22 @@ export default { 2701 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5025 + 5020 ], "region": [ 82 @@ -49730,22 +49730,22 @@ export default { "match_region_veto_picks_constraint": {}, "match_region_veto_picks_insert_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "match_lineup": [ 2484 ], "match_lineup_id": [ - 5023 + 5018 ], "region": [ 80 @@ -49759,16 +49759,16 @@ export default { }, "match_region_veto_picks_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "region": [ 80 @@ -49799,16 +49799,16 @@ export default { }, "match_region_veto_picks_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "region": [ 80 @@ -49893,7 +49893,7 @@ export default { }, "match_region_veto_picks_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -49902,16 +49902,16 @@ export default { "match_region_veto_picks_select_column": {}, "match_region_veto_picks_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "region": [ 80 @@ -49936,16 +49936,16 @@ export default { }, "match_region_veto_picks_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "region": [ 80 @@ -49983,7 +49983,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_game_streamer": [ 5 @@ -49995,7 +49995,7 @@ export default { 80 ], "last_status_at": [ - 4523 + 4518 ], "link": [ 80 @@ -50004,7 +50004,7 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "mode": [ 80 @@ -50252,7 +50252,7 @@ export default { 82 ], "id": [ - 5025 + 5020 ], "is_game_streamer": [ 6 @@ -50264,7 +50264,7 @@ export default { 82 ], "last_status_at": [ - 4524 + 4519 ], "link": [ 82 @@ -50273,7 +50273,7 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "mode": [ 82 @@ -50344,7 +50344,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_game_streamer": [ 5 @@ -50356,7 +50356,7 @@ export default { 80 ], "last_status_at": [ - 4523 + 4518 ], "link": [ 80 @@ -50365,7 +50365,7 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "mode": [ 80 @@ -50397,19 +50397,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_service_name": [ 80 ], "last_status_at": [ - 4523 + 4518 ], "link": [ 80 ], "match_id": [ - 5023 + 5018 ], "mode": [ 80 @@ -50479,19 +50479,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "k8s_service_name": [ 80 ], "last_status_at": [ - 4523 + 4518 ], "link": [ 80 ], "match_id": [ - 5023 + 5018 ], "mode": [ 80 @@ -50639,7 +50639,7 @@ export default { }, "match_streams_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -50667,7 +50667,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_game_streamer": [ 5 @@ -50679,13 +50679,13 @@ export default { 80 ], "last_status_at": [ - 4523 + 4518 ], "link": [ 80 ], "match_id": [ - 5023 + 5018 ], "mode": [ 80 @@ -50779,7 +50779,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_game_streamer": [ 5 @@ -50791,13 +50791,13 @@ export default { 80 ], "last_status_at": [ - 4523 + 4518 ], "link": [ 80 ], "match_id": [ - 5023 + 5018 ], "mode": [ 80 @@ -51124,13 +51124,13 @@ export default { 5 ], "cancels_at": [ - 4523 + 4518 ], "clutches": [ - 5203, + 5198, { "distinct_on": [ - 5219, + 5214, "[v_match_clutches_select_column!]" ], "limit": [ @@ -51140,19 +51140,19 @@ export default { 40 ], "order_by": [ - 5218, + 5213, "[v_match_clutches_order_by!]" ], "where": [ - 5212 + 5207 ] } ], "clutches_aggregate": [ - 5204, + 5199, { "distinct_on": [ - 5219, + 5214, "[v_match_clutches_select_column!]" ], "limit": [ @@ -51162,11 +51162,11 @@ export default { 40 ], "order_by": [ - 5218, + 5213, "[v_match_clutches_order_by!]" ], "where": [ - 5212 + 5207 ] } ], @@ -51177,10 +51177,10 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "current_match_map_id": [ - 5023 + 5018 ], "demos": [ 2508, @@ -51274,16 +51274,16 @@ export default { 1003 ], "e_region": [ - 4021 + 4016 ], "effective_at": [ - 4523 + 4518 ], "elo_changes": [ - 5400, + 5395, { "distinct_on": [ - 5426, + 5421, "[v_player_elo_select_column!]" ], "limit": [ @@ -51293,19 +51293,19 @@ export default { 40 ], "order_by": [ - 5425, + 5420, "[v_player_elo_order_by!]" ], "where": [ - 5419 + 5414 ] } ], "elo_changes_aggregate": [ - 5401, + 5396, { "distinct_on": [ - 5426, + 5421, "[v_player_elo_select_column!]" ], "limit": [ @@ -51315,22 +51315,22 @@ export default { 40 ], "order_by": [ - 5425, + 5420, "[v_player_elo_order_by!]" ], "where": [ - 5419 + 5414 ] } ], "ended_at": [ - 4523 + 4518 ], "external_id": [ 80 ], "id": [ - 5023 + 5018 ], "invite_code": [ 80 @@ -51366,13 +51366,13 @@ export default { 2466 ], "lineup_1_id": [ - 5023 + 5018 ], "lineup_2": [ 2466 ], "lineup_2_id": [ - 5023 + 5018 ], "lineup_counts": [ 1840, @@ -51383,7 +51383,7 @@ export default { } ], "map_veto_picking_lineup_id": [ - 5023 + 5018 ], "map_veto_picks": [ 2600, @@ -51477,7 +51477,7 @@ export default { } ], "match_options_id": [ - 5023 + 5018 ], "max_players_per_lineup": [ 40 @@ -51486,10 +51486,10 @@ export default { 40 ], "opening_duels": [ - 5331, + 5326, { "distinct_on": [ - 5347, + 5342, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -51499,19 +51499,19 @@ export default { 40 ], "order_by": [ - 5346, + 5341, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5340 + 5335 ] } ], "opening_duels_aggregate": [ - 5332, + 5327, { "distinct_on": [ - 5347, + 5342, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -51521,11 +51521,11 @@ export default { 40 ], "order_by": [ - 5346, + 5341, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5340 + 5335 ] } ], @@ -51533,7 +51533,7 @@ export default { 2666 ], "organizer": [ - 3934 + 3929 ], "organizer_steam_id": [ 257 @@ -51542,10 +51542,10 @@ export default { 80 ], "player_assists": [ - 3114, + 3109, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -51555,19 +51555,19 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "player_assists_aggregate": [ - 3115, + 3110, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -51577,19 +51577,19 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "player_damages": [ - 3177, + 3172, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -51599,19 +51599,19 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], "player_damages_aggregate": [ - 3178, + 3173, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -51621,19 +51621,19 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], "player_flashes": [ - 3286, + 3281, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -51643,19 +51643,19 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], "player_flashes_aggregate": [ - 3287, + 3282, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -51665,19 +51665,19 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], "player_kills": [ - 3331, + 3326, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -51687,19 +51687,19 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "player_kills_aggregate": [ - 3332, + 3327, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -51709,19 +51709,19 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "player_objectives": [ - 3532, + 3527, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -51731,19 +51731,19 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], "player_objectives_aggregate": [ - 3533, + 3528, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -51753,19 +51753,19 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], "player_unused_utilities": [ - 3819, + 3814, { "distinct_on": [ - 3840, + 3835, "[player_unused_utility_select_column!]" ], "limit": [ @@ -51775,19 +51775,19 @@ export default { 40 ], "order_by": [ - 3838, + 3833, "[player_unused_utility_order_by!]" ], "where": [ - 3828 + 3823 ] } ], "player_unused_utilities_aggregate": [ - 3820, + 3815, { "distinct_on": [ - 3840, + 3835, "[player_unused_utility_select_column!]" ], "limit": [ @@ -51797,19 +51797,19 @@ export default { 40 ], "order_by": [ - 3838, + 3833, "[player_unused_utility_order_by!]" ], "where": [ - 3828 + 3823 ] } ], "player_utility": [ - 3860, + 3855, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -51819,19 +51819,19 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], "player_utility_aggregate": [ - 3861, + 3856, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -51841,11 +51841,11 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], @@ -51853,7 +51853,7 @@ export default { 80 ], "region_veto_picking_lineup_id": [ - 5023 + 5018 ], "region_veto_picks": [ 2694, @@ -51903,16 +51903,16 @@ export default { 5 ], "scheduled_at": [ - 4523 + 4518 ], "server": [ - 4048 + 4043 ], "server_error": [ 80 ], "server_id": [ - 5023 + 5018 ], "server_plugin_runtime": [ 80 @@ -51923,11 +51923,14 @@ export default { "server_type": [ 80 ], + "share_code": [ + 80 + ], "source": [ 80 ], "started_at": [ - 4523 + 4518 ], "status": [ 1008 @@ -51977,10 +51980,10 @@ export default { } ], "teams": [ - 4476, + 4471, { "distinct_on": [ - 4500, + 4495, "[teams_select_column!]" ], "limit": [ @@ -51990,19 +51993,19 @@ export default { 40 ], "order_by": [ - 4498, + 4493, "[teams_order_by!]" ], "where": [ - 4487 + 4482 ] } ], "tournament_brackets": [ - 4567, + 4562, { "distinct_on": [ - 4591, + 4586, "[tournament_brackets_select_column!]" ], "limit": [ @@ -52012,19 +52015,19 @@ export default { 40 ], "order_by": [ - 4589, + 4584, "[tournament_brackets_order_by!]" ], "where": [ - 4578 + 4573 ] } ], "tournament_brackets_aggregate": [ - 4568, + 4563, { "distinct_on": [ - 4591, + 4586, "[tournament_brackets_select_column!]" ], "limit": [ @@ -52034,11 +52037,11 @@ export default { 40 ], "order_by": [ - 4589, + 4584, "[tournament_brackets_order_by!]" ], "where": [ - 4578 + 4573 ] } ], @@ -52049,7 +52052,7 @@ export default { 2466 ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -52244,13 +52247,13 @@ export default { 6 ], "cancels_at": [ - 4524 + 4519 ], "clutches": [ - 5212 + 5207 ], "clutches_aggregate": [ - 5205 + 5200 ], "connection_link": [ 82 @@ -52259,10 +52262,10 @@ export default { 82 ], "created_at": [ - 4524 + 4519 ], "current_match_map_id": [ - 5025 + 5020 ], "demos": [ 2520 @@ -52280,25 +52283,25 @@ export default { 1006 ], "e_region": [ - 4025 + 4020 ], "effective_at": [ - 4524 + 4519 ], "elo_changes": [ - 5419 + 5414 ], "elo_changes_aggregate": [ - 5402 + 5397 ], "ended_at": [ - 4524 + 4519 ], "external_id": [ 82 ], "id": [ - 5025 + 5020 ], "invite_code": [ 82 @@ -52334,19 +52337,19 @@ export default { 2475 ], "lineup_1_id": [ - 5025 + 5020 ], "lineup_2": [ 2475 ], "lineup_2_id": [ - 5025 + 5020 ], "lineup_counts": [ 1841 ], "map_veto_picking_lineup_id": [ - 5025 + 5020 ], "map_veto_picks": [ 2607 @@ -52364,7 +52367,7 @@ export default { 2626 ], "match_options_id": [ - 5025 + 5020 ], "max_players_per_lineup": [ 41 @@ -52373,16 +52376,16 @@ export default { 41 ], "opening_duels": [ - 5340 + 5335 ], "opening_duels_aggregate": [ - 5333 + 5328 ], "options": [ 2670 ], "organizer": [ - 3938 + 3933 ], "organizer_steam_id": [ 259 @@ -52391,52 +52394,52 @@ export default { 82 ], "player_assists": [ - 3125 + 3120 ], "player_assists_aggregate": [ - 3116 + 3111 ], "player_damages": [ - 3186 + 3181 ], "player_damages_aggregate": [ - 3179 + 3174 ], "player_flashes": [ - 3297 + 3292 ], "player_flashes_aggregate": [ - 3288 + 3283 ], "player_kills": [ - 3342 + 3337 ], "player_kills_aggregate": [ - 3333 + 3328 ], "player_objectives": [ - 3541 + 3536 ], "player_objectives_aggregate": [ - 3534 + 3529 ], "player_unused_utilities": [ - 3828 + 3823 ], "player_unused_utilities_aggregate": [ - 3821 + 3816 ], "player_utility": [ - 3869 + 3864 ], "player_utility_aggregate": [ - 3862 + 3857 ], "region": [ 82 ], "region_veto_picking_lineup_id": [ - 5025 + 5020 ], "region_veto_picks": [ 2701 @@ -52448,16 +52451,16 @@ export default { 6 ], "scheduled_at": [ - 4524 + 4519 ], "server": [ - 4059 + 4054 ], "server_error": [ 82 ], "server_id": [ - 5025 + 5020 ], "server_plugin_runtime": [ 82 @@ -52468,11 +52471,14 @@ export default { "server_type": [ 82 ], + "share_code": [ + 82 + ], "source": [ 82 ], "started_at": [ - 4524 + 4519 ], "status": [ 1009 @@ -52484,13 +52490,13 @@ export default { 2720 ], "teams": [ - 4487 + 4482 ], "tournament_brackets": [ - 4578 + 4573 ], "tournament_brackets_aggregate": [ - 4569 + 4564 ], "tv_connection_string": [ 82 @@ -52499,7 +52505,7 @@ export default { 2475 ], "winning_lineup_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -52516,13 +52522,13 @@ export default { }, "matches_insert_input": { "cancels_at": [ - 4523 + 4518 ], "clutches": [ - 5209 + 5204 ], "created_at": [ - 4523 + 4518 ], "demos": [ 2517 @@ -52534,19 +52540,19 @@ export default { 1014 ], "e_region": [ - 4031 + 4026 ], "elo_changes": [ - 5416 + 5411 ], "ended_at": [ - 4523 + 4518 ], "external_id": [ 80 ], "id": [ - 5023 + 5018 ], "label": [ 80 @@ -52555,13 +52561,13 @@ export default { 2484 ], "lineup_1_id": [ - 5023 + 5018 ], "lineup_2": [ 2484 ], "lineup_2_id": [ - 5023 + 5018 ], "map_veto_picks": [ 2606 @@ -52570,16 +52576,16 @@ export default { 2630 ], "match_options_id": [ - 5023 + 5018 ], "opening_duels": [ - 5337 + 5332 ], "options": [ 2677 ], "organizer": [ - 3945 + 3940 ], "organizer_steam_id": [ 257 @@ -52588,25 +52594,25 @@ export default { 80 ], "player_assists": [ - 3122 + 3117 ], "player_damages": [ - 3183 + 3178 ], "player_flashes": [ - 3294 + 3289 ], "player_kills": [ - 3339 + 3334 ], "player_objectives": [ - 3538 + 3533 ], "player_unused_utilities": [ - 3825 + 3820 ], "player_utility": [ - 3866 + 3861 ], "region": [ 80 @@ -52615,22 +52621,25 @@ export default { 2700 ], "scheduled_at": [ - 4523 + 4518 ], "server": [ - 4068 + 4063 ], "server_error": [ 80 ], "server_id": [ - 5023 + 5018 + ], + "share_code": [ + 80 ], "source": [ 80 ], "started_at": [ - 4523 + 4518 ], "status": [ 1008 @@ -52639,13 +52648,13 @@ export default { 2727 ], "tournament_brackets": [ - 4575 + 4570 ], "winner": [ 2484 ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -52653,7 +52662,7 @@ export default { }, "matches_max_fields": { "cancels_at": [ - 4523 + 4518 ], "connection_link": [ 80 @@ -52662,22 +52671,22 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "current_match_map_id": [ - 5023 + 5018 ], "effective_at": [ - 4523 + 4518 ], "ended_at": [ - 4523 + 4518 ], "external_id": [ 80 ], "id": [ - 5023 + 5018 ], "invite_code": [ 80 @@ -52686,19 +52695,19 @@ export default { 80 ], "lineup_1_id": [ - 5023 + 5018 ], "lineup_2_id": [ - 5023 + 5018 ], "map_veto_picking_lineup_id": [ - 5023 + 5018 ], "map_veto_type": [ 80 ], "match_options_id": [ - 5023 + 5018 ], "max_players_per_lineup": [ 40 @@ -52716,16 +52725,16 @@ export default { 80 ], "region_veto_picking_lineup_id": [ - 5023 + 5018 ], "scheduled_at": [ - 4523 + 4518 ], "server_error": [ 80 ], "server_id": [ - 5023 + 5018 ], "server_plugin_runtime": [ 80 @@ -52736,17 +52745,20 @@ export default { "server_type": [ 80 ], + "share_code": [ + 80 + ], "source": [ 80 ], "started_at": [ - 4523 + 4518 ], "tv_connection_string": [ 80 ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -52801,6 +52813,9 @@ export default { "server_id": [ 2971 ], + "share_code": [ + 2971 + ], "source": [ 2971 ], @@ -52816,7 +52831,7 @@ export default { }, "matches_min_fields": { "cancels_at": [ - 4523 + 4518 ], "connection_link": [ 80 @@ -52825,22 +52840,22 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "current_match_map_id": [ - 5023 + 5018 ], "effective_at": [ - 4523 + 4518 ], "ended_at": [ - 4523 + 4518 ], "external_id": [ 80 ], "id": [ - 5023 + 5018 ], "invite_code": [ 80 @@ -52849,19 +52864,19 @@ export default { 80 ], "lineup_1_id": [ - 5023 + 5018 ], "lineup_2_id": [ - 5023 + 5018 ], "map_veto_picking_lineup_id": [ - 5023 + 5018 ], "map_veto_type": [ 80 ], "match_options_id": [ - 5023 + 5018 ], "max_players_per_lineup": [ 40 @@ -52879,16 +52894,16 @@ export default { 80 ], "region_veto_picking_lineup_id": [ - 5023 + 5018 ], "scheduled_at": [ - 4523 + 4518 ], "server_error": [ 80 ], "server_id": [ - 5023 + 5018 ], "server_plugin_runtime": [ 80 @@ -52899,17 +52914,20 @@ export default { "server_type": [ 80 ], + "share_code": [ + 80 + ], "source": [ 80 ], "started_at": [ - 4523 + 4518 ], "tv_connection_string": [ 80 ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -52964,6 +52982,9 @@ export default { "server_id": [ 2971 ], + "share_code": [ + 2971 + ], "source": [ 2971 ], @@ -53042,7 +53063,7 @@ export default { 2971 ], "clutches_aggregate": [ - 5208 + 5203 ], "connection_link": [ 2971 @@ -53066,13 +53087,13 @@ export default { 1016 ], "e_region": [ - 4033 + 4028 ], "effective_at": [ 2971 ], "elo_changes_aggregate": [ - 5415 + 5410 ], "ended_at": [ 2971 @@ -53150,13 +53171,13 @@ export default { 2971 ], "opening_duels_aggregate": [ - 5336 + 5331 ], "options": [ 2679 ], "organizer": [ - 3947 + 3942 ], "organizer_steam_id": [ 2971 @@ -53165,25 +53186,25 @@ export default { 2971 ], "player_assists_aggregate": [ - 3121 + 3116 ], "player_damages_aggregate": [ - 3182 + 3177 ], "player_flashes_aggregate": [ - 3293 + 3288 ], "player_kills_aggregate": [ - 3338 + 3333 ], "player_objectives_aggregate": [ - 3537 + 3532 ], "player_unused_utilities_aggregate": [ - 3824 + 3819 ], "player_utility_aggregate": [ - 3865 + 3860 ], "region": [ 2971 @@ -53201,7 +53222,7 @@ export default { 2971 ], "server": [ - 4070 + 4065 ], "server_error": [ 2971 @@ -53218,6 +53239,9 @@ export default { "server_type": [ 2971 ], + "share_code": [ + 2971 + ], "source": [ 2971 ], @@ -53231,10 +53255,10 @@ export default { 2725 ], "teams_aggregate": [ - 4483 + 4478 ], "tournament_brackets_aggregate": [ - 4574 + 4569 ], "tv_connection_string": [ 2971 @@ -53251,7 +53275,7 @@ export default { }, "matches_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -53260,31 +53284,31 @@ export default { "matches_select_column": {}, "matches_set_input": { "cancels_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "ended_at": [ - 4523 + 4518 ], "external_id": [ 80 ], "id": [ - 5023 + 5018 ], "label": [ 80 ], "lineup_1_id": [ - 5023 + 5018 ], "lineup_2_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "organizer_steam_id": [ 257 @@ -53296,25 +53320,28 @@ export default { 80 ], "scheduled_at": [ - 4523 + 4518 ], "server_error": [ 80 ], "server_id": [ - 5023 + 5018 + ], + "share_code": [ + 80 ], "source": [ 80 ], "started_at": [ - 4523 + 4518 ], "status": [ 1008 ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -53399,34 +53426,34 @@ export default { }, "matches_stream_cursor_value_input": { "cancels_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "effective_at": [ - 4523 + 4518 ], "ended_at": [ - 4523 + 4518 ], "external_id": [ 80 ], "id": [ - 5023 + 5018 ], "label": [ 80 ], "lineup_1_id": [ - 5023 + 5018 ], "lineup_2_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "organizer_steam_id": [ 257 @@ -53438,25 +53465,28 @@ export default { 80 ], "scheduled_at": [ - 4523 + 4518 ], "server_error": [ 80 ], "server_id": [ - 5023 + 5018 + ], + "share_code": [ + 80 ], "source": [ 80 ], "started_at": [ - 4523 + 4518 ], "status": [ 1008 ], "winning_lineup_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -53762,7 +53792,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "custom_avatar_url": [ 80 @@ -53794,7 +53824,7 @@ export default { 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 @@ -53820,10 +53850,10 @@ export default { } ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "name": [ 80 @@ -53832,16 +53862,16 @@ export default { 5 ], "player": [ - 3934 + 3929 ], "premier_rank": [ 40 ], "premier_rank_updated_at": [ - 4523 + 4518 ], "presence_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -53859,7 +53889,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -54135,7 +54165,7 @@ export default { 82 ], "created_at": [ - 4524 + 4519 ], "custom_avatar_url": [ 82 @@ -54162,7 +54192,7 @@ export default { 41 ], "faceit_updated_at": [ - 4524 + 4519 ], "faceit_url": [ 82 @@ -54183,10 +54213,10 @@ export default { 1844 ], "last_read_news_at": [ - 4524 + 4519 ], "last_sign_in_at": [ - 4524 + 4519 ], "name": [ 82 @@ -54195,16 +54225,16 @@ export default { 6 ], "player": [ - 3938 + 3933 ], "premier_rank": [ 41 ], "premier_rank_updated_at": [ - 4524 + 4519 ], "presence_updated_at": [ - 4524 + 4519 ], "profile_url": [ 82 @@ -54222,7 +54252,7 @@ export default { 82 ], "steam_bans_checked_at": [ - 4524 + 4519 ], "steam_id": [ 259 @@ -54310,7 +54340,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "custom_avatar_url": [ 80 @@ -54337,7 +54367,7 @@ export default { 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 @@ -54358,10 +54388,10 @@ export default { 1842 ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "name": [ 80 @@ -54370,16 +54400,16 @@ export default { 5 ], "player": [ - 3945 + 3940 ], "premier_rank": [ 40 ], "premier_rank_updated_at": [ - 4523 + 4518 ], "presence_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -54397,7 +54427,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -54420,7 +54450,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "custom_avatar_url": [ 80 @@ -54444,7 +54474,7 @@ export default { 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 @@ -54462,10 +54492,10 @@ export default { 80 ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "name": [ 80 @@ -54474,10 +54504,10 @@ export default { 40 ], "premier_rank_updated_at": [ - 4523 + 4518 ], "presence_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -54492,7 +54522,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -54604,7 +54634,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "custom_avatar_url": [ 80 @@ -54628,7 +54658,7 @@ export default { 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 @@ -54646,10 +54676,10 @@ export default { 80 ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "name": [ 80 @@ -54658,10 +54688,10 @@ export default { 40 ], "premier_rank_updated_at": [ - 4523 + 4518 ], "presence_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -54676,7 +54706,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -54859,7 +54889,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "premier_rank": [ 2971 @@ -54923,7 +54953,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "custom_avatar_url": [ 80 @@ -54950,7 +54980,7 @@ export default { 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 @@ -54971,10 +55001,10 @@ export default { 1842 ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "name": [ 80 @@ -54986,10 +55016,10 @@ export default { 40 ], "premier_rank_updated_at": [ - 4523 + 4518 ], "presence_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -55007,7 +55037,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -55233,7 +55263,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "custom_avatar_url": [ 80 @@ -55260,7 +55290,7 @@ export default { 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 @@ -55281,10 +55311,10 @@ export default { 1842 ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "name": [ 80 @@ -55296,10 +55326,10 @@ export default { 40 ], "premier_rank_updated_at": [ - 4523 + 4518 ], "presence_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -55317,7 +55347,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -55619,7 +55649,7 @@ export default { }, "news_articles": { "author": [ - 3934 + 3929 ], "author_steam_id": [ 257 @@ -55631,13 +55661,13 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "published_at": [ - 4523 + 4518 ], "slug": [ 80 @@ -55652,7 +55682,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "view_count": [ 257 @@ -55741,7 +55771,7 @@ export default { 2896 ], "author": [ - 3938 + 3933 ], "author_steam_id": [ 259 @@ -55753,13 +55783,13 @@ export default { 82 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "published_at": [ - 4524 + 4519 ], "slug": [ 82 @@ -55774,7 +55804,7 @@ export default { 82 ], "updated_at": [ - 4524 + 4519 ], "view_count": [ 259 @@ -55797,7 +55827,7 @@ export default { }, "news_articles_insert_input": { "author": [ - 3945 + 3940 ], "author_steam_id": [ 257 @@ -55809,13 +55839,13 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "published_at": [ - 4523 + 4518 ], "slug": [ 80 @@ -55830,7 +55860,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "view_count": [ 257 @@ -55850,13 +55880,13 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "published_at": [ - 4523 + 4518 ], "slug": [ 80 @@ -55871,7 +55901,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "view_count": [ 257 @@ -55891,13 +55921,13 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "published_at": [ - 4523 + 4518 ], "slug": [ 80 @@ -55912,7 +55942,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "view_count": [ 257 @@ -55948,7 +55978,7 @@ export default { }, "news_articles_order_by": { "author": [ - 3947 + 3942 ], "author_steam_id": [ 2971 @@ -55992,7 +56022,7 @@ export default { }, "news_articles_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -56010,13 +56040,13 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "published_at": [ - 4523 + 4518 ], "slug": [ 80 @@ -56031,7 +56061,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "view_count": [ 257 @@ -56095,13 +56125,13 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "published_at": [ - 4523 + 4518 ], "slug": [ 80 @@ -56116,7 +56146,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "view_count": [ 257 @@ -56194,19 +56224,19 @@ export default { } ], "created_at": [ - 4523 + 4518 ], "deletable": [ 5 ], "deleted_at": [ - 4523 + 4518 ], "entity_id": [ 80 ], "id": [ - 5023 + 5018 ], "is_read": [ 5 @@ -56215,7 +56245,7 @@ export default { 80 ], "player": [ - 3934 + 3929 ], "role": [ 1090 @@ -56443,19 +56473,19 @@ export default { 1844 ], "created_at": [ - 4524 + 4519 ], "deletable": [ 6 ], "deleted_at": [ - 4524 + 4519 ], "entity_id": [ 82 ], "id": [ - 5025 + 5020 ], "is_read": [ 6 @@ -56464,7 +56494,7 @@ export default { 82 ], "player": [ - 3938 + 3933 ], "role": [ 1091 @@ -56520,19 +56550,19 @@ export default { 1842 ], "created_at": [ - 4523 + 4518 ], "deletable": [ 5 ], "deleted_at": [ - 4523 + 4518 ], "entity_id": [ 80 ], "id": [ - 5023 + 5018 ], "is_read": [ 5 @@ -56541,7 +56571,7 @@ export default { 80 ], "player": [ - 3945 + 3940 ], "role": [ 1090 @@ -56561,16 +56591,16 @@ export default { }, "notifications_max_fields": { "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "entity_id": [ 80 ], "id": [ - 5023 + 5018 ], "message": [ 80 @@ -56613,16 +56643,16 @@ export default { }, "notifications_min_fields": { "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "entity_id": [ 80 ], "id": [ - 5023 + 5018 ], "message": [ 80 @@ -56714,7 +56744,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "role": [ 2971 @@ -56734,7 +56764,7 @@ export default { }, "notifications_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -56756,19 +56786,19 @@ export default { 1842 ], "created_at": [ - 4523 + 4518 ], "deletable": [ 5 ], "deleted_at": [ - 4523 + 4518 ], "entity_id": [ 80 ], "id": [ - 5023 + 5018 ], "is_read": [ 5 @@ -56856,19 +56886,19 @@ export default { 1842 ], "created_at": [ - 4523 + 4518 ], "deletable": [ 5 ], "deleted_at": [ - 4523 + 4518 ], "entity_id": [ 80 ], "id": [ - 5023 + 5018 ], "is_read": [ 5 @@ -57022,13 +57052,13 @@ export default { "order_by": {}, "pending_match_import_players": { "created_at": [ - 4523 + 4518 ], "pending_match_import": [ 3013 ], "player": [ - 3934 + 3929 ], "steam_id": [ 257 @@ -57205,13 +57235,13 @@ export default { 2981 ], "created_at": [ - 4524 + 4519 ], "pending_match_import": [ - 3018 + 3017 ], "player": [ - 3938 + 3933 ], "steam_id": [ 259 @@ -57237,13 +57267,13 @@ export default { }, "pending_match_import_players_insert_input": { "created_at": [ - 4523 + 4518 ], "pending_match_import": [ - 3028 + 3024 ], "player": [ - 3945 + 3940 ], "steam_id": [ 257 @@ -57257,7 +57287,7 @@ export default { }, "pending_match_import_players_max_fields": { "created_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -57285,7 +57315,7 @@ export default { }, "pending_match_import_players_min_fields": { "created_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -57341,10 +57371,10 @@ export default { 2971 ], "pending_match_import": [ - 3030 + 3026 ], "player": [ - 3947 + 3942 ], "steam_id": [ 2971 @@ -57370,7 +57400,7 @@ export default { "pending_match_import_players_select_column": {}, "pending_match_import_players_set_input": { "created_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -57461,7 +57491,7 @@ export default { }, "pending_match_import_players_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -57578,7 +57608,7 @@ export default { }, "pending_match_imports": { "created_at": [ - 4523 + 4518 ], "demo_url": [ 80 @@ -57590,15 +57620,7 @@ export default { 80 ], "match_start_time": [ - 4523 - ], - "parties": [ - 1842, - { - "path": [ - 80 - ] - } + 4518 ], "players": [ 2972, @@ -57651,7 +57673,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "valve_match_id": [ 2969 @@ -57673,13 +57695,13 @@ export default { }, "pending_match_imports_aggregate_fields": { "avg": [ - 3017 + 3016 ], "count": [ 40, { "columns": [ - 3033, + 3028, "[pending_match_imports_select_column!]" ], "distinct": [ @@ -57688,39 +57710,31 @@ export default { } ], "max": [ - 3025 + 3021 ], "min": [ - 3026 + 3022 ], "stddev": [ - 3035 + 3030 ], "stddev_pop": [ - 3036 + 3031 ], "stddev_samp": [ - 3037 + 3032 ], "sum": [ - 3040 + 3035 ], "var_pop": [ - 3043 + 3038 ], "var_samp": [ - 3044 + 3039 ], "variance": [ - 3045 - ], - "__typename": [ - 80 - ] - }, - "pending_match_imports_append_input": { - "parties": [ - 1842 + 3040 ], "__typename": [ 80 @@ -57736,16 +57750,16 @@ export default { }, "pending_match_imports_bool_exp": { "_and": [ - 3018 + 3017 ], "_not": [ - 3018 + 3017 ], "_or": [ - 3018 + 3017 ], "created_at": [ - 4524 + 4519 ], "demo_url": [ 82 @@ -57757,10 +57771,7 @@ export default { 82 ], "match_start_time": [ - 4524 - ], - "parties": [ - 1844 + 4519 ], "players": [ 2981 @@ -57775,7 +57786,7 @@ export default { 82 ], "updated_at": [ - 4524 + 4519 ], "valve_match_id": [ 2970 @@ -57785,30 +57796,6 @@ export default { ] }, "pending_match_imports_constraint": {}, - "pending_match_imports_delete_at_path_input": { - "parties": [ - 80 - ], - "__typename": [ - 80 - ] - }, - "pending_match_imports_delete_elem_input": { - "parties": [ - 40 - ], - "__typename": [ - 80 - ] - }, - "pending_match_imports_delete_key_input": { - "parties": [ - 80 - ], - "__typename": [ - 80 - ] - }, "pending_match_imports_inc_input": { "valve_match_id": [ 2969 @@ -57819,7 +57806,7 @@ export default { }, "pending_match_imports_insert_input": { "created_at": [ - 4523 + 4518 ], "demo_url": [ 80 @@ -57831,10 +57818,7 @@ export default { 80 ], "match_start_time": [ - 4523 - ], - "parties": [ - 1842 + 4518 ], "players": [ 2978 @@ -57846,7 +57830,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "valve_match_id": [ 2969 @@ -57857,7 +57841,7 @@ export default { }, "pending_match_imports_max_fields": { "created_at": [ - 4523 + 4518 ], "demo_url": [ 80 @@ -57869,7 +57853,7 @@ export default { 80 ], "match_start_time": [ - 4523 + 4518 ], "share_code": [ 80 @@ -57878,7 +57862,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "valve_match_id": [ 2969 @@ -57889,7 +57873,7 @@ export default { }, "pending_match_imports_min_fields": { "created_at": [ - 4523 + 4518 ], "demo_url": [ 80 @@ -57901,7 +57885,7 @@ export default { 80 ], "match_start_time": [ - 4523 + 4518 ], "share_code": [ 80 @@ -57910,7 +57894,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "valve_match_id": [ 2969 @@ -57932,10 +57916,10 @@ export default { }, "pending_match_imports_obj_rel_insert_input": { "data": [ - 3024 + 3020 ], "on_conflict": [ - 3029 + 3025 ], "__typename": [ 80 @@ -57943,13 +57927,13 @@ export default { }, "pending_match_imports_on_conflict": { "constraint": [ - 3019 + 3018 ], "update_columns": [ - 3041 + 3036 ], "where": [ - 3018 + 3017 ], "__typename": [ 80 @@ -57971,9 +57955,6 @@ export default { "match_start_time": [ 2971 ], - "parties": [ - 2971 - ], "players_aggregate": [ 2977 ], @@ -58001,18 +57982,10 @@ export default { 80 ] }, - "pending_match_imports_prepend_input": { - "parties": [ - 1842 - ], - "__typename": [ - 80 - ] - }, "pending_match_imports_select_column": {}, "pending_match_imports_set_input": { "created_at": [ - 4523 + 4518 ], "demo_url": [ 80 @@ -58024,10 +57997,7 @@ export default { 80 ], "match_start_time": [ - 4523 - ], - "parties": [ - 1842 + 4518 ], "share_code": [ 80 @@ -58036,7 +58006,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "valve_match_id": [ 2969 @@ -58071,7 +58041,7 @@ export default { }, "pending_match_imports_stream_cursor_input": { "initial_value": [ - 3039 + 3034 ], "ordering": [ 313 @@ -58082,7 +58052,7 @@ export default { }, "pending_match_imports_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "demo_url": [ 80 @@ -58094,10 +58064,7 @@ export default { 80 ], "match_start_time": [ - 4523 - ], - "parties": [ - 1842 + 4518 ], "share_code": [ 80 @@ -58106,7 +58073,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "valve_match_id": [ 2969 @@ -58125,29 +58092,14 @@ export default { }, "pending_match_imports_update_column": {}, "pending_match_imports_updates": { - "_append": [ - 3016 - ], - "_delete_at_path": [ - 3020 - ], - "_delete_elem": [ - 3021 - ], - "_delete_key": [ - 3022 - ], "_inc": [ - 3023 - ], - "_prepend": [ - 3032 + 3019 ], "_set": [ - 3034 + 3029 ], "where": [ - 3018 + 3017 ], "__typename": [ 80 @@ -58179,7 +58131,7 @@ export default { }, "player_aim_stats_demo": { "attacker": [ - 3934 + 3929 ], "attacker_steam_id": [ 257 @@ -58215,13 +58167,13 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "non_awp_hits": [ 40 @@ -58253,10 +58205,10 @@ export default { }, "player_aim_stats_demo_aggregate": { "aggregate": [ - 3048 + 3043 ], "nodes": [ - 3046 + 3041 ], "__typename": [ 80 @@ -58264,13 +58216,13 @@ export default { }, "player_aim_stats_demo_aggregate_fields": { "avg": [ - 3049 + 3044 ], "count": [ 40, { "columns": [ - 3060, + 3055, "[player_aim_stats_demo_select_column!]" ], "distinct": [ @@ -58279,31 +58231,31 @@ export default { } ], "max": [ - 3054 + 3049 ], "min": [ - 3055 + 3050 ], "stddev": [ - 3062 + 3057 ], "stddev_pop": [ - 3063 + 3058 ], "stddev_samp": [ - 3064 + 3059 ], "sum": [ - 3067 + 3062 ], "var_pop": [ - 3070 + 3065 ], "var_samp": [ - 3071 + 3066 ], "variance": [ - 3072 + 3067 ], "__typename": [ 80 @@ -58370,16 +58322,16 @@ export default { }, "player_aim_stats_demo_bool_exp": { "_and": [ - 3050 + 3045 ], "_not": [ - 3050 + 3045 ], "_or": [ - 3050 + 3045 ], "attacker": [ - 3938 + 3933 ], "attacker_steam_id": [ 259 @@ -58415,13 +58367,13 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "non_awp_hits": [ 41 @@ -58513,7 +58465,7 @@ export default { }, "player_aim_stats_demo_insert_input": { "attacker": [ - 3945 + 3940 ], "attacker_steam_id": [ 257 @@ -58549,13 +58501,13 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "non_awp_hits": [ 40 @@ -58617,10 +58569,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "non_awp_hits": [ 40 @@ -58682,10 +58634,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "non_awp_hits": [ 40 @@ -58720,7 +58672,7 @@ export default { 40 ], "returning": [ - 3046 + 3041 ], "__typename": [ 80 @@ -58728,13 +58680,13 @@ export default { }, "player_aim_stats_demo_on_conflict": { "constraint": [ - 3051 + 3046 ], "update_columns": [ - 3068 + 3063 ], "where": [ - 3050 + 3045 ], "__typename": [ 80 @@ -58742,7 +58694,7 @@ export default { }, "player_aim_stats_demo_order_by": { "attacker": [ - 3947 + 3942 ], "attacker_steam_id": [ 2971 @@ -58819,7 +58771,7 @@ export default { 257 ], "match_map_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -58858,10 +58810,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "non_awp_hits": [ 40 @@ -59070,7 +59022,7 @@ export default { }, "player_aim_stats_demo_stream_cursor_input": { "initial_value": [ - 3066 + 3061 ], "ordering": [ 313 @@ -59111,10 +59063,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "non_awp_hits": [ 40 @@ -59206,13 +59158,13 @@ export default { "player_aim_stats_demo_update_column": {}, "player_aim_stats_demo_updates": { "_inc": [ - 3052 + 3047 ], "_set": [ - 3061 + 3056 ], "where": [ - 3050 + 3045 ], "__typename": [ 80 @@ -59412,16 +59364,16 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "shots": [ 40 @@ -59441,10 +59393,10 @@ export default { }, "player_aim_weapon_stats_aggregate": { "aggregate": [ - 3077 + 3072 ], "nodes": [ - 3073 + 3068 ], "__typename": [ 80 @@ -59452,7 +59404,7 @@ export default { }, "player_aim_weapon_stats_aggregate_bool_exp": { "count": [ - 3076 + 3071 ], "__typename": [ 80 @@ -59460,13 +59412,13 @@ export default { }, "player_aim_weapon_stats_aggregate_bool_exp_count": { "arguments": [ - 3094 + 3089 ], "distinct": [ 5 ], "filter": [ - 3082 + 3077 ], "predicate": [ 41 @@ -59477,13 +59429,13 @@ export default { }, "player_aim_weapon_stats_aggregate_fields": { "avg": [ - 3080 + 3075 ], "count": [ 40, { "columns": [ - 3094, + 3089, "[player_aim_weapon_stats_select_column!]" ], "distinct": [ @@ -59492,31 +59444,31 @@ export default { } ], "max": [ - 3086 + 3081 ], "min": [ - 3088 + 3083 ], "stddev": [ - 3096 + 3091 ], "stddev_pop": [ - 3098 + 3093 ], "stddev_samp": [ - 3100 + 3095 ], "sum": [ - 3104 + 3099 ], "var_pop": [ - 3108 + 3103 ], "var_samp": [ - 3110 + 3105 ], "variance": [ - 3112 + 3107 ], "__typename": [ 80 @@ -59524,37 +59476,37 @@ export default { }, "player_aim_weapon_stats_aggregate_order_by": { "avg": [ - 3081 + 3076 ], "count": [ 2971 ], "max": [ - 3087 + 3082 ], "min": [ - 3089 + 3084 ], "stddev": [ - 3097 + 3092 ], "stddev_pop": [ - 3099 + 3094 ], "stddev_samp": [ - 3101 + 3096 ], "sum": [ - 3105 + 3100 ], "var_pop": [ - 3109 + 3104 ], "var_samp": [ - 3111 + 3106 ], "variance": [ - 3113 + 3108 ], "__typename": [ 80 @@ -59562,10 +59514,10 @@ export default { }, "player_aim_weapon_stats_arr_rel_insert_input": { "data": [ - 3085 + 3080 ], "on_conflict": [ - 3091 + 3086 ], "__typename": [ 80 @@ -59625,13 +59577,13 @@ export default { }, "player_aim_weapon_stats_bool_exp": { "_and": [ - 3082 + 3077 ], "_not": [ - 3082 + 3077 ], "_or": [ - 3082 + 3077 ], "first_bullet_hits": [ 41 @@ -59649,16 +59601,16 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "shots": [ 41 @@ -59720,16 +59672,16 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "shots": [ 40 @@ -59761,10 +59713,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "shots": [ 40 @@ -59831,10 +59783,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "shots": [ 40 @@ -59892,7 +59844,7 @@ export default { 40 ], "returning": [ - 3073 + 3068 ], "__typename": [ 80 @@ -59900,13 +59852,13 @@ export default { }, "player_aim_weapon_stats_on_conflict": { "constraint": [ - 3083 + 3078 ], "update_columns": [ - 3106 + 3101 ], "where": [ - 3082 + 3077 ], "__typename": [ 80 @@ -59938,7 +59890,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "shots": [ 2971 @@ -59958,7 +59910,7 @@ export default { }, "player_aim_weapon_stats_pk_columns_input": { "match_map_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -59985,10 +59937,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "shots": [ 40 @@ -60164,7 +60116,7 @@ export default { }, "player_aim_weapon_stats_stream_cursor_input": { "initial_value": [ - 3103 + 3098 ], "ordering": [ 313 @@ -60187,10 +60139,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "shots": [ 40 @@ -60263,13 +60215,13 @@ export default { "player_aim_weapon_stats_update_column": {}, "player_aim_weapon_stats_updates": { "_inc": [ - 3084 + 3079 ], "_set": [ - 3095 + 3090 ], "where": [ - 3082 + 3077 ], "__typename": [ 80 @@ -60433,7 +60385,7 @@ export default { }, "player_assists": { "attacked_player": [ - 3934 + 3929 ], "attacked_steam_id": [ 257 @@ -60448,7 +60400,7 @@ export default { 80 ], "deleted_at": [ - 4523 + 4518 ], "flash": [ 5 @@ -60460,22 +60412,22 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -60483,10 +60435,10 @@ export default { }, "player_assists_aggregate": { "aggregate": [ - 3120 + 3115 ], "nodes": [ - 3114 + 3109 ], "__typename": [ 80 @@ -60494,13 +60446,13 @@ export default { }, "player_assists_aggregate_bool_exp": { "bool_and": [ - 3117 + 3112 ], "bool_or": [ - 3118 + 3113 ], "count": [ - 3119 + 3114 ], "__typename": [ 80 @@ -60508,13 +60460,13 @@ export default { }, "player_assists_aggregate_bool_exp_bool_and": { "arguments": [ - 3138 + 3133 ], "distinct": [ 5 ], "filter": [ - 3125 + 3120 ], "predicate": [ 6 @@ -60525,13 +60477,13 @@ export default { }, "player_assists_aggregate_bool_exp_bool_or": { "arguments": [ - 3139 + 3134 ], "distinct": [ 5 ], "filter": [ - 3125 + 3120 ], "predicate": [ 6 @@ -60542,13 +60494,13 @@ export default { }, "player_assists_aggregate_bool_exp_count": { "arguments": [ - 3137 + 3132 ], "distinct": [ 5 ], "filter": [ - 3125 + 3120 ], "predicate": [ 41 @@ -60559,13 +60511,13 @@ export default { }, "player_assists_aggregate_fields": { "avg": [ - 3123 + 3118 ], "count": [ 40, { "columns": [ - 3137, + 3132, "[player_assists_select_column!]" ], "distinct": [ @@ -60574,31 +60526,31 @@ export default { } ], "max": [ - 3129 + 3124 ], "min": [ - 3131 + 3126 ], "stddev": [ - 3141 + 3136 ], "stddev_pop": [ - 3143 + 3138 ], "stddev_samp": [ - 3145 + 3140 ], "sum": [ - 3149 + 3144 ], "var_pop": [ - 3153 + 3148 ], "var_samp": [ - 3155 + 3150 ], "variance": [ - 3157 + 3152 ], "__typename": [ 80 @@ -60606,37 +60558,37 @@ export default { }, "player_assists_aggregate_order_by": { "avg": [ - 3124 + 3119 ], "count": [ 2971 ], "max": [ - 3130 + 3125 ], "min": [ - 3132 + 3127 ], "stddev": [ - 3142 + 3137 ], "stddev_pop": [ - 3144 + 3139 ], "stddev_samp": [ - 3146 + 3141 ], "sum": [ - 3150 + 3145 ], "var_pop": [ - 3154 + 3149 ], "var_samp": [ - 3156 + 3151 ], "variance": [ - 3158 + 3153 ], "__typename": [ 80 @@ -60644,10 +60596,10 @@ export default { }, "player_assists_arr_rel_insert_input": { "data": [ - 3128 + 3123 ], "on_conflict": [ - 3134 + 3129 ], "__typename": [ 80 @@ -60683,16 +60635,16 @@ export default { }, "player_assists_bool_exp": { "_and": [ - 3125 + 3120 ], "_not": [ - 3125 + 3120 ], "_or": [ - 3125 + 3120 ], "attacked_player": [ - 3938 + 3933 ], "attacked_steam_id": [ 259 @@ -60707,7 +60659,7 @@ export default { 82 ], "deleted_at": [ - 4524 + 4519 ], "flash": [ 6 @@ -60719,22 +60671,22 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "round": [ 41 ], "time": [ - 4524 + 4519 ], "__typename": [ 80 @@ -60757,7 +60709,7 @@ export default { }, "player_assists_insert_input": { "attacked_player": [ - 3945 + 3940 ], "attacked_steam_id": [ 257 @@ -60772,7 +60724,7 @@ export default { 80 ], "deleted_at": [ - 4523 + 4518 ], "flash": [ 5 @@ -60781,22 +60733,22 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -60816,19 +60768,19 @@ export default { 80 ], "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -60880,19 +60832,19 @@ export default { 80 ], "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -60935,7 +60887,7 @@ export default { 40 ], "returning": [ - 3114 + 3109 ], "__typename": [ 80 @@ -60943,13 +60895,13 @@ export default { }, "player_assists_on_conflict": { "constraint": [ - 3126 + 3121 ], "update_columns": [ - 3151 + 3146 ], "where": [ - 3125 + 3120 ], "__typename": [ 80 @@ -60957,7 +60909,7 @@ export default { }, "player_assists_order_by": { "attacked_player": [ - 3947 + 3942 ], "attacked_steam_id": [ 2971 @@ -60993,7 +60945,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "round": [ 2971 @@ -61013,10 +60965,10 @@ export default { 257 ], "match_map_id": [ - 5023 + 5018 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -61039,22 +60991,22 @@ export default { 80 ], "deleted_at": [ - 4523 + 4518 ], "flash": [ 5 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -61146,7 +61098,7 @@ export default { }, "player_assists_stream_cursor_input": { "initial_value": [ - 3148 + 3143 ], "ordering": [ 313 @@ -61169,22 +61121,22 @@ export default { 80 ], "deleted_at": [ - 4523 + 4518 ], "flash": [ 5 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -61221,13 +61173,13 @@ export default { "player_assists_update_column": {}, "player_assists_updates": { "_inc": [ - 3127 + 3122 ], "_set": [ - 3140 + 3135 ], "where": [ - 3125 + 3120 ], "__typename": [ 80 @@ -61372,10 +61324,10 @@ export default { }, "player_career_stats_v_aggregate": { "aggregate": [ - 3161 + 3156 ], "nodes": [ - 3159 + 3154 ], "__typename": [ 80 @@ -61383,13 +61335,13 @@ export default { }, "player_career_stats_v_aggregate_fields": { "avg": [ - 3162 + 3157 ], "count": [ 40, { "columns": [ - 3167, + 3162, "[player_career_stats_v_select_column!]" ], "distinct": [ @@ -61398,31 +61350,31 @@ export default { } ], "max": [ - 3164 + 3159 ], "min": [ - 3165 + 3160 ], "stddev": [ - 3168 + 3163 ], "stddev_pop": [ - 3169 + 3164 ], "stddev_samp": [ - 3170 + 3165 ], "sum": [ - 3173 + 3168 ], "var_pop": [ - 3174 + 3169 ], "var_samp": [ - 3175 + 3170 ], "variance": [ - 3176 + 3171 ], "__typename": [ 80 @@ -61483,13 +61435,13 @@ export default { }, "player_career_stats_v_bool_exp": { "_and": [ - 3163 + 3158 ], "_not": [ - 3163 + 3158 ], "_or": [ - 3163 + 3158 ], "accuracy": [ 2970 @@ -61864,7 +61816,7 @@ export default { }, "player_career_stats_v_stream_cursor_input": { "initial_value": [ - 3172 + 3167 ], "ordering": [ 313 @@ -62149,7 +62101,7 @@ export default { 80 ], "attacked_player": [ - 3934 + 3929 ], "attacked_steam_id": [ 257 @@ -62176,7 +62128,7 @@ export default { 40 ], "deleted_at": [ - 4523 + 4518 ], "health": [ 40 @@ -62185,22 +62137,22 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "round": [ 2969 @@ -62209,7 +62161,7 @@ export default { 5 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -62220,10 +62172,10 @@ export default { }, "player_damages_aggregate": { "aggregate": [ - 3181 + 3176 ], "nodes": [ - 3177 + 3172 ], "__typename": [ 80 @@ -62231,7 +62183,7 @@ export default { }, "player_damages_aggregate_bool_exp": { "count": [ - 3180 + 3175 ], "__typename": [ 80 @@ -62239,13 +62191,13 @@ export default { }, "player_damages_aggregate_bool_exp_count": { "arguments": [ - 3198 + 3193 ], "distinct": [ 5 ], "filter": [ - 3186 + 3181 ], "predicate": [ 41 @@ -62256,13 +62208,13 @@ export default { }, "player_damages_aggregate_fields": { "avg": [ - 3184 + 3179 ], "count": [ 40, { "columns": [ - 3198, + 3193, "[player_damages_select_column!]" ], "distinct": [ @@ -62271,31 +62223,31 @@ export default { } ], "max": [ - 3190 + 3185 ], "min": [ - 3192 + 3187 ], "stddev": [ - 3200 + 3195 ], "stddev_pop": [ - 3202 + 3197 ], "stddev_samp": [ - 3204 + 3199 ], "sum": [ - 3208 + 3203 ], "var_pop": [ - 3212 + 3207 ], "var_samp": [ - 3214 + 3209 ], "variance": [ - 3216 + 3211 ], "__typename": [ 80 @@ -62303,37 +62255,37 @@ export default { }, "player_damages_aggregate_order_by": { "avg": [ - 3185 + 3180 ], "count": [ 2971 ], "max": [ - 3191 + 3186 ], "min": [ - 3193 + 3188 ], "stddev": [ - 3201 + 3196 ], "stddev_pop": [ - 3203 + 3198 ], "stddev_samp": [ - 3205 + 3200 ], "sum": [ - 3209 + 3204 ], "var_pop": [ - 3213 + 3208 ], "var_samp": [ - 3215 + 3210 ], "variance": [ - 3217 + 3212 ], "__typename": [ 80 @@ -62341,10 +62293,10 @@ export default { }, "player_damages_arr_rel_insert_input": { "data": [ - 3189 + 3184 ], "on_conflict": [ - 3195 + 3190 ], "__typename": [ 80 @@ -62404,13 +62356,13 @@ export default { }, "player_damages_bool_exp": { "_and": [ - 3186 + 3181 ], "_not": [ - 3186 + 3181 ], "_or": [ - 3186 + 3181 ], "armor": [ 41 @@ -62422,7 +62374,7 @@ export default { 82 ], "attacked_player": [ - 3938 + 3933 ], "attacked_steam_id": [ 259 @@ -62449,7 +62401,7 @@ export default { 41 ], "deleted_at": [ - 4524 + 4519 ], "health": [ 41 @@ -62458,22 +62410,22 @@ export default { 82 ], "id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "round": [ 2970 @@ -62482,7 +62434,7 @@ export default { 6 ], "time": [ - 4524 + 4519 ], "with": [ 82 @@ -62529,7 +62481,7 @@ export default { 80 ], "attacked_player": [ - 3945 + 3940 ], "attacked_steam_id": [ 257 @@ -62556,7 +62508,7 @@ export default { 40 ], "deleted_at": [ - 4523 + 4518 ], "health": [ 40 @@ -62565,28 +62517,28 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "round": [ 2969 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -62630,7 +62582,7 @@ export default { 40 ], "deleted_at": [ - 4523 + 4518 ], "health": [ 40 @@ -62639,19 +62591,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 2969 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -62760,7 +62712,7 @@ export default { 40 ], "deleted_at": [ - 4523 + 4518 ], "health": [ 40 @@ -62769,19 +62721,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 2969 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -62860,7 +62812,7 @@ export default { 40 ], "returning": [ - 3177 + 3172 ], "__typename": [ 80 @@ -62868,13 +62820,13 @@ export default { }, "player_damages_on_conflict": { "constraint": [ - 3187 + 3182 ], "update_columns": [ - 3210 + 3205 ], "where": [ - 3186 + 3181 ], "__typename": [ 80 @@ -62891,7 +62843,7 @@ export default { 2971 ], "attacked_player": [ - 3947 + 3942 ], "attacked_steam_id": [ 2971 @@ -62942,7 +62894,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "round": [ 2971 @@ -62962,13 +62914,13 @@ export default { }, "player_damages_pk_columns_input": { "id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -63010,7 +62962,7 @@ export default { 40 ], "deleted_at": [ - 4523 + 4518 ], "health": [ 40 @@ -63019,19 +62971,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 2969 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -63198,7 +63150,7 @@ export default { }, "player_damages_stream_cursor_input": { "initial_value": [ - 3207 + 3202 ], "ordering": [ 313 @@ -63242,7 +63194,7 @@ export default { 40 ], "deleted_at": [ - 4523 + 4518 ], "health": [ 40 @@ -63251,19 +63203,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 2969 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -63327,13 +63279,13 @@ export default { "player_damages_update_column": {}, "player_damages_updates": { "_inc": [ - 3188 + 3183 ], "_set": [ - 3199 + 3194 ], "where": [ - 3186 + 3181 ], "__typename": [ 80 @@ -63506,7 +63458,7 @@ export default { 2969 ], "created_at": [ - 4523 + 4518 ], "current": [ 2969 @@ -63545,7 +63497,7 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "opponent_team_elo_avg": [ 1689 @@ -63554,16 +63506,19 @@ export default { 1689 ], "player": [ - 3934 + 3929 ], "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "season": [ - 3993 + 3988 ], "season_id": [ - 5023 + 5018 ], "series_multiplier": [ 40 @@ -63583,10 +63538,10 @@ export default { }, "player_elo_aggregate": { "aggregate": [ - 3220 + 3215 ], "nodes": [ - 3218 + 3213 ], "__typename": [ 80 @@ -63594,13 +63549,13 @@ export default { }, "player_elo_aggregate_fields": { "avg": [ - 3221 + 3216 ], "count": [ 40, { "columns": [ - 3232, + 3227, "[player_elo_select_column!]" ], "distinct": [ @@ -63609,31 +63564,31 @@ export default { } ], "max": [ - 3226 + 3221 ], "min": [ - 3227 + 3222 ], "stddev": [ - 3234 + 3229 ], "stddev_pop": [ - 3235 + 3230 ], "stddev_samp": [ - 3236 + 3231 ], "sum": [ - 3239 + 3234 ], "var_pop": [ - 3242 + 3237 ], "var_samp": [ - 3243 + 3238 ], "variance": [ - 3244 + 3239 ], "__typename": [ 80 @@ -63691,6 +63646,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -63706,13 +63664,13 @@ export default { }, "player_elo_bool_exp": { "_and": [ - 3222 + 3217 ], "_not": [ - 3222 + 3217 ], "_or": [ - 3222 + 3217 ], "actual_score": [ 1690 @@ -63724,7 +63682,7 @@ export default { 2970 ], "created_at": [ - 4524 + 4519 ], "current": [ 2970 @@ -63763,7 +63721,7 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "opponent_team_elo_avg": [ 1690 @@ -63772,16 +63730,19 @@ export default { 1690 ], "player": [ - 3938 + 3933 ], "player_team_elo_avg": [ 1690 ], + "rating_for_expected": [ + 1690 + ], "season": [ - 3997 + 3992 ], "season_id": [ - 5025 + 5020 ], "series_multiplier": [ 41 @@ -63852,6 +63813,9 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "series_multiplier": [ 40 ], @@ -63876,7 +63840,7 @@ export default { 2969 ], "created_at": [ - 4523 + 4518 ], "current": [ 2969 @@ -63915,7 +63879,7 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "opponent_team_elo_avg": [ 1689 @@ -63924,16 +63888,19 @@ export default { 1689 ], "player": [ - 3945 + 3940 ], "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "season": [ - 4004 + 3999 ], "season_id": [ - 5023 + 5018 ], "series_multiplier": [ 40 @@ -63962,7 +63929,7 @@ export default { 2969 ], "created_at": [ - 4523 + 4518 ], "current": [ 2969 @@ -63998,7 +63965,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "opponent_team_elo_avg": [ 1689 @@ -64009,8 +63976,11 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "season_id": [ - 5023 + 5018 ], "series_multiplier": [ 40 @@ -64036,7 +64006,7 @@ export default { 2969 ], "created_at": [ - 4523 + 4518 ], "current": [ 2969 @@ -64072,7 +64042,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "opponent_team_elo_avg": [ 1689 @@ -64083,8 +64053,11 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "season_id": [ - 5023 + 5018 ], "series_multiplier": [ 40 @@ -64104,7 +64077,7 @@ export default { 40 ], "returning": [ - 3218 + 3213 ], "__typename": [ 80 @@ -64112,13 +64085,13 @@ export default { }, "player_elo_on_conflict": { "constraint": [ - 3223 + 3218 ], "update_columns": [ - 3240 + 3235 ], "where": [ - 3222 + 3217 ], "__typename": [ 80 @@ -64183,13 +64156,16 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "season": [ - 4006 + 4001 ], "season_id": [ 2971 @@ -64212,7 +64188,7 @@ export default { }, "player_elo_pk_columns_input": { "match_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -64236,7 +64212,7 @@ export default { 2969 ], "created_at": [ - 4523 + 4518 ], "current": [ 2969 @@ -64272,7 +64248,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "opponent_team_elo_avg": [ 1689 @@ -64283,8 +64259,11 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "season_id": [ - 5023 + 5018 ], "series_multiplier": [ 40 @@ -64354,6 +64333,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -64419,6 +64401,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -64484,6 +64469,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -64499,7 +64487,7 @@ export default { }, "player_elo_stream_cursor_input": { "initial_value": [ - 3238 + 3233 ], "ordering": [ 313 @@ -64519,7 +64507,7 @@ export default { 2969 ], "created_at": [ - 4523 + 4518 ], "current": [ 2969 @@ -64555,7 +64543,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "opponent_team_elo_avg": [ 1689 @@ -64566,8 +64554,11 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "season_id": [ - 5023 + 5018 ], "series_multiplier": [ 40 @@ -64637,6 +64628,9 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "series_multiplier": [ 40 ], @@ -64653,13 +64647,13 @@ export default { "player_elo_update_column": {}, "player_elo_updates": { "_inc": [ - 3224 + 3219 ], "_set": [ - 3233 + 3228 ], "where": [ - 3222 + 3217 ], "__typename": [ 80 @@ -64717,6 +64711,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -64782,6 +64779,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -64847,6 +64847,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -64865,19 +64868,19 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "player": [ - 3934 + 3929 ], "previous_rank": [ 40 @@ -64894,10 +64897,10 @@ export default { }, "player_faceit_rank_history_aggregate": { "aggregate": [ - 3249 + 3244 ], "nodes": [ - 3245 + 3240 ], "__typename": [ 80 @@ -64905,7 +64908,7 @@ export default { }, "player_faceit_rank_history_aggregate_bool_exp": { "count": [ - 3248 + 3243 ], "__typename": [ 80 @@ -64913,13 +64916,13 @@ export default { }, "player_faceit_rank_history_aggregate_bool_exp_count": { "arguments": [ - 3266 + 3261 ], "distinct": [ 5 ], "filter": [ - 3254 + 3249 ], "predicate": [ 41 @@ -64930,13 +64933,13 @@ export default { }, "player_faceit_rank_history_aggregate_fields": { "avg": [ - 3252 + 3247 ], "count": [ 40, { "columns": [ - 3266, + 3261, "[player_faceit_rank_history_select_column!]" ], "distinct": [ @@ -64945,31 +64948,31 @@ export default { } ], "max": [ - 3258 + 3253 ], "min": [ - 3260 + 3255 ], "stddev": [ - 3268 + 3263 ], "stddev_pop": [ - 3270 + 3265 ], "stddev_samp": [ - 3272 + 3267 ], "sum": [ - 3276 + 3271 ], "var_pop": [ - 3280 + 3275 ], "var_samp": [ - 3282 + 3277 ], "variance": [ - 3284 + 3279 ], "__typename": [ 80 @@ -64977,37 +64980,37 @@ export default { }, "player_faceit_rank_history_aggregate_order_by": { "avg": [ - 3253 + 3248 ], "count": [ 2971 ], "max": [ - 3259 + 3254 ], "min": [ - 3261 + 3256 ], "stddev": [ - 3269 + 3264 ], "stddev_pop": [ - 3271 + 3266 ], "stddev_samp": [ - 3273 + 3268 ], "sum": [ - 3277 + 3272 ], "var_pop": [ - 3281 + 3276 ], "var_samp": [ - 3283 + 3278 ], "variance": [ - 3285 + 3280 ], "__typename": [ 80 @@ -65015,10 +65018,10 @@ export default { }, "player_faceit_rank_history_arr_rel_insert_input": { "data": [ - 3257 + 3252 ], "on_conflict": [ - 3263 + 3258 ], "__typename": [ 80 @@ -65060,31 +65063,31 @@ export default { }, "player_faceit_rank_history_bool_exp": { "_and": [ - 3254 + 3249 ], "_not": [ - 3254 + 3249 ], "_or": [ - 3254 + 3249 ], "elo": [ 41 ], "id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "observed_at": [ - 4524 + 4519 ], "player": [ - 3938 + 3933 ], "previous_rank": [ 41 @@ -65122,19 +65125,19 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "player": [ - 3945 + 3940 ], "previous_rank": [ 40 @@ -65154,13 +65157,13 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "previous_rank": [ 40 @@ -65206,13 +65209,13 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "previous_rank": [ 40 @@ -65258,7 +65261,7 @@ export default { 40 ], "returning": [ - 3245 + 3240 ], "__typename": [ 80 @@ -65266,13 +65269,13 @@ export default { }, "player_faceit_rank_history_on_conflict": { "constraint": [ - 3255 + 3250 ], "update_columns": [ - 3278 + 3273 ], "where": [ - 3254 + 3249 ], "__typename": [ 80 @@ -65295,7 +65298,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "previous_rank": [ 2971 @@ -65312,7 +65315,7 @@ export default { }, "player_faceit_rank_history_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -65324,13 +65327,13 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "previous_rank": [ 40 @@ -65449,7 +65452,7 @@ export default { }, "player_faceit_rank_history_stream_cursor_input": { "initial_value": [ - 3275 + 3270 ], "ordering": [ 313 @@ -65463,13 +65466,13 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "previous_rank": [ 40 @@ -65521,13 +65524,13 @@ export default { "player_faceit_rank_history_update_column": {}, "player_faceit_rank_history_updates": { "_inc": [ - 3256 + 3251 ], "_set": [ - 3267 + 3262 ], "where": [ - 3254 + 3249 ], "__typename": [ 80 @@ -65643,10 +65646,10 @@ export default { 257 ], "blinded": [ - 3934 + 3929 ], "deleted_at": [ - 4523 + 4518 ], "duration": [ 2969 @@ -65655,13 +65658,13 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -65670,10 +65673,10 @@ export default { 5 ], "thrown_by": [ - 3934 + 3929 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -65681,10 +65684,10 @@ export default { }, "player_flashes_aggregate": { "aggregate": [ - 3292 + 3287 ], "nodes": [ - 3286 + 3281 ], "__typename": [ 80 @@ -65692,13 +65695,13 @@ export default { }, "player_flashes_aggregate_bool_exp": { "bool_and": [ - 3289 + 3284 ], "bool_or": [ - 3290 + 3285 ], "count": [ - 3291 + 3286 ], "__typename": [ 80 @@ -65706,13 +65709,13 @@ export default { }, "player_flashes_aggregate_bool_exp_bool_and": { "arguments": [ - 3310 + 3305 ], "distinct": [ 5 ], "filter": [ - 3297 + 3292 ], "predicate": [ 6 @@ -65723,13 +65726,13 @@ export default { }, "player_flashes_aggregate_bool_exp_bool_or": { "arguments": [ - 3311 + 3306 ], "distinct": [ 5 ], "filter": [ - 3297 + 3292 ], "predicate": [ 6 @@ -65740,13 +65743,13 @@ export default { }, "player_flashes_aggregate_bool_exp_count": { "arguments": [ - 3309 + 3304 ], "distinct": [ 5 ], "filter": [ - 3297 + 3292 ], "predicate": [ 41 @@ -65757,13 +65760,13 @@ export default { }, "player_flashes_aggregate_fields": { "avg": [ - 3295 + 3290 ], "count": [ 40, { "columns": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "distinct": [ @@ -65772,31 +65775,31 @@ export default { } ], "max": [ - 3301 + 3296 ], "min": [ - 3303 + 3298 ], "stddev": [ - 3313 + 3308 ], "stddev_pop": [ - 3315 + 3310 ], "stddev_samp": [ - 3317 + 3312 ], "sum": [ - 3321 + 3316 ], "var_pop": [ - 3325 + 3320 ], "var_samp": [ - 3327 + 3322 ], "variance": [ - 3329 + 3324 ], "__typename": [ 80 @@ -65804,37 +65807,37 @@ export default { }, "player_flashes_aggregate_order_by": { "avg": [ - 3296 + 3291 ], "count": [ 2971 ], "max": [ - 3302 + 3297 ], "min": [ - 3304 + 3299 ], "stddev": [ - 3314 + 3309 ], "stddev_pop": [ - 3316 + 3311 ], "stddev_samp": [ - 3318 + 3313 ], "sum": [ - 3322 + 3317 ], "var_pop": [ - 3326 + 3321 ], "var_samp": [ - 3328 + 3323 ], "variance": [ - 3330 + 3325 ], "__typename": [ 80 @@ -65842,10 +65845,10 @@ export default { }, "player_flashes_arr_rel_insert_input": { "data": [ - 3300 + 3295 ], "on_conflict": [ - 3306 + 3301 ], "__typename": [ 80 @@ -65887,13 +65890,13 @@ export default { }, "player_flashes_bool_exp": { "_and": [ - 3297 + 3292 ], "_not": [ - 3297 + 3292 ], "_or": [ - 3297 + 3292 ], "attacked_steam_id": [ 259 @@ -65902,10 +65905,10 @@ export default { 259 ], "blinded": [ - 3938 + 3933 ], "deleted_at": [ - 4524 + 4519 ], "duration": [ 2970 @@ -65914,13 +65917,13 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "round": [ 41 @@ -65929,10 +65932,10 @@ export default { 6 ], "thrown_by": [ - 3938 + 3933 ], "time": [ - 4524 + 4519 ], "__typename": [ 80 @@ -65964,10 +65967,10 @@ export default { 257 ], "blinded": [ - 3945 + 3940 ], "deleted_at": [ - 4523 + 4518 ], "duration": [ 2969 @@ -65976,13 +65979,13 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -65991,10 +65994,10 @@ export default { 5 ], "thrown_by": [ - 3945 + 3940 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -66008,22 +66011,22 @@ export default { 257 ], "deleted_at": [ - 4523 + 4518 ], "duration": [ 2969 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -66066,22 +66069,22 @@ export default { 257 ], "deleted_at": [ - 4523 + 4518 ], "duration": [ 2969 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -66121,7 +66124,7 @@ export default { 40 ], "returning": [ - 3286 + 3281 ], "__typename": [ 80 @@ -66129,13 +66132,13 @@ export default { }, "player_flashes_on_conflict": { "constraint": [ - 3298 + 3293 ], "update_columns": [ - 3323 + 3318 ], "where": [ - 3297 + 3292 ], "__typename": [ 80 @@ -66149,7 +66152,7 @@ export default { 2971 ], "blinded": [ - 3947 + 3942 ], "deleted_at": [ 2971 @@ -66176,7 +66179,7 @@ export default { 2971 ], "thrown_by": [ - 3947 + 3942 ], "time": [ 2971 @@ -66193,10 +66196,10 @@ export default { 257 ], "match_map_id": [ - 5023 + 5018 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -66213,16 +66216,16 @@ export default { 257 ], "deleted_at": [ - 4523 + 4518 ], "duration": [ 2969 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -66231,7 +66234,7 @@ export default { 5 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -66341,7 +66344,7 @@ export default { }, "player_flashes_stream_cursor_input": { "initial_value": [ - 3320 + 3315 ], "ordering": [ 313 @@ -66358,16 +66361,16 @@ export default { 257 ], "deleted_at": [ - 4523 + 4518 ], "duration": [ 2969 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -66376,7 +66379,7 @@ export default { 5 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -66419,13 +66422,13 @@ export default { "player_flashes_update_column": {}, "player_flashes_updates": { "_inc": [ - 3299 + 3294 ], "_set": [ - 3312 + 3307 ], "where": [ - 3297 + 3292 ], "__typename": [ 80 @@ -66544,7 +66547,7 @@ export default { 80 ], "attacked_player": [ - 3934 + 3929 ], "attacked_steam_id": [ 257 @@ -66568,7 +66571,7 @@ export default { 5 ], "deleted_at": [ - 4523 + 4518 ], "headshot": [ 5 @@ -66586,19 +66589,19 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "no_scope": [ 5 ], "player": [ - 3934 + 3929 ], "round": [ 40 @@ -66613,7 +66616,7 @@ export default { 5 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -66624,10 +66627,10 @@ export default { }, "player_kills_aggregate": { "aggregate": [ - 3337 + 3332 ], "nodes": [ - 3331 + 3326 ], "__typename": [ 80 @@ -66635,13 +66638,13 @@ export default { }, "player_kills_aggregate_bool_exp": { "bool_and": [ - 3334 + 3329 ], "bool_or": [ - 3335 + 3330 ], "count": [ - 3336 + 3331 ], "__typename": [ 80 @@ -66649,13 +66652,13 @@ export default { }, "player_kills_aggregate_bool_exp_bool_and": { "arguments": [ - 3396 + 3391 ], "distinct": [ 5 ], "filter": [ - 3342 + 3337 ], "predicate": [ 6 @@ -66666,13 +66669,13 @@ export default { }, "player_kills_aggregate_bool_exp_bool_or": { "arguments": [ - 3397 + 3392 ], "distinct": [ 5 ], "filter": [ - 3342 + 3337 ], "predicate": [ 6 @@ -66683,13 +66686,13 @@ export default { }, "player_kills_aggregate_bool_exp_count": { "arguments": [ - 3395 + 3390 ], "distinct": [ 5 ], "filter": [ - 3342 + 3337 ], "predicate": [ 41 @@ -66700,13 +66703,13 @@ export default { }, "player_kills_aggregate_fields": { "avg": [ - 3340 + 3335 ], "count": [ 40, { "columns": [ - 3395, + 3390, "[player_kills_select_column!]" ], "distinct": [ @@ -66715,31 +66718,31 @@ export default { } ], "max": [ - 3387 + 3382 ], "min": [ - 3389 + 3384 ], "stddev": [ - 3399 + 3394 ], "stddev_pop": [ - 3401 + 3396 ], "stddev_samp": [ - 3403 + 3398 ], "sum": [ - 3407 + 3402 ], "var_pop": [ - 3411 + 3406 ], "var_samp": [ - 3413 + 3408 ], "variance": [ - 3415 + 3410 ], "__typename": [ 80 @@ -66747,37 +66750,37 @@ export default { }, "player_kills_aggregate_order_by": { "avg": [ - 3341 + 3336 ], "count": [ 2971 ], "max": [ - 3388 + 3383 ], "min": [ - 3390 + 3385 ], "stddev": [ - 3400 + 3395 ], "stddev_pop": [ - 3402 + 3397 ], "stddev_samp": [ - 3404 + 3399 ], "sum": [ - 3408 + 3403 ], "var_pop": [ - 3412 + 3407 ], "var_samp": [ - 3414 + 3409 ], "variance": [ - 3416 + 3411 ], "__typename": [ 80 @@ -66785,10 +66788,10 @@ export default { }, "player_kills_arr_rel_insert_input": { "data": [ - 3386 + 3381 ], "on_conflict": [ - 3392 + 3387 ], "__typename": [ 80 @@ -66824,13 +66827,13 @@ export default { }, "player_kills_bool_exp": { "_and": [ - 3342 + 3337 ], "_not": [ - 3342 + 3337 ], "_or": [ - 3342 + 3337 ], "assisted": [ 6 @@ -66842,7 +66845,7 @@ export default { 82 ], "attacked_player": [ - 3938 + 3933 ], "attacked_steam_id": [ 259 @@ -66866,7 +66869,7 @@ export default { 6 ], "deleted_at": [ - 4524 + 4519 ], "headshot": [ 6 @@ -66884,19 +66887,19 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "no_scope": [ 6 ], "player": [ - 3938 + 3933 ], "round": [ 41 @@ -66911,7 +66914,7 @@ export default { 6 ], "time": [ - 4524 + 4519 ], "with": [ 82 @@ -66925,7 +66928,7 @@ export default { 257 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 @@ -66939,10 +66942,10 @@ export default { }, "player_kills_by_weapon_aggregate": { "aggregate": [ - 3347 + 3342 ], "nodes": [ - 3343 + 3338 ], "__typename": [ 80 @@ -66950,7 +66953,7 @@ export default { }, "player_kills_by_weapon_aggregate_bool_exp": { "count": [ - 3346 + 3341 ], "__typename": [ 80 @@ -66958,13 +66961,13 @@ export default { }, "player_kills_by_weapon_aggregate_bool_exp_count": { "arguments": [ - 3364 + 3359 ], "distinct": [ 5 ], "filter": [ - 3352 + 3347 ], "predicate": [ 41 @@ -66975,13 +66978,13 @@ export default { }, "player_kills_by_weapon_aggregate_fields": { "avg": [ - 3350 + 3345 ], "count": [ 40, { "columns": [ - 3364, + 3359, "[player_kills_by_weapon_select_column!]" ], "distinct": [ @@ -66990,31 +66993,31 @@ export default { } ], "max": [ - 3356 + 3351 ], "min": [ - 3358 + 3353 ], "stddev": [ - 3366 + 3361 ], "stddev_pop": [ - 3368 + 3363 ], "stddev_samp": [ - 3370 + 3365 ], "sum": [ - 3374 + 3369 ], "var_pop": [ - 3378 + 3373 ], "var_samp": [ - 3380 + 3375 ], "variance": [ - 3382 + 3377 ], "__typename": [ 80 @@ -67022,37 +67025,37 @@ export default { }, "player_kills_by_weapon_aggregate_order_by": { "avg": [ - 3351 + 3346 ], "count": [ 2971 ], "max": [ - 3357 + 3352 ], "min": [ - 3359 + 3354 ], "stddev": [ - 3367 + 3362 ], "stddev_pop": [ - 3369 + 3364 ], "stddev_samp": [ - 3371 + 3366 ], "sum": [ - 3375 + 3370 ], "var_pop": [ - 3379 + 3374 ], "var_samp": [ - 3381 + 3376 ], "variance": [ - 3383 + 3378 ], "__typename": [ 80 @@ -67060,10 +67063,10 @@ export default { }, "player_kills_by_weapon_arr_rel_insert_input": { "data": [ - 3355 + 3350 ], "on_conflict": [ - 3361 + 3356 ], "__typename": [ 80 @@ -67093,19 +67096,19 @@ export default { }, "player_kills_by_weapon_bool_exp": { "_and": [ - 3352 + 3347 ], "_not": [ - 3352 + 3347 ], "_or": [ - 3352 + 3347 ], "kill_count": [ 259 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 @@ -67134,7 +67137,7 @@ export default { 257 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 @@ -67207,7 +67210,7 @@ export default { 40 ], "returning": [ - 3343 + 3338 ], "__typename": [ 80 @@ -67215,13 +67218,13 @@ export default { }, "player_kills_by_weapon_on_conflict": { "constraint": [ - 3353 + 3348 ], "update_columns": [ - 3376 + 3371 ], "where": [ - 3352 + 3347 ], "__typename": [ 80 @@ -67232,7 +67235,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 @@ -67338,7 +67341,7 @@ export default { }, "player_kills_by_weapon_stream_cursor_input": { "initial_value": [ - 3373 + 3368 ], "ordering": [ 313 @@ -67386,13 +67389,13 @@ export default { "player_kills_by_weapon_update_column": {}, "player_kills_by_weapon_updates": { "_inc": [ - 3354 + 3349 ], "_set": [ - 3365 + 3360 ], "where": [ - 3352 + 3347 ], "__typename": [ 80 @@ -67490,7 +67493,7 @@ export default { 80 ], "attacked_player": [ - 3945 + 3940 ], "attacked_steam_id": [ 257 @@ -67514,7 +67517,7 @@ export default { 5 ], "deleted_at": [ - 4523 + 4518 ], "headshot": [ 5 @@ -67529,19 +67532,19 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "no_scope": [ 5 ], "player": [ - 3945 + 3940 ], "round": [ 40 @@ -67553,7 +67556,7 @@ export default { 5 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -67588,22 +67591,22 @@ export default { 80 ], "deleted_at": [ - 4523 + 4518 ], "hitgroup": [ 80 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -67688,22 +67691,22 @@ export default { 80 ], "deleted_at": [ - 4523 + 4518 ], "hitgroup": [ 80 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -67767,7 +67770,7 @@ export default { 40 ], "returning": [ - 3331 + 3326 ], "__typename": [ 80 @@ -67775,13 +67778,13 @@ export default { }, "player_kills_on_conflict": { "constraint": [ - 3384 + 3379 ], "update_columns": [ - 3409 + 3404 ], "where": [ - 3342 + 3337 ], "__typename": [ 80 @@ -67798,7 +67801,7 @@ export default { 2971 ], "attacked_player": [ - 3947 + 3942 ], "attacked_steam_id": [ 2971 @@ -67852,7 +67855,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "round": [ 2971 @@ -67884,10 +67887,10 @@ export default { 257 ], "match_map_id": [ - 5023 + 5018 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -67928,7 +67931,7 @@ export default { 5 ], "deleted_at": [ - 4523 + 4518 ], "headshot": [ 5 @@ -67940,10 +67943,10 @@ export default { 5 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "no_scope": [ 5 @@ -67958,7 +67961,7 @@ export default { 5 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -68053,7 +68056,7 @@ export default { }, "player_kills_stream_cursor_input": { "initial_value": [ - 3406 + 3401 ], "ordering": [ 313 @@ -68094,7 +68097,7 @@ export default { 5 ], "deleted_at": [ - 4523 + 4518 ], "headshot": [ 5 @@ -68106,10 +68109,10 @@ export default { 5 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "no_scope": [ 5 @@ -68124,7 +68127,7 @@ export default { 5 ], "time": [ - 4523 + 4518 ], "with": [ 80 @@ -68164,13 +68167,13 @@ export default { "player_kills_update_column": {}, "player_kills_updates": { "_inc": [ - 3385 + 3380 ], "_set": [ - 3398 + 3393 ], "where": [ - 3342 + 3337 ], "__typename": [ 80 @@ -68279,10 +68282,10 @@ export default { }, "player_leaderboard_rank_aggregate": { "aggregate": [ - 3419 + 3414 ], "nodes": [ - 3417 + 3412 ], "__typename": [ 80 @@ -68290,13 +68293,13 @@ export default { }, "player_leaderboard_rank_aggregate_fields": { "avg": [ - 3420 + 3415 ], "count": [ 40, { "columns": [ - 3428, + 3423, "[player_leaderboard_rank_select_column!]" ], "distinct": [ @@ -68305,31 +68308,31 @@ export default { } ], "max": [ - 3424 + 3419 ], "min": [ - 3425 + 3420 ], "stddev": [ - 3430 + 3425 ], "stddev_pop": [ - 3431 + 3426 ], "stddev_samp": [ - 3432 + 3427 ], "sum": [ - 3435 + 3430 ], "var_pop": [ - 3437 + 3432 ], "var_samp": [ - 3438 + 3433 ], "variance": [ - 3439 + 3434 ], "__typename": [ 80 @@ -68351,13 +68354,13 @@ export default { }, "player_leaderboard_rank_bool_exp": { "_and": [ - 3421 + 3416 ], "_not": [ - 3421 + 3416 ], "_or": [ - 3421 + 3416 ], "player_steam_id": [ 82 @@ -68445,7 +68448,7 @@ export default { 40 ], "returning": [ - 3417 + 3412 ], "__typename": [ 80 @@ -68530,7 +68533,7 @@ export default { }, "player_leaderboard_rank_stream_cursor_input": { "initial_value": [ - 3434 + 3429 ], "ordering": [ 313 @@ -68572,13 +68575,13 @@ export default { }, "player_leaderboard_rank_updates": { "_inc": [ - 3422 + 3417 ], "_set": [ - 3429 + 3424 ], "where": [ - 3421 + 3416 ], "__typename": [ 80 @@ -68745,13 +68748,13 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "molotov_damage": [ 40 @@ -68766,7 +68769,7 @@ export default { 40 ], "player": [ - 3934 + 3929 ], "rounds_ct": [ 40 @@ -68844,7 +68847,7 @@ export default { 40 ], "updated_at": [ - 4523 + 4518 ], "util_on_death_count": [ 40 @@ -68864,10 +68867,10 @@ export default { }, "player_match_map_stats_aggregate": { "aggregate": [ - 3444 + 3439 ], "nodes": [ - 3440 + 3435 ], "__typename": [ 80 @@ -68875,7 +68878,7 @@ export default { }, "player_match_map_stats_aggregate_bool_exp": { "count": [ - 3443 + 3438 ], "__typename": [ 80 @@ -68883,13 +68886,13 @@ export default { }, "player_match_map_stats_aggregate_bool_exp_count": { "arguments": [ - 3461 + 3456 ], "distinct": [ 5 ], "filter": [ - 3449 + 3444 ], "predicate": [ 41 @@ -68900,13 +68903,13 @@ export default { }, "player_match_map_stats_aggregate_fields": { "avg": [ - 3447 + 3442 ], "count": [ 40, { "columns": [ - 3461, + 3456, "[player_match_map_stats_select_column!]" ], "distinct": [ @@ -68915,31 +68918,31 @@ export default { } ], "max": [ - 3453 + 3448 ], "min": [ - 3455 + 3450 ], "stddev": [ - 3463 + 3458 ], "stddev_pop": [ - 3465 + 3460 ], "stddev_samp": [ - 3467 + 3462 ], "sum": [ - 3471 + 3466 ], "var_pop": [ - 3475 + 3470 ], "var_samp": [ - 3477 + 3472 ], "variance": [ - 3479 + 3474 ], "__typename": [ 80 @@ -68947,37 +68950,37 @@ export default { }, "player_match_map_stats_aggregate_order_by": { "avg": [ - 3448 + 3443 ], "count": [ 2971 ], "max": [ - 3454 + 3449 ], "min": [ - 3456 + 3451 ], "stddev": [ - 3464 + 3459 ], "stddev_pop": [ - 3466 + 3461 ], "stddev_samp": [ - 3468 + 3463 ], "sum": [ - 3472 + 3467 ], "var_pop": [ - 3476 + 3471 ], "var_samp": [ - 3478 + 3473 ], "variance": [ - 3480 + 3475 ], "__typename": [ 80 @@ -68985,10 +68988,10 @@ export default { }, "player_match_map_stats_arr_rel_insert_input": { "data": [ - 3452 + 3447 ], "on_conflict": [ - 3458 + 3453 ], "__typename": [ 80 @@ -69432,13 +69435,13 @@ export default { }, "player_match_map_stats_bool_exp": { "_and": [ - 3449 + 3444 ], "_not": [ - 3449 + 3444 ], "_or": [ - 3449 + 3444 ], "assists": [ 41 @@ -69558,13 +69561,13 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "molotov_damage": [ 41 @@ -69579,7 +69582,7 @@ export default { 41 ], "player": [ - 3938 + 3933 ], "rounds_ct": [ 41 @@ -69657,7 +69660,7 @@ export default { 41 ], "updated_at": [ - 4524 + 4519 ], "util_on_death_count": [ 41 @@ -70013,13 +70016,13 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "molotov_damage": [ 40 @@ -70034,7 +70037,7 @@ export default { 40 ], "player": [ - 3945 + 3940 ], "rounds_ct": [ 40 @@ -70112,7 +70115,7 @@ export default { 40 ], "updated_at": [ - 4523 + 4518 ], "util_on_death_count": [ 40 @@ -70246,10 +70249,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "molotov_damage": [ 40 @@ -70339,7 +70342,7 @@ export default { 40 ], "updated_at": [ - 4523 + 4518 ], "util_on_death_count": [ 40 @@ -70700,10 +70703,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "molotov_damage": [ 40 @@ -70793,7 +70796,7 @@ export default { 40 ], "updated_at": [ - 4523 + 4518 ], "util_on_death_count": [ 40 @@ -71043,7 +71046,7 @@ export default { 40 ], "returning": [ - 3440 + 3435 ], "__typename": [ 80 @@ -71051,13 +71054,13 @@ export default { }, "player_match_map_stats_on_conflict": { "constraint": [ - 3450 + 3445 ], "update_columns": [ - 3473 + 3468 ], "where": [ - 3449 + 3444 ], "__typename": [ 80 @@ -71203,7 +71206,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "rounds_ct": [ 2971 @@ -71301,7 +71304,7 @@ export default { }, "player_match_map_stats_pk_columns_input": { "match_map_id": [ - 5023 + 5018 ], "steam_id": [ 257 @@ -71427,10 +71430,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "molotov_damage": [ 40 @@ -71520,7 +71523,7 @@ export default { 40 ], "updated_at": [ - 4523 + 4518 ], "util_on_death_count": [ 40 @@ -72848,7 +72851,7 @@ export default { }, "player_match_map_stats_stream_cursor_input": { "initial_value": [ - 3470 + 3465 ], "ordering": [ 313 @@ -72973,10 +72976,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "molotov_damage": [ 40 @@ -73066,7 +73069,7 @@ export default { 40 ], "updated_at": [ - 4523 + 4518 ], "util_on_death_count": [ 40 @@ -73523,13 +73526,13 @@ export default { "player_match_map_stats_update_column": {}, "player_match_map_stats_updates": { "_inc": [ - 3451 + 3446 ], "_set": [ - 3462 + 3457 ], "where": [ - 3449 + 3444 ], "__typename": [ 80 @@ -74869,13 +74872,13 @@ export default { 2969 ], "match_id": [ - 5023 + 5018 ], "overall_rating": [ 1689 ], "played_at": [ - 4523 + 4518 ], "positioning_rating": [ 1689 @@ -74907,10 +74910,10 @@ export default { }, "player_match_performance_v_aggregate": { "aggregate": [ - 3483 + 3478 ], "nodes": [ - 3481 + 3476 ], "__typename": [ 80 @@ -74918,13 +74921,13 @@ export default { }, "player_match_performance_v_aggregate_fields": { "avg": [ - 3484 + 3479 ], "count": [ 40, { "columns": [ - 3489, + 3484, "[player_match_performance_v_select_column!]" ], "distinct": [ @@ -74933,31 +74936,31 @@ export default { } ], "max": [ - 3486 + 3481 ], "min": [ - 3487 + 3482 ], "stddev": [ - 3490 + 3485 ], "stddev_pop": [ - 3491 + 3486 ], "stddev_samp": [ - 3492 + 3487 ], "sum": [ - 3495 + 3490 ], "var_pop": [ - 3496 + 3491 ], "var_samp": [ - 3497 + 3492 ], "variance": [ - 3498 + 3493 ], "__typename": [ 80 @@ -75018,13 +75021,13 @@ export default { }, "player_match_performance_v_bool_exp": { "_and": [ - 3485 + 3480 ], "_not": [ - 3485 + 3480 ], "_or": [ - 3485 + 3480 ], "accuracy": [ 2970 @@ -75051,13 +75054,13 @@ export default { 2970 ], "match_id": [ - 5025 + 5020 ], "overall_rating": [ 1690 ], "played_at": [ - 4524 + 4519 ], "positioning_rating": [ 1690 @@ -75113,13 +75116,13 @@ export default { 2969 ], "match_id": [ - 5023 + 5018 ], "overall_rating": [ 1689 ], "played_at": [ - 4523 + 4518 ], "positioning_rating": [ 1689 @@ -75175,13 +75178,13 @@ export default { 2969 ], "match_id": [ - 5023 + 5018 ], "overall_rating": [ 1689 ], "played_at": [ - 4523 + 4518 ], "positioning_rating": [ 1689 @@ -75435,7 +75438,7 @@ export default { }, "player_match_performance_v_stream_cursor_input": { "initial_value": [ - 3494 + 3489 ], "ordering": [ 313 @@ -75470,13 +75473,13 @@ export default { 2969 ], "match_id": [ - 5023 + 5018 ], "overall_rating": [ 1689 ], "played_at": [ - 4523 + 4518 ], "positioning_rating": [ 1689 @@ -75825,7 +75828,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "molotov_damage": [ 40 @@ -75923,10 +75926,10 @@ export default { }, "player_match_stats_v_aggregate": { "aggregate": [ - 3503 + 3498 ], "nodes": [ - 3499 + 3494 ], "__typename": [ 80 @@ -75934,7 +75937,7 @@ export default { }, "player_match_stats_v_aggregate_bool_exp": { "count": [ - 3502 + 3497 ], "__typename": [ 80 @@ -75942,13 +75945,13 @@ export default { }, "player_match_stats_v_aggregate_bool_exp_count": { "arguments": [ - 3515 + 3510 ], "distinct": [ 5 ], "filter": [ - 3508 + 3503 ], "predicate": [ 41 @@ -75959,13 +75962,13 @@ export default { }, "player_match_stats_v_aggregate_fields": { "avg": [ - 3506 + 3501 ], "count": [ 40, { "columns": [ - 3515, + 3510, "[player_match_stats_v_select_column!]" ], "distinct": [ @@ -75974,31 +75977,31 @@ export default { } ], "max": [ - 3510 + 3505 ], "min": [ - 3512 + 3507 ], "stddev": [ - 3516 + 3511 ], "stddev_pop": [ - 3518 + 3513 ], "stddev_samp": [ - 3520 + 3515 ], "sum": [ - 3524 + 3519 ], "var_pop": [ - 3526 + 3521 ], "var_samp": [ - 3528 + 3523 ], "variance": [ - 3530 + 3525 ], "__typename": [ 80 @@ -76006,37 +76009,37 @@ export default { }, "player_match_stats_v_aggregate_order_by": { "avg": [ - 3507 + 3502 ], "count": [ 2971 ], "max": [ - 3511 + 3506 ], "min": [ - 3513 + 3508 ], "stddev": [ - 3517 + 3512 ], "stddev_pop": [ - 3519 + 3514 ], "stddev_samp": [ - 3521 + 3516 ], "sum": [ - 3525 + 3520 ], "var_pop": [ - 3527 + 3522 ], "var_samp": [ - 3529 + 3524 ], "variance": [ - 3531 + 3526 ], "__typename": [ 80 @@ -76044,7 +76047,7 @@ export default { }, "player_match_stats_v_arr_rel_insert_input": { "data": [ - 3509 + 3504 ], "__typename": [ 80 @@ -76452,13 +76455,13 @@ export default { }, "player_match_stats_v_bool_exp": { "_and": [ - 3508 + 3503 ], "_not": [ - 3508 + 3503 ], "_or": [ - 3508 + 3503 ], "assists": [ 41 @@ -76566,7 +76569,7 @@ export default { 41 ], "match_id": [ - 5025 + 5020 ], "molotov_damage": [ 41 @@ -76769,7 +76772,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "molotov_damage": [ 40 @@ -76972,7 +76975,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "molotov_damage": [ 40 @@ -77378,7 +77381,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "molotov_damage": [ 40 @@ -79083,7 +79086,7 @@ export default { }, "player_match_stats_v_stream_cursor_input": { "initial_value": [ - 3523 + 3518 ], "ordering": [ 313 @@ -79199,7 +79202,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "molotov_damage": [ 40 @@ -80897,22 +80900,22 @@ export default { }, "player_objectives": { "deleted_at": [ - 4523 + 4518 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 @@ -80921,7 +80924,7 @@ export default { 40 ], "time": [ - 4523 + 4518 ], "type": [ 1070 @@ -80932,10 +80935,10 @@ export default { }, "player_objectives_aggregate": { "aggregate": [ - 3536 + 3531 ], "nodes": [ - 3532 + 3527 ], "__typename": [ 80 @@ -80943,7 +80946,7 @@ export default { }, "player_objectives_aggregate_bool_exp": { "count": [ - 3535 + 3530 ], "__typename": [ 80 @@ -80951,13 +80954,13 @@ export default { }, "player_objectives_aggregate_bool_exp_count": { "arguments": [ - 3553 + 3548 ], "distinct": [ 5 ], "filter": [ - 3541 + 3536 ], "predicate": [ 41 @@ -80968,13 +80971,13 @@ export default { }, "player_objectives_aggregate_fields": { "avg": [ - 3539 + 3534 ], "count": [ 40, { "columns": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "distinct": [ @@ -80983,31 +80986,31 @@ export default { } ], "max": [ - 3545 + 3540 ], "min": [ - 3547 + 3542 ], "stddev": [ - 3555 + 3550 ], "stddev_pop": [ - 3557 + 3552 ], "stddev_samp": [ - 3559 + 3554 ], "sum": [ - 3563 + 3558 ], "var_pop": [ - 3567 + 3562 ], "var_samp": [ - 3569 + 3564 ], "variance": [ - 3571 + 3566 ], "__typename": [ 80 @@ -81015,37 +81018,37 @@ export default { }, "player_objectives_aggregate_order_by": { "avg": [ - 3540 + 3535 ], "count": [ 2971 ], "max": [ - 3546 + 3541 ], "min": [ - 3548 + 3543 ], "stddev": [ - 3556 + 3551 ], "stddev_pop": [ - 3558 + 3553 ], "stddev_samp": [ - 3560 + 3555 ], "sum": [ - 3564 + 3559 ], "var_pop": [ - 3568 + 3563 ], "var_samp": [ - 3570 + 3565 ], "variance": [ - 3572 + 3567 ], "__typename": [ 80 @@ -81053,10 +81056,10 @@ export default { }, "player_objectives_arr_rel_insert_input": { "data": [ - 3544 + 3539 ], "on_conflict": [ - 3550 + 3545 ], "__typename": [ 80 @@ -81086,31 +81089,31 @@ export default { }, "player_objectives_bool_exp": { "_and": [ - 3541 + 3536 ], "_not": [ - 3541 + 3536 ], "_or": [ - 3541 + 3536 ], "deleted_at": [ - 4524 + 4519 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 @@ -81119,7 +81122,7 @@ export default { 41 ], "time": [ - 4524 + 4519 ], "type": [ 1071 @@ -81142,22 +81145,22 @@ export default { }, "player_objectives_insert_input": { "deleted_at": [ - 4523 + 4518 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 @@ -81166,7 +81169,7 @@ export default { 40 ], "time": [ - 4523 + 4518 ], "type": [ 1070 @@ -81177,13 +81180,13 @@ export default { }, "player_objectives_max_fields": { "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -81192,7 +81195,7 @@ export default { 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -81223,13 +81226,13 @@ export default { }, "player_objectives_min_fields": { "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -81238,7 +81241,7 @@ export default { 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -81272,7 +81275,7 @@ export default { 40 ], "returning": [ - 3532 + 3527 ], "__typename": [ 80 @@ -81280,13 +81283,13 @@ export default { }, "player_objectives_on_conflict": { "constraint": [ - 3542 + 3537 ], "update_columns": [ - 3565 + 3560 ], "where": [ - 3541 + 3536 ], "__typename": [ 80 @@ -81309,7 +81312,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 @@ -81329,13 +81332,13 @@ export default { }, "player_objectives_pk_columns_input": { "match_map_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -81344,13 +81347,13 @@ export default { "player_objectives_select_column": {}, "player_objectives_set_input": { "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -81359,7 +81362,7 @@ export default { 40 ], "time": [ - 4523 + 4518 ], "type": [ 1070 @@ -81436,7 +81439,7 @@ export default { }, "player_objectives_stream_cursor_input": { "initial_value": [ - 3562 + 3557 ], "ordering": [ 313 @@ -81447,13 +81450,13 @@ export default { }, "player_objectives_stream_cursor_value_input": { "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -81462,7 +81465,7 @@ export default { 40 ], "time": [ - 4523 + 4518 ], "type": [ 1070 @@ -81496,13 +81499,13 @@ export default { "player_objectives_update_column": {}, "player_objectives_updates": { "_inc": [ - 3543 + 3538 ], "_set": [ - 3554 + 3549 ], "where": [ - 3541 + 3536 ], "__typename": [ 80 @@ -81653,10 +81656,10 @@ export default { }, "player_performance_v_aggregate": { "aggregate": [ - 3575 + 3570 ], "nodes": [ - 3573 + 3568 ], "__typename": [ 80 @@ -81664,13 +81667,13 @@ export default { }, "player_performance_v_aggregate_fields": { "avg": [ - 3576 + 3571 ], "count": [ 40, { "columns": [ - 3581, + 3576, "[player_performance_v_select_column!]" ], "distinct": [ @@ -81679,31 +81682,31 @@ export default { } ], "max": [ - 3578 + 3573 ], "min": [ - 3579 + 3574 ], "stddev": [ - 3582 + 3577 ], "stddev_pop": [ - 3583 + 3578 ], "stddev_samp": [ - 3584 + 3579 ], "sum": [ - 3587 + 3582 ], "var_pop": [ - 3588 + 3583 ], "var_samp": [ - 3589 + 3584 ], "variance": [ - 3590 + 3585 ], "__typename": [ 80 @@ -81788,13 +81791,13 @@ export default { }, "player_performance_v_bool_exp": { "_and": [ - 3577 + 3572 ], "_not": [ - 3577 + 3572 ], "_or": [ - 3577 + 3572 ], "accuracy_score": [ 1690 @@ -82337,7 +82340,7 @@ export default { }, "player_performance_v_stream_cursor_input": { "initial_value": [ - 3586 + 3581 ], "ordering": [ 313 @@ -82733,25 +82736,25 @@ export default { }, "player_premier_rank_history": { "id": [ - 5023 + 5018 ], "map": [ 2304 ], "map_id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "player": [ - 3934 + 3929 ], "previous_rank": [ 40 @@ -82771,10 +82774,10 @@ export default { }, "player_premier_rank_history_aggregate": { "aggregate": [ - 3595 + 3590 ], "nodes": [ - 3591 + 3586 ], "__typename": [ 80 @@ -82782,7 +82785,7 @@ export default { }, "player_premier_rank_history_aggregate_bool_exp": { "count": [ - 3594 + 3589 ], "__typename": [ 80 @@ -82790,13 +82793,13 @@ export default { }, "player_premier_rank_history_aggregate_bool_exp_count": { "arguments": [ - 3612 + 3607 ], "distinct": [ 5 ], "filter": [ - 3600 + 3595 ], "predicate": [ 41 @@ -82807,13 +82810,13 @@ export default { }, "player_premier_rank_history_aggregate_fields": { "avg": [ - 3598 + 3593 ], "count": [ 40, { "columns": [ - 3612, + 3607, "[player_premier_rank_history_select_column!]" ], "distinct": [ @@ -82822,31 +82825,31 @@ export default { } ], "max": [ - 3604 + 3599 ], "min": [ - 3606 + 3601 ], "stddev": [ - 3614 + 3609 ], "stddev_pop": [ - 3616 + 3611 ], "stddev_samp": [ - 3618 + 3613 ], "sum": [ - 3622 + 3617 ], "var_pop": [ - 3626 + 3621 ], "var_samp": [ - 3628 + 3623 ], "variance": [ - 3630 + 3625 ], "__typename": [ 80 @@ -82854,37 +82857,37 @@ export default { }, "player_premier_rank_history_aggregate_order_by": { "avg": [ - 3599 + 3594 ], "count": [ 2971 ], "max": [ - 3605 + 3600 ], "min": [ - 3607 + 3602 ], "stddev": [ - 3615 + 3610 ], "stddev_pop": [ - 3617 + 3612 ], "stddev_samp": [ - 3619 + 3614 ], "sum": [ - 3623 + 3618 ], "var_pop": [ - 3627 + 3622 ], "var_samp": [ - 3629 + 3624 ], "variance": [ - 3631 + 3626 ], "__typename": [ 80 @@ -82892,10 +82895,10 @@ export default { }, "player_premier_rank_history_arr_rel_insert_input": { "data": [ - 3603 + 3598 ], "on_conflict": [ - 3609 + 3604 ], "__typename": [ 80 @@ -82937,34 +82940,34 @@ export default { }, "player_premier_rank_history_bool_exp": { "_and": [ - 3600 + 3595 ], "_not": [ - 3600 + 3595 ], "_or": [ - 3600 + 3595 ], "id": [ - 5025 + 5020 ], "map": [ 2313 ], "map_id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "observed_at": [ - 4524 + 4519 ], "player": [ - 3938 + 3933 ], "previous_rank": [ 41 @@ -83002,25 +83005,25 @@ export default { }, "player_premier_rank_history_insert_input": { "id": [ - 5023 + 5018 ], "map": [ 2321 ], "map_id": [ - 5023 + 5018 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "player": [ - 3945 + 3940 ], "previous_rank": [ 40 @@ -83040,16 +83043,16 @@ export default { }, "player_premier_rank_history_max_fields": { "id": [ - 5023 + 5018 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "previous_rank": [ 40 @@ -83098,16 +83101,16 @@ export default { }, "player_premier_rank_history_min_fields": { "id": [ - 5023 + 5018 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "previous_rank": [ 40 @@ -83159,7 +83162,7 @@ export default { 40 ], "returning": [ - 3591 + 3586 ], "__typename": [ 80 @@ -83167,13 +83170,13 @@ export default { }, "player_premier_rank_history_on_conflict": { "constraint": [ - 3601 + 3596 ], "update_columns": [ - 3624 + 3619 ], "where": [ - 3600 + 3595 ], "__typename": [ 80 @@ -83199,7 +83202,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "previous_rank": [ 2971 @@ -83219,7 +83222,7 @@ export default { }, "player_premier_rank_history_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -83228,16 +83231,16 @@ export default { "player_premier_rank_history_select_column": {}, "player_premier_rank_history_set_input": { "id": [ - 5023 + 5018 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "previous_rank": [ 40 @@ -83359,7 +83362,7 @@ export default { }, "player_premier_rank_history_stream_cursor_input": { "initial_value": [ - 3621 + 3616 ], "ordering": [ 313 @@ -83370,16 +83373,16 @@ export default { }, "player_premier_rank_history_stream_cursor_value_input": { "id": [ - 5023 + 5018 ], "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "observed_at": [ - 4523 + 4518 ], "previous_rank": [ 40 @@ -83434,13 +83437,13 @@ export default { "player_premier_rank_history_update_column": {}, "player_premier_rank_history_updates": { "_inc": [ - 3602 + 3597 ], "_set": [ - 3613 + 3608 ], "where": [ - 3600 + 3595 ], "__typename": [ 80 @@ -83550,19 +83553,19 @@ export default { }, "player_sanctions": { "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "e_sanction_type": [ 1145 ], "id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 @@ -83571,10 +83574,10 @@ export default { 80 ], "remove_sanction_date": [ - 4523 + 4518 ], "sanctioned_by": [ - 3934 + 3929 ], "sanctioned_by_steam_id": [ 257 @@ -83588,10 +83591,10 @@ export default { }, "player_sanctions_aggregate": { "aggregate": [ - 3636 + 3631 ], "nodes": [ - 3632 + 3627 ], "__typename": [ 80 @@ -83599,7 +83602,7 @@ export default { }, "player_sanctions_aggregate_bool_exp": { "count": [ - 3635 + 3630 ], "__typename": [ 80 @@ -83607,13 +83610,13 @@ export default { }, "player_sanctions_aggregate_bool_exp_count": { "arguments": [ - 3653 + 3648 ], "distinct": [ 5 ], "filter": [ - 3641 + 3636 ], "predicate": [ 41 @@ -83624,13 +83627,13 @@ export default { }, "player_sanctions_aggregate_fields": { "avg": [ - 3639 + 3634 ], "count": [ 40, { "columns": [ - 3653, + 3648, "[player_sanctions_select_column!]" ], "distinct": [ @@ -83639,31 +83642,31 @@ export default { } ], "max": [ - 3645 + 3640 ], "min": [ - 3647 + 3642 ], "stddev": [ - 3655 + 3650 ], "stddev_pop": [ - 3657 + 3652 ], "stddev_samp": [ - 3659 + 3654 ], "sum": [ - 3663 + 3658 ], "var_pop": [ - 3667 + 3662 ], "var_samp": [ - 3669 + 3664 ], "variance": [ - 3671 + 3666 ], "__typename": [ 80 @@ -83671,37 +83674,37 @@ export default { }, "player_sanctions_aggregate_order_by": { "avg": [ - 3640 + 3635 ], "count": [ 2971 ], "max": [ - 3646 + 3641 ], "min": [ - 3648 + 3643 ], "stddev": [ - 3656 + 3651 ], "stddev_pop": [ - 3658 + 3653 ], "stddev_samp": [ - 3660 + 3655 ], "sum": [ - 3664 + 3659 ], "var_pop": [ - 3668 + 3663 ], "var_samp": [ - 3670 + 3665 ], "variance": [ - 3672 + 3667 ], "__typename": [ 80 @@ -83709,10 +83712,10 @@ export default { }, "player_sanctions_arr_rel_insert_input": { "data": [ - 3644 + 3639 ], "on_conflict": [ - 3650 + 3645 ], "__typename": [ 80 @@ -83742,28 +83745,28 @@ export default { }, "player_sanctions_bool_exp": { "_and": [ - 3641 + 3636 ], "_not": [ - 3641 + 3636 ], "_or": [ - 3641 + 3636 ], "created_at": [ - 4524 + 4519 ], "deleted_at": [ - 4524 + 4519 ], "e_sanction_type": [ 1148 ], "id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 @@ -83772,10 +83775,10 @@ export default { 82 ], "remove_sanction_date": [ - 4524 + 4519 ], "sanctioned_by": [ - 3938 + 3933 ], "sanctioned_by_steam_id": [ 259 @@ -83801,19 +83804,19 @@ export default { }, "player_sanctions_insert_input": { "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "e_sanction_type": [ 1156 ], "id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 @@ -83822,10 +83825,10 @@ export default { 80 ], "remove_sanction_date": [ - 4523 + 4518 ], "sanctioned_by": [ - 3945 + 3940 ], "sanctioned_by_steam_id": [ 257 @@ -83839,13 +83842,13 @@ export default { }, "player_sanctions_max_fields": { "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -83854,7 +83857,7 @@ export default { 80 ], "remove_sanction_date": [ - 4523 + 4518 ], "sanctioned_by_steam_id": [ 257 @@ -83891,13 +83894,13 @@ export default { }, "player_sanctions_min_fields": { "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -83906,7 +83909,7 @@ export default { 80 ], "remove_sanction_date": [ - 4523 + 4518 ], "sanctioned_by_steam_id": [ 257 @@ -83946,7 +83949,7 @@ export default { 40 ], "returning": [ - 3632 + 3627 ], "__typename": [ 80 @@ -83954,13 +83957,13 @@ export default { }, "player_sanctions_on_conflict": { "constraint": [ - 3642 + 3637 ], "update_columns": [ - 3665 + 3660 ], "where": [ - 3641 + 3636 ], "__typename": [ 80 @@ -83980,7 +83983,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 @@ -83992,7 +83995,7 @@ export default { 2971 ], "sanctioned_by": [ - 3947 + 3942 ], "sanctioned_by_steam_id": [ 2971 @@ -84006,10 +84009,10 @@ export default { }, "player_sanctions_pk_columns_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -84018,13 +84021,13 @@ export default { "player_sanctions_select_column": {}, "player_sanctions_set_input": { "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -84033,7 +84036,7 @@ export default { 80 ], "remove_sanction_date": [ - 4523 + 4518 ], "sanctioned_by_steam_id": [ 257 @@ -84113,7 +84116,7 @@ export default { }, "player_sanctions_stream_cursor_input": { "initial_value": [ - 3662 + 3657 ], "ordering": [ 313 @@ -84124,13 +84127,13 @@ export default { }, "player_sanctions_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "deleted_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -84139,7 +84142,7 @@ export default { 80 ], "remove_sanction_date": [ - 4523 + 4518 ], "sanctioned_by_steam_id": [ 257 @@ -84176,13 +84179,13 @@ export default { "player_sanctions_update_column": {}, "player_sanctions_updates": { "_inc": [ - 3643 + 3638 ], "_set": [ - 3654 + 3649 ], "where": [ - 3641 + 3636 ], "__typename": [ 80 @@ -84271,16 +84274,16 @@ export default { 257 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 ], "season": [ - 3993 + 3988 ], "season_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -84288,10 +84291,10 @@ export default { }, "player_season_stats_aggregate": { "aggregate": [ - 3687 + 3682 ], "nodes": [ - 3673 + 3668 ], "__typename": [ 80 @@ -84299,31 +84302,31 @@ export default { }, "player_season_stats_aggregate_bool_exp": { "avg": [ - 3676 + 3671 ], "corr": [ - 3677 + 3672 ], "count": [ - 3679 + 3674 ], "covar_samp": [ - 3680 + 3675 ], "max": [ - 3682 + 3677 ], "min": [ - 3683 + 3678 ], "stddev_samp": [ - 3684 + 3679 ], "sum": [ - 3685 + 3680 ], "var_samp": [ - 3686 + 3681 ], "__typename": [ 80 @@ -84331,13 +84334,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_avg": { "arguments": [ - 3705 + 3700 ], "distinct": [ 5 ], "filter": [ - 3692 + 3687 ], "predicate": [ 1690 @@ -84348,13 +84351,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_corr": { "arguments": [ - 3678 + 3673 ], "distinct": [ 5 ], "filter": [ - 3692 + 3687 ], "predicate": [ 1690 @@ -84365,10 +84368,10 @@ export default { }, "player_season_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 3706 + 3701 ], "Y": [ - 3706 + 3701 ], "__typename": [ 80 @@ -84376,13 +84379,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_count": { "arguments": [ - 3704 + 3699 ], "distinct": [ 5 ], "filter": [ - 3692 + 3687 ], "predicate": [ 41 @@ -84393,13 +84396,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 3681 + 3676 ], "distinct": [ 5 ], "filter": [ - 3692 + 3687 ], "predicate": [ 1690 @@ -84410,10 +84413,10 @@ export default { }, "player_season_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 3707 + 3702 ], "Y": [ - 3707 + 3702 ], "__typename": [ 80 @@ -84421,13 +84424,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_max": { "arguments": [ - 3708 + 3703 ], "distinct": [ 5 ], "filter": [ - 3692 + 3687 ], "predicate": [ 1690 @@ -84438,13 +84441,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_min": { "arguments": [ - 3709 + 3704 ], "distinct": [ 5 ], "filter": [ - 3692 + 3687 ], "predicate": [ 1690 @@ -84455,13 +84458,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 3710 + 3705 ], "distinct": [ 5 ], "filter": [ - 3692 + 3687 ], "predicate": [ 1690 @@ -84472,13 +84475,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_sum": { "arguments": [ - 3711 + 3706 ], "distinct": [ 5 ], "filter": [ - 3692 + 3687 ], "predicate": [ 1690 @@ -84489,13 +84492,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 3712 + 3707 ], "distinct": [ 5 ], "filter": [ - 3692 + 3687 ], "predicate": [ 1690 @@ -84506,13 +84509,13 @@ export default { }, "player_season_stats_aggregate_fields": { "avg": [ - 3690 + 3685 ], "count": [ 40, { "columns": [ - 3704, + 3699, "[player_season_stats_select_column!]" ], "distinct": [ @@ -84521,31 +84524,31 @@ export default { } ], "max": [ - 3696 + 3691 ], "min": [ - 3698 + 3693 ], "stddev": [ - 3714 + 3709 ], "stddev_pop": [ - 3716 + 3711 ], "stddev_samp": [ - 3718 + 3713 ], "sum": [ - 3722 + 3717 ], "var_pop": [ - 3726 + 3721 ], "var_samp": [ - 3728 + 3723 ], "variance": [ - 3730 + 3725 ], "__typename": [ 80 @@ -84553,37 +84556,37 @@ export default { }, "player_season_stats_aggregate_order_by": { "avg": [ - 3691 + 3686 ], "count": [ 2971 ], "max": [ - 3697 + 3692 ], "min": [ - 3699 + 3694 ], "stddev": [ - 3715 + 3710 ], "stddev_pop": [ - 3717 + 3712 ], "stddev_samp": [ - 3719 + 3714 ], "sum": [ - 3723 + 3718 ], "var_pop": [ - 3727 + 3722 ], "var_samp": [ - 3729 + 3724 ], "variance": [ - 3731 + 3726 ], "__typename": [ 80 @@ -84591,10 +84594,10 @@ export default { }, "player_season_stats_arr_rel_insert_input": { "data": [ - 3695 + 3690 ], "on_conflict": [ - 3701 + 3696 ], "__typename": [ 80 @@ -84648,13 +84651,13 @@ export default { }, "player_season_stats_bool_exp": { "_and": [ - 3692 + 3687 ], "_not": [ - 3692 + 3687 ], "_or": [ - 3692 + 3687 ], "assists": [ 259 @@ -84672,16 +84675,16 @@ export default { 259 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 ], "season": [ - 3997 + 3992 ], "season_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -84728,16 +84731,16 @@ export default { 257 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 ], "season": [ - 4004 + 3999 ], "season_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -84763,7 +84766,7 @@ export default { 257 ], "season_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -84815,7 +84818,7 @@ export default { 257 ], "season_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -84852,7 +84855,7 @@ export default { 40 ], "returning": [ - 3673 + 3668 ], "__typename": [ 80 @@ -84860,13 +84863,13 @@ export default { }, "player_season_stats_on_conflict": { "constraint": [ - 3693 + 3688 ], "update_columns": [ - 3724 + 3719 ], "where": [ - 3692 + 3687 ], "__typename": [ 80 @@ -84889,13 +84892,13 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 ], "season": [ - 4006 + 4001 ], "season_id": [ 2971 @@ -84909,7 +84912,7 @@ export default { 257 ], "season_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -84944,7 +84947,7 @@ export default { 257 ], "season_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -85090,7 +85093,7 @@ export default { }, "player_season_stats_stream_cursor_input": { "initial_value": [ - 3721 + 3716 ], "ordering": [ 313 @@ -85119,7 +85122,7 @@ export default { 257 ], "season_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -85174,13 +85177,13 @@ export default { "player_season_stats_update_column": {}, "player_season_stats_updates": { "_inc": [ - 3694 + 3689 ], "_set": [ - 3713 + 3708 ], "where": [ - 3692 + 3687 ], "__typename": [ 80 @@ -85341,7 +85344,7 @@ export default { 257 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 @@ -85352,10 +85355,10 @@ export default { }, "player_stats_aggregate": { "aggregate": [ - 3734 + 3729 ], "nodes": [ - 3732 + 3727 ], "__typename": [ 80 @@ -85363,13 +85366,13 @@ export default { }, "player_stats_aggregate_fields": { "avg": [ - 3735 + 3730 ], "count": [ 40, { "columns": [ - 3747, + 3742, "[player_stats_select_column!]" ], "distinct": [ @@ -85378,31 +85381,31 @@ export default { } ], "max": [ - 3740 + 3735 ], "min": [ - 3741 + 3736 ], "stddev": [ - 3749 + 3744 ], "stddev_pop": [ - 3750 + 3745 ], "stddev_samp": [ - 3751 + 3746 ], "sum": [ - 3754 + 3749 ], "var_pop": [ - 3757 + 3752 ], "var_samp": [ - 3758 + 3753 ], "variance": [ - 3759 + 3754 ], "__typename": [ 80 @@ -85433,13 +85436,13 @@ export default { }, "player_stats_bool_exp": { "_and": [ - 3736 + 3731 ], "_not": [ - 3736 + 3731 ], "_or": [ - 3736 + 3731 ], "assists": [ 259 @@ -85457,7 +85460,7 @@ export default { 259 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 @@ -85507,7 +85510,7 @@ export default { 257 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 @@ -85567,7 +85570,7 @@ export default { 40 ], "returning": [ - 3732 + 3727 ], "__typename": [ 80 @@ -85575,10 +85578,10 @@ export default { }, "player_stats_obj_rel_insert_input": { "data": [ - 3739 + 3734 ], "on_conflict": [ - 3744 + 3739 ], "__typename": [ 80 @@ -85586,13 +85589,13 @@ export default { }, "player_stats_on_conflict": { "constraint": [ - 3737 + 3732 ], "update_columns": [ - 3755 + 3750 ], "where": [ - 3736 + 3731 ], "__typename": [ 80 @@ -85615,7 +85618,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 @@ -85727,7 +85730,7 @@ export default { }, "player_stats_stream_cursor_input": { "initial_value": [ - 3753 + 3748 ], "ordering": [ 313 @@ -85785,13 +85788,13 @@ export default { "player_stats_update_column": {}, "player_stats_updates": { "_inc": [ - 3738 + 3733 ], "_set": [ - 3748 + 3743 ], "where": [ - 3736 + 3731 ], "__typename": [ 80 @@ -85868,16 +85871,16 @@ export default { }, "player_steam_bot_friend": { "bot_steam_account_id": [ - 5023 + 5018 ], "bot_steamid64": [ 257 ], "created_at": [ - 4523 + 4518 ], "friended_at": [ - 4523 + 4518 ], "last_presence_state": [ 1842, @@ -85888,7 +85891,7 @@ export default { } ], "player": [ - 3934 + 3929 ], "status": [ 80 @@ -85897,7 +85900,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -85905,10 +85908,10 @@ export default { }, "player_steam_bot_friend_aggregate": { "aggregate": [ - 3762 + 3757 ], "nodes": [ - 3760 + 3755 ], "__typename": [ 80 @@ -85916,13 +85919,13 @@ export default { }, "player_steam_bot_friend_aggregate_fields": { "avg": [ - 3764 + 3759 ], "count": [ 40, { "columns": [ - 3779, + 3774, "[player_steam_bot_friend_select_column!]" ], "distinct": [ @@ -85931,31 +85934,31 @@ export default { } ], "max": [ - 3772 + 3767 ], "min": [ - 3773 + 3768 ], "stddev": [ - 3781 + 3776 ], "stddev_pop": [ - 3782 + 3777 ], "stddev_samp": [ - 3783 + 3778 ], "sum": [ - 3786 + 3781 ], "var_pop": [ - 3789 + 3784 ], "var_samp": [ - 3790 + 3785 ], "variance": [ - 3791 + 3786 ], "__typename": [ 80 @@ -85982,31 +85985,31 @@ export default { }, "player_steam_bot_friend_bool_exp": { "_and": [ - 3765 + 3760 ], "_not": [ - 3765 + 3760 ], "_or": [ - 3765 + 3760 ], "bot_steam_account_id": [ - 5025 + 5020 ], "bot_steamid64": [ 259 ], "created_at": [ - 4524 + 4519 ], "friended_at": [ - 4524 + 4519 ], "last_presence_state": [ 1844 ], "player": [ - 3938 + 3933 ], "status": [ 82 @@ -86015,7 +86018,7 @@ export default { 259 ], "updated_at": [ - 4524 + 4519 ], "__typename": [ 80 @@ -86059,22 +86062,22 @@ export default { }, "player_steam_bot_friend_insert_input": { "bot_steam_account_id": [ - 5023 + 5018 ], "bot_steamid64": [ 257 ], "created_at": [ - 4523 + 4518 ], "friended_at": [ - 4523 + 4518 ], "last_presence_state": [ 1842 ], "player": [ - 3945 + 3940 ], "status": [ 80 @@ -86083,7 +86086,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -86091,16 +86094,16 @@ export default { }, "player_steam_bot_friend_max_fields": { "bot_steam_account_id": [ - 5023 + 5018 ], "bot_steamid64": [ 257 ], "created_at": [ - 4523 + 4518 ], "friended_at": [ - 4523 + 4518 ], "status": [ 80 @@ -86109,7 +86112,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -86117,16 +86120,16 @@ export default { }, "player_steam_bot_friend_min_fields": { "bot_steam_account_id": [ - 5023 + 5018 ], "bot_steamid64": [ 257 ], "created_at": [ - 4523 + 4518 ], "friended_at": [ - 4523 + 4518 ], "status": [ 80 @@ -86135,7 +86138,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -86146,7 +86149,7 @@ export default { 40 ], "returning": [ - 3760 + 3755 ], "__typename": [ 80 @@ -86154,13 +86157,13 @@ export default { }, "player_steam_bot_friend_on_conflict": { "constraint": [ - 3766 + 3761 ], "update_columns": [ - 3787 + 3782 ], "where": [ - 3765 + 3760 ], "__typename": [ 80 @@ -86183,7 +86186,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "status": [ 2971 @@ -86217,16 +86220,16 @@ export default { "player_steam_bot_friend_select_column": {}, "player_steam_bot_friend_set_input": { "bot_steam_account_id": [ - 5023 + 5018 ], "bot_steamid64": [ 257 ], "created_at": [ - 4523 + 4518 ], "friended_at": [ - 4523 + 4518 ], "last_presence_state": [ 1842 @@ -86238,7 +86241,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -86279,7 +86282,7 @@ export default { }, "player_steam_bot_friend_stream_cursor_input": { "initial_value": [ - 3785 + 3780 ], "ordering": [ 313 @@ -86290,16 +86293,16 @@ export default { }, "player_steam_bot_friend_stream_cursor_value_input": { "bot_steam_account_id": [ - 5023 + 5018 ], "bot_steamid64": [ 257 ], "created_at": [ - 4523 + 4518 ], "friended_at": [ - 4523 + 4518 ], "last_presence_state": [ 1842 @@ -86311,7 +86314,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -86331,28 +86334,28 @@ export default { "player_steam_bot_friend_update_column": {}, "player_steam_bot_friend_updates": { "_append": [ - 3763 + 3758 ], "_delete_at_path": [ - 3767 + 3762 ], "_delete_elem": [ - 3768 + 3763 ], "_delete_key": [ - 3769 + 3764 ], "_inc": [ - 3770 + 3765 ], "_prepend": [ - 3778 + 3773 ], "_set": [ - 3780 + 3775 ], "where": [ - 3765 + 3760 ], "__typename": [ 80 @@ -86396,7 +86399,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "last_error": [ 80 @@ -86405,16 +86408,16 @@ export default { 80 ], "last_polled_at": [ - 4523 + 4518 ], "player": [ - 3934 + 3929 ], "steam_id": [ 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -86422,10 +86425,10 @@ export default { }, "player_steam_match_auth_aggregate": { "aggregate": [ - 3794 + 3789 ], "nodes": [ - 3792 + 3787 ], "__typename": [ 80 @@ -86433,13 +86436,13 @@ export default { }, "player_steam_match_auth_aggregate_fields": { "avg": [ - 3795 + 3790 ], "count": [ 40, { "columns": [ - 3806, + 3801, "[player_steam_match_auth_select_column!]" ], "distinct": [ @@ -86448,31 +86451,31 @@ export default { } ], "max": [ - 3800 + 3795 ], "min": [ - 3801 + 3796 ], "stddev": [ - 3808 + 3803 ], "stddev_pop": [ - 3809 + 3804 ], "stddev_samp": [ - 3810 + 3805 ], "sum": [ - 3813 + 3808 ], "var_pop": [ - 3816 + 3811 ], "var_samp": [ - 3817 + 3812 ], "variance": [ - 3818 + 3813 ], "__typename": [ 80 @@ -86488,19 +86491,19 @@ export default { }, "player_steam_match_auth_bool_exp": { "_and": [ - 3796 + 3791 ], "_not": [ - 3796 + 3791 ], "_or": [ - 3796 + 3791 ], "auth_code": [ 82 ], "created_at": [ - 4524 + 4519 ], "last_error": [ 82 @@ -86509,16 +86512,16 @@ export default { 82 ], "last_polled_at": [ - 4524 + 4519 ], "player": [ - 3938 + 3933 ], "steam_id": [ 259 ], "updated_at": [ - 4524 + 4519 ], "__typename": [ 80 @@ -86538,7 +86541,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "last_error": [ 80 @@ -86547,16 +86550,16 @@ export default { 80 ], "last_polled_at": [ - 4523 + 4518 ], "player": [ - 3945 + 3940 ], "steam_id": [ 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -86567,7 +86570,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "last_error": [ 80 @@ -86576,13 +86579,13 @@ export default { 80 ], "last_polled_at": [ - 4523 + 4518 ], "steam_id": [ 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -86593,7 +86596,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "last_error": [ 80 @@ -86602,13 +86605,13 @@ export default { 80 ], "last_polled_at": [ - 4523 + 4518 ], "steam_id": [ 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -86619,7 +86622,7 @@ export default { 40 ], "returning": [ - 3792 + 3787 ], "__typename": [ 80 @@ -86627,13 +86630,13 @@ export default { }, "player_steam_match_auth_on_conflict": { "constraint": [ - 3797 + 3792 ], "update_columns": [ - 3814 + 3809 ], "where": [ - 3796 + 3791 ], "__typename": [ 80 @@ -86656,7 +86659,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "steam_id": [ 2971 @@ -86682,7 +86685,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "last_error": [ 80 @@ -86691,13 +86694,13 @@ export default { 80 ], "last_polled_at": [ - 4523 + 4518 ], "steam_id": [ 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -86729,7 +86732,7 @@ export default { }, "player_steam_match_auth_stream_cursor_input": { "initial_value": [ - 3812 + 3807 ], "ordering": [ 313 @@ -86743,7 +86746,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "last_error": [ 80 @@ -86752,13 +86755,13 @@ export default { 80 ], "last_polled_at": [ - 4523 + 4518 ], "steam_id": [ 257 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -86775,13 +86778,13 @@ export default { "player_steam_match_auth_update_column": {}, "player_steam_match_auth_updates": { "_inc": [ - 3798 + 3793 ], "_set": [ - 3807 + 3802 ], "where": [ - 3796 + 3791 ], "__typename": [ 80 @@ -86813,22 +86816,22 @@ export default { }, "player_unused_utility": { "deleted_at": [ - 4523 + 4518 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 @@ -86845,10 +86848,10 @@ export default { }, "player_unused_utility_aggregate": { "aggregate": [ - 3823 + 3818 ], "nodes": [ - 3819 + 3814 ], "__typename": [ 80 @@ -86856,7 +86859,7 @@ export default { }, "player_unused_utility_aggregate_bool_exp": { "count": [ - 3822 + 3817 ], "__typename": [ 80 @@ -86864,13 +86867,13 @@ export default { }, "player_unused_utility_aggregate_bool_exp_count": { "arguments": [ - 3840 + 3835 ], "distinct": [ 5 ], "filter": [ - 3828 + 3823 ], "predicate": [ 41 @@ -86881,13 +86884,13 @@ export default { }, "player_unused_utility_aggregate_fields": { "avg": [ - 3826 + 3821 ], "count": [ 40, { "columns": [ - 3840, + 3835, "[player_unused_utility_select_column!]" ], "distinct": [ @@ -86896,31 +86899,31 @@ export default { } ], "max": [ - 3832 + 3827 ], "min": [ - 3834 + 3829 ], "stddev": [ - 3842 + 3837 ], "stddev_pop": [ - 3844 + 3839 ], "stddev_samp": [ - 3846 + 3841 ], "sum": [ - 3850 + 3845 ], "var_pop": [ - 3854 + 3849 ], "var_samp": [ - 3856 + 3851 ], "variance": [ - 3858 + 3853 ], "__typename": [ 80 @@ -86928,37 +86931,37 @@ export default { }, "player_unused_utility_aggregate_order_by": { "avg": [ - 3827 + 3822 ], "count": [ 2971 ], "max": [ - 3833 + 3828 ], "min": [ - 3835 + 3830 ], "stddev": [ - 3843 + 3838 ], "stddev_pop": [ - 3845 + 3840 ], "stddev_samp": [ - 3847 + 3842 ], "sum": [ - 3851 + 3846 ], "var_pop": [ - 3855 + 3850 ], "var_samp": [ - 3857 + 3852 ], "variance": [ - 3859 + 3854 ], "__typename": [ 80 @@ -86966,10 +86969,10 @@ export default { }, "player_unused_utility_arr_rel_insert_input": { "data": [ - 3831 + 3826 ], "on_conflict": [ - 3837 + 3832 ], "__typename": [ 80 @@ -87005,31 +87008,31 @@ export default { }, "player_unused_utility_bool_exp": { "_and": [ - 3828 + 3823 ], "_not": [ - 3828 + 3823 ], "_or": [ - 3828 + 3823 ], "deleted_at": [ - 4524 + 4519 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 @@ -87061,22 +87064,22 @@ export default { }, "player_unused_utility_insert_input": { "deleted_at": [ - 4523 + 4518 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 @@ -87093,13 +87096,13 @@ export default { }, "player_unused_utility_max_fields": { "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -87139,13 +87142,13 @@ export default { }, "player_unused_utility_min_fields": { "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -87188,7 +87191,7 @@ export default { 40 ], "returning": [ - 3819 + 3814 ], "__typename": [ 80 @@ -87196,13 +87199,13 @@ export default { }, "player_unused_utility_on_conflict": { "constraint": [ - 3829 + 3824 ], "update_columns": [ - 3852 + 3847 ], "where": [ - 3828 + 3823 ], "__typename": [ 80 @@ -87225,7 +87228,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 @@ -87242,7 +87245,7 @@ export default { }, "player_unused_utility_pk_columns_input": { "match_map_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -87254,13 +87257,13 @@ export default { "player_unused_utility_select_column": {}, "player_unused_utility_set_input": { "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -87361,7 +87364,7 @@ export default { }, "player_unused_utility_stream_cursor_input": { "initial_value": [ - 3849 + 3844 ], "ordering": [ 313 @@ -87372,13 +87375,13 @@ export default { }, "player_unused_utility_stream_cursor_value_input": { "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "player_steam_id": [ 257 @@ -87424,13 +87427,13 @@ export default { "player_unused_utility_update_column": {}, "player_unused_utility_updates": { "_inc": [ - 3830 + 3825 ], "_set": [ - 3841 + 3836 ], "where": [ - 3828 + 3823 ], "__typename": [ 80 @@ -87528,28 +87531,28 @@ export default { 257 ], "deleted_at": [ - 4523 + 4518 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "type": [ 1375 @@ -87560,10 +87563,10 @@ export default { }, "player_utility_aggregate": { "aggregate": [ - 3864 + 3859 ], "nodes": [ - 3860 + 3855 ], "__typename": [ 80 @@ -87571,7 +87574,7 @@ export default { }, "player_utility_aggregate_bool_exp": { "count": [ - 3863 + 3858 ], "__typename": [ 80 @@ -87579,13 +87582,13 @@ export default { }, "player_utility_aggregate_bool_exp_count": { "arguments": [ - 3881 + 3876 ], "distinct": [ 5 ], "filter": [ - 3869 + 3864 ], "predicate": [ 41 @@ -87596,13 +87599,13 @@ export default { }, "player_utility_aggregate_fields": { "avg": [ - 3867 + 3862 ], "count": [ 40, { "columns": [ - 3881, + 3876, "[player_utility_select_column!]" ], "distinct": [ @@ -87611,31 +87614,31 @@ export default { } ], "max": [ - 3873 + 3868 ], "min": [ - 3875 + 3870 ], "stddev": [ - 3883 + 3878 ], "stddev_pop": [ - 3885 + 3880 ], "stddev_samp": [ - 3887 + 3882 ], "sum": [ - 3891 + 3886 ], "var_pop": [ - 3895 + 3890 ], "var_samp": [ - 3897 + 3892 ], "variance": [ - 3899 + 3894 ], "__typename": [ 80 @@ -87643,37 +87646,37 @@ export default { }, "player_utility_aggregate_order_by": { "avg": [ - 3868 + 3863 ], "count": [ 2971 ], "max": [ - 3874 + 3869 ], "min": [ - 3876 + 3871 ], "stddev": [ - 3884 + 3879 ], "stddev_pop": [ - 3886 + 3881 ], "stddev_samp": [ - 3888 + 3883 ], "sum": [ - 3892 + 3887 ], "var_pop": [ - 3896 + 3891 ], "var_samp": [ - 3898 + 3893 ], "variance": [ - 3900 + 3895 ], "__typename": [ 80 @@ -87681,10 +87684,10 @@ export default { }, "player_utility_arr_rel_insert_input": { "data": [ - 3872 + 3867 ], "on_conflict": [ - 3878 + 3873 ], "__typename": [ 80 @@ -87714,13 +87717,13 @@ export default { }, "player_utility_bool_exp": { "_and": [ - 3869 + 3864 ], "_not": [ - 3869 + 3864 ], "_or": [ - 3869 + 3864 ], "attacker_location_coordinates": [ 82 @@ -87729,28 +87732,28 @@ export default { 259 ], "deleted_at": [ - 4524 + 4519 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "round": [ 41 ], "time": [ - 4524 + 4519 ], "type": [ 1376 @@ -87779,28 +87782,28 @@ export default { 257 ], "deleted_at": [ - 4523 + 4518 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "type": [ 1375 @@ -87817,19 +87820,19 @@ export default { 257 ], "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -87869,19 +87872,19 @@ export default { 257 ], "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -87918,7 +87921,7 @@ export default { 40 ], "returning": [ - 3860 + 3855 ], "__typename": [ 80 @@ -87926,13 +87929,13 @@ export default { }, "player_utility_on_conflict": { "constraint": [ - 3870 + 3865 ], "update_columns": [ - 3893 + 3888 ], "where": [ - 3869 + 3864 ], "__typename": [ 80 @@ -87961,7 +87964,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "round": [ 2971 @@ -87981,10 +87984,10 @@ export default { 257 ], "match_map_id": [ - 5023 + 5018 ], "time": [ - 4523 + 4518 ], "__typename": [ 80 @@ -87999,19 +88002,19 @@ export default { 257 ], "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "type": [ 1375 @@ -88088,7 +88091,7 @@ export default { }, "player_utility_stream_cursor_input": { "initial_value": [ - 3890 + 3885 ], "ordering": [ 313 @@ -88105,19 +88108,19 @@ export default { 257 ], "deleted_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 ], "time": [ - 4523 + 4518 ], "type": [ 1375 @@ -88151,13 +88154,13 @@ export default { "player_utility_update_column": {}, "player_utility_updates": { "_inc": [ - 3871 + 3866 ], "_set": [ - 3882 + 3877 ], "where": [ - 3869 + 3864 ], "__typename": [ 80 @@ -88243,7 +88246,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "shots": [ 40 @@ -88263,10 +88266,10 @@ export default { }, "player_weapon_stats_v_aggregate": { "aggregate": [ - 3905 + 3900 ], "nodes": [ - 3901 + 3896 ], "__typename": [ 80 @@ -88274,7 +88277,7 @@ export default { }, "player_weapon_stats_v_aggregate_bool_exp": { "count": [ - 3904 + 3899 ], "__typename": [ 80 @@ -88282,13 +88285,13 @@ export default { }, "player_weapon_stats_v_aggregate_bool_exp_count": { "arguments": [ - 3917 + 3912 ], "distinct": [ 5 ], "filter": [ - 3910 + 3905 ], "predicate": [ 41 @@ -88299,13 +88302,13 @@ export default { }, "player_weapon_stats_v_aggregate_fields": { "avg": [ - 3908 + 3903 ], "count": [ 40, { "columns": [ - 3917, + 3912, "[player_weapon_stats_v_select_column!]" ], "distinct": [ @@ -88314,31 +88317,31 @@ export default { } ], "max": [ - 3912 + 3907 ], "min": [ - 3914 + 3909 ], "stddev": [ - 3918 + 3913 ], "stddev_pop": [ - 3920 + 3915 ], "stddev_samp": [ - 3922 + 3917 ], "sum": [ - 3926 + 3921 ], "var_pop": [ - 3928 + 3923 ], "var_samp": [ - 3930 + 3925 ], "variance": [ - 3932 + 3927 ], "__typename": [ 80 @@ -88346,37 +88349,37 @@ export default { }, "player_weapon_stats_v_aggregate_order_by": { "avg": [ - 3909 + 3904 ], "count": [ 2971 ], "max": [ - 3913 + 3908 ], "min": [ - 3915 + 3910 ], "stddev": [ - 3919 + 3914 ], "stddev_pop": [ - 3921 + 3916 ], "stddev_samp": [ - 3923 + 3918 ], "sum": [ - 3927 + 3922 ], "var_pop": [ - 3929 + 3924 ], "var_samp": [ - 3931 + 3926 ], "variance": [ - 3933 + 3928 ], "__typename": [ 80 @@ -88384,7 +88387,7 @@ export default { }, "player_weapon_stats_v_arr_rel_insert_input": { "data": [ - 3911 + 3906 ], "__typename": [ 80 @@ -88444,13 +88447,13 @@ export default { }, "player_weapon_stats_v_bool_exp": { "_and": [ - 3910 + 3905 ], "_not": [ - 3910 + 3905 ], "_or": [ - 3910 + 3905 ], "first_bullet_hits": [ 41 @@ -88465,7 +88468,7 @@ export default { 41 ], "match_id": [ - 5025 + 5020 ], "shots": [ 41 @@ -88497,7 +88500,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "shots": [ 40 @@ -88529,7 +88532,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "shots": [ 40 @@ -88593,7 +88596,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "shots": [ 40 @@ -88834,7 +88837,7 @@ export default { }, "player_weapon_stats_v_stream_cursor_input": { "initial_value": [ - 3925 + 3920 ], "ordering": [ 313 @@ -88857,7 +88860,7 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "shots": [ 40 @@ -89129,10 +89132,10 @@ export default { } ], "aim_weapon_stats": [ - 3073, + 3068, { "distinct_on": [ - 3094, + 3089, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -89142,19 +89145,19 @@ export default { 40 ], "order_by": [ - 3092, + 3087, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3082 + 3077 ] } ], "aim_weapon_stats_aggregate": [ - 3074, + 3069, { "distinct_on": [ - 3094, + 3089, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -89164,19 +89167,19 @@ export default { 40 ], "order_by": [ - 3092, + 3087, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3082 + 3077 ] } ], "assists": [ - 3114, + 3109, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -89186,19 +89189,19 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "assists_aggregate": [ - 3115, + 3110, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -89208,19 +89211,19 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "assited_by_players": [ - 3114, + 3109, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -89230,19 +89233,19 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "assited_by_players_aggregate": [ - 3115, + 3110, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -89252,11 +89255,11 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], @@ -89355,19 +89358,19 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "current_lobby_id": [ - 5023 + 5018 ], "custom_avatar_url": [ 80 ], "damage_dealt": [ - 3177, + 3172, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -89377,19 +89380,19 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], "damage_dealt_aggregate": [ - 3178, + 3173, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -89399,19 +89402,19 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], "damage_taken": [ - 3177, + 3172, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -89421,19 +89424,19 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], "damage_taken_aggregate": [ - 3178, + 3173, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -89443,11 +89446,11 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], @@ -89455,10 +89458,10 @@ export default { 40 ], "deaths": [ - 3331, + 3326, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -89468,19 +89471,19 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "deaths_aggregate": [ - 3332, + 3327, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -89490,11 +89493,11 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], @@ -89554,10 +89557,10 @@ export default { } ], "elo_history": [ - 5400, + 5395, { "distinct_on": [ - 5426, + 5421, "[v_player_elo_select_column!]" ], "limit": [ @@ -89567,19 +89570,19 @@ export default { 40 ], "order_by": [ - 5425, + 5420, "[v_player_elo_order_by!]" ], "where": [ - 5419 + 5414 ] } ], "elo_history_aggregate": [ - 5401, + 5396, { "distinct_on": [ - 5426, + 5421, "[v_player_elo_select_column!]" ], "limit": [ @@ -89589,11 +89592,11 @@ export default { 40 ], "order_by": [ - 5425, + 5420, "[v_player_elo_order_by!]" ], "where": [ - 5419 + 5414 ] } ], @@ -89607,10 +89610,10 @@ export default { 80 ], "faceit_rank_history": [ - 3245, + 3240, { "distinct_on": [ - 3266, + 3261, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -89620,19 +89623,19 @@ export default { 40 ], "order_by": [ - 3264, + 3259, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3254 + 3249 ] } ], "faceit_rank_history_aggregate": [ - 3246, + 3241, { "distinct_on": [ - 3266, + 3261, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -89642,11 +89645,11 @@ export default { 40 ], "order_by": [ - 3264, + 3259, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3254 + 3249 ] } ], @@ -89654,16 +89657,16 @@ export default { 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 ], "flashed_by_players": [ - 3286, + 3281, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -89673,19 +89676,19 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], "flashed_by_players_aggregate": [ - 3287, + 3282, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -89695,19 +89698,19 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], "flashed_players": [ - 3286, + 3281, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -89717,19 +89720,19 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], "flashed_players_aggregate": [ - 3287, + 3282, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -89739,11 +89742,11 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], @@ -89795,10 +89798,10 @@ export default { 40 ], "invited_players": [ - 4193, + 4188, { "distinct_on": [ - 4214, + 4209, "[team_invites_select_column!]" ], "limit": [ @@ -89808,19 +89811,19 @@ export default { 40 ], "order_by": [ - 4212, + 4207, "[team_invites_order_by!]" ], "where": [ - 4202 + 4197 ] } ], "invited_players_aggregate": [ - 4194, + 4189, { "distinct_on": [ - 4214, + 4209, "[team_invites_select_column!]" ], "limit": [ @@ -89830,11 +89833,11 @@ export default { 40 ], "order_by": [ - 4212, + 4207, "[team_invites_order_by!]" ], "where": [ - 4202 + 4197 ] } ], @@ -89857,10 +89860,10 @@ export default { 5 ], "kills": [ - 3331, + 3326, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -89870,19 +89873,19 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "kills_aggregate": [ - 3332, + 3327, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -89892,19 +89895,19 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "kills_by_weapons": [ - 3343, + 3338, { "distinct_on": [ - 3364, + 3359, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -89914,19 +89917,19 @@ export default { 40 ], "order_by": [ - 3362, + 3357, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3352 + 3347 ] } ], "kills_by_weapons_aggregate": [ - 3344, + 3339, { "distinct_on": [ - 3364, + 3359, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -89936,11 +89939,11 @@ export default { 40 ], "order_by": [ - 3362, + 3357, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3352 + 3347 ] } ], @@ -89948,10 +89951,10 @@ export default { 80 ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "lobby_players": [ 2240, @@ -90010,10 +90013,10 @@ export default { 40 ], "match_map_hltv": [ - 5505, + 5500, { "distinct_on": [ - 5523, + 5518, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -90023,19 +90026,19 @@ export default { 40 ], "order_by": [ - 5522, + 5517, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5514 + 5509 ] } ], "match_map_hltv_aggregate": [ - 5506, + 5501, { "distinct_on": [ - 5523, + 5518, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -90045,19 +90048,19 @@ export default { 40 ], "order_by": [ - 5522, + 5517, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5514 + 5509 ] } ], "match_map_stats": [ - 3440, + 3435, { "distinct_on": [ - 3461, + 3456, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -90067,19 +90070,19 @@ export default { 40 ], "order_by": [ - 3459, + 3454, "[player_match_map_stats_order_by!]" ], "where": [ - 3449 + 3444 ] } ], "match_map_stats_aggregate": [ - 3441, + 3436, { "distinct_on": [ - 3461, + 3456, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -90089,19 +90092,19 @@ export default { 40 ], "order_by": [ - 3459, + 3454, "[player_match_map_stats_order_by!]" ], "where": [ - 3449 + 3444 ] } ], "match_stats": [ - 3499, + 3494, { "distinct_on": [ - 3515, + 3510, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -90111,19 +90114,19 @@ export default { 40 ], "order_by": [ - 3514, + 3509, "[player_match_stats_v_order_by!]" ], "where": [ - 3508 + 3503 ] } ], "match_stats_aggregate": [ - 3500, + 3495, { "distinct_on": [ - 3515, + 3510, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -90133,11 +90136,11 @@ export default { 40 ], "order_by": [ - 3514, + 3509, "[player_match_stats_v_order_by!]" ], "where": [ - 3508 + 3503 ] } ], @@ -90164,13 +90167,13 @@ export default { } ], "matchmaking_cooldown": [ - 4523 + 4518 ], "multi_kills": [ - 5596, + 5591, { "distinct_on": [ - 5612, + 5607, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -90180,19 +90183,19 @@ export default { 40 ], "order_by": [ - 5611, + 5606, "[v_player_multi_kills_order_by!]" ], "where": [ - 5605 + 5600 ] } ], "multi_kills_aggregate": [ - 5597, + 5592, { "distinct_on": [ - 5612, + 5607, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -90202,11 +90205,11 @@ export default { 40 ], "order_by": [ - 5611, + 5606, "[v_player_multi_kills_order_by!]" ], "where": [ - 5605 + 5600 ] } ], @@ -90261,10 +90264,10 @@ export default { } ], "objectives": [ - 3532, + 3527, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -90274,19 +90277,19 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], "objectives_aggregate": [ - 3533, + 3528, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -90296,19 +90299,19 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], "owned_teams": [ - 4476, + 4471, { "distinct_on": [ - 4500, + 4495, "[teams_select_column!]" ], "limit": [ @@ -90318,19 +90321,19 @@ export default { 40 ], "order_by": [ - 4498, + 4493, "[teams_order_by!]" ], "where": [ - 4487 + 4482 ] } ], "owned_teams_aggregate": [ - 4477, + 4472, { "distinct_on": [ - 4500, + 4495, "[teams_select_column!]" ], "limit": [ @@ -90340,11 +90343,11 @@ export default { 40 ], "order_by": [ - 4498, + 4493, "[teams_order_by!]" ], "where": [ - 4487 + 4482 ] } ], @@ -90445,10 +90448,10 @@ export default { } ], "player_unused_utilities": [ - 3819, + 3814, { "distinct_on": [ - 3840, + 3835, "[player_unused_utility_select_column!]" ], "limit": [ @@ -90458,19 +90461,19 @@ export default { 40 ], "order_by": [ - 3838, + 3833, "[player_unused_utility_order_by!]" ], "where": [ - 3828 + 3823 ] } ], "player_unused_utilities_aggregate": [ - 3820, + 3815, { "distinct_on": [ - 3840, + 3835, "[player_unused_utility_select_column!]" ], "limit": [ @@ -90480,11 +90483,11 @@ export default { 40 ], "order_by": [ - 3838, + 3833, "[player_unused_utility_order_by!]" ], "where": [ - 3828 + 3823 ] } ], @@ -90492,10 +90495,10 @@ export default { 40 ], "premier_rank_history": [ - 3591, + 3586, { "distinct_on": [ - 3612, + 3607, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -90505,19 +90508,19 @@ export default { 40 ], "order_by": [ - 3610, + 3605, "[player_premier_rank_history_order_by!]" ], "where": [ - 3600 + 3595 ] } ], "premier_rank_history_aggregate": [ - 3592, + 3587, { "distinct_on": [ - 3612, + 3607, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -90527,16 +90530,16 @@ export default { 40 ], "order_by": [ - 3610, + 3605, "[player_premier_rank_history_order_by!]" ], "where": [ - 3600 + 3595 ] } ], "premier_rank_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -90548,10 +90551,10 @@ export default { 80 ], "sanctions": [ - 3632, + 3627, { "distinct_on": [ - 3653, + 3648, "[player_sanctions_select_column!]" ], "limit": [ @@ -90561,19 +90564,19 @@ export default { 40 ], "order_by": [ - 3651, + 3646, "[player_sanctions_order_by!]" ], "where": [ - 3641 + 3636 ] } ], "sanctions_aggregate": [ - 3633, + 3628, { "distinct_on": [ - 3653, + 3648, "[player_sanctions_select_column!]" ], "limit": [ @@ -90583,19 +90586,19 @@ export default { 40 ], "order_by": [ - 3651, + 3646, "[player_sanctions_order_by!]" ], "where": [ - 3641 + 3636 ] } ], "season_stats": [ - 3673, + 3668, { "distinct_on": [ - 3704, + 3699, "[player_season_stats_select_column!]" ], "limit": [ @@ -90605,19 +90608,19 @@ export default { 40 ], "order_by": [ - 3702, + 3697, "[player_season_stats_order_by!]" ], "where": [ - 3692 + 3687 ] } ], "season_stats_aggregate": [ - 3674, + 3669, { "distinct_on": [ - 3704, + 3699, "[player_season_stats_select_column!]" ], "limit": [ @@ -90627,11 +90630,11 @@ export default { 40 ], "order_by": [ - 3702, + 3697, "[player_season_stats_order_by!]" ], "where": [ - 3692 + 3687 ] } ], @@ -90639,19 +90642,19 @@ export default { 5 ], "stats": [ - 3732 + 3727 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 ], "team_invites": [ - 4193, + 4188, { "distinct_on": [ - 4214, + 4209, "[team_invites_select_column!]" ], "limit": [ @@ -90661,19 +90664,19 @@ export default { 40 ], "order_by": [ - 4212, + 4207, "[team_invites_order_by!]" ], "where": [ - 4202 + 4197 ] } ], "team_invites_aggregate": [ - 4194, + 4189, { "distinct_on": [ - 4214, + 4209, "[team_invites_select_column!]" ], "limit": [ @@ -90683,19 +90686,19 @@ export default { 40 ], "order_by": [ - 4212, + 4207, "[team_invites_order_by!]" ], "where": [ - 4202 + 4197 ] } ], "team_members": [ - 4234, + 4229, { "distinct_on": [ - 4257, + 4252, "[team_roster_select_column!]" ], "limit": [ @@ -90705,19 +90708,19 @@ export default { 40 ], "order_by": [ - 4255, + 4250, "[team_roster_order_by!]" ], "where": [ - 4245 + 4240 ] } ], "team_members_aggregate": [ - 4235, + 4230, { "distinct_on": [ - 4257, + 4252, "[team_roster_select_column!]" ], "limit": [ @@ -90727,19 +90730,19 @@ export default { 40 ], "order_by": [ - 4255, + 4250, "[team_roster_order_by!]" ], "where": [ - 4245 + 4240 ] } ], "teams": [ - 4476, + 4471, { "distinct_on": [ - 4500, + 4495, "[teams_select_column!]" ], "limit": [ @@ -90749,11 +90752,11 @@ export default { 40 ], "order_by": [ - 4498, + 4493, "[teams_order_by!]" ], "where": [ - 4487 + 4482 ] } ], @@ -90761,10 +90764,10 @@ export default { 40 ], "tournament_organizers": [ - 4661, + 4656, { "distinct_on": [ - 4682, + 4677, "[tournament_organizers_select_column!]" ], "limit": [ @@ -90774,19 +90777,19 @@ export default { 40 ], "order_by": [ - 4680, + 4675, "[tournament_organizers_order_by!]" ], "where": [ - 4670 + 4665 ] } ], "tournament_organizers_aggregate": [ - 4662, + 4657, { "distinct_on": [ - 4682, + 4677, "[tournament_organizers_select_column!]" ], "limit": [ @@ -90796,19 +90799,19 @@ export default { 40 ], "order_by": [ - 4680, + 4675, "[tournament_organizers_order_by!]" ], "where": [ - 4670 + 4665 ] } ], "tournament_rosters": [ - 4876, + 4871, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -90818,19 +90821,19 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], "tournament_rosters_aggregate": [ - 4877, + 4872, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -90840,19 +90843,19 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], "tournaments": [ - 4959, + 4954, { "distinct_on": [ - 4993, + 4988, "[tournaments_select_column!]" ], "limit": [ @@ -90862,19 +90865,19 @@ export default { 40 ], "order_by": [ - 4991, + 4986, "[tournaments_order_by!]" ], "where": [ - 4980 + 4975 ] } ], "tournaments_aggregate": [ - 4960, + 4955, { "distinct_on": [ - 4993, + 4988, "[tournaments_select_column!]" ], "limit": [ @@ -90884,19 +90887,19 @@ export default { 40 ], "order_by": [ - 4991, + 4986, "[tournaments_order_by!]" ], "where": [ - 4980 + 4975 ] } ], "utility_thrown": [ - 3860, + 3855, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -90906,19 +90909,19 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], "utility_thrown_aggregate": [ - 3861, + 3856, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -90928,11 +90931,11 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], @@ -90943,10 +90946,10 @@ export default { 5 ], "weapon_stats": [ - 3901, + 3896, { "distinct_on": [ - 3917, + 3912, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -90956,19 +90959,19 @@ export default { 40 ], "order_by": [ - 3916, + 3911, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3910 + 3905 ] } ], "weapon_stats_aggregate": [ - 3902, + 3897, { "distinct_on": [ - 3917, + 3912, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -90978,11 +90981,11 @@ export default { 40 ], "order_by": [ - 3916, + 3911, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3910 + 3905 ] } ], @@ -91004,10 +91007,10 @@ export default { }, "players_aggregate": { "aggregate": [ - 3936 + 3931 ], "nodes": [ - 3934 + 3929 ], "__typename": [ 80 @@ -91015,13 +91018,13 @@ export default { }, "players_aggregate_fields": { "avg": [ - 3937 + 3932 ], "count": [ 40, { "columns": [ - 3949, + 3944, "[players_select_column!]" ], "distinct": [ @@ -91030,31 +91033,31 @@ export default { } ], "max": [ - 3942 + 3937 ], "min": [ - 3943 + 3938 ], "stddev": [ - 3951 + 3946 ], "stddev_pop": [ - 3952 + 3947 ], "stddev_samp": [ - 3953 + 3948 ], "sum": [ - 3956 + 3951 ], "var_pop": [ - 3959 + 3954 ], "var_samp": [ - 3960 + 3955 ], "variance": [ - 3961 + 3956 ], "__typename": [ 80 @@ -91115,13 +91118,13 @@ export default { }, "players_bool_exp": { "_and": [ - 3938 + 3933 ], "_not": [ - 3938 + 3933 ], "_or": [ - 3938 + 3933 ], "abandoned_matches": [ 128 @@ -91130,22 +91133,22 @@ export default { 121 ], "aim_weapon_stats": [ - 3082 + 3077 ], "aim_weapon_stats_aggregate": [ - 3075 + 3070 ], "assists": [ - 3125 + 3120 ], "assists_aggregate": [ - 3116 + 3111 ], "assited_by_players": [ - 3125 + 3120 ], "assited_by_players_aggregate": [ - 3116 + 3111 ], "avatar_url": [ 82 @@ -91166,34 +91169,34 @@ export default { 82 ], "created_at": [ - 4524 + 4519 ], "current_lobby_id": [ - 5025 + 5020 ], "custom_avatar_url": [ 82 ], "damage_dealt": [ - 3186 + 3181 ], "damage_dealt_aggregate": [ - 3179 + 3174 ], "damage_taken": [ - 3186 + 3181 ], "damage_taken_aggregate": [ - 3179 + 3174 ], "days_since_last_ban": [ 41 ], "deaths": [ - 3342 + 3337 ], "deaths_aggregate": [ - 3333 + 3328 ], "discord_id": [ 82 @@ -91208,10 +91211,10 @@ export default { 1844 ], "elo_history": [ - 5419 + 5414 ], "elo_history_aggregate": [ - 5402 + 5397 ], "faceit_elo": [ 41 @@ -91223,31 +91226,31 @@ export default { 82 ], "faceit_rank_history": [ - 3254 + 3249 ], "faceit_rank_history_aggregate": [ - 3247 + 3242 ], "faceit_skill_level": [ 41 ], "faceit_updated_at": [ - 4524 + 4519 ], "faceit_url": [ 82 ], "flashed_by_players": [ - 3297 + 3292 ], "flashed_by_players_aggregate": [ - 3288 + 3283 ], "flashed_players": [ - 3297 + 3292 ], "flashed_players_aggregate": [ - 3288 + 3283 ], "friends": [ 2858 @@ -91259,10 +91262,10 @@ export default { 41 ], "invited_players": [ - 4202 + 4197 ], "invited_players_aggregate": [ - 4195 + 4190 ], "is_banned": [ 6 @@ -91283,25 +91286,25 @@ export default { 6 ], "kills": [ - 3342 + 3337 ], "kills_aggregate": [ - 3333 + 3328 ], "kills_by_weapons": [ - 3352 + 3347 ], "kills_by_weapons_aggregate": [ - 3345 + 3340 ], "language": [ 82 ], "last_read_news_at": [ - 4524 + 4519 ], "last_sign_in_at": [ - 4524 + 4519 ], "lobby_players": [ 2251 @@ -91322,34 +91325,34 @@ export default { 41 ], "match_map_hltv": [ - 5514 + 5509 ], "match_map_hltv_aggregate": [ - 5507 + 5502 ], "match_map_stats": [ - 3449 + 3444 ], "match_map_stats_aggregate": [ - 3442 + 3437 ], "match_stats": [ - 3508 + 3503 ], "match_stats_aggregate": [ - 3501 + 3496 ], "matches": [ 2795 ], "matchmaking_cooldown": [ - 4524 + 4519 ], "multi_kills": [ - 5605 + 5600 ], "multi_kills_aggregate": [ - 5598 + 5593 ], "name": [ 82 @@ -91364,16 +91367,16 @@ export default { 2921 ], "objectives": [ - 3541 + 3536 ], "objectives_aggregate": [ - 3534 + 3529 ], "owned_teams": [ - 4487 + 4482 ], "owned_teams_aggregate": [ - 4478 + 4473 ], "peak_elo": [ 1844 @@ -91391,22 +91394,22 @@ export default { 2423 ], "player_unused_utilities": [ - 3828 + 3823 ], "player_unused_utilities_aggregate": [ - 3821 + 3816 ], "premier_rank": [ 41 ], "premier_rank_history": [ - 3600 + 3595 ], "premier_rank_history_aggregate": [ - 3593 + 3588 ], "premier_rank_updated_at": [ - 4524 + 4519 ], "profile_url": [ 82 @@ -91418,70 +91421,70 @@ export default { 82 ], "sanctions": [ - 3641 + 3636 ], "sanctions_aggregate": [ - 3634 + 3629 ], "season_stats": [ - 3692 + 3687 ], "season_stats_aggregate": [ - 3675 + 3670 ], "show_match_ready_modal": [ 6 ], "stats": [ - 3736 + 3731 ], "steam_bans_checked_at": [ - 4524 + 4519 ], "steam_id": [ 259 ], "team_invites": [ - 4202 + 4197 ], "team_invites_aggregate": [ - 4195 + 4190 ], "team_members": [ - 4245 + 4240 ], "team_members_aggregate": [ - 4236 + 4231 ], "teams": [ - 4487 + 4482 ], "total_matches": [ 41 ], "tournament_organizers": [ - 4670 + 4665 ], "tournament_organizers_aggregate": [ - 4663 + 4658 ], "tournament_rosters": [ - 4885 + 4880 ], "tournament_rosters_aggregate": [ - 4878 + 4873 ], "tournaments": [ - 4980 + 4975 ], "tournaments_aggregate": [ - 4961 + 4956 ], "utility_thrown": [ - 3869 + 3864 ], "utility_thrown_aggregate": [ - 3862 + 3857 ], "vac_ban_count": [ 41 @@ -91490,10 +91493,10 @@ export default { 6 ], "weapon_stats": [ - 3910 + 3905 ], "weapon_stats_aggregate": [ - 3903 + 3898 ], "wins": [ 41 @@ -91543,13 +91546,13 @@ export default { 125 ], "aim_weapon_stats": [ - 3079 + 3074 ], "assists": [ - 3122 + 3117 ], "assited_by_players": [ - 3122 + 3117 ], "avatar_url": [ 80 @@ -91564,22 +91567,22 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "custom_avatar_url": [ 80 ], "damage_dealt": [ - 3183 + 3178 ], "damage_taken": [ - 3183 + 3178 ], "days_since_last_ban": [ 40 ], "deaths": [ - 3339 + 3334 ], "discord_id": [ 80 @@ -91588,7 +91591,7 @@ export default { 426 ], "elo_history": [ - 5416 + 5411 ], "faceit_elo": [ 40 @@ -91600,22 +91603,22 @@ export default { 80 ], "faceit_rank_history": [ - 3251 + 3246 ], "faceit_skill_level": [ 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 ], "flashed_by_players": [ - 3294 + 3289 ], "flashed_players": [ - 3294 + 3289 ], "friends": [ 2855 @@ -91624,37 +91627,37 @@ export default { 40 ], "invited_players": [ - 4199 + 4194 ], "kills": [ - 3339 + 3334 ], "kills_by_weapons": [ - 3349 + 3344 ], "language": [ 80 ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "lobby_players": [ 2248 ], "match_map_hltv": [ - 5511 + 5506 ], "match_map_stats": [ - 3446 + 3441 ], "match_stats": [ - 3505 + 3500 ], "multi_kills": [ - 5602 + 5597 ], "name": [ 80 @@ -91666,10 +91669,10 @@ export default { 2928 ], "objectives": [ - 3538 + 3533 ], "owned_teams": [ - 4484 + 4479 ], "pending_match_imports": [ 2978 @@ -91678,16 +91681,16 @@ export default { 2429 ], "player_unused_utilities": [ - 3825 + 3820 ], "premier_rank": [ 40 ], "premier_rank_history": [ - 3597 + 3592 ], "premier_rank_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -91699,40 +91702,40 @@ export default { 80 ], "sanctions": [ - 3638 + 3633 ], "season_stats": [ - 3689 + 3684 ], "show_match_ready_modal": [ 5 ], "stats": [ - 3743 + 3738 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 ], "team_invites": [ - 4199 + 4194 ], "team_members": [ - 4242 + 4237 ], "tournament_organizers": [ - 4667 + 4662 ], "tournament_rosters": [ - 4882 + 4877 ], "tournaments": [ - 4977 + 4972 ], "utility_thrown": [ - 3866 + 3861 ], "vac_ban_count": [ 40 @@ -91741,7 +91744,7 @@ export default { 5 ], "weapon_stats": [ - 3907 + 3902 ], "__typename": [ 80 @@ -91755,10 +91758,10 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "current_lobby_id": [ - 5023 + 5018 ], "custom_avatar_url": [ 80 @@ -91782,7 +91785,7 @@ export default { 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 @@ -91794,10 +91797,10 @@ export default { 80 ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "losses": [ 40 @@ -91812,7 +91815,7 @@ export default { 40 ], "matchmaking_cooldown": [ - 4523 + 4518 ], "name": [ 80 @@ -91821,7 +91824,7 @@ export default { 40 ], "premier_rank_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -91830,7 +91833,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -91865,10 +91868,10 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "current_lobby_id": [ - 5023 + 5018 ], "custom_avatar_url": [ 80 @@ -91892,7 +91895,7 @@ export default { 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 @@ -91904,10 +91907,10 @@ export default { 80 ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "losses": [ 40 @@ -91922,7 +91925,7 @@ export default { 40 ], "matchmaking_cooldown": [ - 4523 + 4518 ], "name": [ 80 @@ -91931,7 +91934,7 @@ export default { 40 ], "premier_rank_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -91940,7 +91943,7 @@ export default { 80 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -91972,7 +91975,7 @@ export default { 40 ], "returning": [ - 3934 + 3929 ], "__typename": [ 80 @@ -91980,10 +91983,10 @@ export default { }, "players_obj_rel_insert_input": { "data": [ - 3941 + 3936 ], "on_conflict": [ - 3946 + 3941 ], "__typename": [ 80 @@ -91991,13 +91994,13 @@ export default { }, "players_on_conflict": { "constraint": [ - 3939 + 3934 ], "update_columns": [ - 3957 + 3952 ], "where": [ - 3938 + 3933 ], "__typename": [ 80 @@ -92008,13 +92011,13 @@ export default { 124 ], "aim_weapon_stats_aggregate": [ - 3078 + 3073 ], "assists_aggregate": [ - 3121 + 3116 ], "assited_by_players_aggregate": [ - 3121 + 3116 ], "avatar_url": [ 2971 @@ -92038,16 +92041,16 @@ export default { 2971 ], "damage_dealt_aggregate": [ - 3182 + 3177 ], "damage_taken_aggregate": [ - 3182 + 3177 ], "days_since_last_ban": [ 2971 ], "deaths_aggregate": [ - 3338 + 3333 ], "discord_id": [ 2971 @@ -92059,7 +92062,7 @@ export default { 2971 ], "elo_history_aggregate": [ - 5415 + 5410 ], "faceit_elo": [ 2971 @@ -92071,7 +92074,7 @@ export default { 2971 ], "faceit_rank_history_aggregate": [ - 3250 + 3245 ], "faceit_skill_level": [ 2971 @@ -92083,10 +92086,10 @@ export default { 2971 ], "flashed_by_players_aggregate": [ - 3293 + 3288 ], "flashed_players_aggregate": [ - 3293 + 3288 ], "friends_aggregate": [ 2853 @@ -92095,7 +92098,7 @@ export default { 2971 ], "invited_players_aggregate": [ - 4198 + 4193 ], "is_banned": [ 2971 @@ -92116,10 +92119,10 @@ export default { 2971 ], "kills_aggregate": [ - 3338 + 3333 ], "kills_by_weapons_aggregate": [ - 3348 + 3343 ], "language": [ 2971 @@ -92146,13 +92149,13 @@ export default { 2971 ], "match_map_hltv_aggregate": [ - 5510 + 5505 ], "match_map_stats_aggregate": [ - 3445 + 3440 ], "match_stats_aggregate": [ - 3504 + 3499 ], "matches_aggregate": [ 2791 @@ -92161,7 +92164,7 @@ export default { 2971 ], "multi_kills_aggregate": [ - 5601 + 5596 ], "name": [ 2971 @@ -92173,10 +92176,10 @@ export default { 2926 ], "objectives_aggregate": [ - 3537 + 3532 ], "owned_teams_aggregate": [ - 4483 + 4478 ], "peak_elo": [ 2971 @@ -92188,13 +92191,13 @@ export default { 2428 ], "player_unused_utilities_aggregate": [ - 3824 + 3819 ], "premier_rank": [ 2971 ], "premier_rank_history_aggregate": [ - 3596 + 3591 ], "premier_rank_updated_at": [ 2971 @@ -92209,16 +92212,16 @@ export default { 2971 ], "sanctions_aggregate": [ - 3637 + 3632 ], "season_stats_aggregate": [ - 3688 + 3683 ], "show_match_ready_modal": [ 2971 ], "stats": [ - 3745 + 3740 ], "steam_bans_checked_at": [ 2971 @@ -92227,28 +92230,28 @@ export default { 2971 ], "team_invites_aggregate": [ - 4198 + 4193 ], "team_members_aggregate": [ - 4241 + 4236 ], "teams_aggregate": [ - 4483 + 4478 ], "total_matches": [ 2971 ], "tournament_organizers_aggregate": [ - 4666 + 4661 ], "tournament_rosters_aggregate": [ - 4881 + 4876 ], "tournaments_aggregate": [ - 4976 + 4971 ], "utility_thrown_aggregate": [ - 3865 + 3860 ], "vac_ban_count": [ 2971 @@ -92257,7 +92260,7 @@ export default { 2971 ], "weapon_stats_aggregate": [ - 3906 + 3901 ], "wins": [ 2971 @@ -92292,7 +92295,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "custom_avatar_url": [ 80 @@ -92316,7 +92319,7 @@ export default { 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 @@ -92328,10 +92331,10 @@ export default { 80 ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "name": [ 80 @@ -92343,7 +92346,7 @@ export default { 40 ], "premier_rank_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -92358,7 +92361,7 @@ export default { 5 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -92534,7 +92537,7 @@ export default { }, "players_stream_cursor_input": { "initial_value": [ - 3955 + 3950 ], "ordering": [ 313 @@ -92551,7 +92554,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "custom_avatar_url": [ 80 @@ -92575,7 +92578,7 @@ export default { 40 ], "faceit_updated_at": [ - 4523 + 4518 ], "faceit_url": [ 80 @@ -92587,10 +92590,10 @@ export default { 80 ], "last_read_news_at": [ - 4523 + 4518 ], "last_sign_in_at": [ - 4523 + 4518 ], "name": [ 80 @@ -92602,7 +92605,7 @@ export default { 40 ], "premier_rank_updated_at": [ - 4523 + 4518 ], "profile_url": [ 80 @@ -92617,7 +92620,7 @@ export default { 5 ], "steam_bans_checked_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -92688,13 +92691,13 @@ export default { "players_update_column": {}, "players_updates": { "_inc": [ - 3940 + 3935 ], "_set": [ - 3950 + 3945 ], "where": [ - 3938 + 3933 ], "__typename": [ 80 @@ -92864,7 +92867,7 @@ export default { 40 ], "published_at": [ - 4523 + 4518 ], "runtime": [ 1110 @@ -92878,10 +92881,10 @@ export default { }, "plugin_versions_aggregate": { "aggregate": [ - 3964 + 3959 ], "nodes": [ - 3962 + 3957 ], "__typename": [ 80 @@ -92889,13 +92892,13 @@ export default { }, "plugin_versions_aggregate_fields": { "avg": [ - 3965 + 3960 ], "count": [ 40, { "columns": [ - 3976, + 3971, "[plugin_versions_select_column!]" ], "distinct": [ @@ -92904,31 +92907,31 @@ export default { } ], "max": [ - 3970 + 3965 ], "min": [ - 3971 + 3966 ], "stddev": [ - 3978 + 3973 ], "stddev_pop": [ - 3979 + 3974 ], "stddev_samp": [ - 3980 + 3975 ], "sum": [ - 3983 + 3978 ], "var_pop": [ - 3986 + 3981 ], "var_samp": [ - 3987 + 3982 ], "variance": [ - 3988 + 3983 ], "__typename": [ 80 @@ -92944,19 +92947,19 @@ export default { }, "plugin_versions_bool_exp": { "_and": [ - 3966 + 3961 ], "_not": [ - 3966 + 3961 ], "_or": [ - 3966 + 3961 ], "min_game_build_id": [ 41 ], "published_at": [ - 4524 + 4519 ], "runtime": [ 1111 @@ -92982,7 +92985,7 @@ export default { 40 ], "published_at": [ - 4523 + 4518 ], "runtime": [ 1110 @@ -92999,7 +93002,7 @@ export default { 40 ], "published_at": [ - 4523 + 4518 ], "version": [ 80 @@ -93013,7 +93016,7 @@ export default { 40 ], "published_at": [ - 4523 + 4518 ], "version": [ 80 @@ -93027,7 +93030,7 @@ export default { 40 ], "returning": [ - 3962 + 3957 ], "__typename": [ 80 @@ -93035,13 +93038,13 @@ export default { }, "plugin_versions_on_conflict": { "constraint": [ - 3967 + 3962 ], "update_columns": [ - 3984 + 3979 ], "where": [ - 3966 + 3961 ], "__typename": [ 80 @@ -93081,7 +93084,7 @@ export default { 40 ], "published_at": [ - 4523 + 4518 ], "runtime": [ 1110 @@ -93119,7 +93122,7 @@ export default { }, "plugin_versions_stream_cursor_input": { "initial_value": [ - 3982 + 3977 ], "ordering": [ 313 @@ -93133,7 +93136,7 @@ export default { 40 ], "published_at": [ - 4523 + 4518 ], "runtime": [ 1110 @@ -93156,13 +93159,13 @@ export default { "plugin_versions_update_column": {}, "plugin_versions_updates": { "_inc": [ - 3968 + 3963 ], "_set": [ - 3977 + 3972 ], "where": [ - 3966 + 3961 ], "__typename": [ 80 @@ -93194,7 +93197,7 @@ export default { }, "recalculate_tournament_awards_args": { "_tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -93202,7 +93205,7 @@ export default { }, "remove_league_team_from_season_args": { "_league_team_season_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -93218,7 +93221,7 @@ export default { }, "restart_league_season_args": { "_league_season_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -93270,16 +93273,16 @@ export default { } ], "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "needs_rebuild": [ 5 @@ -93288,10 +93291,10 @@ export default { 40 ], "player_season_stats": [ - 3673, + 3668, { "distinct_on": [ - 3704, + 3699, "[player_season_stats_select_column!]" ], "limit": [ @@ -93301,19 +93304,19 @@ export default { 40 ], "order_by": [ - 3702, + 3697, "[player_season_stats_order_by!]" ], "where": [ - 3692 + 3687 ] } ], "player_season_stats_aggregate": [ - 3674, + 3669, { "distinct_on": [ - 3704, + 3699, "[player_season_stats_select_column!]" ], "limit": [ @@ -93323,16 +93326,16 @@ export default { 40 ], "order_by": [ - 3702, + 3697, "[player_season_stats_order_by!]" ], "where": [ - 3692 + 3687 ] } ], "starts_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -93340,10 +93343,10 @@ export default { }, "seasons_aggregate": { "aggregate": [ - 3995 + 3990 ], "nodes": [ - 3993 + 3988 ], "__typename": [ 80 @@ -93351,13 +93354,13 @@ export default { }, "seasons_aggregate_fields": { "avg": [ - 3996 + 3991 ], "count": [ 40, { "columns": [ - 4008, + 4003, "[seasons_select_column!]" ], "distinct": [ @@ -93366,31 +93369,31 @@ export default { } ], "max": [ - 4001 + 3996 ], "min": [ - 4002 + 3997 ], "stddev": [ - 4010 + 4005 ], "stddev_pop": [ - 4011 + 4006 ], "stddev_samp": [ - 4012 + 4007 ], "sum": [ - 4015 + 4010 ], "var_pop": [ - 4018 + 4013 ], "var_samp": [ - 4019 + 4014 ], "variance": [ - 4020 + 4015 ], "__typename": [ 80 @@ -93406,13 +93409,13 @@ export default { }, "seasons_bool_exp": { "_and": [ - 3997 + 3992 ], "_not": [ - 3997 + 3992 ], "_or": [ - 3997 + 3992 ], "awards": [ 197 @@ -93421,16 +93424,16 @@ export default { 190 ], "created_at": [ - 4524 + 4519 ], "description": [ 82 ], "ends_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "needs_rebuild": [ 6 @@ -93439,13 +93442,13 @@ export default { 41 ], "player_season_stats": [ - 3692 + 3687 ], "player_season_stats_aggregate": [ - 3675 + 3670 ], "starts_at": [ - 4524 + 4519 ], "__typename": [ 80 @@ -93465,16 +93468,16 @@ export default { 194 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "needs_rebuild": [ 5 @@ -93483,10 +93486,10 @@ export default { 40 ], "player_season_stats": [ - 3689 + 3684 ], "starts_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -93494,22 +93497,22 @@ export default { }, "seasons_max_fields": { "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "number": [ 40 ], "starts_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -93517,22 +93520,22 @@ export default { }, "seasons_min_fields": { "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "number": [ 40 ], "starts_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -93543,7 +93546,7 @@ export default { 40 ], "returning": [ - 3993 + 3988 ], "__typename": [ 80 @@ -93551,10 +93554,10 @@ export default { }, "seasons_obj_rel_insert_input": { "data": [ - 4000 + 3995 ], "on_conflict": [ - 4005 + 4000 ], "__typename": [ 80 @@ -93562,13 +93565,13 @@ export default { }, "seasons_on_conflict": { "constraint": [ - 3998 + 3993 ], "update_columns": [ - 4016 + 4011 ], "where": [ - 3997 + 3992 ], "__typename": [ 80 @@ -93597,7 +93600,7 @@ export default { 2971 ], "player_season_stats_aggregate": [ - 3688 + 3683 ], "starts_at": [ 2971 @@ -93608,7 +93611,7 @@ export default { }, "seasons_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -93617,16 +93620,16 @@ export default { "seasons_select_column": {}, "seasons_set_input": { "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "needs_rebuild": [ 5 @@ -93635,7 +93638,7 @@ export default { 40 ], "starts_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -93667,7 +93670,7 @@ export default { }, "seasons_stream_cursor_input": { "initial_value": [ - 4014 + 4009 ], "ordering": [ 313 @@ -93678,16 +93681,16 @@ export default { }, "seasons_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "description": [ 80 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "needs_rebuild": [ 5 @@ -93696,7 +93699,7 @@ export default { 40 ], "starts_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -93713,13 +93716,13 @@ export default { "seasons_update_column": {}, "seasons_updates": { "_inc": [ - 3999 + 3994 ], "_set": [ - 4009 + 4004 ], "where": [ - 3997 + 3992 ], "__typename": [ 80 @@ -93824,10 +93827,10 @@ export default { }, "server_regions_aggregate": { "aggregate": [ - 4023 + 4018 ], "nodes": [ - 4021 + 4016 ], "__typename": [ 80 @@ -93835,13 +93838,13 @@ export default { }, "server_regions_aggregate_fields": { "avg": [ - 4024 + 4019 ], "count": [ 40, { "columns": [ - 4035, + 4030, "[server_regions_select_column!]" ], "distinct": [ @@ -93850,31 +93853,31 @@ export default { } ], "max": [ - 4028 + 4023 ], "min": [ - 4029 + 4024 ], "stddev": [ - 4037 + 4032 ], "stddev_pop": [ - 4038 + 4033 ], "stddev_samp": [ - 4039 + 4034 ], "sum": [ - 4042 + 4037 ], "var_pop": [ - 4045 + 4040 ], "var_samp": [ - 4046 + 4041 ], "variance": [ - 4047 + 4042 ], "__typename": [ 80 @@ -93893,13 +93896,13 @@ export default { }, "server_regions_bool_exp": { "_and": [ - 4025 + 4020 ], "_not": [ - 4025 + 4020 ], "_or": [ - 4025 + 4020 ], "available_server_count": [ 41 @@ -94001,7 +94004,7 @@ export default { 40 ], "returning": [ - 4021 + 4016 ], "__typename": [ 80 @@ -94009,10 +94012,10 @@ export default { }, "server_regions_obj_rel_insert_input": { "data": [ - 4027 + 4022 ], "on_conflict": [ - 4032 + 4027 ], "__typename": [ 80 @@ -94020,13 +94023,13 @@ export default { }, "server_regions_on_conflict": { "constraint": [ - 4026 + 4021 ], "update_columns": [ - 4043 + 4038 ], "where": [ - 4025 + 4020 ], "__typename": [ 80 @@ -94125,7 +94128,7 @@ export default { }, "server_regions_stream_cursor_input": { "initial_value": [ - 4041 + 4036 ], "ordering": [ 313 @@ -94165,10 +94168,10 @@ export default { "server_regions_update_column": {}, "server_regions_updates": { "_set": [ - 4036 + 4031 ], "where": [ - 4025 + 4020 ], "__typename": [ 80 @@ -94209,7 +94212,7 @@ export default { }, "servers": { "api_password": [ - 5023 + 5018 ], "boot_status": [ 80 @@ -94248,7 +94251,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_dedicated": [ 5 @@ -94304,7 +94307,7 @@ export default { 40 ], "offline_at": [ - 4523 + 4518 ], "plugin_runtime": [ 1110 @@ -94325,10 +94328,10 @@ export default { 80 ], "reserved_by_match_id": [ - 5023 + 5018 ], "server_region": [ - 4021 + 4016 ], "steam_relay": [ 80 @@ -94340,7 +94343,7 @@ export default { 1191 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -94348,10 +94351,10 @@ export default { }, "servers_aggregate": { "aggregate": [ - 4054 + 4049 ], "nodes": [ - 4048 + 4043 ], "__typename": [ 80 @@ -94359,13 +94362,13 @@ export default { }, "servers_aggregate_bool_exp": { "bool_and": [ - 4051 + 4046 ], "bool_or": [ - 4052 + 4047 ], "count": [ - 4053 + 4048 ], "__typename": [ 80 @@ -94373,13 +94376,13 @@ export default { }, "servers_aggregate_bool_exp_bool_and": { "arguments": [ - 4073 + 4068 ], "distinct": [ 5 ], "filter": [ - 4059 + 4054 ], "predicate": [ 6 @@ -94390,13 +94393,13 @@ export default { }, "servers_aggregate_bool_exp_bool_or": { "arguments": [ - 4074 + 4069 ], "distinct": [ 5 ], "filter": [ - 4059 + 4054 ], "predicate": [ 6 @@ -94407,13 +94410,13 @@ export default { }, "servers_aggregate_bool_exp_count": { "arguments": [ - 4072 + 4067 ], "distinct": [ 5 ], "filter": [ - 4059 + 4054 ], "predicate": [ 41 @@ -94424,13 +94427,13 @@ export default { }, "servers_aggregate_fields": { "avg": [ - 4057 + 4052 ], "count": [ 40, { "columns": [ - 4072, + 4067, "[servers_select_column!]" ], "distinct": [ @@ -94439,31 +94442,31 @@ export default { } ], "max": [ - 4063 + 4058 ], "min": [ - 4065 + 4060 ], "stddev": [ - 4076 + 4071 ], "stddev_pop": [ - 4078 + 4073 ], "stddev_samp": [ - 4080 + 4075 ], "sum": [ - 4084 + 4079 ], "var_pop": [ - 4088 + 4083 ], "var_samp": [ - 4090 + 4085 ], "variance": [ - 4092 + 4087 ], "__typename": [ 80 @@ -94471,37 +94474,37 @@ export default { }, "servers_aggregate_order_by": { "avg": [ - 4058 + 4053 ], "count": [ 2971 ], "max": [ - 4064 + 4059 ], "min": [ - 4066 + 4061 ], "stddev": [ - 4077 + 4072 ], "stddev_pop": [ - 4079 + 4074 ], "stddev_samp": [ - 4081 + 4076 ], "sum": [ - 4085 + 4080 ], "var_pop": [ - 4089 + 4084 ], "var_samp": [ - 4091 + 4086 ], "variance": [ - 4093 + 4088 ], "__typename": [ 80 @@ -94509,10 +94512,10 @@ export default { }, "servers_arr_rel_insert_input": { "data": [ - 4062 + 4057 ], "on_conflict": [ - 4069 + 4064 ], "__typename": [ 80 @@ -94548,16 +94551,16 @@ export default { }, "servers_bool_exp": { "_and": [ - 4059 + 4054 ], "_not": [ - 4059 + 4054 ], "_or": [ - 4059 + 4054 ], "api_password": [ - 5025 + 5020 ], "boot_status": [ 82 @@ -94596,7 +94599,7 @@ export default { 82 ], "id": [ - 5025 + 5020 ], "is_dedicated": [ 6 @@ -94614,7 +94617,7 @@ export default { 41 ], "offline_at": [ - 4524 + 4519 ], "plugin_runtime": [ 1111 @@ -94635,10 +94638,10 @@ export default { 82 ], "reserved_by_match_id": [ - 5025 + 5020 ], "server_region": [ - 4025 + 4020 ], "steam_relay": [ 82 @@ -94650,7 +94653,7 @@ export default { 1192 ], "updated_at": [ - 4524 + 4519 ], "__typename": [ 80 @@ -94673,7 +94676,7 @@ export default { }, "servers_insert_input": { "api_password": [ - 5023 + 5018 ], "boot_status": [ 80 @@ -94706,7 +94709,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_dedicated": [ 5 @@ -94721,7 +94724,7 @@ export default { 40 ], "offline_at": [ - 4523 + 4518 ], "plugin_runtime": [ 1110 @@ -94742,10 +94745,10 @@ export default { 80 ], "reserved_by_match_id": [ - 5023 + 5018 ], "server_region": [ - 4031 + 4026 ], "steam_relay": [ 80 @@ -94757,7 +94760,7 @@ export default { 1191 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -94765,7 +94768,7 @@ export default { }, "servers_max_fields": { "api_password": [ - 5023 + 5018 ], "boot_status": [ 80 @@ -94792,7 +94795,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "label": [ 80 @@ -94801,7 +94804,7 @@ export default { 40 ], "offline_at": [ - 4523 + 4518 ], "plugin_version": [ 80 @@ -94813,7 +94816,7 @@ export default { 80 ], "reserved_by_match_id": [ - 5023 + 5018 ], "steam_relay": [ 80 @@ -94822,7 +94825,7 @@ export default { 40 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -94889,7 +94892,7 @@ export default { }, "servers_min_fields": { "api_password": [ - 5023 + 5018 ], "boot_status": [ 80 @@ -94916,7 +94919,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "label": [ 80 @@ -94925,7 +94928,7 @@ export default { 40 ], "offline_at": [ - 4523 + 4518 ], "plugin_version": [ 80 @@ -94937,7 +94940,7 @@ export default { 80 ], "reserved_by_match_id": [ - 5023 + 5018 ], "steam_relay": [ 80 @@ -94946,7 +94949,7 @@ export default { 40 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -95016,7 +95019,7 @@ export default { 40 ], "returning": [ - 4048 + 4043 ], "__typename": [ 80 @@ -95024,10 +95027,10 @@ export default { }, "servers_obj_rel_insert_input": { "data": [ - 4062 + 4057 ], "on_conflict": [ - 4069 + 4064 ], "__typename": [ 80 @@ -95035,13 +95038,13 @@ export default { }, "servers_on_conflict": { "constraint": [ - 4060 + 4055 ], "update_columns": [ - 4086 + 4081 ], "where": [ - 4059 + 4054 ], "__typename": [ 80 @@ -95127,7 +95130,7 @@ export default { 2971 ], "server_region": [ - 4033 + 4028 ], "steam_relay": [ 2971 @@ -95147,7 +95150,7 @@ export default { }, "servers_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -95158,7 +95161,7 @@ export default { "servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns": {}, "servers_set_input": { "api_password": [ - 5023 + 5018 ], "boot_status": [ 80 @@ -95185,7 +95188,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_dedicated": [ 5 @@ -95197,7 +95200,7 @@ export default { 40 ], "offline_at": [ - 4523 + 4518 ], "plugin_runtime": [ 1110 @@ -95218,7 +95221,7 @@ export default { 80 ], "reserved_by_match_id": [ - 5023 + 5018 ], "steam_relay": [ 80 @@ -95230,7 +95233,7 @@ export default { 1191 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -95322,7 +95325,7 @@ export default { }, "servers_stream_cursor_input": { "initial_value": [ - 4083 + 4078 ], "ordering": [ 313 @@ -95333,7 +95336,7 @@ export default { }, "servers_stream_cursor_value_input": { "api_password": [ - 5023 + 5018 ], "boot_status": [ 80 @@ -95360,7 +95363,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_dedicated": [ 5 @@ -95372,7 +95375,7 @@ export default { 40 ], "offline_at": [ - 4523 + 4518 ], "plugin_runtime": [ 1110 @@ -95393,7 +95396,7 @@ export default { 80 ], "reserved_by_match_id": [ - 5023 + 5018 ], "steam_relay": [ 80 @@ -95405,7 +95408,7 @@ export default { 1191 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -95442,13 +95445,13 @@ export default { "servers_update_column": {}, "servers_updates": { "_inc": [ - 4061 + 4056 ], "_set": [ - 4075 + 4070 ], "where": [ - 4059 + 4054 ], "__typename": [ 80 @@ -95551,10 +95554,10 @@ export default { }, "settings_aggregate": { "aggregate": [ - 4096 + 4091 ], "nodes": [ - 4094 + 4089 ], "__typename": [ 80 @@ -95565,7 +95568,7 @@ export default { 40, { "columns": [ - 4106, + 4101, "[settings_select_column!]" ], "distinct": [ @@ -95574,10 +95577,10 @@ export default { } ], "max": [ - 4100 + 4095 ], "min": [ - 4101 + 4096 ], "__typename": [ 80 @@ -95585,13 +95588,13 @@ export default { }, "settings_bool_exp": { "_and": [ - 4097 + 4092 ], "_not": [ - 4097 + 4092 ], "_or": [ - 4097 + 4092 ], "name": [ 82 @@ -95642,7 +95645,7 @@ export default { 40 ], "returning": [ - 4094 + 4089 ], "__typename": [ 80 @@ -95650,13 +95653,13 @@ export default { }, "settings_on_conflict": { "constraint": [ - 4098 + 4093 ], "update_columns": [ - 4110 + 4105 ], "where": [ - 4097 + 4092 ], "__typename": [ 80 @@ -95695,7 +95698,7 @@ export default { }, "settings_stream_cursor_input": { "initial_value": [ - 4109 + 4104 ], "ordering": [ 313 @@ -95718,10 +95721,10 @@ export default { "settings_update_column": {}, "settings_updates": { "_set": [ - 4107 + 4102 ], "where": [ - 4097 + 4092 ], "__typename": [ 80 @@ -95730,31 +95733,31 @@ export default { "smallint": {}, "smallint_comparison_exp": { "_eq": [ - 4112 + 4107 ], "_gt": [ - 4112 + 4107 ], "_gte": [ - 4112 + 4107 ], "_in": [ - 4112 + 4107 ], "_is_null": [ 5 ], "_lt": [ - 4112 + 4107 ], "_lte": [ - 4112 + 4107 ], "_neq": [ - 4112 + 4107 ], "_nin": [ - 4112 + 4107 ], "__typename": [ 80 @@ -95762,10 +95765,10 @@ export default { }, "steam_account_claims": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 @@ -95780,10 +95783,10 @@ export default { 80 ], "steam_account": [ - 4138 + 4133 ], "steam_account_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -95791,10 +95794,10 @@ export default { }, "steam_account_claims_aggregate": { "aggregate": [ - 4118 + 4113 ], "nodes": [ - 4114 + 4109 ], "__typename": [ 80 @@ -95802,7 +95805,7 @@ export default { }, "steam_account_claims_aggregate_bool_exp": { "count": [ - 4117 + 4112 ], "__typename": [ 80 @@ -95810,13 +95813,13 @@ export default { }, "steam_account_claims_aggregate_bool_exp_count": { "arguments": [ - 4132 + 4127 ], "distinct": [ 5 ], "filter": [ - 4121 + 4116 ], "predicate": [ 41 @@ -95830,7 +95833,7 @@ export default { 40, { "columns": [ - 4132, + 4127, "[steam_account_claims_select_column!]" ], "distinct": [ @@ -95839,10 +95842,10 @@ export default { } ], "max": [ - 4124 + 4119 ], "min": [ - 4126 + 4121 ], "__typename": [ 80 @@ -95853,10 +95856,10 @@ export default { 2971 ], "max": [ - 4125 + 4120 ], "min": [ - 4127 + 4122 ], "__typename": [ 80 @@ -95864,10 +95867,10 @@ export default { }, "steam_account_claims_arr_rel_insert_input": { "data": [ - 4123 + 4118 ], "on_conflict": [ - 4129 + 4124 ], "__typename": [ 80 @@ -95875,19 +95878,19 @@ export default { }, "steam_account_claims_bool_exp": { "_and": [ - 4121 + 4116 ], "_not": [ - 4121 + 4116 ], "_or": [ - 4121 + 4116 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "k8s_job_name": [ 82 @@ -95902,10 +95905,10 @@ export default { 82 ], "steam_account": [ - 4142 + 4137 ], "steam_account_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -95914,10 +95917,10 @@ export default { "steam_account_claims_constraint": {}, "steam_account_claims_insert_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 @@ -95932,10 +95935,10 @@ export default { 80 ], "steam_account": [ - 4149 + 4144 ], "steam_account_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -95943,10 +95946,10 @@ export default { }, "steam_account_claims_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 @@ -95958,7 +95961,7 @@ export default { 80 ], "steam_account_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -95989,10 +95992,10 @@ export default { }, "steam_account_claims_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 @@ -96004,7 +96007,7 @@ export default { 80 ], "steam_account_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -96038,7 +96041,7 @@ export default { 40 ], "returning": [ - 4114 + 4109 ], "__typename": [ 80 @@ -96046,13 +96049,13 @@ export default { }, "steam_account_claims_on_conflict": { "constraint": [ - 4122 + 4117 ], "update_columns": [ - 4136 + 4131 ], "where": [ - 4121 + 4116 ], "__typename": [ 80 @@ -96078,7 +96081,7 @@ export default { 2971 ], "steam_account": [ - 4151 + 4146 ], "steam_account_id": [ 2971 @@ -96089,7 +96092,7 @@ export default { }, "steam_account_claims_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -96098,10 +96101,10 @@ export default { "steam_account_claims_select_column": {}, "steam_account_claims_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 @@ -96113,7 +96116,7 @@ export default { 80 ], "steam_account_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -96121,7 +96124,7 @@ export default { }, "steam_account_claims_stream_cursor_input": { "initial_value": [ - 4135 + 4130 ], "ordering": [ 313 @@ -96132,10 +96135,10 @@ export default { }, "steam_account_claims_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "k8s_job_name": [ 80 @@ -96147,7 +96150,7 @@ export default { 80 ], "steam_account_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -96156,10 +96159,10 @@ export default { "steam_account_claims_update_column": {}, "steam_account_claims_updates": { "_set": [ - 4133 + 4128 ], "where": [ - 4121 + 4116 ], "__typename": [ 80 @@ -96167,10 +96170,10 @@ export default { }, "steam_accounts": { "claims": [ - 4114, + 4109, { "distinct_on": [ - 4132, + 4127, "[steam_account_claims_select_column!]" ], "limit": [ @@ -96180,19 +96183,19 @@ export default { 40 ], "order_by": [ - 4130, + 4125, "[steam_account_claims_order_by!]" ], "where": [ - 4121 + 4116 ] } ], "claims_aggregate": [ - 4115, + 4110, { "distinct_on": [ - 4132, + 4127, "[steam_account_claims_select_column!]" ], "limit": [ @@ -96202,22 +96205,22 @@ export default { 40 ], "order_by": [ - 4130, + 4125, "[steam_account_claims_order_by!]" ], "where": [ - 4121 + 4116 ] } ], "created_at": [ - 4523 + 4518 ], "friend_capacity": [ 40 ], "id": [ - 5023 + 5018 ], "last_node": [ 1718 @@ -96238,7 +96241,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "username": [ 80 @@ -96249,10 +96252,10 @@ export default { }, "steam_accounts_aggregate": { "aggregate": [ - 4140 + 4135 ], "nodes": [ - 4138 + 4133 ], "__typename": [ 80 @@ -96260,13 +96263,13 @@ export default { }, "steam_accounts_aggregate_fields": { "avg": [ - 4141 + 4136 ], "count": [ 40, { "columns": [ - 4153, + 4148, "[steam_accounts_select_column!]" ], "distinct": [ @@ -96275,31 +96278,31 @@ export default { } ], "max": [ - 4146 + 4141 ], "min": [ - 4147 + 4142 ], "stddev": [ - 4155 + 4150 ], "stddev_pop": [ - 4156 + 4151 ], "stddev_samp": [ - 4157 + 4152 ], "sum": [ - 4160 + 4155 ], "var_pop": [ - 4163 + 4158 ], "var_samp": [ - 4164 + 4159 ], "variance": [ - 4165 + 4160 ], "__typename": [ 80 @@ -96321,28 +96324,28 @@ export default { }, "steam_accounts_bool_exp": { "_and": [ - 4142 + 4137 ], "_not": [ - 4142 + 4137 ], "_or": [ - 4142 + 4137 ], "claims": [ - 4121 + 4116 ], "claims_aggregate": [ - 4116 + 4111 ], "created_at": [ - 4524 + 4519 ], "friend_capacity": [ 41 ], "id": [ - 5025 + 5020 ], "last_node": [ 1730 @@ -96363,7 +96366,7 @@ export default { 259 ], "updated_at": [ - 4524 + 4519 ], "username": [ 82 @@ -96389,16 +96392,16 @@ export default { }, "steam_accounts_insert_input": { "claims": [ - 4120 + 4115 ], "created_at": [ - 4523 + 4518 ], "friend_capacity": [ 40 ], "id": [ - 5023 + 5018 ], "last_node": [ 1742 @@ -96419,7 +96422,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "username": [ 80 @@ -96430,13 +96433,13 @@ export default { }, "steam_accounts_max_fields": { "created_at": [ - 4523 + 4518 ], "friend_capacity": [ 40 ], "id": [ - 5023 + 5018 ], "last_node_id": [ 80 @@ -96454,7 +96457,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "username": [ 80 @@ -96465,13 +96468,13 @@ export default { }, "steam_accounts_min_fields": { "created_at": [ - 4523 + 4518 ], "friend_capacity": [ 40 ], "id": [ - 5023 + 5018 ], "last_node_id": [ 80 @@ -96489,7 +96492,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "username": [ 80 @@ -96503,7 +96506,7 @@ export default { 40 ], "returning": [ - 4138 + 4133 ], "__typename": [ 80 @@ -96511,10 +96514,10 @@ export default { }, "steam_accounts_obj_rel_insert_input": { "data": [ - 4145 + 4140 ], "on_conflict": [ - 4150 + 4145 ], "__typename": [ 80 @@ -96522,13 +96525,13 @@ export default { }, "steam_accounts_on_conflict": { "constraint": [ - 4143 + 4138 ], "update_columns": [ - 4161 + 4156 ], "where": [ - 4142 + 4137 ], "__typename": [ 80 @@ -96536,7 +96539,7 @@ export default { }, "steam_accounts_order_by": { "claims_aggregate": [ - 4119 + 4114 ], "created_at": [ 2971 @@ -96577,7 +96580,7 @@ export default { }, "steam_accounts_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -96586,13 +96589,13 @@ export default { "steam_accounts_select_column": {}, "steam_accounts_set_input": { "created_at": [ - 4523 + 4518 ], "friend_capacity": [ 40 ], "id": [ - 5023 + 5018 ], "last_node_id": [ 80 @@ -96610,7 +96613,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "username": [ 80 @@ -96663,7 +96666,7 @@ export default { }, "steam_accounts_stream_cursor_input": { "initial_value": [ - 4159 + 4154 ], "ordering": [ 313 @@ -96674,13 +96677,13 @@ export default { }, "steam_accounts_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "friend_capacity": [ 40 ], "id": [ - 5023 + 5018 ], "last_node_id": [ 80 @@ -96698,7 +96701,7 @@ export default { 257 ], "updated_at": [ - 4523 + 4518 ], "username": [ 80 @@ -96724,13 +96727,13 @@ export default { "steam_accounts_update_column": {}, "steam_accounts_updates": { "_inc": [ - 4144 + 4139 ], "_set": [ - 4154 + 4149 ], "where": [ - 4142 + 4137 ], "__typename": [ 80 @@ -96780,7 +96783,7 @@ export default { }, "system_alerts": { "created_at": [ - 4523 + 4518 ], "created_by": [ 257 @@ -96789,10 +96792,10 @@ export default { 5 ], "expires_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "is_active": [ 5 @@ -96807,7 +96810,7 @@ export default { 1231 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -96815,10 +96818,10 @@ export default { }, "system_alerts_aggregate": { "aggregate": [ - 4168 + 4163 ], "nodes": [ - 4166 + 4161 ], "__typename": [ 80 @@ -96826,13 +96829,13 @@ export default { }, "system_alerts_aggregate_fields": { "avg": [ - 4169 + 4164 ], "count": [ 40, { "columns": [ - 4180, + 4175, "[system_alerts_select_column!]" ], "distinct": [ @@ -96841,31 +96844,31 @@ export default { } ], "max": [ - 4174 + 4169 ], "min": [ - 4175 + 4170 ], "stddev": [ - 4182 + 4177 ], "stddev_pop": [ - 4183 + 4178 ], "stddev_samp": [ - 4184 + 4179 ], "sum": [ - 4187 + 4182 ], "var_pop": [ - 4190 + 4185 ], "var_samp": [ - 4191 + 4186 ], "variance": [ - 4192 + 4187 ], "__typename": [ 80 @@ -96881,16 +96884,16 @@ export default { }, "system_alerts_bool_exp": { "_and": [ - 4170 + 4165 ], "_not": [ - 4170 + 4165 ], "_or": [ - 4170 + 4165 ], "created_at": [ - 4524 + 4519 ], "created_by": [ 259 @@ -96899,10 +96902,10 @@ export default { 6 ], "expires_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "is_active": [ 6 @@ -96917,7 +96920,7 @@ export default { 1232 ], "updated_at": [ - 4524 + 4519 ], "__typename": [ 80 @@ -96934,7 +96937,7 @@ export default { }, "system_alerts_insert_input": { "created_at": [ - 4523 + 4518 ], "created_by": [ 257 @@ -96943,10 +96946,10 @@ export default { 5 ], "expires_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "is_active": [ 5 @@ -96961,7 +96964,7 @@ export default { 1231 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -96969,16 +96972,16 @@ export default { }, "system_alerts_max_fields": { "created_at": [ - 4523 + 4518 ], "created_by": [ 257 ], "expires_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "message": [ 80 @@ -96987,7 +96990,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -96995,16 +96998,16 @@ export default { }, "system_alerts_min_fields": { "created_at": [ - 4523 + 4518 ], "created_by": [ 257 ], "expires_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "message": [ 80 @@ -97013,7 +97016,7 @@ export default { 80 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -97024,7 +97027,7 @@ export default { 40 ], "returning": [ - 4166 + 4161 ], "__typename": [ 80 @@ -97032,13 +97035,13 @@ export default { }, "system_alerts_on_conflict": { "constraint": [ - 4171 + 4166 ], "update_columns": [ - 4188 + 4183 ], "where": [ - 4170 + 4165 ], "__typename": [ 80 @@ -97081,7 +97084,7 @@ export default { }, "system_alerts_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -97090,7 +97093,7 @@ export default { "system_alerts_select_column": {}, "system_alerts_set_input": { "created_at": [ - 4523 + 4518 ], "created_by": [ 257 @@ -97099,10 +97102,10 @@ export default { 5 ], "expires_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "is_active": [ 5 @@ -97117,7 +97120,7 @@ export default { 1231 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -97149,7 +97152,7 @@ export default { }, "system_alerts_stream_cursor_input": { "initial_value": [ - 4186 + 4181 ], "ordering": [ 313 @@ -97160,7 +97163,7 @@ export default { }, "system_alerts_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "created_by": [ 257 @@ -97169,10 +97172,10 @@ export default { 5 ], "expires_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "is_active": [ 5 @@ -97187,7 +97190,7 @@ export default { 1231 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -97204,13 +97207,13 @@ export default { "system_alerts_update_column": {}, "system_alerts_updates": { "_inc": [ - 4172 + 4167 ], "_set": [ - 4181 + 4176 ], "where": [ - 4170 + 4165 ], "__typename": [ 80 @@ -97242,28 +97245,28 @@ export default { }, "team_invites": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by": [ - 3934 + 3929 ], "invited_by_player_steam_id": [ 257 ], "player": [ - 3934 + 3929 ], "steam_id": [ 257 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -97271,10 +97274,10 @@ export default { }, "team_invites_aggregate": { "aggregate": [ - 4197 + 4192 ], "nodes": [ - 4193 + 4188 ], "__typename": [ 80 @@ -97282,7 +97285,7 @@ export default { }, "team_invites_aggregate_bool_exp": { "count": [ - 4196 + 4191 ], "__typename": [ 80 @@ -97290,13 +97293,13 @@ export default { }, "team_invites_aggregate_bool_exp_count": { "arguments": [ - 4214 + 4209 ], "distinct": [ 5 ], "filter": [ - 4202 + 4197 ], "predicate": [ 41 @@ -97307,13 +97310,13 @@ export default { }, "team_invites_aggregate_fields": { "avg": [ - 4200 + 4195 ], "count": [ 40, { "columns": [ - 4214, + 4209, "[team_invites_select_column!]" ], "distinct": [ @@ -97322,31 +97325,31 @@ export default { } ], "max": [ - 4206 + 4201 ], "min": [ - 4208 + 4203 ], "stddev": [ - 4216 + 4211 ], "stddev_pop": [ - 4218 + 4213 ], "stddev_samp": [ - 4220 + 4215 ], "sum": [ - 4224 + 4219 ], "var_pop": [ - 4228 + 4223 ], "var_samp": [ - 4230 + 4225 ], "variance": [ - 4232 + 4227 ], "__typename": [ 80 @@ -97354,37 +97357,37 @@ export default { }, "team_invites_aggregate_order_by": { "avg": [ - 4201 + 4196 ], "count": [ 2971 ], "max": [ - 4207 + 4202 ], "min": [ - 4209 + 4204 ], "stddev": [ - 4217 + 4212 ], "stddev_pop": [ - 4219 + 4214 ], "stddev_samp": [ - 4221 + 4216 ], "sum": [ - 4225 + 4220 ], "var_pop": [ - 4229 + 4224 ], "var_samp": [ - 4231 + 4226 ], "variance": [ - 4233 + 4228 ], "__typename": [ 80 @@ -97392,10 +97395,10 @@ export default { }, "team_invites_arr_rel_insert_input": { "data": [ - 4205 + 4200 ], "on_conflict": [ - 4211 + 4206 ], "__typename": [ 80 @@ -97425,37 +97428,37 @@ export default { }, "team_invites_bool_exp": { "_and": [ - 4202 + 4197 ], "_not": [ - 4202 + 4197 ], "_or": [ - 4202 + 4197 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "invited_by": [ - 3938 + 3933 ], "invited_by_player_steam_id": [ 259 ], "player": [ - 3938 + 3933 ], "steam_id": [ 259 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -97475,28 +97478,28 @@ export default { }, "team_invites_insert_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by": [ - 3945 + 3940 ], "invited_by_player_steam_id": [ 257 ], "player": [ - 3945 + 3940 ], "steam_id": [ 257 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -97504,10 +97507,10 @@ export default { }, "team_invites_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by_player_steam_id": [ 257 @@ -97516,7 +97519,7 @@ export default { 257 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -97544,10 +97547,10 @@ export default { }, "team_invites_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by_player_steam_id": [ 257 @@ -97556,7 +97559,7 @@ export default { 257 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -97587,7 +97590,7 @@ export default { 40 ], "returning": [ - 4193 + 4188 ], "__typename": [ 80 @@ -97595,13 +97598,13 @@ export default { }, "team_invites_on_conflict": { "constraint": [ - 4203 + 4198 ], "update_columns": [ - 4226 + 4221 ], "where": [ - 4202 + 4197 ], "__typename": [ 80 @@ -97615,19 +97618,19 @@ export default { 2971 ], "invited_by": [ - 3947 + 3942 ], "invited_by_player_steam_id": [ 2971 ], "player": [ - 3947 + 3942 ], "steam_id": [ 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 @@ -97638,7 +97641,7 @@ export default { }, "team_invites_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -97647,10 +97650,10 @@ export default { "team_invites_select_column": {}, "team_invites_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by_player_steam_id": [ 257 @@ -97659,7 +97662,7 @@ export default { 257 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -97733,7 +97736,7 @@ export default { }, "team_invites_stream_cursor_input": { "initial_value": [ - 4223 + 4218 ], "ordering": [ 313 @@ -97744,10 +97747,10 @@ export default { }, "team_invites_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by_player_steam_id": [ 257 @@ -97756,7 +97759,7 @@ export default { 257 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -97787,13 +97790,13 @@ export default { "team_invites_update_column": {}, "team_invites_updates": { "_inc": [ - 4204 + 4199 ], "_set": [ - 4215 + 4210 ], "where": [ - 4202 + 4197 ], "__typename": [ 80 @@ -97870,7 +97873,7 @@ export default { 5 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 @@ -97885,10 +97888,10 @@ export default { 1272 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -97896,10 +97899,10 @@ export default { }, "team_roster_aggregate": { "aggregate": [ - 4240 + 4235 ], "nodes": [ - 4234 + 4229 ], "__typename": [ 80 @@ -97907,13 +97910,13 @@ export default { }, "team_roster_aggregate_bool_exp": { "bool_and": [ - 4237 + 4232 ], "bool_or": [ - 4238 + 4233 ], "count": [ - 4239 + 4234 ], "__typename": [ 80 @@ -97921,13 +97924,13 @@ export default { }, "team_roster_aggregate_bool_exp_bool_and": { "arguments": [ - 4258 + 4253 ], "distinct": [ 5 ], "filter": [ - 4245 + 4240 ], "predicate": [ 6 @@ -97938,13 +97941,13 @@ export default { }, "team_roster_aggregate_bool_exp_bool_or": { "arguments": [ - 4259 + 4254 ], "distinct": [ 5 ], "filter": [ - 4245 + 4240 ], "predicate": [ 6 @@ -97955,13 +97958,13 @@ export default { }, "team_roster_aggregate_bool_exp_count": { "arguments": [ - 4257 + 4252 ], "distinct": [ 5 ], "filter": [ - 4245 + 4240 ], "predicate": [ 41 @@ -97972,13 +97975,13 @@ export default { }, "team_roster_aggregate_fields": { "avg": [ - 4243 + 4238 ], "count": [ 40, { "columns": [ - 4257, + 4252, "[team_roster_select_column!]" ], "distinct": [ @@ -97987,31 +97990,31 @@ export default { } ], "max": [ - 4249 + 4244 ], "min": [ - 4251 + 4246 ], "stddev": [ - 4261 + 4256 ], "stddev_pop": [ - 4263 + 4258 ], "stddev_samp": [ - 4265 + 4260 ], "sum": [ - 4269 + 4264 ], "var_pop": [ - 4273 + 4268 ], "var_samp": [ - 4275 + 4270 ], "variance": [ - 4277 + 4272 ], "__typename": [ 80 @@ -98019,37 +98022,37 @@ export default { }, "team_roster_aggregate_order_by": { "avg": [ - 4244 + 4239 ], "count": [ 2971 ], "max": [ - 4250 + 4245 ], "min": [ - 4252 + 4247 ], "stddev": [ - 4262 + 4257 ], "stddev_pop": [ - 4264 + 4259 ], "stddev_samp": [ - 4266 + 4261 ], "sum": [ - 4270 + 4265 ], "var_pop": [ - 4274 + 4269 ], "var_samp": [ - 4276 + 4271 ], "variance": [ - 4278 + 4273 ], "__typename": [ 80 @@ -98057,10 +98060,10 @@ export default { }, "team_roster_arr_rel_insert_input": { "data": [ - 4248 + 4243 ], "on_conflict": [ - 4254 + 4249 ], "__typename": [ 80 @@ -98084,19 +98087,19 @@ export default { }, "team_roster_bool_exp": { "_and": [ - 4245 + 4240 ], "_not": [ - 4245 + 4240 ], "_or": [ - 4245 + 4240 ], "coach": [ 6 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 @@ -98111,10 +98114,10 @@ export default { 1273 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -98134,7 +98137,7 @@ export default { 5 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 @@ -98149,10 +98152,10 @@ export default { 1272 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98166,7 +98169,7 @@ export default { 80 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98194,7 +98197,7 @@ export default { 80 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98219,7 +98222,7 @@ export default { 40 ], "returning": [ - 4234 + 4229 ], "__typename": [ 80 @@ -98227,13 +98230,13 @@ export default { }, "team_roster_on_conflict": { "constraint": [ - 4246 + 4241 ], "update_columns": [ - 4271 + 4266 ], "where": [ - 4245 + 4240 ], "__typename": [ 80 @@ -98244,7 +98247,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 @@ -98259,7 +98262,7 @@ export default { 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 @@ -98273,7 +98276,7 @@ export default { 257 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98299,7 +98302,7 @@ export default { 1272 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98355,7 +98358,7 @@ export default { }, "team_roster_stream_cursor_input": { "initial_value": [ - 4268 + 4263 ], "ordering": [ 313 @@ -98381,7 +98384,7 @@ export default { 1272 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98406,13 +98409,13 @@ export default { "team_roster_update_column": {}, "team_roster_updates": { "_inc": [ - 4247 + 4242 ], "_set": [ - 4260 + 4255 ], "where": [ - 4245 + 4240 ], "__typename": [ 80 @@ -98468,7 +98471,7 @@ export default { }, "team_scrim_alerts": { "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -98480,19 +98483,19 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "regions": [ 80 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98500,10 +98503,10 @@ export default { }, "team_scrim_alerts_aggregate": { "aggregate": [ - 4281 + 4276 ], "nodes": [ - 4279 + 4274 ], "__typename": [ 80 @@ -98511,13 +98514,13 @@ export default { }, "team_scrim_alerts_aggregate_fields": { "avg": [ - 4282 + 4277 ], "count": [ 40, { "columns": [ - 4293, + 4288, "[team_scrim_alerts_select_column!]" ], "distinct": [ @@ -98526,31 +98529,31 @@ export default { } ], "max": [ - 4287 + 4282 ], "min": [ - 4288 + 4283 ], "stddev": [ - 4295 + 4290 ], "stddev_pop": [ - 4296 + 4291 ], "stddev_samp": [ - 4297 + 4292 ], "sum": [ - 4300 + 4295 ], "var_pop": [ - 4303 + 4298 ], "var_samp": [ - 4304 + 4299 ], "variance": [ - 4305 + 4300 ], "__typename": [ 80 @@ -98569,16 +98572,16 @@ export default { }, "team_scrim_alerts_bool_exp": { "_and": [ - 4283 + 4278 ], "_not": [ - 4283 + 4278 ], "_or": [ - 4283 + 4278 ], "created_at": [ - 4524 + 4519 ], "elo_max": [ 41 @@ -98590,19 +98593,19 @@ export default { 6 ], "id": [ - 5025 + 5020 ], "last_notified_at": [ - 4524 + 4519 ], "regions": [ 81 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -98622,7 +98625,7 @@ export default { }, "team_scrim_alerts_insert_input": { "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -98634,19 +98637,19 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "regions": [ 80 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98654,7 +98657,7 @@ export default { }, "team_scrim_alerts_max_fields": { "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -98663,16 +98666,16 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "regions": [ 80 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98680,7 +98683,7 @@ export default { }, "team_scrim_alerts_min_fields": { "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -98689,16 +98692,16 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "regions": [ 80 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98709,7 +98712,7 @@ export default { 40 ], "returning": [ - 4279 + 4274 ], "__typename": [ 80 @@ -98717,13 +98720,13 @@ export default { }, "team_scrim_alerts_on_conflict": { "constraint": [ - 4284 + 4279 ], "update_columns": [ - 4301 + 4296 ], "where": [ - 4283 + 4278 ], "__typename": [ 80 @@ -98752,7 +98755,7 @@ export default { 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 @@ -98763,7 +98766,7 @@ export default { }, "team_scrim_alerts_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98772,7 +98775,7 @@ export default { "team_scrim_alerts_select_column": {}, "team_scrim_alerts_set_input": { "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -98784,16 +98787,16 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "regions": [ 80 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98834,7 +98837,7 @@ export default { }, "team_scrim_alerts_stream_cursor_input": { "initial_value": [ - 4299 + 4294 ], "ordering": [ 313 @@ -98845,7 +98848,7 @@ export default { }, "team_scrim_alerts_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -98857,16 +98860,16 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "regions": [ 80 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98886,13 +98889,13 @@ export default { "team_scrim_alerts_update_column": {}, "team_scrim_alerts_updates": { "_inc": [ - 4285 + 4280 ], "_set": [ - 4294 + 4289 ], "where": [ - 4283 + 4278 ], "__typename": [ 80 @@ -98933,25 +98936,25 @@ export default { }, "team_scrim_availability": { "created_at": [ - 4523 + 4518 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "recurring_weekly": [ 5 ], "starts_at": [ - 4523 + 4518 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -98959,10 +98962,10 @@ export default { }, "team_scrim_availability_aggregate": { "aggregate": [ - 4312 + 4307 ], "nodes": [ - 4306 + 4301 ], "__typename": [ 80 @@ -98970,13 +98973,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp": { "bool_and": [ - 4309 + 4304 ], "bool_or": [ - 4310 + 4305 ], "count": [ - 4311 + 4306 ], "__typename": [ 80 @@ -98984,13 +98987,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_bool_and": { "arguments": [ - 4327 + 4322 ], "distinct": [ 5 ], "filter": [ - 4315 + 4310 ], "predicate": [ 6 @@ -99001,13 +99004,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_bool_or": { "arguments": [ - 4328 + 4323 ], "distinct": [ 5 ], "filter": [ - 4315 + 4310 ], "predicate": [ 6 @@ -99018,13 +99021,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_count": { "arguments": [ - 4326 + 4321 ], "distinct": [ 5 ], "filter": [ - 4315 + 4310 ], "predicate": [ 41 @@ -99038,7 +99041,7 @@ export default { 40, { "columns": [ - 4326, + 4321, "[team_scrim_availability_select_column!]" ], "distinct": [ @@ -99047,10 +99050,10 @@ export default { } ], "max": [ - 4318 + 4313 ], "min": [ - 4320 + 4315 ], "__typename": [ 80 @@ -99061,10 +99064,10 @@ export default { 2971 ], "max": [ - 4319 + 4314 ], "min": [ - 4321 + 4316 ], "__typename": [ 80 @@ -99072,10 +99075,10 @@ export default { }, "team_scrim_availability_arr_rel_insert_input": { "data": [ - 4317 + 4312 ], "on_conflict": [ - 4323 + 4318 ], "__typename": [ 80 @@ -99083,34 +99086,34 @@ export default { }, "team_scrim_availability_bool_exp": { "_and": [ - 4315 + 4310 ], "_not": [ - 4315 + 4310 ], "_or": [ - 4315 + 4310 ], "created_at": [ - 4524 + 4519 ], "ends_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "recurring_weekly": [ 6 ], "starts_at": [ - 4524 + 4519 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -99119,25 +99122,25 @@ export default { "team_scrim_availability_constraint": {}, "team_scrim_availability_insert_input": { "created_at": [ - 4523 + 4518 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "recurring_weekly": [ 5 ], "starts_at": [ - 4523 + 4518 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99145,19 +99148,19 @@ export default { }, "team_scrim_availability_max_fields": { "created_at": [ - 4523 + 4518 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "starts_at": [ - 4523 + 4518 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99185,19 +99188,19 @@ export default { }, "team_scrim_availability_min_fields": { "created_at": [ - 4523 + 4518 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "starts_at": [ - 4523 + 4518 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99228,7 +99231,7 @@ export default { 40 ], "returning": [ - 4306 + 4301 ], "__typename": [ 80 @@ -99236,13 +99239,13 @@ export default { }, "team_scrim_availability_on_conflict": { "constraint": [ - 4316 + 4311 ], "update_columns": [ - 4332 + 4327 ], "where": [ - 4315 + 4310 ], "__typename": [ 80 @@ -99265,7 +99268,7 @@ export default { 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 @@ -99276,7 +99279,7 @@ export default { }, "team_scrim_availability_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99287,22 +99290,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": [ - 4523 + 4518 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "recurring_weekly": [ 5 ], "starts_at": [ - 4523 + 4518 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99310,7 +99313,7 @@ export default { }, "team_scrim_availability_stream_cursor_input": { "initial_value": [ - 4331 + 4326 ], "ordering": [ 313 @@ -99321,22 +99324,22 @@ export default { }, "team_scrim_availability_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "ends_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "recurring_weekly": [ 5 ], "starts_at": [ - 4523 + 4518 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99345,10 +99348,10 @@ export default { "team_scrim_availability_update_column": {}, "team_scrim_availability_updates": { "_set": [ - 4329 + 4324 ], "where": [ - 4315 + 4310 ], "__typename": [ 80 @@ -99356,31 +99359,31 @@ export default { }, "team_scrim_request_proposals": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "proposed_by": [ - 3934 + 3929 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team": [ - 4476 + 4471 ], "proposed_by_team_id": [ - 5023 + 5018 ], "proposed_scheduled_at": [ - 4523 + 4518 ], "request": [ - 4375 + 4370 ], "request_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99388,10 +99391,10 @@ export default { }, "team_scrim_request_proposals_aggregate": { "aggregate": [ - 4338 + 4333 ], "nodes": [ - 4334 + 4329 ], "__typename": [ 80 @@ -99399,7 +99402,7 @@ export default { }, "team_scrim_request_proposals_aggregate_bool_exp": { "count": [ - 4337 + 4332 ], "__typename": [ 80 @@ -99407,13 +99410,13 @@ export default { }, "team_scrim_request_proposals_aggregate_bool_exp_count": { "arguments": [ - 4355 + 4350 ], "distinct": [ 5 ], "filter": [ - 4343 + 4338 ], "predicate": [ 41 @@ -99424,13 +99427,13 @@ export default { }, "team_scrim_request_proposals_aggregate_fields": { "avg": [ - 4341 + 4336 ], "count": [ 40, { "columns": [ - 4355, + 4350, "[team_scrim_request_proposals_select_column!]" ], "distinct": [ @@ -99439,31 +99442,31 @@ export default { } ], "max": [ - 4347 + 4342 ], "min": [ - 4349 + 4344 ], "stddev": [ - 4357 + 4352 ], "stddev_pop": [ - 4359 + 4354 ], "stddev_samp": [ - 4361 + 4356 ], "sum": [ - 4365 + 4360 ], "var_pop": [ - 4369 + 4364 ], "var_samp": [ - 4371 + 4366 ], "variance": [ - 4373 + 4368 ], "__typename": [ 80 @@ -99471,37 +99474,37 @@ export default { }, "team_scrim_request_proposals_aggregate_order_by": { "avg": [ - 4342 + 4337 ], "count": [ 2971 ], "max": [ - 4348 + 4343 ], "min": [ - 4350 + 4345 ], "stddev": [ - 4358 + 4353 ], "stddev_pop": [ - 4360 + 4355 ], "stddev_samp": [ - 4362 + 4357 ], "sum": [ - 4366 + 4361 ], "var_pop": [ - 4370 + 4365 ], "var_samp": [ - 4372 + 4367 ], "variance": [ - 4374 + 4369 ], "__typename": [ 80 @@ -99509,10 +99512,10 @@ export default { }, "team_scrim_request_proposals_arr_rel_insert_input": { "data": [ - 4346 + 4341 ], "on_conflict": [ - 4352 + 4347 ], "__typename": [ 80 @@ -99536,40 +99539,40 @@ export default { }, "team_scrim_request_proposals_bool_exp": { "_and": [ - 4343 + 4338 ], "_not": [ - 4343 + 4338 ], "_or": [ - 4343 + 4338 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "proposed_by": [ - 3938 + 3933 ], "proposed_by_steam_id": [ 259 ], "proposed_by_team": [ - 4487 + 4482 ], "proposed_by_team_id": [ - 5025 + 5020 ], "proposed_scheduled_at": [ - 4524 + 4519 ], "request": [ - 4386 + 4381 ], "request_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -99586,31 +99589,31 @@ export default { }, "team_scrim_request_proposals_insert_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "proposed_by": [ - 3945 + 3940 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team": [ - 4496 + 4491 ], "proposed_by_team_id": [ - 5023 + 5018 ], "proposed_scheduled_at": [ - 4523 + 4518 ], "request": [ - 4395 + 4390 ], "request_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99618,22 +99621,22 @@ export default { }, "team_scrim_request_proposals_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team_id": [ - 5023 + 5018 ], "proposed_scheduled_at": [ - 4523 + 4518 ], "request_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99664,22 +99667,22 @@ export default { }, "team_scrim_request_proposals_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team_id": [ - 5023 + 5018 ], "proposed_scheduled_at": [ - 4523 + 4518 ], "request_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99713,7 +99716,7 @@ export default { 40 ], "returning": [ - 4334 + 4329 ], "__typename": [ 80 @@ -99721,13 +99724,13 @@ export default { }, "team_scrim_request_proposals_on_conflict": { "constraint": [ - 4344 + 4339 ], "update_columns": [ - 4367 + 4362 ], "where": [ - 4343 + 4338 ], "__typename": [ 80 @@ -99741,13 +99744,13 @@ export default { 2971 ], "proposed_by": [ - 3947 + 3942 ], "proposed_by_steam_id": [ 2971 ], "proposed_by_team": [ - 4498 + 4493 ], "proposed_by_team_id": [ 2971 @@ -99756,7 +99759,7 @@ export default { 2971 ], "request": [ - 4397 + 4392 ], "request_id": [ 2971 @@ -99767,7 +99770,7 @@ export default { }, "team_scrim_request_proposals_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99776,22 +99779,22 @@ export default { "team_scrim_request_proposals_select_column": {}, "team_scrim_request_proposals_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team_id": [ - 5023 + 5018 ], "proposed_scheduled_at": [ - 4523 + 4518 ], "request_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99847,7 +99850,7 @@ export default { }, "team_scrim_request_proposals_stream_cursor_input": { "initial_value": [ - 4364 + 4359 ], "ordering": [ 313 @@ -99858,22 +99861,22 @@ export default { }, "team_scrim_request_proposals_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "proposed_by_steam_id": [ 257 ], "proposed_by_team_id": [ - 5023 + 5018 ], "proposed_scheduled_at": [ - 4523 + 4518 ], "request_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -99898,13 +99901,13 @@ export default { "team_scrim_request_proposals_update_column": {}, "team_scrim_request_proposals_updates": { "_inc": [ - 4345 + 4340 ], "_set": [ - 4356 + 4351 ], "where": [ - 4343 + 4338 ], "__typename": [ 80 @@ -99963,55 +99966,55 @@ export default { 5 ], "awaiting_team": [ - 4476 + 4471 ], "awaiting_team_id": [ - 5023 + 5018 ], "canceled_by_team_id": [ - 5023 + 5018 ], "canceled_late": [ 5 ], "created_at": [ - 4523 + 4518 ], "expires_at": [ - 4523 + 4518 ], "from_team": [ - 4476 + 4471 ], "from_team_checked_in": [ 5 ], "from_team_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "match_options": [ 2666 ], "match_options_id": [ - 5023 + 5018 ], "match_outcome": [ 80 ], "proposals": [ - 4334, + 4329, { "distinct_on": [ - 4355, + 4350, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -100021,19 +100024,19 @@ export default { 40 ], "order_by": [ - 4353, + 4348, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4343 + 4338 ] } ], "proposals_aggregate": [ - 4335, + 4330, { "distinct_on": [ - 4355, + 4350, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -100043,40 +100046,40 @@ export default { 40 ], "order_by": [ - 4353, + 4348, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4343 + 4338 ] } ], "proposed_scheduled_at": [ - 4523 + 4518 ], "region": [ 80 ], "requested_by": [ - 3934 + 3929 ], "requested_by_steam_id": [ 257 ], "responded_at": [ - 4523 + 4518 ], "status": [ 1171 ], "to_team": [ - 4476 + 4471 ], "to_team_checked_in": [ 5 ], "to_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -100084,10 +100087,10 @@ export default { }, "team_scrim_requests_aggregate": { "aggregate": [ - 4381 + 4376 ], "nodes": [ - 4375 + 4370 ], "__typename": [ 80 @@ -100095,13 +100098,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp": { "bool_and": [ - 4378 + 4373 ], "bool_or": [ - 4379 + 4374 ], "count": [ - 4380 + 4375 ], "__typename": [ 80 @@ -100109,13 +100112,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_bool_and": { "arguments": [ - 4400 + 4395 ], "distinct": [ 5 ], "filter": [ - 4386 + 4381 ], "predicate": [ 6 @@ -100126,13 +100129,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_bool_or": { "arguments": [ - 4401 + 4396 ], "distinct": [ 5 ], "filter": [ - 4386 + 4381 ], "predicate": [ 6 @@ -100143,13 +100146,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_count": { "arguments": [ - 4399 + 4394 ], "distinct": [ 5 ], "filter": [ - 4386 + 4381 ], "predicate": [ 41 @@ -100160,13 +100163,13 @@ export default { }, "team_scrim_requests_aggregate_fields": { "avg": [ - 4384 + 4379 ], "count": [ 40, { "columns": [ - 4399, + 4394, "[team_scrim_requests_select_column!]" ], "distinct": [ @@ -100175,31 +100178,31 @@ export default { } ], "max": [ - 4390 + 4385 ], "min": [ - 4392 + 4387 ], "stddev": [ - 4403 + 4398 ], "stddev_pop": [ - 4405 + 4400 ], "stddev_samp": [ - 4407 + 4402 ], "sum": [ - 4411 + 4406 ], "var_pop": [ - 4415 + 4410 ], "var_samp": [ - 4417 + 4412 ], "variance": [ - 4419 + 4414 ], "__typename": [ 80 @@ -100207,37 +100210,37 @@ export default { }, "team_scrim_requests_aggregate_order_by": { "avg": [ - 4385 + 4380 ], "count": [ 2971 ], "max": [ - 4391 + 4386 ], "min": [ - 4393 + 4388 ], "stddev": [ - 4404 + 4399 ], "stddev_pop": [ - 4406 + 4401 ], "stddev_samp": [ - 4408 + 4403 ], "sum": [ - 4412 + 4407 ], "var_pop": [ - 4416 + 4411 ], "var_samp": [ - 4418 + 4413 ], "variance": [ - 4420 + 4415 ], "__typename": [ 80 @@ -100245,10 +100248,10 @@ export default { }, "team_scrim_requests_arr_rel_insert_input": { "data": [ - 4389 + 4384 ], "on_conflict": [ - 4396 + 4391 ], "__typename": [ 80 @@ -100272,94 +100275,94 @@ export default { }, "team_scrim_requests_bool_exp": { "_and": [ - 4386 + 4381 ], "_not": [ - 4386 + 4381 ], "_or": [ - 4386 + 4381 ], "auto_generated": [ 6 ], "awaiting_team": [ - 4487 + 4482 ], "awaiting_team_id": [ - 5025 + 5020 ], "canceled_by_team_id": [ - 5025 + 5020 ], "canceled_late": [ 6 ], "created_at": [ - 4524 + 4519 ], "expires_at": [ - 4524 + 4519 ], "from_team": [ - 4487 + 4482 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 5025 + 5020 ], "id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_options": [ 2670 ], "match_options_id": [ - 5025 + 5020 ], "match_outcome": [ 82 ], "proposals": [ - 4343 + 4338 ], "proposals_aggregate": [ - 4336 + 4331 ], "proposed_scheduled_at": [ - 4524 + 4519 ], "region": [ 82 ], "requested_by": [ - 3938 + 3933 ], "requested_by_steam_id": [ 259 ], "responded_at": [ - 4524 + 4519 ], "status": [ 1172 ], "to_team": [ - 4487 + 4482 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -100379,79 +100382,79 @@ export default { 5 ], "awaiting_team": [ - 4496 + 4491 ], "awaiting_team_id": [ - 5023 + 5018 ], "canceled_by_team_id": [ - 5023 + 5018 ], "canceled_late": [ 5 ], "created_at": [ - 4523 + 4518 ], "expires_at": [ - 4523 + 4518 ], "from_team": [ - 4496 + 4491 ], "from_team_checked_in": [ 5 ], "from_team_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "match_options": [ 2677 ], "match_options_id": [ - 5023 + 5018 ], "match_outcome": [ 80 ], "proposals": [ - 4340 + 4335 ], "proposed_scheduled_at": [ - 4523 + 4518 ], "region": [ 80 ], "requested_by": [ - 3945 + 3940 ], "requested_by_steam_id": [ 257 ], "responded_at": [ - 4523 + 4518 ], "status": [ 1171 ], "to_team": [ - 4496 + 4491 ], "to_team_checked_in": [ 5 ], "to_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -100459,34 +100462,34 @@ export default { }, "team_scrim_requests_max_fields": { "awaiting_team_id": [ - 5023 + 5018 ], "canceled_by_team_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "expires_at": [ - 4523 + 4518 ], "from_team_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "match_outcome": [ 80 ], "proposed_scheduled_at": [ - 4523 + 4518 ], "region": [ 80 @@ -100495,10 +100498,10 @@ export default { 257 ], "responded_at": [ - 4523 + 4518 ], "to_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -100553,34 +100556,34 @@ export default { }, "team_scrim_requests_min_fields": { "awaiting_team_id": [ - 5023 + 5018 ], "canceled_by_team_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "expires_at": [ - 4523 + 4518 ], "from_team_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "match_outcome": [ 80 ], "proposed_scheduled_at": [ - 4523 + 4518 ], "region": [ 80 @@ -100589,10 +100592,10 @@ export default { 257 ], "responded_at": [ - 4523 + 4518 ], "to_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -100650,7 +100653,7 @@ export default { 40 ], "returning": [ - 4375 + 4370 ], "__typename": [ 80 @@ -100658,10 +100661,10 @@ export default { }, "team_scrim_requests_obj_rel_insert_input": { "data": [ - 4389 + 4384 ], "on_conflict": [ - 4396 + 4391 ], "__typename": [ 80 @@ -100669,13 +100672,13 @@ export default { }, "team_scrim_requests_on_conflict": { "constraint": [ - 4387 + 4382 ], "update_columns": [ - 4413 + 4408 ], "where": [ - 4386 + 4381 ], "__typename": [ 80 @@ -100686,7 +100689,7 @@ export default { 2971 ], "awaiting_team": [ - 4498 + 4493 ], "awaiting_team_id": [ 2971 @@ -100704,7 +100707,7 @@ export default { 2971 ], "from_team": [ - 4498 + 4493 ], "from_team_checked_in": [ 2971 @@ -100731,7 +100734,7 @@ export default { 2971 ], "proposals_aggregate": [ - 4339 + 4334 ], "proposed_scheduled_at": [ 2971 @@ -100740,7 +100743,7 @@ export default { 2971 ], "requested_by": [ - 3947 + 3942 ], "requested_by_steam_id": [ 2971 @@ -100752,7 +100755,7 @@ export default { 2971 ], "to_team": [ - 4498 + 4493 ], "to_team_checked_in": [ 2971 @@ -100766,7 +100769,7 @@ export default { }, "team_scrim_requests_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -100780,40 +100783,40 @@ export default { 5 ], "awaiting_team_id": [ - 5023 + 5018 ], "canceled_by_team_id": [ - 5023 + 5018 ], "canceled_late": [ 5 ], "created_at": [ - 4523 + 4518 ], "expires_at": [ - 4523 + 4518 ], "from_team_checked_in": [ 5 ], "from_team_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "match_outcome": [ 80 ], "proposed_scheduled_at": [ - 4523 + 4518 ], "region": [ 80 @@ -100822,7 +100825,7 @@ export default { 257 ], "responded_at": [ - 4523 + 4518 ], "status": [ 1171 @@ -100831,7 +100834,7 @@ export default { 5 ], "to_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -100887,7 +100890,7 @@ export default { }, "team_scrim_requests_stream_cursor_input": { "initial_value": [ - 4410 + 4405 ], "ordering": [ 313 @@ -100901,40 +100904,40 @@ export default { 5 ], "awaiting_team_id": [ - 5023 + 5018 ], "canceled_by_team_id": [ - 5023 + 5018 ], "canceled_late": [ 5 ], "created_at": [ - 4523 + 4518 ], "expires_at": [ - 4523 + 4518 ], "from_team_checked_in": [ 5 ], "from_team_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "match_outcome": [ 80 ], "proposed_scheduled_at": [ - 4523 + 4518 ], "region": [ 80 @@ -100943,7 +100946,7 @@ export default { 257 ], "responded_at": [ - 4523 + 4518 ], "status": [ 1171 @@ -100952,7 +100955,7 @@ export default { 5 ], "to_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -100977,13 +100980,13 @@ export default { "team_scrim_requests_update_column": {}, "team_scrim_requests_updates": { "_inc": [ - 4388 + 4383 ], "_set": [ - 4402 + 4397 ], "where": [ - 4386 + 4381 ], "__typename": [ 80 @@ -101042,7 +101045,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -101054,10 +101057,10 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "map_ids": [ - 5023 + 5018 ], "notes": [ 80 @@ -101066,13 +101069,13 @@ export default { 80 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -101080,10 +101083,10 @@ export default { }, "team_scrim_settings_aggregate": { "aggregate": [ - 4423 + 4418 ], "nodes": [ - 4421 + 4416 ], "__typename": [ 80 @@ -101091,13 +101094,13 @@ export default { }, "team_scrim_settings_aggregate_fields": { "avg": [ - 4424 + 4419 ], "count": [ 40, { "columns": [ - 4436, + 4431, "[team_scrim_settings_select_column!]" ], "distinct": [ @@ -101106,31 +101109,31 @@ export default { } ], "max": [ - 4429 + 4424 ], "min": [ - 4430 + 4425 ], "stddev": [ - 4438 + 4433 ], "stddev_pop": [ - 4439 + 4434 ], "stddev_samp": [ - 4440 + 4435 ], "sum": [ - 4443 + 4438 ], "var_pop": [ - 4446 + 4441 ], "var_samp": [ - 4447 + 4442 ], "variance": [ - 4448 + 4443 ], "__typename": [ 80 @@ -101149,19 +101152,19 @@ export default { }, "team_scrim_settings_bool_exp": { "_and": [ - 4425 + 4420 ], "_not": [ - 4425 + 4420 ], "_or": [ - 4425 + 4420 ], "allow_outside_availability": [ 6 ], "created_at": [ - 4524 + 4519 ], "elo_max": [ 41 @@ -101173,10 +101176,10 @@ export default { 6 ], "id": [ - 5025 + 5020 ], "map_ids": [ - 5024 + 5019 ], "notes": [ 82 @@ -101185,13 +101188,13 @@ export default { 81 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "updated_at": [ - 4524 + 4519 ], "__typename": [ 80 @@ -101214,7 +101217,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -101226,10 +101229,10 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "map_ids": [ - 5023 + 5018 ], "notes": [ 80 @@ -101238,13 +101241,13 @@ export default { 80 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -101252,7 +101255,7 @@ export default { }, "team_scrim_settings_max_fields": { "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -101261,10 +101264,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "map_ids": [ - 5023 + 5018 ], "notes": [ 80 @@ -101273,10 +101276,10 @@ export default { 80 ], "team_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -101284,7 +101287,7 @@ export default { }, "team_scrim_settings_min_fields": { "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -101293,10 +101296,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "map_ids": [ - 5023 + 5018 ], "notes": [ 80 @@ -101305,10 +101308,10 @@ export default { 80 ], "team_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -101319,7 +101322,7 @@ export default { 40 ], "returning": [ - 4421 + 4416 ], "__typename": [ 80 @@ -101327,10 +101330,10 @@ export default { }, "team_scrim_settings_obj_rel_insert_input": { "data": [ - 4428 + 4423 ], "on_conflict": [ - 4433 + 4428 ], "__typename": [ 80 @@ -101338,13 +101341,13 @@ export default { }, "team_scrim_settings_on_conflict": { "constraint": [ - 4426 + 4421 ], "update_columns": [ - 4444 + 4439 ], "where": [ - 4425 + 4420 ], "__typename": [ 80 @@ -101379,7 +101382,7 @@ export default { 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 @@ -101393,7 +101396,7 @@ export default { }, "team_scrim_settings_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -101405,7 +101408,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -101417,10 +101420,10 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "map_ids": [ - 5023 + 5018 ], "notes": [ 80 @@ -101429,10 +101432,10 @@ export default { 80 ], "team_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -101473,7 +101476,7 @@ export default { }, "team_scrim_settings_stream_cursor_input": { "initial_value": [ - 4442 + 4437 ], "ordering": [ 313 @@ -101487,7 +101490,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "elo_max": [ 40 @@ -101499,10 +101502,10 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "map_ids": [ - 5023 + 5018 ], "notes": [ 80 @@ -101511,10 +101514,10 @@ export default { 80 ], "team_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -101534,13 +101537,13 @@ export default { "team_scrim_settings_update_column": {}, "team_scrim_settings_updates": { "_inc": [ - 4427 + 4422 ], "_set": [ - 4437 + 4432 ], "where": [ - 4425 + 4420 ], "__typename": [ 80 @@ -101581,16 +101584,16 @@ export default { }, "team_suggestions": { "created_at": [ - 4523 + 4518 ], "group_hash": [ 80 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "member_steam_ids": [ 257 @@ -101607,10 +101610,10 @@ export default { }, "team_suggestions_aggregate": { "aggregate": [ - 4451 + 4446 ], "nodes": [ - 4449 + 4444 ], "__typename": [ 80 @@ -101618,13 +101621,13 @@ export default { }, "team_suggestions_aggregate_fields": { "avg": [ - 4452 + 4447 ], "count": [ 40, { "columns": [ - 4463, + 4458, "[team_suggestions_select_column!]" ], "distinct": [ @@ -101633,31 +101636,31 @@ export default { } ], "max": [ - 4457 + 4452 ], "min": [ - 4458 + 4453 ], "stddev": [ - 4465 + 4460 ], "stddev_pop": [ - 4466 + 4461 ], "stddev_samp": [ - 4467 + 4462 ], "sum": [ - 4470 + 4465 ], "var_pop": [ - 4473 + 4468 ], "var_samp": [ - 4474 + 4469 ], "variance": [ - 4475 + 4470 ], "__typename": [ 80 @@ -101673,25 +101676,25 @@ export default { }, "team_suggestions_bool_exp": { "_and": [ - 4453 + 4448 ], "_not": [ - 4453 + 4448 ], "_or": [ - 4453 + 4448 ], "created_at": [ - 4524 + 4519 ], "group_hash": [ 82 ], "id": [ - 5025 + 5020 ], "last_notified_at": [ - 4524 + 4519 ], "member_steam_ids": [ 258 @@ -101717,16 +101720,16 @@ export default { }, "team_suggestions_insert_input": { "created_at": [ - 4523 + 4518 ], "group_hash": [ 80 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "member_steam_ids": [ 257 @@ -101743,16 +101746,16 @@ export default { }, "team_suggestions_max_fields": { "created_at": [ - 4523 + 4518 ], "group_hash": [ 80 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "member_steam_ids": [ 257 @@ -101769,16 +101772,16 @@ export default { }, "team_suggestions_min_fields": { "created_at": [ - 4523 + 4518 ], "group_hash": [ 80 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "member_steam_ids": [ 257 @@ -101798,7 +101801,7 @@ export default { 40 ], "returning": [ - 4449 + 4444 ], "__typename": [ 80 @@ -101806,13 +101809,13 @@ export default { }, "team_suggestions_on_conflict": { "constraint": [ - 4454 + 4449 ], "update_columns": [ - 4471 + 4466 ], "where": [ - 4453 + 4448 ], "__typename": [ 80 @@ -101846,7 +101849,7 @@ export default { }, "team_suggestions_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -101855,16 +101858,16 @@ export default { "team_suggestions_select_column": {}, "team_suggestions_set_input": { "created_at": [ - 4523 + 4518 ], "group_hash": [ 80 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "member_steam_ids": [ 257 @@ -101905,7 +101908,7 @@ export default { }, "team_suggestions_stream_cursor_input": { "initial_value": [ - 4469 + 4464 ], "ordering": [ 313 @@ -101916,16 +101919,16 @@ export default { }, "team_suggestions_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "group_hash": [ 80 ], "id": [ - 5023 + 5018 ], "last_notified_at": [ - 4523 + 4518 ], "member_steam_ids": [ 257 @@ -101951,13 +101954,13 @@ export default { "team_suggestions_update_column": {}, "team_suggestions_updates": { "_inc": [ - 4455 + 4450 ], "_set": [ - 4464 + 4459 ], "where": [ - 4453 + 4448 ], "__typename": [ 80 @@ -102048,19 +102051,19 @@ export default { 5 ], "captain": [ - 3934 + 3929 ], "captain_steam_id": [ 257 ], "id": [ - 5023 + 5018 ], "invites": [ - 4193, + 4188, { "distinct_on": [ - 4214, + 4209, "[team_invites_select_column!]" ], "limit": [ @@ -102070,19 +102073,19 @@ export default { 40 ], "order_by": [ - 4212, + 4207, "[team_invites_order_by!]" ], "where": [ - 4202 + 4197 ] } ], "invites_aggregate": [ - 4194, + 4189, { "distinct_on": [ - 4214, + 4209, "[team_invites_select_column!]" ], "limit": [ @@ -102092,11 +102095,11 @@ export default { 40 ], "order_by": [ - 4212, + 4207, "[team_invites_order_by!]" ], "where": [ - 4202 + 4197 ] } ], @@ -102173,25 +102176,25 @@ export default { 80 ], "owner": [ - 3934 + 3929 ], "owner_steam_id": [ 257 ], "ranks": [ - 5725 + 5720 ], "reputation": [ - 5745 + 5740 ], "role": [ 80 ], "roster": [ - 4234, + 4229, { "distinct_on": [ - 4257, + 4252, "[team_roster_select_column!]" ], "limit": [ @@ -102201,19 +102204,19 @@ export default { 40 ], "order_by": [ - 4255, + 4250, "[team_roster_order_by!]" ], "where": [ - 4245 + 4240 ] } ], "roster_aggregate": [ - 4235, + 4230, { "distinct_on": [ - 4257, + 4252, "[team_roster_select_column!]" ], "limit": [ @@ -102223,19 +102226,19 @@ export default { 40 ], "order_by": [ - 4255, + 4250, "[team_roster_order_by!]" ], "where": [ - 4245 + 4240 ] } ], "scrim_availability": [ - 4306, + 4301, { "distinct_on": [ - 4326, + 4321, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -102245,19 +102248,19 @@ export default { 40 ], "order_by": [ - 4324, + 4319, "[team_scrim_availability_order_by!]" ], "where": [ - 4315 + 4310 ] } ], "scrim_availability_aggregate": [ - 4307, + 4302, { "distinct_on": [ - 4326, + 4321, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -102267,25 +102270,25 @@ export default { 40 ], "order_by": [ - 4324, + 4319, "[team_scrim_availability_order_by!]" ], "where": [ - 4315 + 4310 ] } ], "scrim_settings": [ - 4421 + 4416 ], "short_name": [ 80 ], "tournament_teams": [ - 4917, + 4912, { "distinct_on": [ - 4939, + 4934, "[tournament_teams_select_column!]" ], "limit": [ @@ -102295,19 +102298,19 @@ export default { 40 ], "order_by": [ - 4937, + 4932, "[tournament_teams_order_by!]" ], "where": [ - 4926 + 4921 ] } ], "tournament_teams_aggregate": [ - 4918, + 4913, { "distinct_on": [ - 4939, + 4934, "[tournament_teams_select_column!]" ], "limit": [ @@ -102317,11 +102320,11 @@ export default { 40 ], "order_by": [ - 4937, + 4932, "[tournament_teams_order_by!]" ], "where": [ - 4926 + 4921 ] } ], @@ -102331,10 +102334,10 @@ export default { }, "teams_aggregate": { "aggregate": [ - 4482 + 4477 ], "nodes": [ - 4476 + 4471 ], "__typename": [ 80 @@ -102342,13 +102345,13 @@ export default { }, "teams_aggregate_bool_exp": { "bool_and": [ - 4479 + 4474 ], "bool_or": [ - 4480 + 4475 ], "count": [ - 4481 + 4476 ], "__typename": [ 80 @@ -102356,13 +102359,13 @@ export default { }, "teams_aggregate_bool_exp_bool_and": { "arguments": [ - 4501 + 4496 ], "distinct": [ 5 ], "filter": [ - 4487 + 4482 ], "predicate": [ 6 @@ -102373,13 +102376,13 @@ export default { }, "teams_aggregate_bool_exp_bool_or": { "arguments": [ - 4502 + 4497 ], "distinct": [ 5 ], "filter": [ - 4487 + 4482 ], "predicate": [ 6 @@ -102390,13 +102393,13 @@ export default { }, "teams_aggregate_bool_exp_count": { "arguments": [ - 4500 + 4495 ], "distinct": [ 5 ], "filter": [ - 4487 + 4482 ], "predicate": [ 41 @@ -102407,13 +102410,13 @@ export default { }, "teams_aggregate_fields": { "avg": [ - 4485 + 4480 ], "count": [ 40, { "columns": [ - 4500, + 4495, "[teams_select_column!]" ], "distinct": [ @@ -102422,31 +102425,31 @@ export default { } ], "max": [ - 4491 + 4486 ], "min": [ - 4493 + 4488 ], "stddev": [ - 4504 + 4499 ], "stddev_pop": [ - 4506 + 4501 ], "stddev_samp": [ - 4508 + 4503 ], "sum": [ - 4512 + 4507 ], "var_pop": [ - 4516 + 4511 ], "var_samp": [ - 4518 + 4513 ], "variance": [ - 4520 + 4515 ], "__typename": [ 80 @@ -102454,37 +102457,37 @@ export default { }, "teams_aggregate_order_by": { "avg": [ - 4486 + 4481 ], "count": [ 2971 ], "max": [ - 4492 + 4487 ], "min": [ - 4494 + 4489 ], "stddev": [ - 4505 + 4500 ], "stddev_pop": [ - 4507 + 4502 ], "stddev_samp": [ - 4509 + 4504 ], "sum": [ - 4513 + 4508 ], "var_pop": [ - 4517 + 4512 ], "var_samp": [ - 4519 + 4514 ], "variance": [ - 4521 + 4516 ], "__typename": [ 80 @@ -102492,10 +102495,10 @@ export default { }, "teams_arr_rel_insert_input": { "data": [ - 4490 + 4485 ], "on_conflict": [ - 4497 + 4492 ], "__typename": [ 80 @@ -102525,13 +102528,13 @@ export default { }, "teams_bool_exp": { "_and": [ - 4487 + 4482 ], "_not": [ - 4487 + 4482 ], "_or": [ - 4487 + 4482 ], "avatar_url": [ 82 @@ -102555,19 +102558,19 @@ export default { 6 ], "captain": [ - 3938 + 3933 ], "captain_steam_id": [ 259 ], "id": [ - 5025 + 5020 ], "invites": [ - 4202 + 4197 ], "invites_aggregate": [ - 4195 + 4190 ], "is_organization": [ 6 @@ -102585,43 +102588,43 @@ export default { 82 ], "owner": [ - 3938 + 3933 ], "owner_steam_id": [ 259 ], "ranks": [ - 5729 + 5724 ], "reputation": [ - 5749 + 5744 ], "role": [ 82 ], "roster": [ - 4245 + 4240 ], "roster_aggregate": [ - 4236 + 4231 ], "scrim_availability": [ - 4315 + 4310 ], "scrim_availability_aggregate": [ - 4308 + 4303 ], "scrim_settings": [ - 4425 + 4420 ], "short_name": [ 82 ], "tournament_teams": [ - 4926 + 4921 ], "tournament_teams_aggregate": [ - 4919 + 4914 ], "__typename": [ 80 @@ -102647,16 +102650,16 @@ export default { 194 ], "captain": [ - 3945 + 3940 ], "captain_steam_id": [ 257 ], "id": [ - 5023 + 5018 ], "invites": [ - 4199 + 4194 ], "is_organization": [ 5 @@ -102668,31 +102671,31 @@ export default { 80 ], "owner": [ - 3945 + 3940 ], "owner_steam_id": [ 257 ], "ranks": [ - 5733 + 5728 ], "reputation": [ - 5753 + 5748 ], "roster": [ - 4242 + 4237 ], "scrim_availability": [ - 4314 + 4309 ], "scrim_settings": [ - 4432 + 4427 ], "short_name": [ 80 ], "tournament_teams": [ - 4923 + 4918 ], "__typename": [ 80 @@ -102706,7 +102709,7 @@ export default { 257 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -102755,7 +102758,7 @@ export default { 257 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -102801,7 +102804,7 @@ export default { 40 ], "returning": [ - 4476 + 4471 ], "__typename": [ 80 @@ -102809,10 +102812,10 @@ export default { }, "teams_obj_rel_insert_input": { "data": [ - 4490 + 4485 ], "on_conflict": [ - 4497 + 4492 ], "__typename": [ 80 @@ -102820,13 +102823,13 @@ export default { }, "teams_on_conflict": { "constraint": [ - 4488 + 4483 ], "update_columns": [ - 4514 + 4509 ], "where": [ - 4487 + 4482 ], "__typename": [ 80 @@ -102852,7 +102855,7 @@ export default { 2971 ], "captain": [ - 3947 + 3942 ], "captain_steam_id": [ 2971 @@ -102861,7 +102864,7 @@ export default { 2971 ], "invites_aggregate": [ - 4198 + 4193 ], "is_organization": [ 2971 @@ -102876,34 +102879,34 @@ export default { 2971 ], "owner": [ - 3947 + 3942 ], "owner_steam_id": [ 2971 ], "ranks": [ - 5734 + 5729 ], "reputation": [ - 5754 + 5749 ], "role": [ 2971 ], "roster_aggregate": [ - 4241 + 4236 ], "scrim_availability_aggregate": [ - 4313 + 4308 ], "scrim_settings": [ - 4434 + 4429 ], "short_name": [ 2971 ], "tournament_teams_aggregate": [ - 4922 + 4917 ], "__typename": [ 80 @@ -102911,7 +102914,7 @@ export default { }, "teams_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -102928,7 +102931,7 @@ export default { 257 ], "id": [ - 5023 + 5018 ], "is_organization": [ 5 @@ -103014,7 +103017,7 @@ export default { }, "teams_stream_cursor_input": { "initial_value": [ - 4511 + 4506 ], "ordering": [ 313 @@ -103031,7 +103034,7 @@ export default { 257 ], "id": [ - 5023 + 5018 ], "is_organization": [ 5 @@ -103074,13 +103077,13 @@ export default { "teams_update_column": {}, "teams_updates": { "_inc": [ - 4489 + 4484 ], "_set": [ - 4503 + 4498 ], "where": [ - 4487 + 4482 ], "__typename": [ 80 @@ -103156,31 +103159,31 @@ export default { "timestamptz": {}, "timestamptz_comparison_exp": { "_eq": [ - 4523 + 4518 ], "_gt": [ - 4523 + 4518 ], "_gte": [ - 4523 + 4518 ], "_in": [ - 4523 + 4518 ], "_is_null": [ 5 ], "_lt": [ - 4523 + 4518 ], "_lte": [ - 4523 + 4518 ], "_neq": [ - 4523 + 4518 ], "_nin": [ - 4523 + 4518 ], "__typename": [ 80 @@ -103191,16 +103194,16 @@ export default { 229 ], "award_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "custom_name": [ 80 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 @@ -103212,13 +103215,13 @@ export default { 40 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -103226,10 +103229,10 @@ export default { }, "tournament_awards_aggregate": { "aggregate": [ - 4529 + 4524 ], "nodes": [ - 4525 + 4520 ], "__typename": [ 80 @@ -103237,7 +103240,7 @@ export default { }, "tournament_awards_aggregate_bool_exp": { "count": [ - 4528 + 4523 ], "__typename": [ 80 @@ -103245,13 +103248,13 @@ export default { }, "tournament_awards_aggregate_bool_exp_count": { "arguments": [ - 4547 + 4542 ], "distinct": [ 5 ], "filter": [ - 4534 + 4529 ], "predicate": [ 41 @@ -103262,13 +103265,13 @@ export default { }, "tournament_awards_aggregate_fields": { "avg": [ - 4532 + 4527 ], "count": [ 40, { "columns": [ - 4547, + 4542, "[tournament_awards_select_column!]" ], "distinct": [ @@ -103277,31 +103280,31 @@ export default { } ], "max": [ - 4538 + 4533 ], "min": [ - 4540 + 4535 ], "stddev": [ - 4549 + 4544 ], "stddev_pop": [ - 4551 + 4546 ], "stddev_samp": [ - 4553 + 4548 ], "sum": [ - 4557 + 4552 ], "var_pop": [ - 4561 + 4556 ], "var_samp": [ - 4563 + 4558 ], "variance": [ - 4565 + 4560 ], "__typename": [ 80 @@ -103309,37 +103312,37 @@ export default { }, "tournament_awards_aggregate_order_by": { "avg": [ - 4533 + 4528 ], "count": [ 2971 ], "max": [ - 4539 + 4534 ], "min": [ - 4541 + 4536 ], "stddev": [ - 4550 + 4545 ], "stddev_pop": [ - 4552 + 4547 ], "stddev_samp": [ - 4554 + 4549 ], "sum": [ - 4558 + 4553 ], "var_pop": [ - 4562 + 4557 ], "var_samp": [ - 4564 + 4559 ], "variance": [ - 4566 + 4561 ], "__typename": [ 80 @@ -103347,10 +103350,10 @@ export default { }, "tournament_awards_arr_rel_insert_input": { "data": [ - 4537 + 4532 ], "on_conflict": [ - 4544 + 4539 ], "__typename": [ 80 @@ -103380,28 +103383,28 @@ export default { }, "tournament_awards_bool_exp": { "_and": [ - 4534 + 4529 ], "_not": [ - 4534 + 4529 ], "_or": [ - 4534 + 4529 ], "award": [ 233 ], "award_id": [ - 5025 + 5020 ], "created_at": [ - 4524 + 4519 ], "custom_name": [ 82 ], "id": [ - 5025 + 5020 ], "image_url": [ 82 @@ -103413,13 +103416,13 @@ export default { 41 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "updated_at": [ - 4524 + 4519 ], "__typename": [ 80 @@ -103442,16 +103445,16 @@ export default { 240 ], "award_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "custom_name": [ 80 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 @@ -103463,13 +103466,13 @@ export default { 40 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -103477,16 +103480,16 @@ export default { }, "tournament_awards_max_fields": { "award_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "custom_name": [ 80 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 @@ -103498,10 +103501,10 @@ export default { 40 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -103541,16 +103544,16 @@ export default { }, "tournament_awards_min_fields": { "award_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "custom_name": [ 80 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 @@ -103562,10 +103565,10 @@ export default { 40 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -103608,7 +103611,7 @@ export default { 40 ], "returning": [ - 4525 + 4520 ], "__typename": [ 80 @@ -103616,10 +103619,10 @@ export default { }, "tournament_awards_obj_rel_insert_input": { "data": [ - 4537 + 4532 ], "on_conflict": [ - 4544 + 4539 ], "__typename": [ 80 @@ -103627,13 +103630,13 @@ export default { }, "tournament_awards_on_conflict": { "constraint": [ - 4535 + 4530 ], "update_columns": [ - 4559 + 4554 ], "where": [ - 4534 + 4529 ], "__typename": [ 80 @@ -103665,7 +103668,7 @@ export default { 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -103679,7 +103682,7 @@ export default { }, "tournament_awards_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -103688,16 +103691,16 @@ export default { "tournament_awards_select_column": {}, "tournament_awards_set_input": { "award_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "custom_name": [ 80 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 @@ -103709,10 +103712,10 @@ export default { 40 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -103786,7 +103789,7 @@ export default { }, "tournament_awards_stream_cursor_input": { "initial_value": [ - 4556 + 4551 ], "ordering": [ 313 @@ -103797,16 +103800,16 @@ export default { }, "tournament_awards_stream_cursor_value_input": { "award_id": [ - 5023 + 5018 ], "created_at": [ - 4523 + 4518 ], "custom_name": [ 80 ], "id": [ - 5023 + 5018 ], "image_url": [ 80 @@ -103818,10 +103821,10 @@ export default { 40 ], "tournament_id": [ - 5023 + 5018 ], "updated_at": [ - 4523 + 4518 ], "__typename": [ 80 @@ -103852,13 +103855,13 @@ export default { "tournament_awards_update_column": {}, "tournament_awards_updates": { "_inc": [ - 4536 + 4531 ], "_set": [ - 4548 + 4543 ], "where": [ - 4534 + 4529 ], "__typename": [ 80 @@ -103935,13 +103938,13 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "feeding_brackets": [ - 4567, + 4562, { "distinct_on": [ - 4591, + 4586, "[tournament_brackets_select_column!]" ], "limit": [ @@ -103951,11 +103954,11 @@ export default { 40 ], "order_by": [ - 4589, + 4584, "[tournament_brackets_order_by!]" ], "where": [ - 4578 + 4573 ] } ], @@ -103966,34 +103969,34 @@ export default { 2969 ], "id": [ - 5023 + 5018 ], "loser_bracket": [ - 4567 + 4562 ], "loser_parent_bracket_id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "match_number": [ 40 ], "match_options_id": [ - 5023 + 5018 ], "options": [ 2666 ], "parent_bracket": [ - 4567 + 4562 ], "parent_bracket_id": [ - 5023 + 5018 ], "path": [ 80 @@ -104002,10 +104005,10 @@ export default { 40 ], "scheduled_at": [ - 4523 + 4518 ], "scheduled_eta": [ - 4523 + 4518 ], "scheduling_proposals": [ 1979, @@ -104052,28 +104055,28 @@ export default { } ], "stage": [ - 4784 + 4779 ], "team_1": [ - 4917 + 4912 ], "team_1_seed": [ 40 ], "team_2": [ - 4917 + 4912 ], "team_2_seed": [ 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id_1": [ - 5023 + 5018 ], "tournament_team_id_2": [ - 5023 + 5018 ], "__typename": [ 80 @@ -104081,10 +104084,10 @@ export default { }, "tournament_brackets_aggregate": { "aggregate": [ - 4573 + 4568 ], "nodes": [ - 4567 + 4562 ], "__typename": [ 80 @@ -104092,13 +104095,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp": { "bool_and": [ - 4570 + 4565 ], "bool_or": [ - 4571 + 4566 ], "count": [ - 4572 + 4567 ], "__typename": [ 80 @@ -104106,13 +104109,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_bool_and": { "arguments": [ - 4592 + 4587 ], "distinct": [ 5 ], "filter": [ - 4578 + 4573 ], "predicate": [ 6 @@ -104123,13 +104126,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_bool_or": { "arguments": [ - 4593 + 4588 ], "distinct": [ 5 ], "filter": [ - 4578 + 4573 ], "predicate": [ 6 @@ -104140,13 +104143,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_count": { "arguments": [ - 4591 + 4586 ], "distinct": [ 5 ], "filter": [ - 4578 + 4573 ], "predicate": [ 41 @@ -104157,13 +104160,13 @@ export default { }, "tournament_brackets_aggregate_fields": { "avg": [ - 4576 + 4571 ], "count": [ 40, { "columns": [ - 4591, + 4586, "[tournament_brackets_select_column!]" ], "distinct": [ @@ -104172,31 +104175,31 @@ export default { } ], "max": [ - 4582 + 4577 ], "min": [ - 4584 + 4579 ], "stddev": [ - 4595 + 4590 ], "stddev_pop": [ - 4597 + 4592 ], "stddev_samp": [ - 4599 + 4594 ], "sum": [ - 4603 + 4598 ], "var_pop": [ - 4607 + 4602 ], "var_samp": [ - 4609 + 4604 ], "variance": [ - 4611 + 4606 ], "__typename": [ 80 @@ -104204,37 +104207,37 @@ export default { }, "tournament_brackets_aggregate_order_by": { "avg": [ - 4577 + 4572 ], "count": [ 2971 ], "max": [ - 4583 + 4578 ], "min": [ - 4585 + 4580 ], "stddev": [ - 4596 + 4591 ], "stddev_pop": [ - 4598 + 4593 ], "stddev_samp": [ - 4600 + 4595 ], "sum": [ - 4604 + 4599 ], "var_pop": [ - 4608 + 4603 ], "var_samp": [ - 4610 + 4605 ], "variance": [ - 4612 + 4607 ], "__typename": [ 80 @@ -104242,10 +104245,10 @@ export default { }, "tournament_brackets_arr_rel_insert_input": { "data": [ - 4581 + 4576 ], "on_conflict": [ - 4588 + 4583 ], "__typename": [ 80 @@ -104293,22 +104296,22 @@ export default { }, "tournament_brackets_bool_exp": { "_and": [ - 4578 + 4573 ], "_not": [ - 4578 + 4573 ], "_or": [ - 4578 + 4573 ], "bye": [ 6 ], "created_at": [ - 4524 + 4519 ], "feeding_brackets": [ - 4578 + 4573 ], "finished": [ 6 @@ -104317,34 +104320,34 @@ export default { 2970 ], "id": [ - 5025 + 5020 ], "loser_bracket": [ - 4578 + 4573 ], "loser_parent_bracket_id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_number": [ 41 ], "match_options_id": [ - 5025 + 5020 ], "options": [ 2670 ], "parent_bracket": [ - 4578 + 4573 ], "parent_bracket_id": [ - 5025 + 5020 ], "path": [ 82 @@ -104353,10 +104356,10 @@ export default { 41 ], "scheduled_at": [ - 4524 + 4519 ], "scheduled_eta": [ - 4524 + 4519 ], "scheduling_proposals": [ 1988 @@ -104365,28 +104368,28 @@ export default { 1981 ], "stage": [ - 4796 + 4791 ], "team_1": [ - 4926 + 4921 ], "team_1_seed": [ 41 ], "team_2": [ - 4926 + 4921 ], "team_2_seed": [ 41 ], "tournament_stage_id": [ - 5025 + 5020 ], "tournament_team_id_1": [ - 5025 + 5020 ], "tournament_team_id_2": [ - 5025 + 5020 ], "__typename": [ 80 @@ -104418,7 +104421,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "finished": [ 5 @@ -104427,34 +104430,34 @@ export default { 2969 ], "id": [ - 5023 + 5018 ], "loser_bracket": [ - 4587 + 4582 ], "loser_parent_bracket_id": [ - 5023 + 5018 ], "match": [ 2804 ], "match_id": [ - 5023 + 5018 ], "match_number": [ 40 ], "match_options_id": [ - 5023 + 5018 ], "options": [ 2677 ], "parent_bracket": [ - 4587 + 4582 ], "parent_bracket_id": [ - 5023 + 5018 ], "path": [ 80 @@ -104463,37 +104466,37 @@ export default { 40 ], "scheduled_at": [ - 4523 + 4518 ], "scheduled_eta": [ - 4523 + 4518 ], "scheduling_proposals": [ 1985 ], "stage": [ - 4808 + 4803 ], "team_1": [ - 4935 + 4930 ], "team_1_seed": [ 40 ], "team_2": [ - 4935 + 4930 ], "team_2_seed": [ 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id_1": [ - 5023 + 5018 ], "tournament_team_id_2": [ - 5023 + 5018 ], "__typename": [ 80 @@ -104501,28 +104504,28 @@ export default { }, "tournament_brackets_max_fields": { "created_at": [ - 4523 + 4518 ], "group": [ 2969 ], "id": [ - 5023 + 5018 ], "loser_parent_bracket_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_number": [ 40 ], "match_options_id": [ - 5023 + 5018 ], "parent_bracket_id": [ - 5023 + 5018 ], "path": [ 80 @@ -104531,10 +104534,10 @@ export default { 40 ], "scheduled_at": [ - 4523 + 4518 ], "scheduled_eta": [ - 4523 + 4518 ], "team_1_seed": [ 40 @@ -104543,13 +104546,13 @@ export default { 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id_1": [ - 5023 + 5018 ], "tournament_team_id_2": [ - 5023 + 5018 ], "__typename": [ 80 @@ -104613,28 +104616,28 @@ export default { }, "tournament_brackets_min_fields": { "created_at": [ - 4523 + 4518 ], "group": [ 2969 ], "id": [ - 5023 + 5018 ], "loser_parent_bracket_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_number": [ 40 ], "match_options_id": [ - 5023 + 5018 ], "parent_bracket_id": [ - 5023 + 5018 ], "path": [ 80 @@ -104643,10 +104646,10 @@ export default { 40 ], "scheduled_at": [ - 4523 + 4518 ], "scheduled_eta": [ - 4523 + 4518 ], "team_1_seed": [ 40 @@ -104655,13 +104658,13 @@ export default { 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id_1": [ - 5023 + 5018 ], "tournament_team_id_2": [ - 5023 + 5018 ], "__typename": [ 80 @@ -104728,7 +104731,7 @@ export default { 40 ], "returning": [ - 4567 + 4562 ], "__typename": [ 80 @@ -104736,10 +104739,10 @@ export default { }, "tournament_brackets_obj_rel_insert_input": { "data": [ - 4581 + 4576 ], "on_conflict": [ - 4588 + 4583 ], "__typename": [ 80 @@ -104747,13 +104750,13 @@ export default { }, "tournament_brackets_on_conflict": { "constraint": [ - 4579 + 4574 ], "update_columns": [ - 4605 + 4600 ], "where": [ - 4578 + 4573 ], "__typename": [ 80 @@ -104767,7 +104770,7 @@ export default { 2971 ], "feeding_brackets_aggregate": [ - 4574 + 4569 ], "finished": [ 2971 @@ -104779,7 +104782,7 @@ export default { 2971 ], "loser_bracket": [ - 4589 + 4584 ], "loser_parent_bracket_id": [ 2971 @@ -104800,7 +104803,7 @@ export default { 2679 ], "parent_bracket": [ - 4589 + 4584 ], "parent_bracket_id": [ 2971 @@ -104821,16 +104824,16 @@ export default { 1984 ], "stage": [ - 4810 + 4805 ], "team_1": [ - 4937 + 4932 ], "team_1_seed": [ 2971 ], "team_2": [ - 4937 + 4932 ], "team_2_seed": [ 2971 @@ -104850,7 +104853,7 @@ export default { }, "tournament_brackets_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -104864,7 +104867,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "finished": [ 5 @@ -104873,22 +104876,22 @@ export default { 2969 ], "id": [ - 5023 + 5018 ], "loser_parent_bracket_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_number": [ 40 ], "match_options_id": [ - 5023 + 5018 ], "parent_bracket_id": [ - 5023 + 5018 ], "path": [ 80 @@ -104897,10 +104900,10 @@ export default { 40 ], "scheduled_at": [ - 4523 + 4518 ], "scheduled_eta": [ - 4523 + 4518 ], "team_1_seed": [ 40 @@ -104909,13 +104912,13 @@ export default { 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id_1": [ - 5023 + 5018 ], "tournament_team_id_2": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105043,7 +105046,7 @@ export default { }, "tournament_brackets_stream_cursor_input": { "initial_value": [ - 4602 + 4597 ], "ordering": [ 313 @@ -105057,7 +105060,7 @@ export default { 5 ], "created_at": [ - 4523 + 4518 ], "finished": [ 5 @@ -105066,22 +105069,22 @@ export default { 2969 ], "id": [ - 5023 + 5018 ], "loser_parent_bracket_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_number": [ 40 ], "match_options_id": [ - 5023 + 5018 ], "parent_bracket_id": [ - 5023 + 5018 ], "path": [ 80 @@ -105090,10 +105093,10 @@ export default { 40 ], "scheduled_at": [ - 4523 + 4518 ], "scheduled_eta": [ - 4523 + 4518 ], "team_1_seed": [ 40 @@ -105102,13 +105105,13 @@ export default { 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id_1": [ - 5023 + 5018 ], "tournament_team_id_2": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105157,13 +105160,13 @@ export default { "tournament_brackets_update_column": {}, "tournament_brackets_updates": { "_inc": [ - 4580 + 4575 ], "_set": [ - 4594 + 4589 ], "where": [ - 4578 + 4573 ], "__typename": [ 80 @@ -105297,10 +105300,10 @@ export default { 1307 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105308,10 +105311,10 @@ export default { }, "tournament_categories_aggregate": { "aggregate": [ - 4617 + 4612 ], "nodes": [ - 4613 + 4608 ], "__typename": [ 80 @@ -105319,7 +105322,7 @@ export default { }, "tournament_categories_aggregate_bool_exp": { "count": [ - 4616 + 4611 ], "__typename": [ 80 @@ -105327,13 +105330,13 @@ export default { }, "tournament_categories_aggregate_bool_exp_count": { "arguments": [ - 4631 + 4626 ], "distinct": [ 5 ], "filter": [ - 4620 + 4615 ], "predicate": [ 41 @@ -105347,7 +105350,7 @@ export default { 40, { "columns": [ - 4631, + 4626, "[tournament_categories_select_column!]" ], "distinct": [ @@ -105356,10 +105359,10 @@ export default { } ], "max": [ - 4623 + 4618 ], "min": [ - 4625 + 4620 ], "__typename": [ 80 @@ -105370,10 +105373,10 @@ export default { 2971 ], "max": [ - 4624 + 4619 ], "min": [ - 4626 + 4621 ], "__typename": [ 80 @@ -105381,10 +105384,10 @@ export default { }, "tournament_categories_arr_rel_insert_input": { "data": [ - 4622 + 4617 ], "on_conflict": [ - 4628 + 4623 ], "__typename": [ 80 @@ -105392,13 +105395,13 @@ export default { }, "tournament_categories_bool_exp": { "_and": [ - 4620 + 4615 ], "_not": [ - 4620 + 4615 ], "_or": [ - 4620 + 4615 ], "category": [ 1313 @@ -105407,10 +105410,10 @@ export default { 1310 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -105425,10 +105428,10 @@ export default { 1318 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105436,7 +105439,7 @@ export default { }, "tournament_categories_max_fields": { "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105452,7 +105455,7 @@ export default { }, "tournament_categories_min_fields": { "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105471,7 +105474,7 @@ export default { 40 ], "returning": [ - 4613 + 4608 ], "__typename": [ 80 @@ -105479,13 +105482,13 @@ export default { }, "tournament_categories_on_conflict": { "constraint": [ - 4621 + 4616 ], "update_columns": [ - 4635 + 4630 ], "where": [ - 4620 + 4615 ], "__typename": [ 80 @@ -105499,7 +105502,7 @@ export default { 1320 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -105513,7 +105516,7 @@ export default { 1312 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105525,7 +105528,7 @@ export default { 1312 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105533,7 +105536,7 @@ export default { }, "tournament_categories_stream_cursor_input": { "initial_value": [ - 4634 + 4629 ], "ordering": [ 313 @@ -105547,7 +105550,7 @@ export default { 1312 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105556,10 +105559,10 @@ export default { "tournament_categories_update_column": {}, "tournament_categories_updates": { "_set": [ - 4632 + 4627 ], "where": [ - 4620 + 4615 ], "__typename": [ 80 @@ -105567,19 +105570,19 @@ export default { }, "tournament_organizer_teams": { "created_at": [ - 4523 + 4518 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105587,10 +105590,10 @@ export default { }, "tournament_organizer_teams_aggregate": { "aggregate": [ - 4641 + 4636 ], "nodes": [ - 4637 + 4632 ], "__typename": [ 80 @@ -105598,7 +105601,7 @@ export default { }, "tournament_organizer_teams_aggregate_bool_exp": { "count": [ - 4640 + 4635 ], "__typename": [ 80 @@ -105606,13 +105609,13 @@ export default { }, "tournament_organizer_teams_aggregate_bool_exp_count": { "arguments": [ - 4655 + 4650 ], "distinct": [ 5 ], "filter": [ - 4644 + 4639 ], "predicate": [ 41 @@ -105626,7 +105629,7 @@ export default { 40, { "columns": [ - 4655, + 4650, "[tournament_organizer_teams_select_column!]" ], "distinct": [ @@ -105635,10 +105638,10 @@ export default { } ], "max": [ - 4647 + 4642 ], "min": [ - 4649 + 4644 ], "__typename": [ 80 @@ -105649,10 +105652,10 @@ export default { 2971 ], "max": [ - 4648 + 4643 ], "min": [ - 4650 + 4645 ], "__typename": [ 80 @@ -105660,10 +105663,10 @@ export default { }, "tournament_organizer_teams_arr_rel_insert_input": { "data": [ - 4646 + 4641 ], "on_conflict": [ - 4652 + 4647 ], "__typename": [ 80 @@ -105671,28 +105674,28 @@ export default { }, "tournament_organizer_teams_bool_exp": { "_and": [ - 4644 + 4639 ], "_not": [ - 4644 + 4639 ], "_or": [ - 4644 + 4639 ], "created_at": [ - 4524 + 4519 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -105701,19 +105704,19 @@ export default { "tournament_organizer_teams_constraint": {}, "tournament_organizer_teams_insert_input": { "created_at": [ - 4523 + 4518 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105721,13 +105724,13 @@ export default { }, "tournament_organizer_teams_max_fields": { "created_at": [ - 4523 + 4518 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105749,13 +105752,13 @@ export default { }, "tournament_organizer_teams_min_fields": { "created_at": [ - 4523 + 4518 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105780,7 +105783,7 @@ export default { 40 ], "returning": [ - 4637 + 4632 ], "__typename": [ 80 @@ -105788,13 +105791,13 @@ export default { }, "tournament_organizer_teams_on_conflict": { "constraint": [ - 4645 + 4640 ], "update_columns": [ - 4659 + 4654 ], "where": [ - 4644 + 4639 ], "__typename": [ 80 @@ -105805,13 +105808,13 @@ export default { 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -105822,10 +105825,10 @@ export default { }, "tournament_organizer_teams_pk_columns_input": { "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105834,13 +105837,13 @@ export default { "tournament_organizer_teams_select_column": {}, "tournament_organizer_teams_set_input": { "created_at": [ - 4523 + 4518 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105848,7 +105851,7 @@ export default { }, "tournament_organizer_teams_stream_cursor_input": { "initial_value": [ - 4658 + 4653 ], "ordering": [ 313 @@ -105859,13 +105862,13 @@ export default { }, "tournament_organizer_teams_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105874,10 +105877,10 @@ export default { "tournament_organizer_teams_update_column": {}, "tournament_organizer_teams_updates": { "_set": [ - 4656 + 4651 ], "where": [ - 4644 + 4639 ], "__typename": [ 80 @@ -105885,22 +105888,22 @@ export default { }, "tournament_organizers": { "organization_team": [ - 4476 + 4471 ], "organization_team_id": [ - 5023 + 5018 ], "organizer": [ - 3934 + 3929 ], "steam_id": [ 257 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -105908,10 +105911,10 @@ export default { }, "tournament_organizers_aggregate": { "aggregate": [ - 4665 + 4660 ], "nodes": [ - 4661 + 4656 ], "__typename": [ 80 @@ -105919,7 +105922,7 @@ export default { }, "tournament_organizers_aggregate_bool_exp": { "count": [ - 4664 + 4659 ], "__typename": [ 80 @@ -105927,13 +105930,13 @@ export default { }, "tournament_organizers_aggregate_bool_exp_count": { "arguments": [ - 4682 + 4677 ], "distinct": [ 5 ], "filter": [ - 4670 + 4665 ], "predicate": [ 41 @@ -105944,13 +105947,13 @@ export default { }, "tournament_organizers_aggregate_fields": { "avg": [ - 4668 + 4663 ], "count": [ 40, { "columns": [ - 4682, + 4677, "[tournament_organizers_select_column!]" ], "distinct": [ @@ -105959,31 +105962,31 @@ export default { } ], "max": [ - 4674 + 4669 ], "min": [ - 4676 + 4671 ], "stddev": [ - 4684 + 4679 ], "stddev_pop": [ - 4686 + 4681 ], "stddev_samp": [ - 4688 + 4683 ], "sum": [ - 4692 + 4687 ], "var_pop": [ - 4696 + 4691 ], "var_samp": [ - 4698 + 4693 ], "variance": [ - 4700 + 4695 ], "__typename": [ 80 @@ -105991,37 +105994,37 @@ export default { }, "tournament_organizers_aggregate_order_by": { "avg": [ - 4669 + 4664 ], "count": [ 2971 ], "max": [ - 4675 + 4670 ], "min": [ - 4677 + 4672 ], "stddev": [ - 4685 + 4680 ], "stddev_pop": [ - 4687 + 4682 ], "stddev_samp": [ - 4689 + 4684 ], "sum": [ - 4693 + 4688 ], "var_pop": [ - 4697 + 4692 ], "var_samp": [ - 4699 + 4694 ], "variance": [ - 4701 + 4696 ], "__typename": [ 80 @@ -106029,10 +106032,10 @@ export default { }, "tournament_organizers_arr_rel_insert_input": { "data": [ - 4673 + 4668 ], "on_conflict": [ - 4679 + 4674 ], "__typename": [ 80 @@ -106056,31 +106059,31 @@ export default { }, "tournament_organizers_bool_exp": { "_and": [ - 4670 + 4665 ], "_not": [ - 4670 + 4665 ], "_or": [ - 4670 + 4665 ], "organization_team": [ - 4487 + 4482 ], "organization_team_id": [ - 5025 + 5020 ], "organizer": [ - 3938 + 3933 ], "steam_id": [ 259 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -106097,22 +106100,22 @@ export default { }, "tournament_organizers_insert_input": { "organization_team": [ - 4496 + 4491 ], "organization_team_id": [ - 5023 + 5018 ], "organizer": [ - 3945 + 3940 ], "steam_id": [ 257 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106120,13 +106123,13 @@ export default { }, "tournament_organizers_max_fields": { "organization_team_id": [ - 5023 + 5018 ], "steam_id": [ 257 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106148,13 +106151,13 @@ export default { }, "tournament_organizers_min_fields": { "organization_team_id": [ - 5023 + 5018 ], "steam_id": [ 257 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106179,7 +106182,7 @@ export default { 40 ], "returning": [ - 4661 + 4656 ], "__typename": [ 80 @@ -106187,13 +106190,13 @@ export default { }, "tournament_organizers_on_conflict": { "constraint": [ - 4671 + 4666 ], "update_columns": [ - 4694 + 4689 ], "where": [ - 4670 + 4665 ], "__typename": [ 80 @@ -106201,19 +106204,19 @@ export default { }, "tournament_organizers_order_by": { "organization_team": [ - 4498 + 4493 ], "organization_team_id": [ 2971 ], "organizer": [ - 3947 + 3942 ], "steam_id": [ 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -106227,7 +106230,7 @@ export default { 257 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106236,13 +106239,13 @@ export default { "tournament_organizers_select_column": {}, "tournament_organizers_set_input": { "organization_team_id": [ - 5023 + 5018 ], "steam_id": [ 257 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106298,7 +106301,7 @@ export default { }, "tournament_organizers_stream_cursor_input": { "initial_value": [ - 4691 + 4686 ], "ordering": [ 313 @@ -106309,13 +106312,13 @@ export default { }, "tournament_organizers_stream_cursor_value_input": { "organization_team_id": [ - 5023 + 5018 ], "steam_id": [ 257 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106340,13 +106343,13 @@ export default { "tournament_organizers_update_column": {}, "tournament_organizers_updates": { "_inc": [ - 4672 + 4667 ], "_set": [ - 4683 + 4678 ], "where": [ - 4670 + 4665 ], "__typename": [ 80 @@ -106402,10 +106405,10 @@ export default { }, "tournament_prizes": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "order": [ 40 @@ -106417,10 +106420,10 @@ export default { 80 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106428,10 +106431,10 @@ export default { }, "tournament_prizes_aggregate": { "aggregate": [ - 4706 + 4701 ], "nodes": [ - 4702 + 4697 ], "__typename": [ 80 @@ -106439,7 +106442,7 @@ export default { }, "tournament_prizes_aggregate_bool_exp": { "count": [ - 4705 + 4700 ], "__typename": [ 80 @@ -106447,13 +106450,13 @@ export default { }, "tournament_prizes_aggregate_bool_exp_count": { "arguments": [ - 4723 + 4718 ], "distinct": [ 5 ], "filter": [ - 4711 + 4706 ], "predicate": [ 41 @@ -106464,13 +106467,13 @@ export default { }, "tournament_prizes_aggregate_fields": { "avg": [ - 4709 + 4704 ], "count": [ 40, { "columns": [ - 4723, + 4718, "[tournament_prizes_select_column!]" ], "distinct": [ @@ -106479,31 +106482,31 @@ export default { } ], "max": [ - 4715 + 4710 ], "min": [ - 4717 + 4712 ], "stddev": [ - 4725 + 4720 ], "stddev_pop": [ - 4727 + 4722 ], "stddev_samp": [ - 4729 + 4724 ], "sum": [ - 4733 + 4728 ], "var_pop": [ - 4737 + 4732 ], "var_samp": [ - 4739 + 4734 ], "variance": [ - 4741 + 4736 ], "__typename": [ 80 @@ -106511,37 +106514,37 @@ export default { }, "tournament_prizes_aggregate_order_by": { "avg": [ - 4710 + 4705 ], "count": [ 2971 ], "max": [ - 4716 + 4711 ], "min": [ - 4718 + 4713 ], "stddev": [ - 4726 + 4721 ], "stddev_pop": [ - 4728 + 4723 ], "stddev_samp": [ - 4730 + 4725 ], "sum": [ - 4734 + 4729 ], "var_pop": [ - 4738 + 4733 ], "var_samp": [ - 4740 + 4735 ], "variance": [ - 4742 + 4737 ], "__typename": [ 80 @@ -106549,10 +106552,10 @@ export default { }, "tournament_prizes_arr_rel_insert_input": { "data": [ - 4714 + 4709 ], "on_conflict": [ - 4720 + 4715 ], "__typename": [ 80 @@ -106576,19 +106579,19 @@ export default { }, "tournament_prizes_bool_exp": { "_and": [ - 4711 + 4706 ], "_not": [ - 4711 + 4706 ], "_or": [ - 4711 + 4706 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "order": [ 41 @@ -106600,10 +106603,10 @@ export default { 82 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -106620,10 +106623,10 @@ export default { }, "tournament_prizes_insert_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "order": [ 40 @@ -106635,10 +106638,10 @@ export default { 80 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106646,10 +106649,10 @@ export default { }, "tournament_prizes_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "order": [ 40 @@ -106661,7 +106664,7 @@ export default { 80 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106692,10 +106695,10 @@ export default { }, "tournament_prizes_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "order": [ 40 @@ -106707,7 +106710,7 @@ export default { 80 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106741,7 +106744,7 @@ export default { 40 ], "returning": [ - 4702 + 4697 ], "__typename": [ 80 @@ -106749,13 +106752,13 @@ export default { }, "tournament_prizes_on_conflict": { "constraint": [ - 4712 + 4707 ], "update_columns": [ - 4735 + 4730 ], "where": [ - 4711 + 4706 ], "__typename": [ 80 @@ -106778,7 +106781,7 @@ export default { 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -106789,7 +106792,7 @@ export default { }, "tournament_prizes_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106798,10 +106801,10 @@ export default { "tournament_prizes_select_column": {}, "tournament_prizes_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "order": [ 40 @@ -106813,7 +106816,7 @@ export default { 80 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106869,7 +106872,7 @@ export default { }, "tournament_prizes_stream_cursor_input": { "initial_value": [ - 4732 + 4727 ], "ordering": [ 313 @@ -106880,10 +106883,10 @@ export default { }, "tournament_prizes_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "order": [ 40 @@ -106895,7 +106898,7 @@ export default { 80 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -106920,13 +106923,13 @@ export default { "tournament_prizes_update_column": {}, "tournament_prizes_updates": { "_inc": [ - 4713 + 4708 ], "_set": [ - 4724 + 4719 ], "where": [ - 4711 + 4706 ], "__typename": [ 80 @@ -106982,28 +106985,28 @@ export default { }, "tournament_stage_windows": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "round": [ 40 ], "stage": [ - 4784 + 4779 ], "tournament_stage_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -107011,10 +107014,10 @@ export default { }, "tournament_stage_windows_aggregate": { "aggregate": [ - 4747 + 4742 ], "nodes": [ - 4743 + 4738 ], "__typename": [ 80 @@ -107022,7 +107025,7 @@ export default { }, "tournament_stage_windows_aggregate_bool_exp": { "count": [ - 4746 + 4741 ], "__typename": [ 80 @@ -107030,13 +107033,13 @@ export default { }, "tournament_stage_windows_aggregate_bool_exp_count": { "arguments": [ - 4764 + 4759 ], "distinct": [ 5 ], "filter": [ - 4752 + 4747 ], "predicate": [ 41 @@ -107047,13 +107050,13 @@ export default { }, "tournament_stage_windows_aggregate_fields": { "avg": [ - 4750 + 4745 ], "count": [ 40, { "columns": [ - 4764, + 4759, "[tournament_stage_windows_select_column!]" ], "distinct": [ @@ -107062,31 +107065,31 @@ export default { } ], "max": [ - 4756 + 4751 ], "min": [ - 4758 + 4753 ], "stddev": [ - 4766 + 4761 ], "stddev_pop": [ - 4768 + 4763 ], "stddev_samp": [ - 4770 + 4765 ], "sum": [ - 4774 + 4769 ], "var_pop": [ - 4778 + 4773 ], "var_samp": [ - 4780 + 4775 ], "variance": [ - 4782 + 4777 ], "__typename": [ 80 @@ -107094,37 +107097,37 @@ export default { }, "tournament_stage_windows_aggregate_order_by": { "avg": [ - 4751 + 4746 ], "count": [ 2971 ], "max": [ - 4757 + 4752 ], "min": [ - 4759 + 4754 ], "stddev": [ - 4767 + 4762 ], "stddev_pop": [ - 4769 + 4764 ], "stddev_samp": [ - 4771 + 4766 ], "sum": [ - 4775 + 4770 ], "var_pop": [ - 4779 + 4774 ], "var_samp": [ - 4781 + 4776 ], "variance": [ - 4783 + 4778 ], "__typename": [ 80 @@ -107132,10 +107135,10 @@ export default { }, "tournament_stage_windows_arr_rel_insert_input": { "data": [ - 4755 + 4750 ], "on_conflict": [ - 4761 + 4756 ], "__typename": [ 80 @@ -107159,37 +107162,37 @@ export default { }, "tournament_stage_windows_bool_exp": { "_and": [ - 4752 + 4747 ], "_not": [ - 4752 + 4747 ], "_or": [ - 4752 + 4747 ], "closes_at": [ - 4524 + 4519 ], "created_at": [ - 4524 + 4519 ], "default_match_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "opens_at": [ - 4524 + 4519 ], "round": [ 41 ], "stage": [ - 4796 + 4791 ], "tournament_stage_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -107206,28 +107209,28 @@ export default { }, "tournament_stage_windows_insert_input": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "round": [ 40 ], "stage": [ - 4808 + 4803 ], "tournament_stage_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -107235,25 +107238,25 @@ export default { }, "tournament_stage_windows_max_fields": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "round": [ 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -107287,25 +107290,25 @@ export default { }, "tournament_stage_windows_min_fields": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "round": [ 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -107342,7 +107345,7 @@ export default { 40 ], "returning": [ - 4743 + 4738 ], "__typename": [ 80 @@ -107350,13 +107353,13 @@ export default { }, "tournament_stage_windows_on_conflict": { "constraint": [ - 4753 + 4748 ], "update_columns": [ - 4776 + 4771 ], "where": [ - 4752 + 4747 ], "__typename": [ 80 @@ -107382,7 +107385,7 @@ export default { 2971 ], "stage": [ - 4810 + 4805 ], "tournament_stage_id": [ 2971 @@ -107393,7 +107396,7 @@ export default { }, "tournament_stage_windows_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -107402,25 +107405,25 @@ export default { "tournament_stage_windows_select_column": {}, "tournament_stage_windows_set_input": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "round": [ 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -107476,7 +107479,7 @@ export default { }, "tournament_stage_windows_stream_cursor_input": { "initial_value": [ - 4773 + 4768 ], "ordering": [ 313 @@ -107487,25 +107490,25 @@ export default { }, "tournament_stage_windows_stream_cursor_value_input": { "closes_at": [ - 4523 + 4518 ], "created_at": [ - 4523 + 4518 ], "default_match_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "opens_at": [ - 4523 + 4518 ], "round": [ 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -107530,13 +107533,13 @@ export default { "tournament_stage_windows_update_column": {}, "tournament_stage_windows_updates": { "_inc": [ - 4754 + 4749 ], "_set": [ - 4765 + 4760 ], "where": [ - 4752 + 4747 ], "__typename": [ 80 @@ -107592,10 +107595,10 @@ export default { }, "tournament_stages": { "brackets": [ - 4567, + 4562, { "distinct_on": [ - 4591, + 4586, "[tournament_brackets_select_column!]" ], "limit": [ @@ -107605,19 +107608,19 @@ export default { 40 ], "order_by": [ - 4589, + 4584, "[tournament_brackets_order_by!]" ], "where": [ - 4578 + 4573 ] } ], "brackets_aggregate": [ - 4568, + 4563, { "distinct_on": [ - 4591, + 4586, "[tournament_brackets_select_column!]" ], "limit": [ @@ -107627,11 +107630,11 @@ export default { 40 ], "order_by": [ - 4589, + 4584, "[tournament_brackets_order_by!]" ], "where": [ - 4578 + 4573 ] } ], @@ -107651,10 +107654,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_rounds": [ 40 @@ -107672,10 +107675,10 @@ export default { 40 ], "results": [ - 5765, + 5760, { "distinct_on": [ - 5797, + 5792, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -107685,19 +107688,19 @@ export default { 40 ], "order_by": [ - 5795, + 5790, "[v_team_stage_results_order_by!]" ], "where": [ - 5784 + 5779 ] } ], "results_aggregate": [ - 5766, + 5761, { "distinct_on": [ - 5797, + 5792, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -107707,11 +107710,11 @@ export default { 40 ], "order_by": [ - 5795, + 5790, "[v_team_stage_results_order_by!]" ], "where": [ - 5784 + 5779 ] } ], @@ -107730,19 +107733,19 @@ export default { 5 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "type": [ 1333 ], "windows": [ - 4743, + 4738, { "distinct_on": [ - 4764, + 4759, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -107752,19 +107755,19 @@ export default { 40 ], "order_by": [ - 4762, + 4757, "[tournament_stage_windows_order_by!]" ], "where": [ - 4752 + 4747 ] } ], "windows_aggregate": [ - 4744, + 4739, { "distinct_on": [ - 4764, + 4759, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -107774,11 +107777,11 @@ export default { 40 ], "order_by": [ - 4762, + 4757, "[tournament_stage_windows_order_by!]" ], "where": [ - 4752 + 4747 ] } ], @@ -107788,10 +107791,10 @@ export default { }, "tournament_stages_aggregate": { "aggregate": [ - 4790 + 4785 ], "nodes": [ - 4784 + 4779 ], "__typename": [ 80 @@ -107799,13 +107802,13 @@ export default { }, "tournament_stages_aggregate_bool_exp": { "bool_and": [ - 4787 + 4782 ], "bool_or": [ - 4788 + 4783 ], "count": [ - 4789 + 4784 ], "__typename": [ 80 @@ -107813,13 +107816,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_bool_and": { "arguments": [ - 4814 + 4809 ], "distinct": [ 5 ], "filter": [ - 4796 + 4791 ], "predicate": [ 6 @@ -107830,13 +107833,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_bool_or": { "arguments": [ - 4815 + 4810 ], "distinct": [ 5 ], "filter": [ - 4796 + 4791 ], "predicate": [ 6 @@ -107847,13 +107850,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_count": { "arguments": [ - 4813 + 4808 ], "distinct": [ 5 ], "filter": [ - 4796 + 4791 ], "predicate": [ 41 @@ -107864,13 +107867,13 @@ export default { }, "tournament_stages_aggregate_fields": { "avg": [ - 4794 + 4789 ], "count": [ 40, { "columns": [ - 4813, + 4808, "[tournament_stages_select_column!]" ], "distinct": [ @@ -107879,31 +107882,31 @@ export default { } ], "max": [ - 4803 + 4798 ], "min": [ - 4805 + 4800 ], "stddev": [ - 4817 + 4812 ], "stddev_pop": [ - 4819 + 4814 ], "stddev_samp": [ - 4821 + 4816 ], "sum": [ - 4825 + 4820 ], "var_pop": [ - 4829 + 4824 ], "var_samp": [ - 4831 + 4826 ], "variance": [ - 4833 + 4828 ], "__typename": [ 80 @@ -107911,37 +107914,37 @@ export default { }, "tournament_stages_aggregate_order_by": { "avg": [ - 4795 + 4790 ], "count": [ 2971 ], "max": [ - 4804 + 4799 ], "min": [ - 4806 + 4801 ], "stddev": [ - 4818 + 4813 ], "stddev_pop": [ - 4820 + 4815 ], "stddev_samp": [ - 4822 + 4817 ], "sum": [ - 4826 + 4821 ], "var_pop": [ - 4830 + 4825 ], "var_samp": [ - 4832 + 4827 ], "variance": [ - 4834 + 4829 ], "__typename": [ 80 @@ -107957,10 +107960,10 @@ export default { }, "tournament_stages_arr_rel_insert_input": { "data": [ - 4802 + 4797 ], "on_conflict": [ - 4809 + 4804 ], "__typename": [ 80 @@ -108026,19 +108029,19 @@ export default { }, "tournament_stages_bool_exp": { "_and": [ - 4796 + 4791 ], "_not": [ - 4796 + 4791 ], "_or": [ - 4796 + 4791 ], "brackets": [ - 4578 + 4573 ], "brackets_aggregate": [ - 4569 + 4564 ], "decider_best_of": [ 41 @@ -108056,10 +108059,10 @@ export default { 41 ], "id": [ - 5025 + 5020 ], "match_options_id": [ - 5025 + 5020 ], "max_rounds": [ 41 @@ -108077,10 +108080,10 @@ export default { 41 ], "results": [ - 5784 + 5779 ], "results_aggregate": [ - 5767 + 5762 ], "settings": [ 1844 @@ -108092,19 +108095,19 @@ export default { 6 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "type": [ 1334 ], "windows": [ - 4752 + 4747 ], "windows_aggregate": [ - 4745 + 4740 ], "__typename": [ 80 @@ -108166,7 +108169,7 @@ export default { }, "tournament_stages_insert_input": { "brackets": [ - 4575 + 4570 ], "decider_best_of": [ 40 @@ -108184,10 +108187,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_rounds": [ 40 @@ -108205,7 +108208,7 @@ export default { 40 ], "results": [ - 5781 + 5776 ], "settings": [ 1842 @@ -108217,16 +108220,16 @@ export default { 5 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "type": [ 1333 ], "windows": [ - 4749 + 4744 ], "__typename": [ 80 @@ -108246,10 +108249,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_rounds": [ 40 @@ -108264,7 +108267,7 @@ export default { 40 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -108322,10 +108325,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_rounds": [ 40 @@ -108340,7 +108343,7 @@ export default { 40 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -108389,7 +108392,7 @@ export default { 40 ], "returning": [ - 4784 + 4779 ], "__typename": [ 80 @@ -108397,10 +108400,10 @@ export default { }, "tournament_stages_obj_rel_insert_input": { "data": [ - 4802 + 4797 ], "on_conflict": [ - 4809 + 4804 ], "__typename": [ 80 @@ -108408,13 +108411,13 @@ export default { }, "tournament_stages_on_conflict": { "constraint": [ - 4797 + 4792 ], "update_columns": [ - 4827 + 4822 ], "where": [ - 4796 + 4791 ], "__typename": [ 80 @@ -108422,7 +108425,7 @@ export default { }, "tournament_stages_order_by": { "brackets_aggregate": [ - 4574 + 4569 ], "decider_best_of": [ 2971 @@ -108461,7 +108464,7 @@ export default { 2971 ], "results_aggregate": [ - 5780 + 5775 ], "settings": [ 2971 @@ -108473,7 +108476,7 @@ export default { 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -108482,7 +108485,7 @@ export default { 2971 ], "windows_aggregate": [ - 4748 + 4743 ], "__typename": [ 80 @@ -108490,7 +108493,7 @@ export default { }, "tournament_stages_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -108521,10 +108524,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_rounds": [ 40 @@ -108548,7 +108551,7 @@ export default { 5 ], "tournament_id": [ - 5023 + 5018 ], "type": [ 1333 @@ -108733,7 +108736,7 @@ export default { }, "tournament_stages_stream_cursor_input": { "initial_value": [ - 4824 + 4819 ], "ordering": [ 313 @@ -108756,10 +108759,10 @@ export default { 40 ], "id": [ - 5023 + 5018 ], "match_options_id": [ - 5023 + 5018 ], "max_rounds": [ 40 @@ -108783,7 +108786,7 @@ export default { 5 ], "tournament_id": [ - 5023 + 5018 ], "type": [ 1333 @@ -108853,28 +108856,28 @@ export default { "tournament_stages_update_column": {}, "tournament_stages_updates": { "_append": [ - 4792 + 4787 ], "_delete_at_path": [ - 4798 + 4793 ], "_delete_elem": [ - 4799 + 4794 ], "_delete_key": [ - 4800 + 4795 ], "_inc": [ - 4801 + 4796 ], "_prepend": [ - 4812 + 4807 ], "_set": [ - 4816 + 4811 ], "where": [ - 4796 + 4791 ], "__typename": [ 80 @@ -109056,28 +109059,28 @@ export default { }, "tournament_team_invites": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by": [ - 3934 + 3929 ], "invited_by_player_steam_id": [ 257 ], "player": [ - 3934 + 3929 ], "steam_id": [ 257 ], "team": [ - 4917 + 4912 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -109085,10 +109088,10 @@ export default { }, "tournament_team_invites_aggregate": { "aggregate": [ - 4839 + 4834 ], "nodes": [ - 4835 + 4830 ], "__typename": [ 80 @@ -109096,7 +109099,7 @@ export default { }, "tournament_team_invites_aggregate_bool_exp": { "count": [ - 4838 + 4833 ], "__typename": [ 80 @@ -109104,13 +109107,13 @@ export default { }, "tournament_team_invites_aggregate_bool_exp_count": { "arguments": [ - 4856 + 4851 ], "distinct": [ 5 ], "filter": [ - 4844 + 4839 ], "predicate": [ 41 @@ -109121,13 +109124,13 @@ export default { }, "tournament_team_invites_aggregate_fields": { "avg": [ - 4842 + 4837 ], "count": [ 40, { "columns": [ - 4856, + 4851, "[tournament_team_invites_select_column!]" ], "distinct": [ @@ -109136,31 +109139,31 @@ export default { } ], "max": [ - 4848 + 4843 ], "min": [ - 4850 + 4845 ], "stddev": [ - 4858 + 4853 ], "stddev_pop": [ - 4860 + 4855 ], "stddev_samp": [ - 4862 + 4857 ], "sum": [ - 4866 + 4861 ], "var_pop": [ - 4870 + 4865 ], "var_samp": [ - 4872 + 4867 ], "variance": [ - 4874 + 4869 ], "__typename": [ 80 @@ -109168,37 +109171,37 @@ export default { }, "tournament_team_invites_aggregate_order_by": { "avg": [ - 4843 + 4838 ], "count": [ 2971 ], "max": [ - 4849 + 4844 ], "min": [ - 4851 + 4846 ], "stddev": [ - 4859 + 4854 ], "stddev_pop": [ - 4861 + 4856 ], "stddev_samp": [ - 4863 + 4858 ], "sum": [ - 4867 + 4862 ], "var_pop": [ - 4871 + 4866 ], "var_samp": [ - 4873 + 4868 ], "variance": [ - 4875 + 4870 ], "__typename": [ 80 @@ -109206,10 +109209,10 @@ export default { }, "tournament_team_invites_arr_rel_insert_input": { "data": [ - 4847 + 4842 ], "on_conflict": [ - 4853 + 4848 ], "__typename": [ 80 @@ -109239,37 +109242,37 @@ export default { }, "tournament_team_invites_bool_exp": { "_and": [ - 4844 + 4839 ], "_not": [ - 4844 + 4839 ], "_or": [ - 4844 + 4839 ], "created_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "invited_by": [ - 3938 + 3933 ], "invited_by_player_steam_id": [ 259 ], "player": [ - 3938 + 3933 ], "steam_id": [ 259 ], "team": [ - 4926 + 4921 ], "tournament_team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -109289,28 +109292,28 @@ export default { }, "tournament_team_invites_insert_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by": [ - 3945 + 3940 ], "invited_by_player_steam_id": [ 257 ], "player": [ - 3945 + 3940 ], "steam_id": [ 257 ], "team": [ - 4935 + 4930 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -109318,10 +109321,10 @@ export default { }, "tournament_team_invites_max_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by_player_steam_id": [ 257 @@ -109330,7 +109333,7 @@ export default { 257 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -109358,10 +109361,10 @@ export default { }, "tournament_team_invites_min_fields": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by_player_steam_id": [ 257 @@ -109370,7 +109373,7 @@ export default { 257 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -109401,7 +109404,7 @@ export default { 40 ], "returning": [ - 4835 + 4830 ], "__typename": [ 80 @@ -109409,13 +109412,13 @@ export default { }, "tournament_team_invites_on_conflict": { "constraint": [ - 4845 + 4840 ], "update_columns": [ - 4868 + 4863 ], "where": [ - 4844 + 4839 ], "__typename": [ 80 @@ -109429,19 +109432,19 @@ export default { 2971 ], "invited_by": [ - 3947 + 3942 ], "invited_by_player_steam_id": [ 2971 ], "player": [ - 3947 + 3942 ], "steam_id": [ 2971 ], "team": [ - 4937 + 4932 ], "tournament_team_id": [ 2971 @@ -109452,7 +109455,7 @@ export default { }, "tournament_team_invites_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -109461,10 +109464,10 @@ export default { "tournament_team_invites_select_column": {}, "tournament_team_invites_set_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by_player_steam_id": [ 257 @@ -109473,7 +109476,7 @@ export default { 257 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -109547,7 +109550,7 @@ export default { }, "tournament_team_invites_stream_cursor_input": { "initial_value": [ - 4865 + 4860 ], "ordering": [ 313 @@ -109558,10 +109561,10 @@ export default { }, "tournament_team_invites_stream_cursor_value_input": { "created_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invited_by_player_steam_id": [ 257 @@ -109570,7 +109573,7 @@ export default { 257 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -109601,13 +109604,13 @@ export default { "tournament_team_invites_update_column": {}, "tournament_team_invites_updates": { "_inc": [ - 4846 + 4841 ], "_set": [ - 4857 + 4852 ], "where": [ - 4844 + 4839 ], "__typename": [ 80 @@ -109684,7 +109687,7 @@ export default { 1246 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 @@ -109693,16 +109696,16 @@ export default { 1251 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team": [ - 4917 + 4912 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -109710,10 +109713,10 @@ export default { }, "tournament_team_roster_aggregate": { "aggregate": [ - 4880 + 4875 ], "nodes": [ - 4876 + 4871 ], "__typename": [ 80 @@ -109721,7 +109724,7 @@ export default { }, "tournament_team_roster_aggregate_bool_exp": { "count": [ - 4879 + 4874 ], "__typename": [ 80 @@ -109729,13 +109732,13 @@ export default { }, "tournament_team_roster_aggregate_bool_exp_count": { "arguments": [ - 4897 + 4892 ], "distinct": [ 5 ], "filter": [ - 4885 + 4880 ], "predicate": [ 41 @@ -109746,13 +109749,13 @@ export default { }, "tournament_team_roster_aggregate_fields": { "avg": [ - 4883 + 4878 ], "count": [ 40, { "columns": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "distinct": [ @@ -109761,31 +109764,31 @@ export default { } ], "max": [ - 4889 + 4884 ], "min": [ - 4891 + 4886 ], "stddev": [ - 4899 + 4894 ], "stddev_pop": [ - 4901 + 4896 ], "stddev_samp": [ - 4903 + 4898 ], "sum": [ - 4907 + 4902 ], "var_pop": [ - 4911 + 4906 ], "var_samp": [ - 4913 + 4908 ], "variance": [ - 4915 + 4910 ], "__typename": [ 80 @@ -109793,37 +109796,37 @@ export default { }, "tournament_team_roster_aggregate_order_by": { "avg": [ - 4884 + 4879 ], "count": [ 2971 ], "max": [ - 4890 + 4885 ], "min": [ - 4892 + 4887 ], "stddev": [ - 4900 + 4895 ], "stddev_pop": [ - 4902 + 4897 ], "stddev_samp": [ - 4904 + 4899 ], "sum": [ - 4908 + 4903 ], "var_pop": [ - 4912 + 4907 ], "var_samp": [ - 4914 + 4909 ], "variance": [ - 4916 + 4911 ], "__typename": [ 80 @@ -109831,10 +109834,10 @@ export default { }, "tournament_team_roster_arr_rel_insert_input": { "data": [ - 4888 + 4883 ], "on_conflict": [ - 4894 + 4889 ], "__typename": [ 80 @@ -109858,19 +109861,19 @@ export default { }, "tournament_team_roster_bool_exp": { "_and": [ - 4885 + 4880 ], "_not": [ - 4885 + 4880 ], "_or": [ - 4885 + 4880 ], "e_team_role": [ 1249 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 @@ -109879,16 +109882,16 @@ export default { 1252 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "tournament_team": [ - 4926 + 4921 ], "tournament_team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -109908,7 +109911,7 @@ export default { 1257 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 @@ -109917,16 +109920,16 @@ export default { 1251 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team": [ - 4935 + 4930 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -109937,10 +109940,10 @@ export default { 257 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -109965,10 +109968,10 @@ export default { 257 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -109993,7 +109996,7 @@ export default { 40 ], "returning": [ - 4876 + 4871 ], "__typename": [ 80 @@ -110001,13 +110004,13 @@ export default { }, "tournament_team_roster_on_conflict": { "constraint": [ - 4886 + 4881 ], "update_columns": [ - 4909 + 4904 ], "where": [ - 4885 + 4880 ], "__typename": [ 80 @@ -110018,7 +110021,7 @@ export default { 1259 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 @@ -110027,13 +110030,13 @@ export default { 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 ], "tournament_team": [ - 4937 + 4932 ], "tournament_team_id": [ 2971 @@ -110047,7 +110050,7 @@ export default { 257 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -110062,10 +110065,10 @@ export default { 1251 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -110121,7 +110124,7 @@ export default { }, "tournament_team_roster_stream_cursor_input": { "initial_value": [ - 4906 + 4901 ], "ordering": [ 313 @@ -110138,10 +110141,10 @@ export default { 1251 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -110166,13 +110169,13 @@ export default { "tournament_team_roster_update_column": {}, "tournament_team_roster_updates": { "_inc": [ - 4887 + 4882 ], "_set": [ - 4898 + 4893 ], "where": [ - 4885 + 4880 ], "__typename": [ 80 @@ -110231,28 +110234,28 @@ export default { 5 ], "captain": [ - 3934 + 3929 ], "captain_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "creator": [ - 3934 + 3929 ], "eligible_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invites": [ - 4835, + 4830, { "distinct_on": [ - 4856, + 4851, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -110262,19 +110265,19 @@ export default { 40 ], "order_by": [ - 4854, + 4849, "[tournament_team_invites_order_by!]" ], "where": [ - 4844 + 4839 ] } ], "invites_aggregate": [ - 4836, + 4831, { "distinct_on": [ - 4856, + 4851, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -110284,11 +110287,11 @@ export default { 40 ], "order_by": [ - 4854, + 4849, "[tournament_team_invites_order_by!]" ], "where": [ - 4844 + 4839 ] } ], @@ -110299,13 +110302,13 @@ export default { 257 ], "results": [ - 5765 + 5760 ], "roster": [ - 4876, + 4871, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -110315,19 +110318,19 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], "roster_aggregate": [ - 4877, + 4872, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -110337,11 +110340,11 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], @@ -110352,16 +110355,16 @@ export default { 80 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -110369,10 +110372,10 @@ export default { }, "tournament_teams_aggregate": { "aggregate": [ - 4921 + 4916 ], "nodes": [ - 4917 + 4912 ], "__typename": [ 80 @@ -110380,7 +110383,7 @@ export default { }, "tournament_teams_aggregate_bool_exp": { "count": [ - 4920 + 4915 ], "__typename": [ 80 @@ -110388,13 +110391,13 @@ export default { }, "tournament_teams_aggregate_bool_exp_count": { "arguments": [ - 4939 + 4934 ], "distinct": [ 5 ], "filter": [ - 4926 + 4921 ], "predicate": [ 41 @@ -110405,13 +110408,13 @@ export default { }, "tournament_teams_aggregate_fields": { "avg": [ - 4924 + 4919 ], "count": [ 40, { "columns": [ - 4939, + 4934, "[tournament_teams_select_column!]" ], "distinct": [ @@ -110420,31 +110423,31 @@ export default { } ], "max": [ - 4930 + 4925 ], "min": [ - 4932 + 4927 ], "stddev": [ - 4941 + 4936 ], "stddev_pop": [ - 4943 + 4938 ], "stddev_samp": [ - 4945 + 4940 ], "sum": [ - 4949 + 4944 ], "var_pop": [ - 4953 + 4948 ], "var_samp": [ - 4955 + 4950 ], "variance": [ - 4957 + 4952 ], "__typename": [ 80 @@ -110452,37 +110455,37 @@ export default { }, "tournament_teams_aggregate_order_by": { "avg": [ - 4925 + 4920 ], "count": [ 2971 ], "max": [ - 4931 + 4926 ], "min": [ - 4933 + 4928 ], "stddev": [ - 4942 + 4937 ], "stddev_pop": [ - 4944 + 4939 ], "stddev_samp": [ - 4946 + 4941 ], "sum": [ - 4950 + 4945 ], "var_pop": [ - 4954 + 4949 ], "var_samp": [ - 4956 + 4951 ], "variance": [ - 4958 + 4953 ], "__typename": [ 80 @@ -110490,10 +110493,10 @@ export default { }, "tournament_teams_arr_rel_insert_input": { "data": [ - 4929 + 4924 ], "on_conflict": [ - 4936 + 4931 ], "__typename": [ 80 @@ -110529,40 +110532,40 @@ export default { }, "tournament_teams_bool_exp": { "_and": [ - 4926 + 4921 ], "_not": [ - 4926 + 4921 ], "_or": [ - 4926 + 4921 ], "can_manage": [ 6 ], "captain": [ - 3938 + 3933 ], "captain_steam_id": [ 259 ], "created_at": [ - 4524 + 4519 ], "creator": [ - 3938 + 3933 ], "eligible_at": [ - 4524 + 4519 ], "id": [ - 5025 + 5020 ], "invites": [ - 4844 + 4839 ], "invites_aggregate": [ - 4837 + 4832 ], "name": [ 82 @@ -110571,13 +110574,13 @@ export default { 259 ], "results": [ - 5784 + 5779 ], "roster": [ - 4885 + 4880 ], "roster_aggregate": [ - 4878 + 4873 ], "seed": [ 41 @@ -110586,16 +110589,16 @@ export default { 82 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -110618,25 +110621,25 @@ export default { }, "tournament_teams_insert_input": { "captain": [ - 3945 + 3940 ], "captain_steam_id": [ 257 ], "created_at": [ - 4523 + 4518 ], "creator": [ - 3945 + 3940 ], "eligible_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "invites": [ - 4841 + 4836 ], "name": [ 80 @@ -110645,10 +110648,10 @@ export default { 257 ], "results": [ - 5793 + 5788 ], "roster": [ - 4882 + 4877 ], "seed": [ 40 @@ -110657,16 +110660,16 @@ export default { 80 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -110677,13 +110680,13 @@ export default { 257 ], "created_at": [ - 4523 + 4518 ], "eligible_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -110698,10 +110701,10 @@ export default { 80 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -110747,13 +110750,13 @@ export default { 257 ], "created_at": [ - 4523 + 4518 ], "eligible_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -110768,10 +110771,10 @@ export default { 80 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -110817,7 +110820,7 @@ export default { 40 ], "returning": [ - 4917 + 4912 ], "__typename": [ 80 @@ -110825,10 +110828,10 @@ export default { }, "tournament_teams_obj_rel_insert_input": { "data": [ - 4929 + 4924 ], "on_conflict": [ - 4936 + 4931 ], "__typename": [ 80 @@ -110836,13 +110839,13 @@ export default { }, "tournament_teams_on_conflict": { "constraint": [ - 4927 + 4922 ], "update_columns": [ - 4951 + 4946 ], "where": [ - 4926 + 4921 ], "__typename": [ 80 @@ -110853,7 +110856,7 @@ export default { 2971 ], "captain": [ - 3947 + 3942 ], "captain_steam_id": [ 2971 @@ -110862,7 +110865,7 @@ export default { 2971 ], "creator": [ - 3947 + 3942 ], "eligible_at": [ 2971 @@ -110871,7 +110874,7 @@ export default { 2971 ], "invites_aggregate": [ - 4840 + 4835 ], "name": [ 2971 @@ -110880,10 +110883,10 @@ export default { 2971 ], "results": [ - 5795 + 5790 ], "roster_aggregate": [ - 4881 + 4876 ], "seed": [ 2971 @@ -110892,13 +110895,13 @@ export default { 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -110909,7 +110912,7 @@ export default { }, "tournament_teams_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -110921,13 +110924,13 @@ export default { 257 ], "created_at": [ - 4523 + 4518 ], "eligible_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -110942,10 +110945,10 @@ export default { 80 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -111037,7 +111040,7 @@ export default { }, "tournament_teams_stream_cursor_input": { "initial_value": [ - 4948 + 4943 ], "ordering": [ 313 @@ -111051,13 +111054,13 @@ export default { 257 ], "created_at": [ - 4523 + 4518 ], "eligible_at": [ - 4523 + 4518 ], "id": [ - 5023 + 5018 ], "name": [ 80 @@ -111072,10 +111075,10 @@ export default { 80 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -111112,13 +111115,13 @@ export default { "tournament_teams_update_column": {}, "tournament_teams_updates": { "_inc": [ - 4928 + 4923 ], "_set": [ - 4940 + 4935 ], "where": [ - 4926 + 4921 ], "__typename": [ 80 @@ -111210,16 +111213,16 @@ export default { }, "tournaments": { "admin": [ - 3934 + 3929 ], "auto_start": [ 5 ], "award_configs": [ - 4525, + 4520, { "distinct_on": [ - 4547, + 4542, "[tournament_awards_select_column!]" ], "limit": [ @@ -111229,19 +111232,19 @@ export default { 40 ], "order_by": [ - 4545, + 4540, "[tournament_awards_order_by!]" ], "where": [ - 4534 + 4529 ] } ], "award_configs_aggregate": [ - 4526, + 4521, { "distinct_on": [ - 4547, + 4542, "[tournament_awards_select_column!]" ], "limit": [ @@ -111251,11 +111254,11 @@ export default { 40 ], "order_by": [ - 4545, + 4540, "[tournament_awards_order_by!]" ], "where": [ - 4534 + 4529 ] } ], @@ -111334,10 +111337,10 @@ export default { 5 ], "categories": [ - 4613, + 4608, { "distinct_on": [ - 4631, + 4626, "[tournament_categories_select_column!]" ], "limit": [ @@ -111347,19 +111350,19 @@ export default { 40 ], "order_by": [ - 4629, + 4624, "[tournament_categories_order_by!]" ], "where": [ - 4620 + 4615 ] } ], "categories_aggregate": [ - 4614, + 4609, { "distinct_on": [ - 4631, + 4626, "[tournament_categories_select_column!]" ], "limit": [ @@ -111369,16 +111372,16 @@ export default { 40 ], "order_by": [ - 4629, + 4624, "[tournament_categories_order_by!]" ], "where": [ - 4620 + 4615 ] } ], "created_at": [ - 4523 + 4518 ], "description": [ 80 @@ -111444,7 +111447,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_league": [ 5 @@ -111471,7 +111474,7 @@ export default { 1689 ], "match_options_id": [ - 5023 + 5018 ], "max_players_per_lineup": [ 40 @@ -111489,10 +111492,10 @@ export default { 257 ], "organizer_teams": [ - 4637, + 4632, { "distinct_on": [ - 4655, + 4650, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -111502,19 +111505,19 @@ export default { 40 ], "order_by": [ - 4653, + 4648, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4644 + 4639 ] } ], "organizer_teams_aggregate": [ - 4638, + 4633, { "distinct_on": [ - 4655, + 4650, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -111524,19 +111527,19 @@ export default { 40 ], "order_by": [ - 4653, + 4648, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4644 + 4639 ] } ], "organizers": [ - 4661, + 4656, { "distinct_on": [ - 4682, + 4677, "[tournament_organizers_select_column!]" ], "limit": [ @@ -111546,19 +111549,19 @@ export default { 40 ], "order_by": [ - 4680, + 4675, "[tournament_organizers_order_by!]" ], "where": [ - 4670 + 4665 ] } ], "organizers_aggregate": [ - 4662, + 4657, { "distinct_on": [ - 4682, + 4677, "[tournament_organizers_select_column!]" ], "limit": [ @@ -111568,19 +111571,19 @@ export default { 40 ], "order_by": [ - 4680, + 4675, "[tournament_organizers_order_by!]" ], "where": [ - 4670 + 4665 ] } ], "player_stats": [ - 5876, + 5871, { "distinct_on": [ - 5902, + 5897, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -111590,19 +111593,19 @@ export default { 40 ], "order_by": [ - 5901, + 5896, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5895 + 5890 ] } ], "player_stats_aggregate": [ - 5877, + 5872, { "distinct_on": [ - 5902, + 5897, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -111612,19 +111615,19 @@ export default { 40 ], "order_by": [ - 5901, + 5896, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5895 + 5890 ] } ], "prizes": [ - 4702, + 4697, { "distinct_on": [ - 4723, + 4718, "[tournament_prizes_select_column!]" ], "limit": [ @@ -111634,19 +111637,19 @@ export default { 40 ], "order_by": [ - 4721, + 4716, "[tournament_prizes_order_by!]" ], "where": [ - 4711 + 4706 ] } ], "prizes_aggregate": [ - 4703, + 4698, { "distinct_on": [ - 4723, + 4718, "[tournament_prizes_select_column!]" ], "limit": [ @@ -111656,19 +111659,19 @@ export default { 40 ], "order_by": [ - 4721, + 4716, "[tournament_prizes_order_by!]" ], "where": [ - 4711 + 4706 ] } ], "results": [ - 5825, + 5820, { "distinct_on": [ - 5851, + 5846, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -111678,19 +111681,19 @@ export default { 40 ], "order_by": [ - 5850, + 5845, "[v_team_tournament_results_order_by!]" ], "where": [ - 5844 + 5839 ] } ], "results_aggregate": [ - 5826, + 5821, { "distinct_on": [ - 5851, + 5846, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -111700,19 +111703,19 @@ export default { 40 ], "order_by": [ - 5850, + 5845, "[v_team_tournament_results_order_by!]" ], "where": [ - 5844 + 5839 ] } ], "rosters": [ - 4876, + 4871, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -111722,19 +111725,19 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], "rosters_aggregate": [ - 4877, + 4872, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -111744,11 +111747,11 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], @@ -111756,10 +111759,10 @@ export default { 80 ], "stages": [ - 4784, + 4779, { "distinct_on": [ - 4813, + 4808, "[tournament_stages_select_column!]" ], "limit": [ @@ -111769,19 +111772,19 @@ export default { 40 ], "order_by": [ - 4810, + 4805, "[tournament_stages_order_by!]" ], "where": [ - 4796 + 4791 ] } ], "stages_aggregate": [ - 4785, + 4780, { "distinct_on": [ - 4813, + 4808, "[tournament_stages_select_column!]" ], "limit": [ @@ -111791,25 +111794,25 @@ export default { 40 ], "order_by": [ - 4810, + 4805, "[tournament_stages_order_by!]" ], "where": [ - 4796 + 4791 ] } ], "start": [ - 4523 + 4518 ], "status": [ 1354 ], "teams": [ - 4917, + 4912, { "distinct_on": [ - 4939, + 4934, "[tournament_teams_select_column!]" ], "limit": [ @@ -111819,19 +111822,19 @@ export default { 40 ], "order_by": [ - 4937, + 4932, "[tournament_teams_order_by!]" ], "where": [ - 4926 + 4921 ] } ], "teams_aggregate": [ - 4918, + 4913, { "distinct_on": [ - 4939, + 4934, "[tournament_teams_select_column!]" ], "limit": [ @@ -111841,11 +111844,11 @@ export default { 40 ], "order_by": [ - 4937, + 4932, "[tournament_teams_order_by!]" ], "where": [ - 4926 + 4921 ] } ], @@ -111855,10 +111858,10 @@ export default { }, "tournaments_aggregate": { "aggregate": [ - 4975 + 4970 ], "nodes": [ - 4959 + 4954 ], "__typename": [ 80 @@ -111866,37 +111869,37 @@ export default { }, "tournaments_aggregate_bool_exp": { "avg": [ - 4962 + 4957 ], "bool_and": [ - 4963 + 4958 ], "bool_or": [ - 4964 + 4959 ], "corr": [ - 4965 + 4960 ], "count": [ - 4967 + 4962 ], "covar_samp": [ - 4968 + 4963 ], "max": [ - 4970 + 4965 ], "min": [ - 4971 + 4966 ], "stddev_samp": [ - 4972 + 4967 ], "sum": [ - 4973 + 4968 ], "var_samp": [ - 4974 + 4969 ], "__typename": [ 80 @@ -111904,13 +111907,13 @@ export default { }, "tournaments_aggregate_bool_exp_avg": { "arguments": [ - 4994 + 4989 ], "distinct": [ 5 ], "filter": [ - 4980 + 4975 ], "predicate": [ 1690 @@ -111921,13 +111924,13 @@ export default { }, "tournaments_aggregate_bool_exp_bool_and": { "arguments": [ - 4995 + 4990 ], "distinct": [ 5 ], "filter": [ - 4980 + 4975 ], "predicate": [ 6 @@ -111938,13 +111941,13 @@ export default { }, "tournaments_aggregate_bool_exp_bool_or": { "arguments": [ - 4996 + 4991 ], "distinct": [ 5 ], "filter": [ - 4980 + 4975 ], "predicate": [ 6 @@ -111955,13 +111958,13 @@ export default { }, "tournaments_aggregate_bool_exp_corr": { "arguments": [ - 4966 + 4961 ], "distinct": [ 5 ], "filter": [ - 4980 + 4975 ], "predicate": [ 1690 @@ -111972,10 +111975,10 @@ export default { }, "tournaments_aggregate_bool_exp_corr_arguments": { "X": [ - 4997 + 4992 ], "Y": [ - 4997 + 4992 ], "__typename": [ 80 @@ -111983,13 +111986,13 @@ export default { }, "tournaments_aggregate_bool_exp_count": { "arguments": [ - 4993 + 4988 ], "distinct": [ 5 ], "filter": [ - 4980 + 4975 ], "predicate": [ 41 @@ -112000,13 +112003,13 @@ export default { }, "tournaments_aggregate_bool_exp_covar_samp": { "arguments": [ - 4969 + 4964 ], "distinct": [ 5 ], "filter": [ - 4980 + 4975 ], "predicate": [ 1690 @@ -112017,10 +112020,10 @@ export default { }, "tournaments_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 4998 + 4993 ], "Y": [ - 4998 + 4993 ], "__typename": [ 80 @@ -112028,13 +112031,13 @@ export default { }, "tournaments_aggregate_bool_exp_max": { "arguments": [ - 4999 + 4994 ], "distinct": [ 5 ], "filter": [ - 4980 + 4975 ], "predicate": [ 1690 @@ -112045,13 +112048,13 @@ export default { }, "tournaments_aggregate_bool_exp_min": { "arguments": [ - 5000 + 4995 ], "distinct": [ 5 ], "filter": [ - 4980 + 4975 ], "predicate": [ 1690 @@ -112062,13 +112065,13 @@ export default { }, "tournaments_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5001 + 4996 ], "distinct": [ 5 ], "filter": [ - 4980 + 4975 ], "predicate": [ 1690 @@ -112079,13 +112082,13 @@ export default { }, "tournaments_aggregate_bool_exp_sum": { "arguments": [ - 5002 + 4997 ], "distinct": [ 5 ], "filter": [ - 4980 + 4975 ], "predicate": [ 1690 @@ -112096,13 +112099,13 @@ export default { }, "tournaments_aggregate_bool_exp_var_samp": { "arguments": [ - 5003 + 4998 ], "distinct": [ 5 ], "filter": [ - 4980 + 4975 ], "predicate": [ 1690 @@ -112113,13 +112116,13 @@ export default { }, "tournaments_aggregate_fields": { "avg": [ - 4978 + 4973 ], "count": [ 40, { "columns": [ - 4993, + 4988, "[tournaments_select_column!]" ], "distinct": [ @@ -112128,31 +112131,31 @@ export default { } ], "max": [ - 4984 + 4979 ], "min": [ - 4986 + 4981 ], "stddev": [ - 5005 + 5000 ], "stddev_pop": [ - 5007 + 5002 ], "stddev_samp": [ - 5009 + 5004 ], "sum": [ - 5013 + 5008 ], "var_pop": [ - 5017 + 5012 ], "var_samp": [ - 5019 + 5014 ], "variance": [ - 5021 + 5016 ], "__typename": [ 80 @@ -112160,37 +112163,37 @@ export default { }, "tournaments_aggregate_order_by": { "avg": [ - 4979 + 4974 ], "count": [ 2971 ], "max": [ - 4985 + 4980 ], "min": [ - 4987 + 4982 ], "stddev": [ - 5006 + 5001 ], "stddev_pop": [ - 5008 + 5003 ], "stddev_samp": [ - 5010 + 5005 ], "sum": [ - 5014 + 5009 ], "var_pop": [ - 5018 + 5013 ], "var_samp": [ - 5020 + 5015 ], "variance": [ - 5022 + 5017 ], "__typename": [ 80 @@ -112198,10 +112201,10 @@ export default { }, "tournaments_arr_rel_insert_input": { "data": [ - 4983 + 4978 ], "on_conflict": [ - 4990 + 4985 ], "__typename": [ 80 @@ -112243,25 +112246,25 @@ export default { }, "tournaments_bool_exp": { "_and": [ - 4980 + 4975 ], "_not": [ - 4980 + 4975 ], "_or": [ - 4980 + 4975 ], "admin": [ - 3938 + 3933 ], "auto_start": [ 6 ], "award_configs": [ - 4534 + 4529 ], "award_configs_aggregate": [ - 4527 + 4522 ], "awards": [ 197 @@ -112300,13 +112303,13 @@ export default { 6 ], "categories": [ - 4620 + 4615 ], "categories_aggregate": [ - 4615 + 4610 ], "created_at": [ - 4524 + 4519 ], "description": [ 82 @@ -112372,7 +112375,7 @@ export default { 82 ], "id": [ - 5025 + 5020 ], "is_league": [ 6 @@ -112399,7 +112402,7 @@ export default { 1690 ], "match_options_id": [ - 5025 + 5020 ], "max_players_per_lineup": [ 41 @@ -112417,61 +112420,61 @@ export default { 259 ], "organizer_teams": [ - 4644 + 4639 ], "organizer_teams_aggregate": [ - 4639 + 4634 ], "organizers": [ - 4670 + 4665 ], "organizers_aggregate": [ - 4663 + 4658 ], "player_stats": [ - 5895 + 5890 ], "player_stats_aggregate": [ - 5878 + 5873 ], "prizes": [ - 4711 + 4706 ], "prizes_aggregate": [ - 4704 + 4699 ], "results": [ - 5844 + 5839 ], "results_aggregate": [ - 5827 + 5822 ], "rosters": [ - 4885 + 4880 ], "rosters_aggregate": [ - 4878 + 4873 ], "scheduling_mode": [ 82 ], "stages": [ - 4796 + 4791 ], "stages_aggregate": [ - 4786 + 4781 ], "start": [ - 4524 + 4519 ], "status": [ 1355 ], "teams": [ - 4926 + 4921 ], "teams_aggregate": [ - 4919 + 4914 ], "__typename": [ 80 @@ -112494,13 +112497,13 @@ export default { }, "tournaments_insert_input": { "admin": [ - 3945 + 3940 ], "auto_start": [ 5 ], "award_configs": [ - 4531 + 4526 ], "awards": [ 194 @@ -112512,10 +112515,10 @@ export default { 80 ], "categories": [ - 4619 + 4614 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 @@ -112578,7 +112581,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_league": [ 5 @@ -112599,7 +112602,7 @@ export default { 1689 ], "match_options_id": [ - 5023 + 5018 ], "name": [ 80 @@ -112611,37 +112614,37 @@ export default { 257 ], "organizer_teams": [ - 4643 + 4638 ], "organizers": [ - 4667 + 4662 ], "player_stats": [ - 5892 + 5887 ], "prizes": [ - 4708 + 4703 ], "results": [ - 5841 + 5836 ], "rosters": [ - 4882 + 4877 ], "scheduling_mode": [ 80 ], "stages": [ - 4793 + 4788 ], "start": [ - 4523 + 4518 ], "status": [ 1354 ], "teams": [ - 4923 + 4918 ], "__typename": [ 80 @@ -112652,7 +112655,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 @@ -112670,7 +112673,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "latitude": [ 1689 @@ -112685,7 +112688,7 @@ export default { 1689 ], "match_options_id": [ - 5023 + 5018 ], "max_players_per_lineup": [ 40 @@ -112703,7 +112706,7 @@ export default { 80 ], "start": [ - 4523 + 4518 ], "__typename": [ 80 @@ -112770,7 +112773,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 @@ -112788,7 +112791,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "latitude": [ 1689 @@ -112803,7 +112806,7 @@ export default { 1689 ], "match_options_id": [ - 5023 + 5018 ], "max_players_per_lineup": [ 40 @@ -112821,7 +112824,7 @@ export default { 80 ], "start": [ - 4523 + 4518 ], "__typename": [ 80 @@ -112888,7 +112891,7 @@ export default { 40 ], "returning": [ - 4959 + 4954 ], "__typename": [ 80 @@ -112896,10 +112899,10 @@ export default { }, "tournaments_obj_rel_insert_input": { "data": [ - 4983 + 4978 ], "on_conflict": [ - 4990 + 4985 ], "__typename": [ 80 @@ -112907,13 +112910,13 @@ export default { }, "tournaments_on_conflict": { "constraint": [ - 4981 + 4976 ], "update_columns": [ - 5015 + 5010 ], "where": [ - 4980 + 4975 ], "__typename": [ 80 @@ -112921,13 +112924,13 @@ export default { }, "tournaments_order_by": { "admin": [ - 3947 + 3942 ], "auto_start": [ 2971 ], "award_configs_aggregate": [ - 4530 + 4525 ], "awards_aggregate": [ 193 @@ -112963,7 +112966,7 @@ export default { 2971 ], "categories_aggregate": [ - 4618 + 4613 ], "created_at": [ 2971 @@ -113077,28 +113080,28 @@ export default { 2971 ], "organizer_teams_aggregate": [ - 4642 + 4637 ], "organizers_aggregate": [ - 4666 + 4661 ], "player_stats_aggregate": [ - 5891 + 5886 ], "prizes_aggregate": [ - 4707 + 4702 ], "results_aggregate": [ - 5840 + 5835 ], "rosters_aggregate": [ - 4881 + 4876 ], "scheduling_mode": [ 2971 ], "stages_aggregate": [ - 4791 + 4786 ], "start": [ 2971 @@ -113107,7 +113110,7 @@ export default { 2971 ], "teams_aggregate": [ - 4922 + 4917 ], "__typename": [ 80 @@ -113115,7 +113118,7 @@ export default { }, "tournaments_pk_columns_input": { "id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -113143,7 +113146,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 @@ -113203,7 +113206,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_league": [ 5 @@ -113221,7 +113224,7 @@ export default { 1689 ], "match_options_id": [ - 5023 + 5018 ], "name": [ 80 @@ -113233,7 +113236,7 @@ export default { 80 ], "start": [ - 4523 + 4518 ], "status": [ 1354 @@ -113346,7 +113349,7 @@ export default { }, "tournaments_stream_cursor_input": { "initial_value": [ - 5012 + 5007 ], "ordering": [ 313 @@ -113366,7 +113369,7 @@ export default { 80 ], "created_at": [ - 4523 + 4518 ], "description": [ 80 @@ -113426,7 +113429,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "is_league": [ 5 @@ -113444,7 +113447,7 @@ export default { 1689 ], "match_options_id": [ - 5023 + 5018 ], "name": [ 80 @@ -113456,7 +113459,7 @@ export default { 80 ], "start": [ - 4523 + 4518 ], "status": [ 1354 @@ -113502,13 +113505,13 @@ export default { "tournaments_update_column": {}, "tournaments_updates": { "_inc": [ - 4982 + 4977 ], "_set": [ - 5004 + 4999 ], "where": [ - 4980 + 4975 ], "__typename": [ 80 @@ -113619,37 +113622,37 @@ export default { "uuid": {}, "uuid_array_comparison_exp": { "_contained_in": [ - 5023 + 5018 ], "_contains": [ - 5023 + 5018 ], "_eq": [ - 5023 + 5018 ], "_gt": [ - 5023 + 5018 ], "_gte": [ - 5023 + 5018 ], "_in": [ - 5023 + 5018 ], "_is_null": [ 5 ], "_lt": [ - 5023 + 5018 ], "_lte": [ - 5023 + 5018 ], "_neq": [ - 5023 + 5018 ], "_nin": [ - 5023 + 5018 ], "__typename": [ 80 @@ -113657,31 +113660,31 @@ export default { }, "uuid_comparison_exp": { "_eq": [ - 5023 + 5018 ], "_gt": [ - 5023 + 5018 ], "_gte": [ - 5023 + 5018 ], "_in": [ - 5023 + 5018 ], "_is_null": [ 5 ], "_lt": [ - 5023 + 5018 ], "_lte": [ - 5023 + 5018 ], "_neq": [ - 5023 + 5018 ], "_nin": [ - 5023 + 5018 ], "__typename": [ 80 @@ -113698,7 +113701,7 @@ export default { 1661 ], "event_id": [ - 5023 + 5018 ], "headshot_percentage": [ 1689 @@ -113716,7 +113719,7 @@ export default { 40 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 @@ -113727,10 +113730,10 @@ export default { }, "v_event_player_stats_aggregate": { "aggregate": [ - 5040 + 5035 ], "nodes": [ - 5026 + 5021 ], "__typename": [ 80 @@ -113738,31 +113741,31 @@ export default { }, "v_event_player_stats_aggregate_bool_exp": { "avg": [ - 5029 + 5024 ], "corr": [ - 5030 + 5025 ], "count": [ - 5032 + 5027 ], "covar_samp": [ - 5033 + 5028 ], "max": [ - 5035 + 5030 ], "min": [ - 5036 + 5031 ], "stddev_samp": [ - 5037 + 5032 ], "sum": [ - 5038 + 5033 ], "var_samp": [ - 5039 + 5034 ], "__typename": [ 80 @@ -113770,13 +113773,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 5053 + 5048 ], "distinct": [ 5 ], "filter": [ - 5045 + 5040 ], "predicate": [ 1690 @@ -113787,13 +113790,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 5031 + 5026 ], "distinct": [ 5 ], "filter": [ - 5045 + 5040 ], "predicate": [ 1690 @@ -113804,10 +113807,10 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 5054 + 5049 ], "Y": [ - 5054 + 5049 ], "__typename": [ 80 @@ -113815,13 +113818,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_count": { "arguments": [ - 5052 + 5047 ], "distinct": [ 5 ], "filter": [ - 5045 + 5040 ], "predicate": [ 41 @@ -113832,13 +113835,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 5034 + 5029 ], "distinct": [ 5 ], "filter": [ - 5045 + 5040 ], "predicate": [ 1690 @@ -113849,10 +113852,10 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5055 + 5050 ], "Y": [ - 5055 + 5050 ], "__typename": [ 80 @@ -113860,13 +113863,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_max": { "arguments": [ - 5056 + 5051 ], "distinct": [ 5 ], "filter": [ - 5045 + 5040 ], "predicate": [ 1690 @@ -113877,13 +113880,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_min": { "arguments": [ - 5057 + 5052 ], "distinct": [ 5 ], "filter": [ - 5045 + 5040 ], "predicate": [ 1690 @@ -113894,13 +113897,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5058 + 5053 ], "distinct": [ 5 ], "filter": [ - 5045 + 5040 ], "predicate": [ 1690 @@ -113911,13 +113914,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 5059 + 5054 ], "distinct": [ 5 ], "filter": [ - 5045 + 5040 ], "predicate": [ 1690 @@ -113928,13 +113931,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 5060 + 5055 ], "distinct": [ 5 ], "filter": [ - 5045 + 5040 ], "predicate": [ 1690 @@ -113945,13 +113948,13 @@ export default { }, "v_event_player_stats_aggregate_fields": { "avg": [ - 5043 + 5038 ], "count": [ 40, { "columns": [ - 5052, + 5047, "[v_event_player_stats_select_column!]" ], "distinct": [ @@ -113960,31 +113963,31 @@ export default { } ], "max": [ - 5047 + 5042 ], "min": [ - 5049 + 5044 ], "stddev": [ - 5061 + 5056 ], "stddev_pop": [ - 5063 + 5058 ], "stddev_samp": [ - 5065 + 5060 ], "sum": [ - 5069 + 5064 ], "var_pop": [ - 5071 + 5066 ], "var_samp": [ - 5073 + 5068 ], "variance": [ - 5075 + 5070 ], "__typename": [ 80 @@ -113992,37 +113995,37 @@ export default { }, "v_event_player_stats_aggregate_order_by": { "avg": [ - 5044 + 5039 ], "count": [ 2971 ], "max": [ - 5048 + 5043 ], "min": [ - 5050 + 5045 ], "stddev": [ - 5062 + 5057 ], "stddev_pop": [ - 5064 + 5059 ], "stddev_samp": [ - 5066 + 5061 ], "sum": [ - 5070 + 5065 ], "var_pop": [ - 5072 + 5067 ], "var_samp": [ - 5074 + 5069 ], "variance": [ - 5076 + 5071 ], "__typename": [ 80 @@ -114030,7 +114033,7 @@ export default { }, "v_event_player_stats_arr_rel_insert_input": { "data": [ - 5046 + 5041 ], "__typename": [ 80 @@ -114096,13 +114099,13 @@ export default { }, "v_event_player_stats_bool_exp": { "_and": [ - 5045 + 5040 ], "_not": [ - 5045 + 5040 ], "_or": [ - 5045 + 5040 ], "assists": [ 41 @@ -114114,7 +114117,7 @@ export default { 1665 ], "event_id": [ - 5025 + 5020 ], "headshot_percentage": [ 1690 @@ -114132,7 +114135,7 @@ export default { 41 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 @@ -114152,7 +114155,7 @@ export default { 1672 ], "event_id": [ - 5023 + 5018 ], "headshot_percentage": [ 1689 @@ -114170,7 +114173,7 @@ export default { 40 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 @@ -114187,7 +114190,7 @@ export default { 40 ], "event_id": [ - 5023 + 5018 ], "headshot_percentage": [ 1689 @@ -114251,7 +114254,7 @@ export default { 40 ], "event_id": [ - 5023 + 5018 ], "headshot_percentage": [ 1689 @@ -114336,7 +114339,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 @@ -114530,7 +114533,7 @@ export default { }, "v_event_player_stats_stream_cursor_input": { "initial_value": [ - 5068 + 5063 ], "ordering": [ 313 @@ -114547,7 +114550,7 @@ export default { 40 ], "event_id": [ - 5023 + 5018 ], "headshot_percentage": [ 1689 @@ -114852,10 +114855,10 @@ export default { }, "v_gpu_pool_status_aggregate": { "aggregate": [ - 5079 + 5074 ], "nodes": [ - 5077 + 5072 ], "__typename": [ 80 @@ -114863,13 +114866,13 @@ export default { }, "v_gpu_pool_status_aggregate_fields": { "avg": [ - 5080 + 5075 ], "count": [ 40, { "columns": [ - 5085, + 5080, "[v_gpu_pool_status_select_column!]" ], "distinct": [ @@ -114878,31 +114881,31 @@ export default { } ], "max": [ - 5082 + 5077 ], "min": [ - 5083 + 5078 ], "stddev": [ - 5086 + 5081 ], "stddev_pop": [ - 5087 + 5082 ], "stddev_samp": [ - 5088 + 5083 ], "sum": [ - 5091 + 5086 ], "var_pop": [ - 5092 + 5087 ], "var_samp": [ - 5093 + 5088 ], "variance": [ - 5094 + 5089 ], "__typename": [ 80 @@ -114945,13 +114948,13 @@ export default { }, "v_gpu_pool_status_bool_exp": { "_and": [ - 5081 + 5076 ], "_not": [ - 5081 + 5076 ], "_or": [ - 5081 + 5076 ], "demo_free_gpu_nodes": [ 41 @@ -115224,7 +115227,7 @@ export default { }, "v_gpu_pool_status_stream_cursor_input": { "initial_value": [ - 5090 + 5085 ], "ordering": [ 313 @@ -115428,22 +115431,22 @@ export default { 40 ], "league_division_id": [ - 5023 + 5018 ], "league_season_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team": [ 2202 ], "league_team_id": [ - 5023 + 5018 ], "league_team_season_id": [ - 5023 + 5018 ], "losses": [ 40 @@ -115479,7 +115482,7 @@ export default { 2160 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -115490,10 +115493,10 @@ export default { }, "v_league_division_standings_aggregate": { "aggregate": [ - 5099 + 5094 ], "nodes": [ - 5095 + 5090 ], "__typename": [ 80 @@ -115501,7 +115504,7 @@ export default { }, "v_league_division_standings_aggregate_bool_exp": { "count": [ - 5098 + 5093 ], "__typename": [ 80 @@ -115509,13 +115512,13 @@ export default { }, "v_league_division_standings_aggregate_bool_exp_count": { "arguments": [ - 5111 + 5106 ], "distinct": [ 5 ], "filter": [ - 5104 + 5099 ], "predicate": [ 41 @@ -115526,13 +115529,13 @@ export default { }, "v_league_division_standings_aggregate_fields": { "avg": [ - 5102 + 5097 ], "count": [ 40, { "columns": [ - 5111, + 5106, "[v_league_division_standings_select_column!]" ], "distinct": [ @@ -115541,31 +115544,31 @@ export default { } ], "max": [ - 5106 + 5101 ], "min": [ - 5108 + 5103 ], "stddev": [ - 5112 + 5107 ], "stddev_pop": [ - 5114 + 5109 ], "stddev_samp": [ - 5116 + 5111 ], "sum": [ - 5120 + 5115 ], "var_pop": [ - 5122 + 5117 ], "var_samp": [ - 5124 + 5119 ], "variance": [ - 5126 + 5121 ], "__typename": [ 80 @@ -115573,37 +115576,37 @@ export default { }, "v_league_division_standings_aggregate_order_by": { "avg": [ - 5103 + 5098 ], "count": [ 2971 ], "max": [ - 5107 + 5102 ], "min": [ - 5109 + 5104 ], "stddev": [ - 5113 + 5108 ], "stddev_pop": [ - 5115 + 5110 ], "stddev_samp": [ - 5117 + 5112 ], "sum": [ - 5121 + 5116 ], "var_pop": [ - 5123 + 5118 ], "var_samp": [ - 5125 + 5120 ], "variance": [ - 5127 + 5122 ], "__typename": [ 80 @@ -115611,7 +115614,7 @@ export default { }, "v_league_division_standings_arr_rel_insert_input": { "data": [ - 5105 + 5100 ], "__typename": [ 80 @@ -115701,13 +115704,13 @@ export default { }, "v_league_division_standings_bool_exp": { "_and": [ - 5104 + 5099 ], "_not": [ - 5104 + 5099 ], "_or": [ - 5104 + 5099 ], "head_to_head_match_wins": [ 41 @@ -115716,22 +115719,22 @@ export default { 41 ], "league_division_id": [ - 5025 + 5020 ], "league_season_division_id": [ - 5025 + 5020 ], "league_season_id": [ - 5025 + 5020 ], "league_team": [ 2205 ], "league_team_id": [ - 5025 + 5020 ], "league_team_season_id": [ - 5025 + 5020 ], "losses": [ 41 @@ -115767,7 +115770,7 @@ export default { 2169 ], "tournament_team_id": [ - 5025 + 5020 ], "wins": [ 41 @@ -115784,22 +115787,22 @@ export default { 40 ], "league_division_id": [ - 5023 + 5018 ], "league_season_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team": [ 2211 ], "league_team_id": [ - 5023 + 5018 ], "league_team_season_id": [ - 5023 + 5018 ], "losses": [ 40 @@ -115835,7 +115838,7 @@ export default { 2178 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -115852,19 +115855,19 @@ export default { 40 ], "league_division_id": [ - 5023 + 5018 ], "league_season_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "league_team_season_id": [ - 5023 + 5018 ], "losses": [ 40 @@ -115894,7 +115897,7 @@ export default { 40 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -115970,19 +115973,19 @@ export default { 40 ], "league_division_id": [ - 5023 + 5018 ], "league_season_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "league_team_season_id": [ - 5023 + 5018 ], "losses": [ 40 @@ -116012,7 +116015,7 @@ export default { 40 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -116397,7 +116400,7 @@ export default { }, "v_league_division_standings_stream_cursor_input": { "initial_value": [ - 5119 + 5114 ], "ordering": [ 313 @@ -116414,19 +116417,19 @@ export default { 40 ], "league_division_id": [ - 5023 + 5018 ], "league_season_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "league_team_season_id": [ - 5023 + 5018 ], "losses": [ 40 @@ -116456,7 +116459,7 @@ export default { 40 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -116813,28 +116816,28 @@ export default { 40 ], "league_division_id": [ - 5023 + 5018 ], "league_season_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team": [ 2202 ], "league_team_id": [ - 5023 + 5018 ], "league_team_season_id": [ - 5023 + 5018 ], "matches_played": [ 40 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 @@ -116845,10 +116848,10 @@ export default { }, "v_league_season_player_stats_aggregate": { "aggregate": [ - 5142 + 5137 ], "nodes": [ - 5128 + 5123 ], "__typename": [ 80 @@ -116856,31 +116859,31 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp": { "avg": [ - 5131 + 5126 ], "corr": [ - 5132 + 5127 ], "count": [ - 5134 + 5129 ], "covar_samp": [ - 5135 + 5130 ], "max": [ - 5137 + 5132 ], "min": [ - 5138 + 5133 ], "stddev_samp": [ - 5139 + 5134 ], "sum": [ - 5140 + 5135 ], "var_samp": [ - 5141 + 5136 ], "__typename": [ 80 @@ -116888,13 +116891,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 5155 + 5150 ], "distinct": [ 5 ], "filter": [ - 5147 + 5142 ], "predicate": [ 1690 @@ -116905,13 +116908,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 5133 + 5128 ], "distinct": [ 5 ], "filter": [ - 5147 + 5142 ], "predicate": [ 1690 @@ -116922,10 +116925,10 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 5156 + 5151 ], "Y": [ - 5156 + 5151 ], "__typename": [ 80 @@ -116933,13 +116936,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_count": { "arguments": [ - 5154 + 5149 ], "distinct": [ 5 ], "filter": [ - 5147 + 5142 ], "predicate": [ 41 @@ -116950,13 +116953,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 5136 + 5131 ], "distinct": [ 5 ], "filter": [ - 5147 + 5142 ], "predicate": [ 1690 @@ -116967,10 +116970,10 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5157 + 5152 ], "Y": [ - 5157 + 5152 ], "__typename": [ 80 @@ -116978,13 +116981,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_max": { "arguments": [ - 5158 + 5153 ], "distinct": [ 5 ], "filter": [ - 5147 + 5142 ], "predicate": [ 1690 @@ -116995,13 +116998,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_min": { "arguments": [ - 5159 + 5154 ], "distinct": [ 5 ], "filter": [ - 5147 + 5142 ], "predicate": [ 1690 @@ -117012,13 +117015,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5160 + 5155 ], "distinct": [ 5 ], "filter": [ - 5147 + 5142 ], "predicate": [ 1690 @@ -117029,13 +117032,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 5161 + 5156 ], "distinct": [ 5 ], "filter": [ - 5147 + 5142 ], "predicate": [ 1690 @@ -117046,13 +117049,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 5162 + 5157 ], "distinct": [ 5 ], "filter": [ - 5147 + 5142 ], "predicate": [ 1690 @@ -117063,13 +117066,13 @@ export default { }, "v_league_season_player_stats_aggregate_fields": { "avg": [ - 5145 + 5140 ], "count": [ 40, { "columns": [ - 5154, + 5149, "[v_league_season_player_stats_select_column!]" ], "distinct": [ @@ -117078,31 +117081,31 @@ export default { } ], "max": [ - 5149 + 5144 ], "min": [ - 5151 + 5146 ], "stddev": [ - 5163 + 5158 ], "stddev_pop": [ - 5165 + 5160 ], "stddev_samp": [ - 5167 + 5162 ], "sum": [ - 5171 + 5166 ], "var_pop": [ - 5173 + 5168 ], "var_samp": [ - 5175 + 5170 ], "variance": [ - 5177 + 5172 ], "__typename": [ 80 @@ -117110,37 +117113,37 @@ export default { }, "v_league_season_player_stats_aggregate_order_by": { "avg": [ - 5146 + 5141 ], "count": [ 2971 ], "max": [ - 5150 + 5145 ], "min": [ - 5152 + 5147 ], "stddev": [ - 5164 + 5159 ], "stddev_pop": [ - 5166 + 5161 ], "stddev_samp": [ - 5168 + 5163 ], "sum": [ - 5172 + 5167 ], "var_pop": [ - 5174 + 5169 ], "var_samp": [ - 5176 + 5171 ], "variance": [ - 5178 + 5173 ], "__typename": [ 80 @@ -117148,7 +117151,7 @@ export default { }, "v_league_season_player_stats_arr_rel_insert_input": { "data": [ - 5148 + 5143 ], "__typename": [ 80 @@ -117214,13 +117217,13 @@ export default { }, "v_league_season_player_stats_bool_exp": { "_and": [ - 5147 + 5142 ], "_not": [ - 5147 + 5142 ], "_or": [ - 5147 + 5142 ], "assists": [ 41 @@ -117241,28 +117244,28 @@ export default { 41 ], "league_division_id": [ - 5025 + 5020 ], "league_season_division_id": [ - 5025 + 5020 ], "league_season_id": [ - 5025 + 5020 ], "league_team": [ 2205 ], "league_team_id": [ - 5025 + 5020 ], "league_team_season_id": [ - 5025 + 5020 ], "matches_played": [ 41 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 @@ -117291,28 +117294,28 @@ export default { 40 ], "league_division_id": [ - 5023 + 5018 ], "league_season_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team": [ 2211 ], "league_team_id": [ - 5023 + 5018 ], "league_team_season_id": [ - 5023 + 5018 ], "matches_played": [ 40 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 @@ -117341,19 +117344,19 @@ export default { 40 ], "league_division_id": [ - 5023 + 5018 ], "league_season_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "league_team_season_id": [ - 5023 + 5018 ], "matches_played": [ 40 @@ -117429,19 +117432,19 @@ export default { 40 ], "league_division_id": [ - 5023 + 5018 ], "league_season_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "league_team_season_id": [ - 5023 + 5018 ], "matches_played": [ 40 @@ -117538,7 +117541,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 @@ -117732,7 +117735,7 @@ export default { }, "v_league_season_player_stats_stream_cursor_input": { "initial_value": [ - 5170 + 5165 ], "ordering": [ 313 @@ -117761,19 +117764,19 @@ export default { 40 ], "league_division_id": [ - 5023 + 5018 ], "league_season_division_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "league_team_id": [ - 5023 + 5018 ], "league_team_season_id": [ - 5023 + 5018 ], "matches_played": [ 40 @@ -118025,19 +118028,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "lineup": [ 2466 ], "match_lineup_id": [ - 5023 + 5018 ], "placeholder_name": [ 80 ], "player": [ - 3934 + 3929 ], "steam_id": [ 257 @@ -118048,10 +118051,10 @@ export default { }, "v_match_captains_aggregate": { "aggregate": [ - 5181 + 5176 ], "nodes": [ - 5179 + 5174 ], "__typename": [ 80 @@ -118059,13 +118062,13 @@ export default { }, "v_match_captains_aggregate_fields": { "avg": [ - 5182 + 5177 ], "count": [ 40, { "columns": [ - 5191, + 5186, "[v_match_captains_select_column!]" ], "distinct": [ @@ -118074,31 +118077,31 @@ export default { } ], "max": [ - 5186 + 5181 ], "min": [ - 5187 + 5182 ], "stddev": [ - 5193 + 5188 ], "stddev_pop": [ - 5194 + 5189 ], "stddev_samp": [ - 5195 + 5190 ], "sum": [ - 5198 + 5193 ], "var_pop": [ - 5200 + 5195 ], "var_samp": [ - 5201 + 5196 ], "variance": [ - 5202 + 5197 ], "__typename": [ 80 @@ -118114,13 +118117,13 @@ export default { }, "v_match_captains_bool_exp": { "_and": [ - 5183 + 5178 ], "_not": [ - 5183 + 5178 ], "_or": [ - 5183 + 5178 ], "captain": [ 6 @@ -118129,19 +118132,19 @@ export default { 82 ], "id": [ - 5025 + 5020 ], "lineup": [ 2475 ], "match_lineup_id": [ - 5025 + 5020 ], "placeholder_name": [ 82 ], "player": [ - 3938 + 3933 ], "steam_id": [ 259 @@ -118166,19 +118169,19 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "lineup": [ 2484 ], "match_lineup_id": [ - 5023 + 5018 ], "placeholder_name": [ 80 ], "player": [ - 3945 + 3940 ], "steam_id": [ 257 @@ -118192,10 +118195,10 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "placeholder_name": [ 80 @@ -118212,10 +118215,10 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "placeholder_name": [ 80 @@ -118232,7 +118235,7 @@ export default { 40 ], "returning": [ - 5179 + 5174 ], "__typename": [ 80 @@ -118240,7 +118243,7 @@ export default { }, "v_match_captains_obj_rel_insert_input": { "data": [ - 5185 + 5180 ], "__typename": [ 80 @@ -118266,7 +118269,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "steam_id": [ 2971 @@ -118284,10 +118287,10 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "placeholder_name": [ 80 @@ -118325,7 +118328,7 @@ export default { }, "v_match_captains_stream_cursor_input": { "initial_value": [ - 5197 + 5192 ], "ordering": [ 313 @@ -118342,10 +118345,10 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "placeholder_name": [ 80 @@ -118367,13 +118370,13 @@ export default { }, "v_match_captains_updates": { "_inc": [ - 5184 + 5179 ], "_set": [ - 5192 + 5187 ], "where": [ - 5183 + 5178 ], "__typename": [ 80 @@ -118408,7 +118411,7 @@ export default { 40 ], "clutcher": [ - 3934 + 3929 ], "clutcher_steam_id": [ 257 @@ -118420,19 +118423,19 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "outcome": [ 80 @@ -118449,10 +118452,10 @@ export default { }, "v_match_clutches_aggregate": { "aggregate": [ - 5207 + 5202 ], "nodes": [ - 5203 + 5198 ], "__typename": [ 80 @@ -118460,7 +118463,7 @@ export default { }, "v_match_clutches_aggregate_bool_exp": { "count": [ - 5206 + 5201 ], "__typename": [ 80 @@ -118468,13 +118471,13 @@ export default { }, "v_match_clutches_aggregate_bool_exp_count": { "arguments": [ - 5219 + 5214 ], "distinct": [ 5 ], "filter": [ - 5212 + 5207 ], "predicate": [ 41 @@ -118485,13 +118488,13 @@ export default { }, "v_match_clutches_aggregate_fields": { "avg": [ - 5210 + 5205 ], "count": [ 40, { "columns": [ - 5219, + 5214, "[v_match_clutches_select_column!]" ], "distinct": [ @@ -118500,31 +118503,31 @@ export default { } ], "max": [ - 5214 + 5209 ], "min": [ - 5216 + 5211 ], "stddev": [ - 5220 + 5215 ], "stddev_pop": [ - 5222 + 5217 ], "stddev_samp": [ - 5224 + 5219 ], "sum": [ - 5228 + 5223 ], "var_pop": [ - 5230 + 5225 ], "var_samp": [ - 5232 + 5227 ], "variance": [ - 5234 + 5229 ], "__typename": [ 80 @@ -118532,37 +118535,37 @@ export default { }, "v_match_clutches_aggregate_order_by": { "avg": [ - 5211 + 5206 ], "count": [ 2971 ], "max": [ - 5215 + 5210 ], "min": [ - 5217 + 5212 ], "stddev": [ - 5221 + 5216 ], "stddev_pop": [ - 5223 + 5218 ], "stddev_samp": [ - 5225 + 5220 ], "sum": [ - 5229 + 5224 ], "var_pop": [ - 5231 + 5226 ], "var_samp": [ - 5233 + 5228 ], "variance": [ - 5235 + 5230 ], "__typename": [ 80 @@ -118570,7 +118573,7 @@ export default { }, "v_match_clutches_arr_rel_insert_input": { "data": [ - 5213 + 5208 ], "__typename": [ 80 @@ -118612,19 +118615,19 @@ export default { }, "v_match_clutches_bool_exp": { "_and": [ - 5212 + 5207 ], "_not": [ - 5212 + 5207 ], "_or": [ - 5212 + 5207 ], "against_count": [ 41 ], "clutcher": [ - 3938 + 3933 ], "clutcher_steam_id": [ 259 @@ -118636,19 +118639,19 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "outcome": [ 82 @@ -118668,7 +118671,7 @@ export default { 40 ], "clutcher": [ - 3945 + 3940 ], "clutcher_steam_id": [ 257 @@ -118680,19 +118683,19 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "match_lineup": [ 2484 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "outcome": [ 80 @@ -118718,13 +118721,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "outcome": [ 80 @@ -118782,13 +118785,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "outcome": [ 80 @@ -118840,7 +118843,7 @@ export default { 2971 ], "clutcher": [ - 3947 + 3942 ], "clutcher_steam_id": [ 2971 @@ -118984,7 +118987,7 @@ export default { }, "v_match_clutches_stream_cursor_input": { "initial_value": [ - 5227 + 5222 ], "ordering": [ 313 @@ -119004,13 +119007,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "outcome": [ 80 @@ -119175,13 +119178,13 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "victim_side": [ 80 @@ -119198,10 +119201,10 @@ export default { }, "v_match_kill_pairs_aggregate": { "aggregate": [ - 5238 + 5233 ], "nodes": [ - 5236 + 5231 ], "__typename": [ 80 @@ -119209,13 +119212,13 @@ export default { }, "v_match_kill_pairs_aggregate_fields": { "avg": [ - 5239 + 5234 ], "count": [ 40, { "columns": [ - 5244, + 5239, "[v_match_kill_pairs_select_column!]" ], "distinct": [ @@ -119224,31 +119227,31 @@ export default { } ], "max": [ - 5241 + 5236 ], "min": [ - 5242 + 5237 ], "stddev": [ - 5245 + 5240 ], "stddev_pop": [ - 5246 + 5241 ], "stddev_samp": [ - 5247 + 5242 ], "sum": [ - 5250 + 5245 ], "var_pop": [ - 5251 + 5246 ], "var_samp": [ - 5252 + 5247 ], "variance": [ - 5253 + 5248 ], "__typename": [ 80 @@ -119270,13 +119273,13 @@ export default { }, "v_match_kill_pairs_bool_exp": { "_and": [ - 5240 + 5235 ], "_not": [ - 5240 + 5235 ], "_or": [ - 5240 + 5235 ], "killer_side": [ 82 @@ -119291,13 +119294,13 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "victim_side": [ 82 @@ -119323,10 +119326,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "victim_side": [ 80 @@ -119352,10 +119355,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "victim_side": [ 80 @@ -119450,7 +119453,7 @@ export default { }, "v_match_kill_pairs_stream_cursor_input": { "initial_value": [ - 5249 + 5244 ], "ordering": [ 313 @@ -119470,10 +119473,10 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "victim_side": [ 80 @@ -119549,19 +119552,19 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "matchup": [ 80 @@ -119581,10 +119584,10 @@ export default { }, "v_match_lineup_buy_types_aggregate": { "aggregate": [ - 5256 + 5251 ], "nodes": [ - 5254 + 5249 ], "__typename": [ 80 @@ -119592,13 +119595,13 @@ export default { }, "v_match_lineup_buy_types_aggregate_fields": { "avg": [ - 5257 + 5252 ], "count": [ 40, { "columns": [ - 5262, + 5257, "[v_match_lineup_buy_types_select_column!]" ], "distinct": [ @@ -119607,31 +119610,31 @@ export default { } ], "max": [ - 5259 + 5254 ], "min": [ - 5260 + 5255 ], "stddev": [ - 5263 + 5258 ], "stddev_pop": [ - 5264 + 5259 ], "stddev_samp": [ - 5265 + 5260 ], "sum": [ - 5268 + 5263 ], "var_pop": [ - 5269 + 5264 ], "var_samp": [ - 5270 + 5265 ], "variance": [ - 5271 + 5266 ], "__typename": [ 80 @@ -119650,31 +119653,31 @@ export default { }, "v_match_lineup_buy_types_bool_exp": { "_and": [ - 5258 + 5253 ], "_not": [ - 5258 + 5253 ], "_or": [ - 5258 + 5253 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "matchup": [ 82 @@ -119694,13 +119697,13 @@ export default { }, "v_match_lineup_buy_types_max_fields": { "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "matchup": [ 80 @@ -119720,13 +119723,13 @@ export default { }, "v_match_lineup_buy_types_min_fields": { "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "matchup": [ 80 @@ -119815,7 +119818,7 @@ export default { }, "v_match_lineup_buy_types_stream_cursor_input": { "initial_value": [ - 5267 + 5262 ], "ordering": [ 313 @@ -119826,13 +119829,13 @@ export default { }, "v_match_lineup_buy_types_stream_cursor_value_input": { "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "matchup": [ 80 @@ -119911,19 +119914,19 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "opening_attempts": [ 40 @@ -119964,10 +119967,10 @@ export default { }, "v_match_lineup_map_stats_aggregate": { "aggregate": [ - 5274 + 5269 ], "nodes": [ - 5272 + 5267 ], "__typename": [ 80 @@ -119975,13 +119978,13 @@ export default { }, "v_match_lineup_map_stats_aggregate_fields": { "avg": [ - 5275 + 5270 ], "count": [ 40, { "columns": [ - 5280, + 5275, "[v_match_lineup_map_stats_select_column!]" ], "distinct": [ @@ -119990,31 +119993,31 @@ export default { } ], "max": [ - 5277 + 5272 ], "min": [ - 5278 + 5273 ], "stddev": [ - 5281 + 5276 ], "stddev_pop": [ - 5282 + 5277 ], "stddev_samp": [ - 5283 + 5278 ], "sum": [ - 5286 + 5281 ], "var_pop": [ - 5287 + 5282 ], "var_samp": [ - 5288 + 5283 ], "variance": [ - 5289 + 5284 ], "__typename": [ 80 @@ -120069,13 +120072,13 @@ export default { }, "v_match_lineup_map_stats_bool_exp": { "_and": [ - 5276 + 5271 ], "_not": [ - 5276 + 5271 ], "_or": [ - 5276 + 5271 ], "man_adv_rounds": [ 41 @@ -120093,19 +120096,19 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "opening_attempts": [ 41 @@ -120158,13 +120161,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "opening_attempts": [ 40 @@ -120217,13 +120220,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "opening_attempts": [ 40 @@ -120474,7 +120477,7 @@ export default { }, "v_match_lineup_map_stats_stream_cursor_input": { "initial_value": [ - 5285 + 5280 ], "ordering": [ 313 @@ -120497,13 +120500,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "opening_attempts": [ 40 @@ -120735,7 +120738,7 @@ export default { 5 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -120746,10 +120749,10 @@ export default { }, "v_match_map_backup_rounds_aggregate": { "aggregate": [ - 5292 + 5287 ], "nodes": [ - 5290 + 5285 ], "__typename": [ 80 @@ -120757,13 +120760,13 @@ export default { }, "v_match_map_backup_rounds_aggregate_fields": { "avg": [ - 5293 + 5288 ], "count": [ 40, { "columns": [ - 5301, + 5296, "[v_match_map_backup_rounds_select_column!]" ], "distinct": [ @@ -120772,31 +120775,31 @@ export default { } ], "max": [ - 5297 + 5292 ], "min": [ - 5298 + 5293 ], "stddev": [ - 5303 + 5298 ], "stddev_pop": [ - 5304 + 5299 ], "stddev_samp": [ - 5305 + 5300 ], "sum": [ - 5308 + 5303 ], "var_pop": [ - 5310 + 5305 ], "var_samp": [ - 5311 + 5306 ], "variance": [ - 5312 + 5307 ], "__typename": [ 80 @@ -120812,19 +120815,19 @@ export default { }, "v_match_map_backup_rounds_bool_exp": { "_and": [ - 5294 + 5289 ], "_not": [ - 5294 + 5289 ], "_or": [ - 5294 + 5289 ], "has_backup_file": [ 6 ], "match_map_id": [ - 5025 + 5020 ], "round": [ 41 @@ -120846,7 +120849,7 @@ export default { 5 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -120857,7 +120860,7 @@ export default { }, "v_match_map_backup_rounds_max_fields": { "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -120868,7 +120871,7 @@ export default { }, "v_match_map_backup_rounds_min_fields": { "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -120882,7 +120885,7 @@ export default { 40 ], "returning": [ - 5290 + 5285 ], "__typename": [ 80 @@ -120908,7 +120911,7 @@ export default { 5 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -120943,7 +120946,7 @@ export default { }, "v_match_map_backup_rounds_stream_cursor_input": { "initial_value": [ - 5307 + 5302 ], "ordering": [ 313 @@ -120957,7 +120960,7 @@ export default { 5 ], "match_map_id": [ - 5023 + 5018 ], "round": [ 40 @@ -120976,13 +120979,13 @@ export default { }, "v_match_map_backup_rounds_updates": { "_inc": [ - 5295 + 5290 ], "_set": [ - 5302 + 5297 ], "where": [ - 5294 + 5289 ], "__typename": [ 80 @@ -121023,25 +121026,25 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "matchup": [ 80 ], "player": [ - 3934 + 3929 ], "rounds": [ 40 @@ -121058,10 +121061,10 @@ export default { }, "v_match_player_buy_types_aggregate": { "aggregate": [ - 5315 + 5310 ], "nodes": [ - 5313 + 5308 ], "__typename": [ 80 @@ -121069,13 +121072,13 @@ export default { }, "v_match_player_buy_types_aggregate_fields": { "avg": [ - 5316 + 5311 ], "count": [ 40, { "columns": [ - 5321, + 5316, "[v_match_player_buy_types_select_column!]" ], "distinct": [ @@ -121084,31 +121087,31 @@ export default { } ], "max": [ - 5318 + 5313 ], "min": [ - 5319 + 5314 ], "stddev": [ - 5322 + 5317 ], "stddev_pop": [ - 5323 + 5318 ], "stddev_samp": [ - 5324 + 5319 ], "sum": [ - 5327 + 5322 ], "var_pop": [ - 5328 + 5323 ], "var_samp": [ - 5329 + 5324 ], "variance": [ - 5330 + 5325 ], "__typename": [ 80 @@ -121133,13 +121136,13 @@ export default { }, "v_match_player_buy_types_bool_exp": { "_and": [ - 5317 + 5312 ], "_not": [ - 5317 + 5312 ], "_or": [ - 5317 + 5312 ], "deaths": [ 41 @@ -121151,25 +121154,25 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "matchup": [ 82 ], "player": [ - 3938 + 3933 ], "rounds": [ 41 @@ -121192,13 +121195,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "matchup": [ 80 @@ -121224,13 +121227,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "matchup": [ 80 @@ -121277,7 +121280,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "rounds": [ 2971 @@ -121346,7 +121349,7 @@ export default { }, "v_match_player_buy_types_stream_cursor_input": { "initial_value": [ - 5326 + 5321 ], "ordering": [ 313 @@ -121363,13 +121366,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "matchup": [ 80 @@ -121466,22 +121469,22 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_lineup": [ 2466 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "side": [ 80 @@ -121501,10 +121504,10 @@ export default { }, "v_match_player_opening_duels_aggregate": { "aggregate": [ - 5335 + 5330 ], "nodes": [ - 5331 + 5326 ], "__typename": [ 80 @@ -121512,7 +121515,7 @@ export default { }, "v_match_player_opening_duels_aggregate_bool_exp": { "count": [ - 5334 + 5329 ], "__typename": [ 80 @@ -121520,13 +121523,13 @@ export default { }, "v_match_player_opening_duels_aggregate_bool_exp_count": { "arguments": [ - 5347 + 5342 ], "distinct": [ 5 ], "filter": [ - 5340 + 5335 ], "predicate": [ 41 @@ -121537,13 +121540,13 @@ export default { }, "v_match_player_opening_duels_aggregate_fields": { "avg": [ - 5338 + 5333 ], "count": [ 40, { "columns": [ - 5347, + 5342, "[v_match_player_opening_duels_select_column!]" ], "distinct": [ @@ -121552,31 +121555,31 @@ export default { } ], "max": [ - 5342 + 5337 ], "min": [ - 5344 + 5339 ], "stddev": [ - 5348 + 5343 ], "stddev_pop": [ - 5350 + 5345 ], "stddev_samp": [ - 5352 + 5347 ], "sum": [ - 5356 + 5351 ], "var_pop": [ - 5358 + 5353 ], "var_samp": [ - 5360 + 5355 ], "variance": [ - 5362 + 5357 ], "__typename": [ 80 @@ -121584,37 +121587,37 @@ export default { }, "v_match_player_opening_duels_aggregate_order_by": { "avg": [ - 5339 + 5334 ], "count": [ 2971 ], "max": [ - 5343 + 5338 ], "min": [ - 5345 + 5340 ], "stddev": [ - 5349 + 5344 ], "stddev_pop": [ - 5351 + 5346 ], "stddev_samp": [ - 5353 + 5348 ], "sum": [ - 5357 + 5352 ], "var_pop": [ - 5359 + 5354 ], "var_samp": [ - 5361 + 5356 ], "variance": [ - 5363 + 5358 ], "__typename": [ 80 @@ -121622,7 +121625,7 @@ export default { }, "v_match_player_opening_duels_arr_rel_insert_input": { "data": [ - 5341 + 5336 ], "__typename": [ 80 @@ -121670,13 +121673,13 @@ export default { }, "v_match_player_opening_duels_bool_exp": { "_and": [ - 5340 + 5335 ], "_not": [ - 5340 + 5335 ], "_or": [ - 5340 + 5335 ], "attempts": [ 41 @@ -121688,22 +121691,22 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_lineup": [ 2475 ], "match_lineup_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "side": [ 82 @@ -121732,22 +121735,22 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "match_lineup": [ 2484 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "side": [ 80 @@ -121773,13 +121776,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "side": [ 80 @@ -121837,13 +121840,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "side": [ 80 @@ -121919,7 +121922,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "side": [ 2971 @@ -122060,7 +122063,7 @@ export default { }, "v_match_player_opening_duels_stream_cursor_input": { "initial_value": [ - 5355 + 5350 ], "ordering": [ 313 @@ -122077,13 +122080,13 @@ export default { 40 ], "match_id": [ - 5023 + 5018 ], "match_lineup_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "side": [ 80 @@ -122269,10 +122272,10 @@ export default { 257 ], "nemsis": [ - 3934 + 3929 ], "player": [ - 3934 + 3929 ], "victim_id": [ 257 @@ -122283,10 +122286,10 @@ export default { }, "v_player_arch_nemesis_aggregate": { "aggregate": [ - 5366 + 5361 ], "nodes": [ - 5364 + 5359 ], "__typename": [ 80 @@ -122294,13 +122297,13 @@ export default { }, "v_player_arch_nemesis_aggregate_fields": { "avg": [ - 5367 + 5362 ], "count": [ 40, { "columns": [ - 5372, + 5367, "[v_player_arch_nemesis_select_column!]" ], "distinct": [ @@ -122309,31 +122312,31 @@ export default { } ], "max": [ - 5369 + 5364 ], "min": [ - 5370 + 5365 ], "stddev": [ - 5373 + 5368 ], "stddev_pop": [ - 5374 + 5369 ], "stddev_samp": [ - 5375 + 5370 ], "sum": [ - 5378 + 5373 ], "var_pop": [ - 5379 + 5374 ], "var_samp": [ - 5380 + 5375 ], "variance": [ - 5381 + 5376 ], "__typename": [ 80 @@ -122355,13 +122358,13 @@ export default { }, "v_player_arch_nemesis_bool_exp": { "_and": [ - 5368 + 5363 ], "_not": [ - 5368 + 5363 ], "_or": [ - 5368 + 5363 ], "attacker_id": [ 259 @@ -122370,10 +122373,10 @@ export default { 259 ], "nemsis": [ - 3938 + 3933 ], "player": [ - 3938 + 3933 ], "victim_id": [ 259 @@ -122418,10 +122421,10 @@ export default { 2971 ], "nemsis": [ - 3947 + 3942 ], "player": [ - 3947 + 3942 ], "victim_id": [ 2971 @@ -122475,7 +122478,7 @@ export default { }, "v_player_arch_nemesis_stream_cursor_input": { "initial_value": [ - 5377 + 5372 ], "ordering": [ 313 @@ -122559,7 +122562,7 @@ export default { 257 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 @@ -122576,10 +122579,10 @@ export default { }, "v_player_damage_aggregate": { "aggregate": [ - 5384 + 5379 ], "nodes": [ - 5382 + 5377 ], "__typename": [ 80 @@ -122587,13 +122590,13 @@ export default { }, "v_player_damage_aggregate_fields": { "avg": [ - 5385 + 5380 ], "count": [ 40, { "columns": [ - 5390, + 5385, "[v_player_damage_select_column!]" ], "distinct": [ @@ -122602,31 +122605,31 @@ export default { } ], "max": [ - 5387 + 5382 ], "min": [ - 5388 + 5383 ], "stddev": [ - 5391 + 5386 ], "stddev_pop": [ - 5392 + 5387 ], "stddev_samp": [ - 5393 + 5388 ], "sum": [ - 5396 + 5391 ], "var_pop": [ - 5397 + 5392 ], "var_samp": [ - 5398 + 5393 ], "variance": [ - 5399 + 5394 ], "__typename": [ 80 @@ -122651,19 +122654,19 @@ export default { }, "v_player_damage_bool_exp": { "_and": [ - 5386 + 5381 ], "_not": [ - 5386 + 5381 ], "_or": [ - 5386 + 5381 ], "avg_damage_per_round": [ 259 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 @@ -122717,7 +122720,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 @@ -122786,7 +122789,7 @@ export default { }, "v_player_damage_stream_cursor_input": { "initial_value": [ - 5395 + 5390 ], "ordering": [ 313 @@ -122927,10 +122930,10 @@ export default { 2786 ], "match_created_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_result": [ 80 @@ -122950,8 +122953,11 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "season_id": [ - 5023 + 5018 ], "series_multiplier": [ 40 @@ -122971,10 +122977,10 @@ export default { }, "v_player_elo_aggregate": { "aggregate": [ - 5414 + 5409 ], "nodes": [ - 5400 + 5395 ], "__typename": [ 80 @@ -122982,31 +122988,31 @@ export default { }, "v_player_elo_aggregate_bool_exp": { "avg": [ - 5403 + 5398 ], "corr": [ - 5404 + 5399 ], "count": [ - 5406 + 5401 ], "covar_samp": [ - 5407 + 5402 ], "max": [ - 5409 + 5404 ], "min": [ - 5410 + 5405 ], "stddev_samp": [ - 5411 + 5406 ], "sum": [ - 5412 + 5407 ], "var_samp": [ - 5413 + 5408 ], "__typename": [ 80 @@ -123014,13 +123020,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_avg": { "arguments": [ - 5427 + 5422 ], "distinct": [ 5 ], "filter": [ - 5419 + 5414 ], "predicate": [ 1690 @@ -123031,13 +123037,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_corr": { "arguments": [ - 5405 + 5400 ], "distinct": [ 5 ], "filter": [ - 5419 + 5414 ], "predicate": [ 1690 @@ -123048,10 +123054,10 @@ export default { }, "v_player_elo_aggregate_bool_exp_corr_arguments": { "X": [ - 5428 + 5423 ], "Y": [ - 5428 + 5423 ], "__typename": [ 80 @@ -123059,13 +123065,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_count": { "arguments": [ - 5426 + 5421 ], "distinct": [ 5 ], "filter": [ - 5419 + 5414 ], "predicate": [ 41 @@ -123076,13 +123082,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_covar_samp": { "arguments": [ - 5408 + 5403 ], "distinct": [ 5 ], "filter": [ - 5419 + 5414 ], "predicate": [ 1690 @@ -123093,10 +123099,10 @@ export default { }, "v_player_elo_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5429 + 5424 ], "Y": [ - 5429 + 5424 ], "__typename": [ 80 @@ -123104,13 +123110,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_max": { "arguments": [ - 5430 + 5425 ], "distinct": [ 5 ], "filter": [ - 5419 + 5414 ], "predicate": [ 1690 @@ -123121,13 +123127,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_min": { "arguments": [ - 5431 + 5426 ], "distinct": [ 5 ], "filter": [ - 5419 + 5414 ], "predicate": [ 1690 @@ -123138,13 +123144,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5432 + 5427 ], "distinct": [ 5 ], "filter": [ - 5419 + 5414 ], "predicate": [ 1690 @@ -123155,13 +123161,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_sum": { "arguments": [ - 5433 + 5428 ], "distinct": [ 5 ], "filter": [ - 5419 + 5414 ], "predicate": [ 1690 @@ -123172,13 +123178,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_var_samp": { "arguments": [ - 5434 + 5429 ], "distinct": [ 5 ], "filter": [ - 5419 + 5414 ], "predicate": [ 1690 @@ -123189,13 +123195,13 @@ export default { }, "v_player_elo_aggregate_fields": { "avg": [ - 5417 + 5412 ], "count": [ 40, { "columns": [ - 5426, + 5421, "[v_player_elo_select_column!]" ], "distinct": [ @@ -123204,31 +123210,31 @@ export default { } ], "max": [ - 5421 + 5416 ], "min": [ - 5423 + 5418 ], "stddev": [ - 5435 + 5430 ], "stddev_pop": [ - 5437 + 5432 ], "stddev_samp": [ - 5439 + 5434 ], "sum": [ - 5443 + 5438 ], "var_pop": [ - 5445 + 5440 ], "var_samp": [ - 5447 + 5442 ], "variance": [ - 5449 + 5444 ], "__typename": [ 80 @@ -123236,37 +123242,37 @@ export default { }, "v_player_elo_aggregate_order_by": { "avg": [ - 5418 + 5413 ], "count": [ 2971 ], "max": [ - 5422 + 5417 ], "min": [ - 5424 + 5419 ], "stddev": [ - 5436 + 5431 ], "stddev_pop": [ - 5438 + 5433 ], "stddev_samp": [ - 5440 + 5435 ], "sum": [ - 5444 + 5439 ], "var_pop": [ - 5446 + 5441 ], "var_samp": [ - 5448 + 5443 ], "variance": [ - 5450 + 5445 ], "__typename": [ 80 @@ -123274,7 +123280,7 @@ export default { }, "v_player_elo_arr_rel_insert_input": { "data": [ - 5420 + 5415 ], "__typename": [ 80 @@ -123335,6 +123341,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -123403,6 +123412,9 @@ export default { "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "series_multiplier": [ 2971 ], @@ -123418,13 +123430,13 @@ export default { }, "v_player_elo_bool_exp": { "_and": [ - 5419 + 5414 ], "_not": [ - 5419 + 5414 ], "_or": [ - 5419 + 5414 ], "actual_score": [ 1690 @@ -123472,10 +123484,10 @@ export default { 2795 ], "match_created_at": [ - 4524 + 4519 ], "match_id": [ - 5025 + 5020 ], "match_result": [ 82 @@ -123495,8 +123507,11 @@ export default { "player_team_elo_avg": [ 1690 ], + "rating_for_expected": [ + 1690 + ], "season_id": [ - 5025 + 5020 ], "series_multiplier": [ 41 @@ -123561,10 +123576,10 @@ export default { 2804 ], "match_created_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_result": [ 80 @@ -123584,8 +123599,11 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "season_id": [ - 5023 + 5018 ], "series_multiplier": [ 40 @@ -123647,10 +123665,10 @@ export default { 40 ], "match_created_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_result": [ 80 @@ -123670,8 +123688,11 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "season_id": [ - 5023 + 5018 ], "series_multiplier": [ 40 @@ -123756,6 +123777,9 @@ export default { "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "season_id": [ 2971 ], @@ -123819,10 +123843,10 @@ export default { 40 ], "match_created_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_result": [ 80 @@ -123842,8 +123866,11 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "season_id": [ - 5023 + 5018 ], "series_multiplier": [ 40 @@ -123928,6 +123955,9 @@ export default { "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "season_id": [ 2971 ], @@ -124017,6 +124047,9 @@ export default { "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "season_id": [ 2971 ], @@ -124100,6 +124133,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -124168,6 +124204,9 @@ export default { "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "series_multiplier": [ 2971 ], @@ -124236,6 +124275,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -124304,6 +124346,9 @@ export default { "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "series_multiplier": [ 2971 ], @@ -124372,6 +124417,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -124440,6 +124488,9 @@ export default { "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "series_multiplier": [ 2971 ], @@ -124455,7 +124506,7 @@ export default { }, "v_player_elo_stream_cursor_input": { "initial_value": [ - 5442 + 5437 ], "ordering": [ 313 @@ -124508,10 +124559,10 @@ export default { 40 ], "match_created_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_result": [ 80 @@ -124531,8 +124582,11 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "season_id": [ - 5023 + 5018 ], "series_multiplier": [ 40 @@ -124605,6 +124659,9 @@ export default { "player_team_elo_avg": [ 1689 ], + "rating_for_expected": [ + 1689 + ], "series_multiplier": [ 40 ], @@ -124673,6 +124730,9 @@ export default { "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "series_multiplier": [ 2971 ], @@ -124741,6 +124801,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -124809,6 +124872,9 @@ export default { "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "series_multiplier": [ 2971 ], @@ -124877,6 +124943,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -124945,6 +125014,9 @@ export default { "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "series_multiplier": [ 2971 ], @@ -125013,6 +125085,9 @@ export default { "player_team_elo_avg": [ 31 ], + "rating_for_expected": [ + 31 + ], "series_multiplier": [ 31 ], @@ -125081,6 +125156,9 @@ export default { "player_team_elo_avg": [ 2971 ], + "rating_for_expected": [ + 2971 + ], "series_multiplier": [ 2971 ], @@ -125099,16 +125177,16 @@ export default { 2304 ], "map_id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "started_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -125119,10 +125197,10 @@ export default { }, "v_player_map_losses_aggregate": { "aggregate": [ - 5453 + 5448 ], "nodes": [ - 5451 + 5446 ], "__typename": [ 80 @@ -125130,13 +125208,13 @@ export default { }, "v_player_map_losses_aggregate_fields": { "avg": [ - 5454 + 5449 ], "count": [ 40, { "columns": [ - 5459, + 5454, "[v_player_map_losses_select_column!]" ], "distinct": [ @@ -125145,31 +125223,31 @@ export default { } ], "max": [ - 5456 + 5451 ], "min": [ - 5457 + 5452 ], "stddev": [ - 5460 + 5455 ], "stddev_pop": [ - 5461 + 5456 ], "stddev_samp": [ - 5462 + 5457 ], "sum": [ - 5465 + 5460 ], "var_pop": [ - 5466 + 5461 ], "var_samp": [ - 5467 + 5462 ], "variance": [ - 5468 + 5463 ], "__typename": [ 80 @@ -125185,28 +125263,28 @@ export default { }, "v_player_map_losses_bool_exp": { "_and": [ - 5455 + 5450 ], "_not": [ - 5455 + 5450 ], "_or": [ - 5455 + 5450 ], "map": [ 2313 ], "map_id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "started_at": [ - 4524 + 4519 ], "steam_id": [ 259 @@ -125217,13 +125295,13 @@ export default { }, "v_player_map_losses_max_fields": { "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "started_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -125234,13 +125312,13 @@ export default { }, "v_player_map_losses_min_fields": { "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "started_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -125299,7 +125377,7 @@ export default { }, "v_player_map_losses_stream_cursor_input": { "initial_value": [ - 5464 + 5459 ], "ordering": [ 313 @@ -125310,13 +125388,13 @@ export default { }, "v_player_map_losses_stream_cursor_value_input": { "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "started_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -125362,16 +125440,16 @@ export default { 2304 ], "map_id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "started_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -125382,10 +125460,10 @@ export default { }, "v_player_map_wins_aggregate": { "aggregate": [ - 5471 + 5466 ], "nodes": [ - 5469 + 5464 ], "__typename": [ 80 @@ -125393,13 +125471,13 @@ export default { }, "v_player_map_wins_aggregate_fields": { "avg": [ - 5472 + 5467 ], "count": [ 40, { "columns": [ - 5477, + 5472, "[v_player_map_wins_select_column!]" ], "distinct": [ @@ -125408,31 +125486,31 @@ export default { } ], "max": [ - 5474 + 5469 ], "min": [ - 5475 + 5470 ], "stddev": [ - 5478 + 5473 ], "stddev_pop": [ - 5479 + 5474 ], "stddev_samp": [ - 5480 + 5475 ], "sum": [ - 5483 + 5478 ], "var_pop": [ - 5484 + 5479 ], "var_samp": [ - 5485 + 5480 ], "variance": [ - 5486 + 5481 ], "__typename": [ 80 @@ -125448,28 +125526,28 @@ export default { }, "v_player_map_wins_bool_exp": { "_and": [ - 5473 + 5468 ], "_not": [ - 5473 + 5468 ], "_or": [ - 5473 + 5468 ], "map": [ 2313 ], "map_id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "started_at": [ - 4524 + 4519 ], "steam_id": [ 259 @@ -125480,13 +125558,13 @@ export default { }, "v_player_map_wins_max_fields": { "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "started_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -125497,13 +125575,13 @@ export default { }, "v_player_map_wins_min_fields": { "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "started_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -125562,7 +125640,7 @@ export default { }, "v_player_map_wins_stream_cursor_input": { "initial_value": [ - 5482 + 5477 ], "ordering": [ 313 @@ -125573,13 +125651,13 @@ export default { }, "v_player_map_wins_stream_cursor_value_input": { "map_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "started_at": [ - 4523 + 4518 ], "steam_id": [ 257 @@ -125622,13 +125700,13 @@ export default { }, "v_player_match_head_to_head": { "attacked": [ - 3934 + 3929 ], "attacked_steam_id": [ 257 ], "attacker": [ - 3934 + 3929 ], "attacker_steam_id": [ 257 @@ -125652,7 +125730,7 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -125660,10 +125738,10 @@ export default { }, "v_player_match_head_to_head_aggregate": { "aggregate": [ - 5489 + 5484 ], "nodes": [ - 5487 + 5482 ], "__typename": [ 80 @@ -125671,13 +125749,13 @@ export default { }, "v_player_match_head_to_head_aggregate_fields": { "avg": [ - 5490 + 5485 ], "count": [ 40, { "columns": [ - 5495, + 5490, "[v_player_match_head_to_head_select_column!]" ], "distinct": [ @@ -125686,31 +125764,31 @@ export default { } ], "max": [ - 5492 + 5487 ], "min": [ - 5493 + 5488 ], "stddev": [ - 5496 + 5491 ], "stddev_pop": [ - 5497 + 5492 ], "stddev_samp": [ - 5498 + 5493 ], "sum": [ - 5501 + 5496 ], "var_pop": [ - 5502 + 5497 ], "var_samp": [ - 5503 + 5498 ], "variance": [ - 5504 + 5499 ], "__typename": [ 80 @@ -125744,22 +125822,22 @@ export default { }, "v_player_match_head_to_head_bool_exp": { "_and": [ - 5491 + 5486 ], "_not": [ - 5491 + 5486 ], "_or": [ - 5491 + 5486 ], "attacked": [ - 3938 + 3933 ], "attacked_steam_id": [ 259 ], "attacker": [ - 3938 + 3933 ], "attacker_steam_id": [ 259 @@ -125783,7 +125861,7 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -125812,7 +125890,7 @@ export default { 257 ], "match_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -125841,7 +125919,7 @@ export default { 257 ], "match_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -125849,13 +125927,13 @@ export default { }, "v_player_match_head_to_head_order_by": { "attacked": [ - 3947 + 3942 ], "attacked_steam_id": [ 2971 ], "attacker": [ - 3947 + 3942 ], "attacker_steam_id": [ 2971 @@ -125966,7 +126044,7 @@ export default { }, "v_player_match_head_to_head_stream_cursor_input": { "initial_value": [ - 5500 + 5495 ], "ordering": [ 313 @@ -125998,7 +126076,7 @@ export default { 257 ], "match_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -126131,16 +126209,16 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "rounds_played": [ 40 @@ -126154,10 +126232,10 @@ export default { }, "v_player_match_map_hltv_aggregate": { "aggregate": [ - 5509 + 5504 ], "nodes": [ - 5505 + 5500 ], "__typename": [ 80 @@ -126165,7 +126243,7 @@ export default { }, "v_player_match_map_hltv_aggregate_bool_exp": { "count": [ - 5508 + 5503 ], "__typename": [ 80 @@ -126173,13 +126251,13 @@ export default { }, "v_player_match_map_hltv_aggregate_bool_exp_count": { "arguments": [ - 5523 + 5518 ], "distinct": [ 5 ], "filter": [ - 5514 + 5509 ], "predicate": [ 41 @@ -126190,13 +126268,13 @@ export default { }, "v_player_match_map_hltv_aggregate_fields": { "avg": [ - 5512 + 5507 ], "count": [ 40, { "columns": [ - 5523, + 5518, "[v_player_match_map_hltv_select_column!]" ], "distinct": [ @@ -126205,31 +126283,31 @@ export default { } ], "max": [ - 5517 + 5512 ], "min": [ - 5519 + 5514 ], "stddev": [ - 5525 + 5520 ], "stddev_pop": [ - 5527 + 5522 ], "stddev_samp": [ - 5529 + 5524 ], "sum": [ - 5533 + 5528 ], "var_pop": [ - 5536 + 5531 ], "var_samp": [ - 5538 + 5533 ], "variance": [ - 5540 + 5535 ], "__typename": [ 80 @@ -126237,37 +126315,37 @@ export default { }, "v_player_match_map_hltv_aggregate_order_by": { "avg": [ - 5513 + 5508 ], "count": [ 2971 ], "max": [ - 5518 + 5513 ], "min": [ - 5520 + 5515 ], "stddev": [ - 5526 + 5521 ], "stddev_pop": [ - 5528 + 5523 ], "stddev_samp": [ - 5530 + 5525 ], "sum": [ - 5534 + 5529 ], "var_pop": [ - 5537 + 5532 ], "var_samp": [ - 5539 + 5534 ], "variance": [ - 5541 + 5536 ], "__typename": [ 80 @@ -126275,7 +126353,7 @@ export default { }, "v_player_match_map_hltv_arr_rel_insert_input": { "data": [ - 5516 + 5511 ], "__typename": [ 80 @@ -126341,13 +126419,13 @@ export default { }, "v_player_match_map_hltv_bool_exp": { "_and": [ - 5514 + 5509 ], "_not": [ - 5514 + 5509 ], "_or": [ - 5514 + 5509 ], "adr": [ 2970 @@ -126371,16 +126449,16 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "rounds_played": [ 41 @@ -126444,16 +126522,16 @@ export default { 2804 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2642 ], "match_map_id": [ - 5023 + 5018 ], "player": [ - 3945 + 3940 ], "rounds_played": [ 40 @@ -126485,10 +126563,10 @@ export default { 2969 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "rounds_played": [ 40 @@ -126555,10 +126633,10 @@ export default { 2969 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "rounds_played": [ 40 @@ -126610,7 +126688,7 @@ export default { 40 ], "returning": [ - 5505 + 5500 ], "__typename": [ 80 @@ -126648,7 +126726,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "rounds_played": [ 2971 @@ -126681,10 +126759,10 @@ export default { 2969 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "rounds_played": [ 40 @@ -126872,7 +126950,7 @@ export default { }, "v_player_match_map_hltv_stream_cursor_input": { "initial_value": [ - 5532 + 5527 ], "ordering": [ 313 @@ -126901,10 +126979,10 @@ export default { 2969 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "rounds_played": [ 40 @@ -126976,13 +127054,13 @@ export default { }, "v_player_match_map_hltv_updates": { "_inc": [ - 5515 + 5510 ], "_set": [ - 5524 + 5519 ], "where": [ - 5514 + 5509 ], "__typename": [ 80 @@ -127197,19 +127275,19 @@ export default { 2969 ], "lineup_id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_id": [ - 5023 + 5018 ], "match_map": [ 2624 ], "match_map_id": [ - 5023 + 5018 ], "open_deaths": [ 40 @@ -127221,7 +127299,7 @@ export default { 40 ], "player": [ - 3934 + 3929 ], "role": [ 80 @@ -127253,10 +127331,10 @@ export default { }, "v_player_match_map_roles_aggregate": { "aggregate": [ - 5544 + 5539 ], "nodes": [ - 5542 + 5537 ], "__typename": [ 80 @@ -127264,13 +127342,13 @@ export default { }, "v_player_match_map_roles_aggregate_fields": { "avg": [ - 5545 + 5540 ], "count": [ 40, { "columns": [ - 5550, + 5545, "[v_player_match_map_roles_select_column!]" ], "distinct": [ @@ -127279,31 +127357,31 @@ export default { } ], "max": [ - 5547 + 5542 ], "min": [ - 5548 + 5543 ], "stddev": [ - 5551 + 5546 ], "stddev_pop": [ - 5552 + 5547 ], "stddev_samp": [ - 5553 + 5548 ], "sum": [ - 5556 + 5551 ], "var_pop": [ - 5557 + 5552 ], "var_samp": [ - 5558 + 5553 ], "variance": [ - 5559 + 5554 ], "__typename": [ 80 @@ -127379,13 +127457,13 @@ export default { }, "v_player_match_map_roles_bool_exp": { "_and": [ - 5546 + 5541 ], "_not": [ - 5546 + 5541 ], "_or": [ - 5546 + 5541 ], "adr": [ 2970 @@ -127421,19 +127499,19 @@ export default { 2970 ], "lineup_id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_id": [ - 5025 + 5020 ], "match_map": [ 2633 ], "match_map_id": [ - 5025 + 5020 ], "open_deaths": [ 41 @@ -127445,7 +127523,7 @@ export default { 41 ], "player": [ - 3938 + 3933 ], "role": [ 82 @@ -127510,13 +127588,13 @@ export default { 2969 ], "lineup_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "open_deaths": [ 40 @@ -127590,13 +127668,13 @@ export default { 2969 ], "lineup_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "open_deaths": [ 40 @@ -127694,7 +127772,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "role": [ 2971 @@ -127931,7 +128009,7 @@ export default { }, "v_player_match_map_roles_stream_cursor_input": { "initial_value": [ - 5555 + 5550 ], "ordering": [ 313 @@ -127975,13 +128053,13 @@ export default { 2969 ], "lineup_id": [ - 5023 + 5018 ], "match_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023 + 5018 ], "open_deaths": [ 40 @@ -128306,16 +128384,16 @@ export default { 2304 ], "map_id": [ - 5023 + 5018 ], "match": [ 2786 ], "match_created_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_result": [ 80 @@ -128335,10 +128413,10 @@ export default { }, "v_player_match_performance_aggregate": { "aggregate": [ - 5562 + 5557 ], "nodes": [ - 5560 + 5555 ], "__typename": [ 80 @@ -128346,13 +128424,13 @@ export default { }, "v_player_match_performance_aggregate_fields": { "avg": [ - 5563 + 5558 ], "count": [ 40, { "columns": [ - 5568, + 5563, "[v_player_match_performance_select_column!]" ], "distinct": [ @@ -128361,31 +128439,31 @@ export default { } ], "max": [ - 5565 + 5560 ], "min": [ - 5566 + 5561 ], "stddev": [ - 5569 + 5564 ], "stddev_pop": [ - 5570 + 5565 ], "stddev_samp": [ - 5571 + 5566 ], "sum": [ - 5574 + 5569 ], "var_pop": [ - 5575 + 5570 ], "var_samp": [ - 5576 + 5571 ], "variance": [ - 5577 + 5572 ], "__typename": [ 80 @@ -128410,13 +128488,13 @@ export default { }, "v_player_match_performance_bool_exp": { "_and": [ - 5564 + 5559 ], "_not": [ - 5564 + 5559 ], "_or": [ - 5564 + 5559 ], "assists": [ 41 @@ -128431,16 +128509,16 @@ export default { 2313 ], "map_id": [ - 5025 + 5020 ], "match": [ 2795 ], "match_created_at": [ - 4524 + 4519 ], "match_id": [ - 5025 + 5020 ], "match_result": [ 82 @@ -128469,13 +128547,13 @@ export default { 40 ], "map_id": [ - 5023 + 5018 ], "match_created_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_result": [ 80 @@ -128504,13 +128582,13 @@ export default { 40 ], "map_id": [ - 5023 + 5018 ], "match_created_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_result": [ 80 @@ -128623,7 +128701,7 @@ export default { }, "v_player_match_performance_stream_cursor_input": { "initial_value": [ - 5573 + 5568 ], "ordering": [ 313 @@ -128643,13 +128721,13 @@ export default { 40 ], "map_id": [ - 5023 + 5018 ], "match_created_at": [ - 4523 + 4518 ], "match_id": [ - 5023 + 5018 ], "match_result": [ 80 @@ -128755,10 +128833,10 @@ export default { 2786 ], "match_id": [ - 5023 + 5018 ], "player": [ - 3934 + 3929 ], "rounds_played": [ 40 @@ -128772,10 +128850,10 @@ export default { }, "v_player_match_rating_aggregate": { "aggregate": [ - 5580 + 5575 ], "nodes": [ - 5578 + 5573 ], "__typename": [ 80 @@ -128783,13 +128861,13 @@ export default { }, "v_player_match_rating_aggregate_fields": { "avg": [ - 5581 + 5576 ], "count": [ 40, { "columns": [ - 5586, + 5581, "[v_player_match_rating_select_column!]" ], "distinct": [ @@ -128798,31 +128876,31 @@ export default { } ], "max": [ - 5583 + 5578 ], "min": [ - 5584 + 5579 ], "stddev": [ - 5587 + 5582 ], "stddev_pop": [ - 5588 + 5583 ], "stddev_samp": [ - 5589 + 5584 ], "sum": [ - 5592 + 5587 ], "var_pop": [ - 5593 + 5588 ], "var_samp": [ - 5594 + 5589 ], "variance": [ - 5595 + 5590 ], "__typename": [ 80 @@ -128856,13 +128934,13 @@ export default { }, "v_player_match_rating_bool_exp": { "_and": [ - 5582 + 5577 ], "_not": [ - 5582 + 5577 ], "_or": [ - 5582 + 5577 ], "adr": [ 2970 @@ -128883,10 +128961,10 @@ export default { 2795 ], "match_id": [ - 5025 + 5020 ], "player": [ - 3938 + 3933 ], "rounds_played": [ 41 @@ -128915,7 +128993,7 @@ export default { 2969 ], "match_id": [ - 5023 + 5018 ], "rounds_played": [ 40 @@ -128944,7 +129022,7 @@ export default { 2969 ], "match_id": [ - 5023 + 5018 ], "rounds_played": [ 40 @@ -128979,7 +129057,7 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "rounds_played": [ 2971 @@ -129072,7 +129150,7 @@ export default { }, "v_player_match_rating_stream_cursor_input": { "initial_value": [ - 5591 + 5586 ], "ordering": [ 313 @@ -129098,7 +129176,7 @@ export default { 2969 ], "match_id": [ - 5023 + 5018 ], "rounds_played": [ 40 @@ -129222,7 +129300,7 @@ export default { 257 ], "match_id": [ - 5023 + 5018 ], "round": [ 40 @@ -129233,10 +129311,10 @@ export default { }, "v_player_multi_kills_aggregate": { "aggregate": [ - 5600 + 5595 ], "nodes": [ - 5596 + 5591 ], "__typename": [ 80 @@ -129244,7 +129322,7 @@ export default { }, "v_player_multi_kills_aggregate_bool_exp": { "count": [ - 5599 + 5594 ], "__typename": [ 80 @@ -129252,13 +129330,13 @@ export default { }, "v_player_multi_kills_aggregate_bool_exp_count": { "arguments": [ - 5612 + 5607 ], "distinct": [ 5 ], "filter": [ - 5605 + 5600 ], "predicate": [ 41 @@ -129269,13 +129347,13 @@ export default { }, "v_player_multi_kills_aggregate_fields": { "avg": [ - 5603 + 5598 ], "count": [ 40, { "columns": [ - 5612, + 5607, "[v_player_multi_kills_select_column!]" ], "distinct": [ @@ -129284,31 +129362,31 @@ export default { } ], "max": [ - 5607 + 5602 ], "min": [ - 5609 + 5604 ], "stddev": [ - 5613 + 5608 ], "stddev_pop": [ - 5615 + 5610 ], "stddev_samp": [ - 5617 + 5612 ], "sum": [ - 5621 + 5616 ], "var_pop": [ - 5623 + 5618 ], "var_samp": [ - 5625 + 5620 ], "variance": [ - 5627 + 5622 ], "__typename": [ 80 @@ -129316,37 +129394,37 @@ export default { }, "v_player_multi_kills_aggregate_order_by": { "avg": [ - 5604 + 5599 ], "count": [ 2971 ], "max": [ - 5608 + 5603 ], "min": [ - 5610 + 5605 ], "stddev": [ - 5614 + 5609 ], "stddev_pop": [ - 5616 + 5611 ], "stddev_samp": [ - 5618 + 5613 ], "sum": [ - 5622 + 5617 ], "var_pop": [ - 5624 + 5619 ], "var_samp": [ - 5626 + 5621 ], "variance": [ - 5628 + 5623 ], "__typename": [ 80 @@ -129354,7 +129432,7 @@ export default { }, "v_player_multi_kills_arr_rel_insert_input": { "data": [ - 5606 + 5601 ], "__typename": [ 80 @@ -129390,13 +129468,13 @@ export default { }, "v_player_multi_kills_bool_exp": { "_and": [ - 5605 + 5600 ], "_not": [ - 5605 + 5600 ], "_or": [ - 5605 + 5600 ], "attacker_steam_id": [ 259 @@ -129405,7 +129483,7 @@ export default { 259 ], "match_id": [ - 5025 + 5020 ], "round": [ 41 @@ -129422,7 +129500,7 @@ export default { 257 ], "match_id": [ - 5023 + 5018 ], "round": [ 40 @@ -129439,7 +129517,7 @@ export default { 257 ], "match_id": [ - 5023 + 5018 ], "round": [ 40 @@ -129473,7 +129551,7 @@ export default { 257 ], "match_id": [ - 5023 + 5018 ], "round": [ 40 @@ -129603,7 +129681,7 @@ export default { }, "v_player_multi_kills_stream_cursor_input": { "initial_value": [ - 5620 + 5615 ], "ordering": [ 313 @@ -129620,7 +129698,7 @@ export default { 257 ], "match_id": [ - 5023 + 5018 ], "round": [ 40 @@ -129743,22 +129821,22 @@ export default { }, "v_player_queue_partners": { "first_played_at": [ - 4523 + 4518 ], "last_played_at": [ - 4523 + 4518 ], "matches_together": [ 40 ], "partner": [ - 3934 + 3929 ], "partner_steam_id": [ 257 ], "player": [ - 3934 + 3929 ], "steam_id": [ 257 @@ -129772,10 +129850,10 @@ export default { }, "v_player_queue_partners_aggregate": { "aggregate": [ - 5631 + 5626 ], "nodes": [ - 5629 + 5624 ], "__typename": [ 80 @@ -129783,13 +129861,13 @@ export default { }, "v_player_queue_partners_aggregate_fields": { "avg": [ - 5632 + 5627 ], "count": [ 40, { "columns": [ - 5637, + 5632, "[v_player_queue_partners_select_column!]" ], "distinct": [ @@ -129798,31 +129876,31 @@ export default { } ], "max": [ - 5634 + 5629 ], "min": [ - 5635 + 5630 ], "stddev": [ - 5638 + 5633 ], "stddev_pop": [ - 5639 + 5634 ], "stddev_samp": [ - 5640 + 5635 ], "sum": [ - 5643 + 5638 ], "var_pop": [ - 5644 + 5639 ], "var_samp": [ - 5645 + 5640 ], "variance": [ - 5646 + 5641 ], "__typename": [ 80 @@ -129847,31 +129925,31 @@ export default { }, "v_player_queue_partners_bool_exp": { "_and": [ - 5633 + 5628 ], "_not": [ - 5633 + 5628 ], "_or": [ - 5633 + 5628 ], "first_played_at": [ - 4524 + 4519 ], "last_played_at": [ - 4524 + 4519 ], "matches_together": [ 41 ], "partner": [ - 3938 + 3933 ], "partner_steam_id": [ 259 ], "player": [ - 3938 + 3933 ], "steam_id": [ 259 @@ -129885,10 +129963,10 @@ export default { }, "v_player_queue_partners_max_fields": { "first_played_at": [ - 4523 + 4518 ], "last_played_at": [ - 4523 + 4518 ], "matches_together": [ 40 @@ -129908,10 +129986,10 @@ export default { }, "v_player_queue_partners_min_fields": { "first_played_at": [ - 4523 + 4518 ], "last_played_at": [ - 4523 + 4518 ], "matches_together": [ 40 @@ -129940,13 +130018,13 @@ export default { 2971 ], "partner": [ - 3947 + 3942 ], "partner_steam_id": [ 2971 ], "player": [ - 3947 + 3942 ], "steam_id": [ 2971 @@ -130012,7 +130090,7 @@ export default { }, "v_player_queue_partners_stream_cursor_input": { "initial_value": [ - 5642 + 5637 ], "ordering": [ 313 @@ -130023,10 +130101,10 @@ export default { }, "v_player_queue_partners_stream_cursor_value_input": { "first_played_at": [ - 4523 + 4518 ], "last_played_at": [ - 4523 + 4518 ], "matches_together": [ 40 @@ -130137,10 +130215,10 @@ export default { }, "v_player_weapon_damage_aggregate": { "aggregate": [ - 5649 + 5644 ], "nodes": [ - 5647 + 5642 ], "__typename": [ 80 @@ -130148,13 +130226,13 @@ export default { }, "v_player_weapon_damage_aggregate_fields": { "avg": [ - 5650 + 5645 ], "count": [ 40, { "columns": [ - 5655, + 5650, "[v_player_weapon_damage_select_column!]" ], "distinct": [ @@ -130163,31 +130241,31 @@ export default { } ], "max": [ - 5652 + 5647 ], "min": [ - 5653 + 5648 ], "stddev": [ - 5656 + 5651 ], "stddev_pop": [ - 5657 + 5652 ], "stddev_samp": [ - 5658 + 5653 ], "sum": [ - 5661 + 5656 ], "var_pop": [ - 5662 + 5657 ], "var_samp": [ - 5663 + 5658 ], "variance": [ - 5664 + 5659 ], "__typename": [ 80 @@ -130209,13 +130287,13 @@ export default { }, "v_player_weapon_damage_bool_exp": { "_and": [ - 5651 + 5646 ], "_not": [ - 5651 + 5646 ], "_or": [ - 5651 + 5646 ], "damage": [ 259 @@ -130353,7 +130431,7 @@ export default { }, "v_player_weapon_damage_stream_cursor_input": { "initial_value": [ - 5660 + 5655 ], "ordering": [ 313 @@ -130466,10 +130544,10 @@ export default { }, "v_player_weapon_kills_aggregate": { "aggregate": [ - 5667 + 5662 ], "nodes": [ - 5665 + 5660 ], "__typename": [ 80 @@ -130477,13 +130555,13 @@ export default { }, "v_player_weapon_kills_aggregate_fields": { "avg": [ - 5668 + 5663 ], "count": [ 40, { "columns": [ - 5673, + 5668, "[v_player_weapon_kills_select_column!]" ], "distinct": [ @@ -130492,31 +130570,31 @@ export default { } ], "max": [ - 5670 + 5665 ], "min": [ - 5671 + 5666 ], "stddev": [ - 5674 + 5669 ], "stddev_pop": [ - 5675 + 5670 ], "stddev_samp": [ - 5676 + 5671 ], "sum": [ - 5679 + 5674 ], "var_pop": [ - 5680 + 5675 ], "var_samp": [ - 5681 + 5676 ], "variance": [ - 5682 + 5677 ], "__typename": [ 80 @@ -130538,13 +130616,13 @@ export default { }, "v_player_weapon_kills_bool_exp": { "_and": [ - 5669 + 5664 ], "_not": [ - 5669 + 5664 ], "_or": [ - 5669 + 5664 ], "kill_count": [ 259 @@ -130682,7 +130760,7 @@ export default { }, "v_player_weapon_kills_stream_cursor_input": { "initial_value": [ - 5678 + 5673 ], "ordering": [ 313 @@ -130775,7 +130853,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "label": [ 80 @@ -130784,7 +130862,7 @@ export default { 2285 ], "map_pool_id": [ - 5023 + 5018 ], "name": [ 80 @@ -130807,10 +130885,10 @@ export default { }, "v_pool_maps_aggregate": { "aggregate": [ - 5689 + 5684 ], "nodes": [ - 5683 + 5678 ], "__typename": [ 80 @@ -130818,13 +130896,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp": { "bool_and": [ - 5686 + 5681 ], "bool_or": [ - 5687 + 5682 ], "count": [ - 5688 + 5683 ], "__typename": [ 80 @@ -130832,13 +130910,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_bool_and": { "arguments": [ - 5701 + 5696 ], "distinct": [ 5 ], "filter": [ - 5692 + 5687 ], "predicate": [ 6 @@ -130849,13 +130927,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_bool_or": { "arguments": [ - 5702 + 5697 ], "distinct": [ 5 ], "filter": [ - 5692 + 5687 ], "predicate": [ 6 @@ -130866,13 +130944,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_count": { "arguments": [ - 5700 + 5695 ], "distinct": [ 5 ], "filter": [ - 5692 + 5687 ], "predicate": [ 41 @@ -130886,7 +130964,7 @@ export default { 40, { "columns": [ - 5700, + 5695, "[v_pool_maps_select_column!]" ], "distinct": [ @@ -130895,10 +130973,10 @@ export default { } ], "max": [ - 5694 + 5689 ], "min": [ - 5696 + 5691 ], "__typename": [ 80 @@ -130909,10 +130987,10 @@ export default { 2971 ], "max": [ - 5695 + 5690 ], "min": [ - 5697 + 5692 ], "__typename": [ 80 @@ -130920,7 +130998,7 @@ export default { }, "v_pool_maps_arr_rel_insert_input": { "data": [ - 5693 + 5688 ], "__typename": [ 80 @@ -130928,19 +131006,19 @@ export default { }, "v_pool_maps_bool_exp": { "_and": [ - 5692 + 5687 ], "_not": [ - 5692 + 5687 ], "_or": [ - 5692 + 5687 ], "active_pool": [ 6 ], "id": [ - 5025 + 5020 ], "label": [ 82 @@ -130949,7 +131027,7 @@ export default { 2288 ], "map_pool_id": [ - 5025 + 5020 ], "name": [ 82 @@ -130975,7 +131053,7 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "label": [ 80 @@ -130984,7 +131062,7 @@ export default { 2294 ], "map_pool_id": [ - 5023 + 5018 ], "name": [ 80 @@ -131007,13 +131085,13 @@ export default { }, "v_pool_maps_max_fields": { "id": [ - 5023 + 5018 ], "label": [ 80 ], "map_pool_id": [ - 5023 + 5018 ], "name": [ 80 @@ -131065,13 +131143,13 @@ export default { }, "v_pool_maps_min_fields": { "id": [ - 5023 + 5018 ], "label": [ 80 ], "map_pool_id": [ - 5023 + 5018 ], "name": [ 80 @@ -131126,7 +131204,7 @@ export default { 40 ], "returning": [ - 5683 + 5678 ], "__typename": [ 80 @@ -131175,13 +131253,13 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "label": [ 80 ], "map_pool_id": [ - 5023 + 5018 ], "name": [ 80 @@ -131204,7 +131282,7 @@ export default { }, "v_pool_maps_stream_cursor_input": { "initial_value": [ - 5705 + 5700 ], "ordering": [ 313 @@ -131218,13 +131296,13 @@ export default { 5 ], "id": [ - 5023 + 5018 ], "label": [ 80 ], "map_pool_id": [ - 5023 + 5018 ], "name": [ 80 @@ -131247,10 +131325,10 @@ export default { }, "v_pool_maps_updates": { "_set": [ - 5703 + 5698 ], "where": [ - 5692 + 5687 ], "__typename": [ 80 @@ -131275,10 +131353,10 @@ export default { }, "v_steam_account_pool_status_aggregate": { "aggregate": [ - 5709 + 5704 ], "nodes": [ - 5707 + 5702 ], "__typename": [ 80 @@ -131286,13 +131364,13 @@ export default { }, "v_steam_account_pool_status_aggregate_fields": { "avg": [ - 5710 + 5705 ], "count": [ 40, { "columns": [ - 5715, + 5710, "[v_steam_account_pool_status_select_column!]" ], "distinct": [ @@ -131301,31 +131379,31 @@ export default { } ], "max": [ - 5712 + 5707 ], "min": [ - 5713 + 5708 ], "stddev": [ - 5716 + 5711 ], "stddev_pop": [ - 5717 + 5712 ], "stddev_samp": [ - 5718 + 5713 ], "sum": [ - 5721 + 5716 ], "var_pop": [ - 5722 + 5717 ], "var_samp": [ - 5723 + 5718 ], "variance": [ - 5724 + 5719 ], "__typename": [ 80 @@ -131350,13 +131428,13 @@ export default { }, "v_steam_account_pool_status_bool_exp": { "_and": [ - 5711 + 5706 ], "_not": [ - 5711 + 5706 ], "_or": [ - 5711 + 5706 ], "busy_accounts": [ 41 @@ -131479,7 +131557,7 @@ export default { }, "v_steam_account_pool_status_stream_cursor_input": { "initial_value": [ - 5720 + 5715 ], "ordering": [ 313 @@ -131596,10 +131674,10 @@ export default { 257 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -131607,10 +131685,10 @@ export default { }, "v_team_ranks_aggregate": { "aggregate": [ - 5727 + 5722 ], "nodes": [ - 5725 + 5720 ], "__typename": [ 80 @@ -131618,13 +131696,13 @@ export default { }, "v_team_ranks_aggregate_fields": { "avg": [ - 5728 + 5723 ], "count": [ 40, { "columns": [ - 5735, + 5730, "[v_team_ranks_select_column!]" ], "distinct": [ @@ -131633,31 +131711,31 @@ export default { } ], "max": [ - 5731 + 5726 ], "min": [ - 5732 + 5727 ], "stddev": [ - 5736 + 5731 ], "stddev_pop": [ - 5737 + 5732 ], "stddev_samp": [ - 5738 + 5733 ], "sum": [ - 5741 + 5736 ], "var_pop": [ - 5742 + 5737 ], "var_samp": [ - 5743 + 5738 ], "variance": [ - 5744 + 5739 ], "__typename": [ 80 @@ -131691,13 +131769,13 @@ export default { }, "v_team_ranks_bool_exp": { "_and": [ - 5729 + 5724 ], "_not": [ - 5729 + 5724 ], "_or": [ - 5729 + 5724 ], "avg_elo": [ 41 @@ -131721,10 +131799,10 @@ export default { 259 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -131753,10 +131831,10 @@ export default { 257 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -131785,7 +131863,7 @@ export default { 257 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -131814,7 +131892,7 @@ export default { 257 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -131822,7 +131900,7 @@ export default { }, "v_team_ranks_obj_rel_insert_input": { "data": [ - 5730 + 5725 ], "__typename": [ 80 @@ -131851,7 +131929,7 @@ export default { 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 @@ -131941,7 +132019,7 @@ export default { }, "v_team_ranks_stream_cursor_input": { "initial_value": [ - 5740 + 5735 ], "ordering": [ 313 @@ -131973,7 +132051,7 @@ export default { 257 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -132097,10 +132175,10 @@ export default { 257 ], "team": [ - 4476 + 4471 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -132108,10 +132186,10 @@ export default { }, "v_team_reputation_aggregate": { "aggregate": [ - 5747 + 5742 ], "nodes": [ - 5745 + 5740 ], "__typename": [ 80 @@ -132119,13 +132197,13 @@ export default { }, "v_team_reputation_aggregate_fields": { "avg": [ - 5748 + 5743 ], "count": [ 40, { "columns": [ - 5755, + 5750, "[v_team_reputation_select_column!]" ], "distinct": [ @@ -132134,31 +132212,31 @@ export default { } ], "max": [ - 5751 + 5746 ], "min": [ - 5752 + 5747 ], "stddev": [ - 5756 + 5751 ], "stddev_pop": [ - 5757 + 5752 ], "stddev_samp": [ - 5758 + 5753 ], "sum": [ - 5761 + 5756 ], "var_pop": [ - 5762 + 5757 ], "var_samp": [ - 5763 + 5758 ], "variance": [ - 5764 + 5759 ], "__typename": [ 80 @@ -132183,13 +132261,13 @@ export default { }, "v_team_reputation_bool_exp": { "_and": [ - 5749 + 5744 ], "_not": [ - 5749 + 5744 ], "_or": [ - 5749 + 5744 ], "late_cancels": [ 259 @@ -132204,10 +132282,10 @@ export default { 259 ], "team": [ - 4487 + 4482 ], "team_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -132227,10 +132305,10 @@ export default { 257 ], "team": [ - 4496 + 4491 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -132250,7 +132328,7 @@ export default { 257 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -132270,7 +132348,7 @@ export default { 257 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -132278,7 +132356,7 @@ export default { }, "v_team_reputation_obj_rel_insert_input": { "data": [ - 5750 + 5745 ], "__typename": [ 80 @@ -132298,7 +132376,7 @@ export default { 2971 ], "team": [ - 4498 + 4493 ], "team_id": [ 2971 @@ -132361,7 +132439,7 @@ export default { }, "v_team_reputation_stream_cursor_input": { "initial_value": [ - 5760 + 5755 ], "ordering": [ 313 @@ -132384,7 +132462,7 @@ export default { 257 ], "team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -132496,10 +132574,10 @@ export default { 40 ], "stage": [ - 4784 + 4779 ], "team": [ - 4917 + 4912 ], "team_kdr": [ 1689 @@ -132511,10 +132589,10 @@ export default { 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -132525,10 +132603,10 @@ export default { }, "v_team_stage_results_aggregate": { "aggregate": [ - 5779 + 5774 ], "nodes": [ - 5765 + 5760 ], "__typename": [ 80 @@ -132536,31 +132614,31 @@ export default { }, "v_team_stage_results_aggregate_bool_exp": { "avg": [ - 5768 + 5763 ], "corr": [ - 5769 + 5764 ], "count": [ - 5771 + 5766 ], "covar_samp": [ - 5772 + 5767 ], "max": [ - 5774 + 5769 ], "min": [ - 5775 + 5770 ], "stddev_samp": [ - 5776 + 5771 ], "sum": [ - 5777 + 5772 ], "var_samp": [ - 5778 + 5773 ], "__typename": [ 80 @@ -132568,13 +132646,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_avg": { "arguments": [ - 5798 + 5793 ], "distinct": [ 5 ], "filter": [ - 5784 + 5779 ], "predicate": [ 1690 @@ -132585,13 +132663,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_corr": { "arguments": [ - 5770 + 5765 ], "distinct": [ 5 ], "filter": [ - 5784 + 5779 ], "predicate": [ 1690 @@ -132602,10 +132680,10 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_corr_arguments": { "X": [ - 5799 + 5794 ], "Y": [ - 5799 + 5794 ], "__typename": [ 80 @@ -132613,13 +132691,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_count": { "arguments": [ - 5797 + 5792 ], "distinct": [ 5 ], "filter": [ - 5784 + 5779 ], "predicate": [ 41 @@ -132630,13 +132708,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 5773 + 5768 ], "distinct": [ 5 ], "filter": [ - 5784 + 5779 ], "predicate": [ 1690 @@ -132647,10 +132725,10 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5800 + 5795 ], "Y": [ - 5800 + 5795 ], "__typename": [ 80 @@ -132658,13 +132736,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_max": { "arguments": [ - 5801 + 5796 ], "distinct": [ 5 ], "filter": [ - 5784 + 5779 ], "predicate": [ 1690 @@ -132675,13 +132753,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_min": { "arguments": [ - 5802 + 5797 ], "distinct": [ 5 ], "filter": [ - 5784 + 5779 ], "predicate": [ 1690 @@ -132692,13 +132770,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5803 + 5798 ], "distinct": [ 5 ], "filter": [ - 5784 + 5779 ], "predicate": [ 1690 @@ -132709,13 +132787,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_sum": { "arguments": [ - 5804 + 5799 ], "distinct": [ 5 ], "filter": [ - 5784 + 5779 ], "predicate": [ 1690 @@ -132726,13 +132804,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_var_samp": { "arguments": [ - 5805 + 5800 ], "distinct": [ 5 ], "filter": [ - 5784 + 5779 ], "predicate": [ 1690 @@ -132743,13 +132821,13 @@ export default { }, "v_team_stage_results_aggregate_fields": { "avg": [ - 5782 + 5777 ], "count": [ 40, { "columns": [ - 5797, + 5792, "[v_team_stage_results_select_column!]" ], "distinct": [ @@ -132758,31 +132836,31 @@ export default { } ], "max": [ - 5788 + 5783 ], "min": [ - 5790 + 5785 ], "stddev": [ - 5807 + 5802 ], "stddev_pop": [ - 5809 + 5804 ], "stddev_samp": [ - 5811 + 5806 ], "sum": [ - 5815 + 5810 ], "var_pop": [ - 5819 + 5814 ], "var_samp": [ - 5821 + 5816 ], "variance": [ - 5823 + 5818 ], "__typename": [ 80 @@ -132790,37 +132868,37 @@ export default { }, "v_team_stage_results_aggregate_order_by": { "avg": [ - 5783 + 5778 ], "count": [ 2971 ], "max": [ - 5789 + 5784 ], "min": [ - 5791 + 5786 ], "stddev": [ - 5808 + 5803 ], "stddev_pop": [ - 5810 + 5805 ], "stddev_samp": [ - 5812 + 5807 ], "sum": [ - 5816 + 5811 ], "var_pop": [ - 5820 + 5815 ], "var_samp": [ - 5822 + 5817 ], "variance": [ - 5824 + 5819 ], "__typename": [ 80 @@ -132828,10 +132906,10 @@ export default { }, "v_team_stage_results_arr_rel_insert_input": { "data": [ - 5787 + 5782 ], "on_conflict": [ - 5794 + 5789 ], "__typename": [ 80 @@ -132945,13 +133023,13 @@ export default { }, "v_team_stage_results_bool_exp": { "_and": [ - 5784 + 5779 ], "_not": [ - 5784 + 5779 ], "_or": [ - 5784 + 5779 ], "group_number": [ 41 @@ -132990,10 +133068,10 @@ export default { 41 ], "stage": [ - 4796 + 4791 ], "team": [ - 4926 + 4921 ], "team_kdr": [ 1690 @@ -133005,10 +133083,10 @@ export default { 41 ], "tournament_stage_id": [ - 5025 + 5020 ], "tournament_team_id": [ - 5025 + 5020 ], "wins": [ 41 @@ -133109,10 +133187,10 @@ export default { 40 ], "stage": [ - 4808 + 4803 ], "team": [ - 4935 + 4930 ], "team_kdr": [ 1689 @@ -133124,10 +133202,10 @@ export default { 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -133183,10 +133261,10 @@ export default { 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -133301,10 +133379,10 @@ export default { 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -133377,7 +133455,7 @@ export default { 40 ], "returning": [ - 5765 + 5760 ], "__typename": [ 80 @@ -133385,10 +133463,10 @@ export default { }, "v_team_stage_results_obj_rel_insert_input": { "data": [ - 5787 + 5782 ], "on_conflict": [ - 5794 + 5789 ], "__typename": [ 80 @@ -133396,13 +133474,13 @@ export default { }, "v_team_stage_results_on_conflict": { "constraint": [ - 5785 + 5780 ], "update_columns": [ - 5817 + 5812 ], "where": [ - 5784 + 5779 ], "__typename": [ 80 @@ -133446,10 +133524,10 @@ export default { 2971 ], "stage": [ - 4810 + 4805 ], "team": [ - 4937 + 4932 ], "team_kdr": [ 2971 @@ -133475,10 +133553,10 @@ export default { }, "v_team_stage_results_pk_columns_input": { "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -133540,10 +133618,10 @@ export default { 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -133872,7 +133950,7 @@ export default { }, "v_team_stage_results_stream_cursor_input": { "initial_value": [ - 5814 + 5809 ], "ordering": [ 313 @@ -133928,10 +134006,10 @@ export default { 40 ], "tournament_stage_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -134049,13 +134127,13 @@ export default { "v_team_stage_results_update_column": {}, "v_team_stage_results_updates": { "_inc": [ - 5786 + 5781 ], "_set": [ - 5806 + 5801 ], "where": [ - 5784 + 5779 ], "__typename": [ 80 @@ -134408,7 +134486,7 @@ export default { 40 ], "team": [ - 4917 + 4912 ], "team_kdr": [ 1689 @@ -134420,13 +134498,13 @@ export default { 40 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -134437,10 +134515,10 @@ export default { }, "v_team_tournament_results_aggregate": { "aggregate": [ - 5839 + 5834 ], "nodes": [ - 5825 + 5820 ], "__typename": [ 80 @@ -134448,31 +134526,31 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp": { "avg": [ - 5828 + 5823 ], "corr": [ - 5829 + 5824 ], "count": [ - 5831 + 5826 ], "covar_samp": [ - 5832 + 5827 ], "max": [ - 5834 + 5829 ], "min": [ - 5835 + 5830 ], "stddev_samp": [ - 5836 + 5831 ], "sum": [ - 5837 + 5832 ], "var_samp": [ - 5838 + 5833 ], "__typename": [ 80 @@ -134480,13 +134558,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_avg": { "arguments": [ - 5852 + 5847 ], "distinct": [ 5 ], "filter": [ - 5844 + 5839 ], "predicate": [ 1690 @@ -134497,13 +134575,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_corr": { "arguments": [ - 5830 + 5825 ], "distinct": [ 5 ], "filter": [ - 5844 + 5839 ], "predicate": [ 1690 @@ -134514,10 +134592,10 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_corr_arguments": { "X": [ - 5853 + 5848 ], "Y": [ - 5853 + 5848 ], "__typename": [ 80 @@ -134525,13 +134603,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_count": { "arguments": [ - 5851 + 5846 ], "distinct": [ 5 ], "filter": [ - 5844 + 5839 ], "predicate": [ 41 @@ -134542,13 +134620,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 5833 + 5828 ], "distinct": [ 5 ], "filter": [ - 5844 + 5839 ], "predicate": [ 1690 @@ -134559,10 +134637,10 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5854 + 5849 ], "Y": [ - 5854 + 5849 ], "__typename": [ 80 @@ -134570,13 +134648,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_max": { "arguments": [ - 5855 + 5850 ], "distinct": [ 5 ], "filter": [ - 5844 + 5839 ], "predicate": [ 1690 @@ -134587,13 +134665,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_min": { "arguments": [ - 5856 + 5851 ], "distinct": [ 5 ], "filter": [ - 5844 + 5839 ], "predicate": [ 1690 @@ -134604,13 +134682,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5857 + 5852 ], "distinct": [ 5 ], "filter": [ - 5844 + 5839 ], "predicate": [ 1690 @@ -134621,13 +134699,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_sum": { "arguments": [ - 5858 + 5853 ], "distinct": [ 5 ], "filter": [ - 5844 + 5839 ], "predicate": [ 1690 @@ -134638,13 +134716,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_var_samp": { "arguments": [ - 5859 + 5854 ], "distinct": [ 5 ], "filter": [ - 5844 + 5839 ], "predicate": [ 1690 @@ -134655,13 +134733,13 @@ export default { }, "v_team_tournament_results_aggregate_fields": { "avg": [ - 5842 + 5837 ], "count": [ 40, { "columns": [ - 5851, + 5846, "[v_team_tournament_results_select_column!]" ], "distinct": [ @@ -134670,31 +134748,31 @@ export default { } ], "max": [ - 5846 + 5841 ], "min": [ - 5848 + 5843 ], "stddev": [ - 5860 + 5855 ], "stddev_pop": [ - 5862 + 5857 ], "stddev_samp": [ - 5864 + 5859 ], "sum": [ - 5868 + 5863 ], "var_pop": [ - 5870 + 5865 ], "var_samp": [ - 5872 + 5867 ], "variance": [ - 5874 + 5869 ], "__typename": [ 80 @@ -134702,37 +134780,37 @@ export default { }, "v_team_tournament_results_aggregate_order_by": { "avg": [ - 5843 + 5838 ], "count": [ 2971 ], "max": [ - 5847 + 5842 ], "min": [ - 5849 + 5844 ], "stddev": [ - 5861 + 5856 ], "stddev_pop": [ - 5863 + 5858 ], "stddev_samp": [ - 5865 + 5860 ], "sum": [ - 5869 + 5864 ], "var_pop": [ - 5871 + 5866 ], "var_samp": [ - 5873 + 5868 ], "variance": [ - 5875 + 5870 ], "__typename": [ 80 @@ -134740,7 +134818,7 @@ export default { }, "v_team_tournament_results_arr_rel_insert_input": { "data": [ - 5845 + 5840 ], "__typename": [ 80 @@ -134836,13 +134914,13 @@ export default { }, "v_team_tournament_results_bool_exp": { "_and": [ - 5844 + 5839 ], "_not": [ - 5844 + 5839 ], "_or": [ - 5844 + 5839 ], "head_to_head_match_wins": [ 41 @@ -134872,7 +134950,7 @@ export default { 41 ], "team": [ - 4926 + 4921 ], "team_kdr": [ 1690 @@ -134884,13 +134962,13 @@ export default { 41 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "tournament_team_id": [ - 5025 + 5020 ], "wins": [ 41 @@ -134928,7 +135006,7 @@ export default { 40 ], "team": [ - 4935 + 4930 ], "team_kdr": [ 1689 @@ -134940,13 +135018,13 @@ export default { 40 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -134993,10 +135071,10 @@ export default { 40 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -135093,10 +135171,10 @@ export default { 40 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -135184,7 +135262,7 @@ export default { 2971 ], "team": [ - 4937 + 4932 ], "team_kdr": [ 2971 @@ -135196,7 +135274,7 @@ export default { 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -135486,7 +135564,7 @@ export default { }, "v_team_tournament_results_stream_cursor_input": { "initial_value": [ - 5867 + 5862 ], "ordering": [ 313 @@ -135533,10 +135611,10 @@ export default { 40 ], "tournament_id": [ - 5023 + 5018 ], "tournament_team_id": [ - 5023 + 5018 ], "wins": [ 40 @@ -135920,16 +135998,16 @@ export default { 40 ], "player": [ - 3934 + 3929 ], "player_steam_id": [ 257 ], "tournament": [ - 4959 + 4954 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -135937,10 +136015,10 @@ export default { }, "v_tournament_player_stats_aggregate": { "aggregate": [ - 5890 + 5885 ], "nodes": [ - 5876 + 5871 ], "__typename": [ 80 @@ -135948,31 +136026,31 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp": { "avg": [ - 5879 + 5874 ], "corr": [ - 5880 + 5875 ], "count": [ - 5882 + 5877 ], "covar_samp": [ - 5883 + 5878 ], "max": [ - 5885 + 5880 ], "min": [ - 5886 + 5881 ], "stddev_samp": [ - 5887 + 5882 ], "sum": [ - 5888 + 5883 ], "var_samp": [ - 5889 + 5884 ], "__typename": [ 80 @@ -135980,13 +136058,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 5903 + 5898 ], "distinct": [ 5 ], "filter": [ - 5895 + 5890 ], "predicate": [ 1690 @@ -135997,13 +136075,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 5881 + 5876 ], "distinct": [ 5 ], "filter": [ - 5895 + 5890 ], "predicate": [ 1690 @@ -136014,10 +136092,10 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 5904 + 5899 ], "Y": [ - 5904 + 5899 ], "__typename": [ 80 @@ -136025,13 +136103,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_count": { "arguments": [ - 5902 + 5897 ], "distinct": [ 5 ], "filter": [ - 5895 + 5890 ], "predicate": [ 41 @@ -136042,13 +136120,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 5884 + 5879 ], "distinct": [ 5 ], "filter": [ - 5895 + 5890 ], "predicate": [ 1690 @@ -136059,10 +136137,10 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5905 + 5900 ], "Y": [ - 5905 + 5900 ], "__typename": [ 80 @@ -136070,13 +136148,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_max": { "arguments": [ - 5906 + 5901 ], "distinct": [ 5 ], "filter": [ - 5895 + 5890 ], "predicate": [ 1690 @@ -136087,13 +136165,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_min": { "arguments": [ - 5907 + 5902 ], "distinct": [ 5 ], "filter": [ - 5895 + 5890 ], "predicate": [ 1690 @@ -136104,13 +136182,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5908 + 5903 ], "distinct": [ 5 ], "filter": [ - 5895 + 5890 ], "predicate": [ 1690 @@ -136121,13 +136199,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 5909 + 5904 ], "distinct": [ 5 ], "filter": [ - 5895 + 5890 ], "predicate": [ 1690 @@ -136138,13 +136216,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 5910 + 5905 ], "distinct": [ 5 ], "filter": [ - 5895 + 5890 ], "predicate": [ 1690 @@ -136155,13 +136233,13 @@ export default { }, "v_tournament_player_stats_aggregate_fields": { "avg": [ - 5893 + 5888 ], "count": [ 40, { "columns": [ - 5902, + 5897, "[v_tournament_player_stats_select_column!]" ], "distinct": [ @@ -136170,31 +136248,31 @@ export default { } ], "max": [ - 5897 + 5892 ], "min": [ - 5899 + 5894 ], "stddev": [ - 5911 + 5906 ], "stddev_pop": [ - 5913 + 5908 ], "stddev_samp": [ - 5915 + 5910 ], "sum": [ - 5919 + 5914 ], "var_pop": [ - 5921 + 5916 ], "var_samp": [ - 5923 + 5918 ], "variance": [ - 5925 + 5920 ], "__typename": [ 80 @@ -136202,37 +136280,37 @@ export default { }, "v_tournament_player_stats_aggregate_order_by": { "avg": [ - 5894 + 5889 ], "count": [ 2971 ], "max": [ - 5898 + 5893 ], "min": [ - 5900 + 5895 ], "stddev": [ - 5912 + 5907 ], "stddev_pop": [ - 5914 + 5909 ], "stddev_samp": [ - 5916 + 5911 ], "sum": [ - 5920 + 5915 ], "var_pop": [ - 5922 + 5917 ], "var_samp": [ - 5924 + 5919 ], "variance": [ - 5926 + 5921 ], "__typename": [ 80 @@ -136240,7 +136318,7 @@ export default { }, "v_tournament_player_stats_arr_rel_insert_input": { "data": [ - 5896 + 5891 ], "__typename": [ 80 @@ -136306,13 +136384,13 @@ export default { }, "v_tournament_player_stats_bool_exp": { "_and": [ - 5895 + 5890 ], "_not": [ - 5895 + 5890 ], "_or": [ - 5895 + 5890 ], "assists": [ 41 @@ -136336,16 +136414,16 @@ export default { 41 ], "player": [ - 3938 + 3933 ], "player_steam_id": [ 259 ], "tournament": [ - 4980 + 4975 ], "tournament_id": [ - 5025 + 5020 ], "__typename": [ 80 @@ -136374,16 +136452,16 @@ export default { 40 ], "player": [ - 3945 + 3940 ], "player_steam_id": [ 257 ], "tournament": [ - 4989 + 4984 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -136415,7 +136493,7 @@ export default { 257 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -136479,7 +136557,7 @@ export default { 257 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -136540,13 +136618,13 @@ export default { 2971 ], "player": [ - 3947 + 3942 ], "player_steam_id": [ 2971 ], "tournament": [ - 4991 + 4986 ], "tournament_id": [ 2971 @@ -136740,7 +136818,7 @@ export default { }, "v_tournament_player_stats_stream_cursor_input": { "initial_value": [ - 5918 + 5913 ], "ordering": [ 313 @@ -136775,7 +136853,7 @@ export default { 257 ], "tournament_id": [ - 5023 + 5018 ], "__typename": [ 80 @@ -137062,11 +137140,11 @@ export default { 100, { "map_id": [ - 5023, + 5018, "uuid!" ], "map_pool_id": [ - 5023, + 5018, "uuid!" ] } @@ -137119,7 +137197,7 @@ export default { 119, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -137172,7 +137250,7 @@ export default { 160, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -137225,7 +137303,7 @@ export default { 188, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -137278,7 +137356,7 @@ export default { 229, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -137331,7 +137409,7 @@ export default { 262, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -137384,7 +137462,7 @@ export default { 314, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -137440,7 +137518,7 @@ export default { 346, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -137493,7 +137571,7 @@ export default { 373, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -137546,7 +137624,7 @@ export default { 418, { "draft_game_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -137603,7 +137681,7 @@ export default { 463, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -140041,11 +140119,11 @@ export default { 1430, { "event_id": [ - 5023, + 5018, "uuid!" ], "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -140098,7 +140176,7 @@ export default { 1448, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -140151,7 +140229,7 @@ export default { 1470, { "media_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -140208,7 +140286,7 @@ export default { 1531, { "event_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -140265,7 +140343,7 @@ export default { 1572, { "event_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -140322,11 +140400,11 @@ export default { 1613, { "event_id": [ - 5023, + 5018, "uuid!" ], "team_id": [ - 5023, + 5018, "uuid!" ] } @@ -140379,11 +140457,11 @@ export default { 1637, { "event_id": [ - 5023, + 5018, "uuid!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } @@ -140436,7 +140514,7 @@ export default { 1661, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -140652,7 +140730,7 @@ export default { 1802, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -140688,7 +140766,7 @@ export default { 36, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "target_steam_id": [ @@ -140929,14 +141007,14 @@ export default { } ], "get_player_leaderboard_rank": [ - 3417, + 3412, { "args": [ 1837, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3428, + 3423, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -140946,23 +141024,23 @@ export default { 40 ], "order_by": [ - 3427, + 3422, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3421 + 3416 ] } ], "get_player_leaderboard_rank_aggregate": [ - 3418, + 3413, { "args": [ 1837, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3428, + 3423, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -140972,11 +141050,11 @@ export default { 40 ], "order_by": [ - 3427, + 3422, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3421 + 3416 ] } ], @@ -141072,7 +141150,7 @@ export default { 1869, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141125,7 +141203,7 @@ export default { 1897, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141178,7 +141256,7 @@ export default { 1938, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141231,7 +141309,7 @@ export default { 1979, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141284,7 +141362,7 @@ export default { 2020, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141337,7 +141415,7 @@ export default { 2045, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141390,7 +141468,7 @@ export default { 2078, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141443,7 +141521,7 @@ export default { 2119, { "league_team_season_id": [ - 5023, + 5018, "uuid!" ], "player_steam_id": [ @@ -141500,7 +141578,7 @@ export default { 2160, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141553,7 +141631,7 @@ export default { 2202, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141621,7 +141699,7 @@ export default { 2221, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141674,7 +141752,7 @@ export default { 2240, { "lobby_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -141731,7 +141809,7 @@ export default { 2285, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141784,7 +141862,7 @@ export default { 2304, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141837,7 +141915,7 @@ export default { 2333, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141890,7 +141968,7 @@ export default { 2375, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141943,7 +142021,7 @@ export default { 2421, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -141996,7 +142074,7 @@ export default { 2466, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142049,7 +142127,7 @@ export default { 2508, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142102,7 +142180,7 @@ export default { 2559, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142155,7 +142233,7 @@ export default { 2600, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142208,7 +142286,7 @@ export default { 2624, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142261,7 +142339,7 @@ export default { 2666, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142314,7 +142392,7 @@ export default { 2694, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142367,7 +142445,7 @@ export default { 2718, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142473,7 +142551,7 @@ export default { 2786, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142582,7 +142660,7 @@ export default { 50, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142638,7 +142716,7 @@ export default { 2892, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142691,7 +142769,7 @@ export default { 2919, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -142757,7 +142835,7 @@ export default { 3013, { "distinct_on": [ - 3033, + 3028, "[pending_match_imports_select_column!]" ], "limit": [ @@ -142767,11 +142845,11 @@ export default { 40 ], "order_by": [ - 3030, + 3026, "[pending_match_imports_order_by!]" ], "where": [ - 3018 + 3017 ] } ], @@ -142779,7 +142857,7 @@ export default { 3014, { "distinct_on": [ - 3033, + 3028, "[pending_match_imports_select_column!]" ], "limit": [ @@ -142789,11 +142867,11 @@ export default { 40 ], "order_by": [ - 3030, + 3026, "[pending_match_imports_order_by!]" ], "where": [ - 3018 + 3017 ] } ], @@ -142807,10 +142885,10 @@ export default { } ], "player_aim_stats_demo": [ - 3046, + 3041, { "distinct_on": [ - 3060, + 3055, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -142820,19 +142898,19 @@ export default { 40 ], "order_by": [ - 3058, + 3053, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3050 + 3045 ] } ], "player_aim_stats_demo_aggregate": [ - 3047, + 3042, { "distinct_on": [ - 3060, + 3055, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -142842,32 +142920,32 @@ export default { 40 ], "order_by": [ - 3058, + 3053, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3050 + 3045 ] } ], "player_aim_stats_demo_by_pk": [ - 3046, + 3041, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ] } ], "player_aim_weapon_stats": [ - 3073, + 3068, { "distinct_on": [ - 3094, + 3089, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -142877,19 +142955,19 @@ export default { 40 ], "order_by": [ - 3092, + 3087, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3082 + 3077 ] } ], "player_aim_weapon_stats_aggregate": [ - 3074, + 3069, { "distinct_on": [ - 3094, + 3089, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -142899,19 +142977,19 @@ export default { 40 ], "order_by": [ - 3092, + 3087, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3082 + 3077 ] } ], "player_aim_weapon_stats_by_pk": [ - 3073, + 3068, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -142925,10 +143003,10 @@ export default { } ], "player_assists": [ - 3114, + 3109, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -142938,19 +143016,19 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "player_assists_aggregate": [ - 3115, + 3110, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -142960,16 +143038,16 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "player_assists_by_pk": [ - 3114, + 3109, { "attacked_steam_id": [ 257, @@ -142980,20 +143058,20 @@ export default { "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_career_stats_v": [ - 3159, + 3154, { "distinct_on": [ - 3167, + 3162, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -143003,19 +143081,19 @@ export default { 40 ], "order_by": [ - 3166, + 3161, "[player_career_stats_v_order_by!]" ], "where": [ - 3163 + 3158 ] } ], "player_career_stats_v_aggregate": [ - 3160, + 3155, { "distinct_on": [ - 3167, + 3162, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -143025,19 +143103,19 @@ export default { 40 ], "order_by": [ - 3166, + 3161, "[player_career_stats_v_order_by!]" ], "where": [ - 3163 + 3158 ] } ], "player_damages": [ - 3177, + 3172, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -143047,19 +143125,19 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], "player_damages_aggregate": [ - 3178, + 3173, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -143069,36 +143147,36 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], "player_damages_by_pk": [ - 3177, + 3172, { "id": [ - 5023, + 5018, "uuid!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_elo": [ - 3218, + 3213, { "distinct_on": [ - 3232, + 3227, "[player_elo_select_column!]" ], "limit": [ @@ -143108,19 +143186,19 @@ export default { 40 ], "order_by": [ - 3230, + 3225, "[player_elo_order_by!]" ], "where": [ - 3222 + 3217 ] } ], "player_elo_aggregate": [ - 3219, + 3214, { "distinct_on": [ - 3232, + 3227, "[player_elo_select_column!]" ], "limit": [ @@ -143130,19 +143208,19 @@ export default { 40 ], "order_by": [ - 3230, + 3225, "[player_elo_order_by!]" ], "where": [ - 3222 + 3217 ] } ], "player_elo_by_pk": [ - 3218, + 3213, { "match_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -143156,10 +143234,10 @@ export default { } ], "player_faceit_rank_history": [ - 3245, + 3240, { "distinct_on": [ - 3266, + 3261, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -143169,19 +143247,19 @@ export default { 40 ], "order_by": [ - 3264, + 3259, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3254 + 3249 ] } ], "player_faceit_rank_history_aggregate": [ - 3246, + 3241, { "distinct_on": [ - 3266, + 3261, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -143191,28 +143269,28 @@ export default { 40 ], "order_by": [ - 3264, + 3259, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3254 + 3249 ] } ], "player_faceit_rank_history_by_pk": [ - 3245, + 3240, { "id": [ - 5023, + 5018, "uuid!" ] } ], "player_flashes": [ - 3286, + 3281, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -143222,19 +143300,19 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], "player_flashes_aggregate": [ - 3287, + 3282, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -143244,16 +143322,16 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], "player_flashes_by_pk": [ - 3286, + 3281, { "attacked_steam_id": [ 257, @@ -143264,20 +143342,20 @@ export default { "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_kills": [ - 3331, + 3326, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -143287,19 +143365,19 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "player_kills_aggregate": [ - 3332, + 3327, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -143309,16 +143387,16 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "player_kills_by_pk": [ - 3331, + 3326, { "attacked_steam_id": [ 257, @@ -143329,20 +143407,20 @@ export default { "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 3343, + 3338, { "distinct_on": [ - 3364, + 3359, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -143352,19 +143430,19 @@ export default { 40 ], "order_by": [ - 3362, + 3357, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3352 + 3347 ] } ], "player_kills_by_weapon_aggregate": [ - 3344, + 3339, { "distinct_on": [ - 3364, + 3359, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -143374,16 +143452,16 @@ export default { 40 ], "order_by": [ - 3362, + 3357, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3352 + 3347 ] } ], "player_kills_by_weapon_by_pk": [ - 3343, + 3338, { "player_steam_id": [ 257, @@ -143396,10 +143474,10 @@ export default { } ], "player_leaderboard_rank": [ - 3417, + 3412, { "distinct_on": [ - 3428, + 3423, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -143409,19 +143487,19 @@ export default { 40 ], "order_by": [ - 3427, + 3422, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3421 + 3416 ] } ], "player_leaderboard_rank_aggregate": [ - 3418, + 3413, { "distinct_on": [ - 3428, + 3423, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -143431,19 +143509,19 @@ export default { 40 ], "order_by": [ - 3427, + 3422, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3421 + 3416 ] } ], "player_match_map_stats": [ - 3440, + 3435, { "distinct_on": [ - 3461, + 3456, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -143453,19 +143531,19 @@ export default { 40 ], "order_by": [ - 3459, + 3454, "[player_match_map_stats_order_by!]" ], "where": [ - 3449 + 3444 ] } ], "player_match_map_stats_aggregate": [ - 3441, + 3436, { "distinct_on": [ - 3461, + 3456, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -143475,19 +143553,19 @@ export default { 40 ], "order_by": [ - 3459, + 3454, "[player_match_map_stats_order_by!]" ], "where": [ - 3449 + 3444 ] } ], "player_match_map_stats_by_pk": [ - 3440, + 3435, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -143497,10 +143575,10 @@ export default { } ], "player_match_performance_v": [ - 3481, + 3476, { "distinct_on": [ - 3489, + 3484, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -143510,19 +143588,19 @@ export default { 40 ], "order_by": [ - 3488, + 3483, "[player_match_performance_v_order_by!]" ], "where": [ - 3485 + 3480 ] } ], "player_match_performance_v_aggregate": [ - 3482, + 3477, { "distinct_on": [ - 3489, + 3484, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -143532,19 +143610,19 @@ export default { 40 ], "order_by": [ - 3488, + 3483, "[player_match_performance_v_order_by!]" ], "where": [ - 3485 + 3480 ] } ], "player_match_stats_v": [ - 3499, + 3494, { "distinct_on": [ - 3515, + 3510, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -143554,19 +143632,19 @@ export default { 40 ], "order_by": [ - 3514, + 3509, "[player_match_stats_v_order_by!]" ], "where": [ - 3508 + 3503 ] } ], "player_match_stats_v_aggregate": [ - 3500, + 3495, { "distinct_on": [ - 3515, + 3510, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -143576,19 +143654,19 @@ export default { 40 ], "order_by": [ - 3514, + 3509, "[player_match_stats_v_order_by!]" ], "where": [ - 3508 + 3503 ] } ], "player_objectives": [ - 3532, + 3527, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -143598,19 +143676,19 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], "player_objectives_aggregate": [ - 3533, + 3528, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -143620,19 +143698,19 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], "player_objectives_by_pk": [ - 3532, + 3527, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "player_steam_id": [ @@ -143640,16 +143718,16 @@ export default { "bigint!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_performance_v": [ - 3573, + 3568, { "distinct_on": [ - 3581, + 3576, "[player_performance_v_select_column!]" ], "limit": [ @@ -143659,19 +143737,19 @@ export default { 40 ], "order_by": [ - 3580, + 3575, "[player_performance_v_order_by!]" ], "where": [ - 3577 + 3572 ] } ], "player_performance_v_aggregate": [ - 3574, + 3569, { "distinct_on": [ - 3581, + 3576, "[player_performance_v_select_column!]" ], "limit": [ @@ -143681,19 +143759,19 @@ export default { 40 ], "order_by": [ - 3580, + 3575, "[player_performance_v_order_by!]" ], "where": [ - 3577 + 3572 ] } ], "player_premier_rank_history": [ - 3591, + 3586, { "distinct_on": [ - 3612, + 3607, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -143703,19 +143781,19 @@ export default { 40 ], "order_by": [ - 3610, + 3605, "[player_premier_rank_history_order_by!]" ], "where": [ - 3600 + 3595 ] } ], "player_premier_rank_history_aggregate": [ - 3592, + 3587, { "distinct_on": [ - 3612, + 3607, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -143725,28 +143803,28 @@ export default { 40 ], "order_by": [ - 3610, + 3605, "[player_premier_rank_history_order_by!]" ], "where": [ - 3600 + 3595 ] } ], "player_premier_rank_history_by_pk": [ - 3591, + 3586, { "id": [ - 5023, + 5018, "uuid!" ] } ], "player_sanctions": [ - 3632, + 3627, { "distinct_on": [ - 3653, + 3648, "[player_sanctions_select_column!]" ], "limit": [ @@ -143756,19 +143834,19 @@ export default { 40 ], "order_by": [ - 3651, + 3646, "[player_sanctions_order_by!]" ], "where": [ - 3641 + 3636 ] } ], "player_sanctions_aggregate": [ - 3633, + 3628, { "distinct_on": [ - 3653, + 3648, "[player_sanctions_select_column!]" ], "limit": [ @@ -143778,32 +143856,32 @@ export default { 40 ], "order_by": [ - 3651, + 3646, "[player_sanctions_order_by!]" ], "where": [ - 3641 + 3636 ] } ], "player_sanctions_by_pk": [ - 3632, + 3627, { "created_at": [ - 4523, + 4518, "timestamptz!" ], "id": [ - 5023, + 5018, "uuid!" ] } ], "player_season_stats": [ - 3673, + 3668, { "distinct_on": [ - 3704, + 3699, "[player_season_stats_select_column!]" ], "limit": [ @@ -143813,19 +143891,19 @@ export default { 40 ], "order_by": [ - 3702, + 3697, "[player_season_stats_order_by!]" ], "where": [ - 3692 + 3687 ] } ], "player_season_stats_aggregate": [ - 3674, + 3669, { "distinct_on": [ - 3704, + 3699, "[player_season_stats_select_column!]" ], "limit": [ @@ -143835,32 +143913,32 @@ export default { 40 ], "order_by": [ - 3702, + 3697, "[player_season_stats_order_by!]" ], "where": [ - 3692 + 3687 ] } ], "player_season_stats_by_pk": [ - 3673, + 3668, { "player_steam_id": [ 257, "bigint!" ], "season_id": [ - 5023, + 5018, "uuid!" ] } ], "player_stats": [ - 3732, + 3727, { "distinct_on": [ - 3747, + 3742, "[player_stats_select_column!]" ], "limit": [ @@ -143870,19 +143948,19 @@ export default { 40 ], "order_by": [ - 3745, + 3740, "[player_stats_order_by!]" ], "where": [ - 3736 + 3731 ] } ], "player_stats_aggregate": [ - 3733, + 3728, { "distinct_on": [ - 3747, + 3742, "[player_stats_select_column!]" ], "limit": [ @@ -143892,16 +143970,16 @@ export default { 40 ], "order_by": [ - 3745, + 3740, "[player_stats_order_by!]" ], "where": [ - 3736 + 3731 ] } ], "player_stats_by_pk": [ - 3732, + 3727, { "player_steam_id": [ 257, @@ -143910,10 +143988,10 @@ export default { } ], "player_steam_bot_friend": [ - 3760, + 3755, { "distinct_on": [ - 3779, + 3774, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -143923,19 +144001,19 @@ export default { 40 ], "order_by": [ - 3776, + 3771, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3765 + 3760 ] } ], "player_steam_bot_friend_aggregate": [ - 3761, + 3756, { "distinct_on": [ - 3779, + 3774, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -143945,16 +144023,16 @@ export default { 40 ], "order_by": [ - 3776, + 3771, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3765 + 3760 ] } ], "player_steam_bot_friend_by_pk": [ - 3760, + 3755, { "steam_id": [ 257, @@ -143963,10 +144041,10 @@ export default { } ], "player_steam_match_auth": [ - 3792, + 3787, { "distinct_on": [ - 3806, + 3801, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -143976,19 +144054,19 @@ export default { 40 ], "order_by": [ - 3804, + 3799, "[player_steam_match_auth_order_by!]" ], "where": [ - 3796 + 3791 ] } ], "player_steam_match_auth_aggregate": [ - 3793, + 3788, { "distinct_on": [ - 3806, + 3801, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -143998,16 +144076,16 @@ export default { 40 ], "order_by": [ - 3804, + 3799, "[player_steam_match_auth_order_by!]" ], "where": [ - 3796 + 3791 ] } ], "player_steam_match_auth_by_pk": [ - 3792, + 3787, { "steam_id": [ 257, @@ -144016,10 +144094,10 @@ export default { } ], "player_unused_utility": [ - 3819, + 3814, { "distinct_on": [ - 3840, + 3835, "[player_unused_utility_select_column!]" ], "limit": [ @@ -144029,19 +144107,19 @@ export default { 40 ], "order_by": [ - 3838, + 3833, "[player_unused_utility_order_by!]" ], "where": [ - 3828 + 3823 ] } ], "player_unused_utility_aggregate": [ - 3820, + 3815, { "distinct_on": [ - 3840, + 3835, "[player_unused_utility_select_column!]" ], "limit": [ @@ -144051,19 +144129,19 @@ export default { 40 ], "order_by": [ - 3838, + 3833, "[player_unused_utility_order_by!]" ], "where": [ - 3828 + 3823 ] } ], "player_unused_utility_by_pk": [ - 3819, + 3814, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "player_steam_id": [ @@ -144073,10 +144151,10 @@ export default { } ], "player_utility": [ - 3860, + 3855, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -144086,19 +144164,19 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], "player_utility_aggregate": [ - 3861, + 3856, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -144108,36 +144186,36 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], "player_utility_by_pk": [ - 3860, + 3855, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_weapon_stats_v": [ - 3901, + 3896, { "distinct_on": [ - 3917, + 3912, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -144147,19 +144225,19 @@ export default { 40 ], "order_by": [ - 3916, + 3911, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3910 + 3905 ] } ], "player_weapon_stats_v_aggregate": [ - 3902, + 3897, { "distinct_on": [ - 3917, + 3912, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -144169,19 +144247,19 @@ export default { 40 ], "order_by": [ - 3916, + 3911, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3910 + 3905 ] } ], "players": [ - 3934, + 3929, { "distinct_on": [ - 3949, + 3944, "[players_select_column!]" ], "limit": [ @@ -144191,19 +144269,19 @@ export default { 40 ], "order_by": [ - 3947, + 3942, "[players_order_by!]" ], "where": [ - 3938 + 3933 ] } ], "players_aggregate": [ - 3935, + 3930, { "distinct_on": [ - 3949, + 3944, "[players_select_column!]" ], "limit": [ @@ -144213,16 +144291,16 @@ export default { 40 ], "order_by": [ - 3947, + 3942, "[players_order_by!]" ], "where": [ - 3938 + 3933 ] } ], "players_by_pk": [ - 3934, + 3929, { "steam_id": [ 257, @@ -144231,10 +144309,10 @@ export default { } ], "plugin_versions": [ - 3962, + 3957, { "distinct_on": [ - 3976, + 3971, "[plugin_versions_select_column!]" ], "limit": [ @@ -144244,19 +144322,19 @@ export default { 40 ], "order_by": [ - 3974, + 3969, "[plugin_versions_order_by!]" ], "where": [ - 3966 + 3961 ] } ], "plugin_versions_aggregate": [ - 3963, + 3958, { "distinct_on": [ - 3976, + 3971, "[plugin_versions_select_column!]" ], "limit": [ @@ -144266,16 +144344,16 @@ export default { 40 ], "order_by": [ - 3974, + 3969, "[plugin_versions_order_by!]" ], "where": [ - 3966 + 3961 ] } ], "plugin_versions_by_pk": [ - 3962, + 3957, { "runtime": [ 1110, @@ -144304,10 +144382,10 @@ export default { } ], "seasons": [ - 3993, + 3988, { "distinct_on": [ - 4008, + 4003, "[seasons_select_column!]" ], "limit": [ @@ -144317,19 +144395,19 @@ export default { 40 ], "order_by": [ - 4006, + 4001, "[seasons_order_by!]" ], "where": [ - 3997 + 3992 ] } ], "seasons_aggregate": [ - 3994, + 3989, { "distinct_on": [ - 4008, + 4003, "[seasons_select_column!]" ], "limit": [ @@ -144339,28 +144417,28 @@ export default { 40 ], "order_by": [ - 4006, + 4001, "[seasons_order_by!]" ], "where": [ - 3997 + 3992 ] } ], "seasons_by_pk": [ - 3993, + 3988, { "id": [ - 5023, + 5018, "uuid!" ] } ], "server_regions": [ - 4021, + 4016, { "distinct_on": [ - 4035, + 4030, "[server_regions_select_column!]" ], "limit": [ @@ -144370,19 +144448,19 @@ export default { 40 ], "order_by": [ - 4033, + 4028, "[server_regions_order_by!]" ], "where": [ - 4025 + 4020 ] } ], "server_regions_aggregate": [ - 4022, + 4017, { "distinct_on": [ - 4035, + 4030, "[server_regions_select_column!]" ], "limit": [ @@ -144392,16 +144470,16 @@ export default { 40 ], "order_by": [ - 4033, + 4028, "[server_regions_order_by!]" ], "where": [ - 4025 + 4020 ] } ], "server_regions_by_pk": [ - 4021, + 4016, { "value": [ 80, @@ -144410,10 +144488,10 @@ export default { } ], "servers": [ - 4048, + 4043, { "distinct_on": [ - 4072, + 4067, "[servers_select_column!]" ], "limit": [ @@ -144423,19 +144501,19 @@ export default { 40 ], "order_by": [ - 4070, + 4065, "[servers_order_by!]" ], "where": [ - 4059 + 4054 ] } ], "servers_aggregate": [ - 4049, + 4044, { "distinct_on": [ - 4072, + 4067, "[servers_select_column!]" ], "limit": [ @@ -144445,28 +144523,28 @@ export default { 40 ], "order_by": [ - 4070, + 4065, "[servers_order_by!]" ], "where": [ - 4059 + 4054 ] } ], "servers_by_pk": [ - 4048, + 4043, { "id": [ - 5023, + 5018, "uuid!" ] } ], "settings": [ - 4094, + 4089, { "distinct_on": [ - 4106, + 4101, "[settings_select_column!]" ], "limit": [ @@ -144476,19 +144554,19 @@ export default { 40 ], "order_by": [ - 4104, + 4099, "[settings_order_by!]" ], "where": [ - 4097 + 4092 ] } ], "settings_aggregate": [ - 4095, + 4090, { "distinct_on": [ - 4106, + 4101, "[settings_select_column!]" ], "limit": [ @@ -144498,16 +144576,16 @@ export default { 40 ], "order_by": [ - 4104, + 4099, "[settings_order_by!]" ], "where": [ - 4097 + 4092 ] } ], "settings_by_pk": [ - 4094, + 4089, { "name": [ 80, @@ -144519,10 +144597,10 @@ export default { 74 ], "steam_account_claims": [ - 4114, + 4109, { "distinct_on": [ - 4132, + 4127, "[steam_account_claims_select_column!]" ], "limit": [ @@ -144532,19 +144610,19 @@ export default { 40 ], "order_by": [ - 4130, + 4125, "[steam_account_claims_order_by!]" ], "where": [ - 4121 + 4116 ] } ], "steam_account_claims_aggregate": [ - 4115, + 4110, { "distinct_on": [ - 4132, + 4127, "[steam_account_claims_select_column!]" ], "limit": [ @@ -144554,28 +144632,28 @@ export default { 40 ], "order_by": [ - 4130, + 4125, "[steam_account_claims_order_by!]" ], "where": [ - 4121 + 4116 ] } ], "steam_account_claims_by_pk": [ - 4114, + 4109, { "id": [ - 5023, + 5018, "uuid!" ] } ], "steam_accounts": [ - 4138, + 4133, { "distinct_on": [ - 4153, + 4148, "[steam_accounts_select_column!]" ], "limit": [ @@ -144585,19 +144663,19 @@ export default { 40 ], "order_by": [ - 4151, + 4146, "[steam_accounts_order_by!]" ], "where": [ - 4142 + 4137 ] } ], "steam_accounts_aggregate": [ - 4139, + 4134, { "distinct_on": [ - 4153, + 4148, "[steam_accounts_select_column!]" ], "limit": [ @@ -144607,28 +144685,28 @@ export default { 40 ], "order_by": [ - 4151, + 4146, "[steam_accounts_order_by!]" ], "where": [ - 4142 + 4137 ] } ], "steam_accounts_by_pk": [ - 4138, + 4133, { "id": [ - 5023, + 5018, "uuid!" ] } ], "system_alerts": [ - 4166, + 4161, { "distinct_on": [ - 4180, + 4175, "[system_alerts_select_column!]" ], "limit": [ @@ -144638,19 +144716,19 @@ export default { 40 ], "order_by": [ - 4178, + 4173, "[system_alerts_order_by!]" ], "where": [ - 4170 + 4165 ] } ], "system_alerts_aggregate": [ - 4167, + 4162, { "distinct_on": [ - 4180, + 4175, "[system_alerts_select_column!]" ], "limit": [ @@ -144660,19 +144738,19 @@ export default { 40 ], "order_by": [ - 4178, + 4173, "[system_alerts_order_by!]" ], "where": [ - 4170 + 4165 ] } ], "system_alerts_by_pk": [ - 4166, + 4161, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -144681,16 +144759,16 @@ export default { 87, { "team_id": [ - 5023, + 5018, "uuid!" ] } ], "team_invites": [ - 4193, + 4188, { "distinct_on": [ - 4214, + 4209, "[team_invites_select_column!]" ], "limit": [ @@ -144700,19 +144778,19 @@ export default { 40 ], "order_by": [ - 4212, + 4207, "[team_invites_order_by!]" ], "where": [ - 4202 + 4197 ] } ], "team_invites_aggregate": [ - 4194, + 4189, { "distinct_on": [ - 4214, + 4209, "[team_invites_select_column!]" ], "limit": [ @@ -144722,28 +144800,28 @@ export default { 40 ], "order_by": [ - 4212, + 4207, "[team_invites_order_by!]" ], "where": [ - 4202 + 4197 ] } ], "team_invites_by_pk": [ - 4193, + 4188, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_roster": [ - 4234, + 4229, { "distinct_on": [ - 4257, + 4252, "[team_roster_select_column!]" ], "limit": [ @@ -144753,19 +144831,19 @@ export default { 40 ], "order_by": [ - 4255, + 4250, "[team_roster_order_by!]" ], "where": [ - 4245 + 4240 ] } ], "team_roster_aggregate": [ - 4235, + 4230, { "distinct_on": [ - 4257, + 4252, "[team_roster_select_column!]" ], "limit": [ @@ -144775,32 +144853,32 @@ export default { 40 ], "order_by": [ - 4255, + 4250, "[team_roster_order_by!]" ], "where": [ - 4245 + 4240 ] } ], "team_roster_by_pk": [ - 4234, + 4229, { "player_steam_id": [ 257, "bigint!" ], "team_id": [ - 5023, + 5018, "uuid!" ] } ], "team_scrim_alerts": [ - 4279, + 4274, { "distinct_on": [ - 4293, + 4288, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -144810,19 +144888,19 @@ export default { 40 ], "order_by": [ - 4291, + 4286, "[team_scrim_alerts_order_by!]" ], "where": [ - 4283 + 4278 ] } ], "team_scrim_alerts_aggregate": [ - 4280, + 4275, { "distinct_on": [ - 4293, + 4288, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -144832,28 +144910,28 @@ export default { 40 ], "order_by": [ - 4291, + 4286, "[team_scrim_alerts_order_by!]" ], "where": [ - 4283 + 4278 ] } ], "team_scrim_alerts_by_pk": [ - 4279, + 4274, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_scrim_availability": [ - 4306, + 4301, { "distinct_on": [ - 4326, + 4321, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -144863,19 +144941,19 @@ export default { 40 ], "order_by": [ - 4324, + 4319, "[team_scrim_availability_order_by!]" ], "where": [ - 4315 + 4310 ] } ], "team_scrim_availability_aggregate": [ - 4307, + 4302, { "distinct_on": [ - 4326, + 4321, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -144885,28 +144963,28 @@ export default { 40 ], "order_by": [ - 4324, + 4319, "[team_scrim_availability_order_by!]" ], "where": [ - 4315 + 4310 ] } ], "team_scrim_availability_by_pk": [ - 4306, + 4301, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_scrim_request_proposals": [ - 4334, + 4329, { "distinct_on": [ - 4355, + 4350, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -144916,19 +144994,19 @@ export default { 40 ], "order_by": [ - 4353, + 4348, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4343 + 4338 ] } ], "team_scrim_request_proposals_aggregate": [ - 4335, + 4330, { "distinct_on": [ - 4355, + 4350, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -144938,28 +145016,28 @@ export default { 40 ], "order_by": [ - 4353, + 4348, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4343 + 4338 ] } ], "team_scrim_request_proposals_by_pk": [ - 4334, + 4329, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_scrim_requests": [ - 4375, + 4370, { "distinct_on": [ - 4399, + 4394, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -144969,19 +145047,19 @@ export default { 40 ], "order_by": [ - 4397, + 4392, "[team_scrim_requests_order_by!]" ], "where": [ - 4386 + 4381 ] } ], "team_scrim_requests_aggregate": [ - 4376, + 4371, { "distinct_on": [ - 4399, + 4394, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -144991,28 +145069,28 @@ export default { 40 ], "order_by": [ - 4397, + 4392, "[team_scrim_requests_order_by!]" ], "where": [ - 4386 + 4381 ] } ], "team_scrim_requests_by_pk": [ - 4375, + 4370, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_scrim_settings": [ - 4421, + 4416, { "distinct_on": [ - 4436, + 4431, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -145022,19 +145100,19 @@ export default { 40 ], "order_by": [ - 4434, + 4429, "[team_scrim_settings_order_by!]" ], "where": [ - 4425 + 4420 ] } ], "team_scrim_settings_aggregate": [ - 4422, + 4417, { "distinct_on": [ - 4436, + 4431, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -145044,28 +145122,28 @@ export default { 40 ], "order_by": [ - 4434, + 4429, "[team_scrim_settings_order_by!]" ], "where": [ - 4425 + 4420 ] } ], "team_scrim_settings_by_pk": [ - 4421, + 4416, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_suggestions": [ - 4449, + 4444, { "distinct_on": [ - 4463, + 4458, "[team_suggestions_select_column!]" ], "limit": [ @@ -145075,19 +145153,19 @@ export default { 40 ], "order_by": [ - 4461, + 4456, "[team_suggestions_order_by!]" ], "where": [ - 4453 + 4448 ] } ], "team_suggestions_aggregate": [ - 4450, + 4445, { "distinct_on": [ - 4463, + 4458, "[team_suggestions_select_column!]" ], "limit": [ @@ -145097,28 +145175,28 @@ export default { 40 ], "order_by": [ - 4461, + 4456, "[team_suggestions_order_by!]" ], "where": [ - 4453 + 4448 ] } ], "team_suggestions_by_pk": [ - 4449, + 4444, { "id": [ - 5023, + 5018, "uuid!" ] } ], "teams": [ - 4476, + 4471, { "distinct_on": [ - 4500, + 4495, "[teams_select_column!]" ], "limit": [ @@ -145128,19 +145206,19 @@ export default { 40 ], "order_by": [ - 4498, + 4493, "[teams_order_by!]" ], "where": [ - 4487 + 4482 ] } ], "teams_aggregate": [ - 4477, + 4472, { "distinct_on": [ - 4500, + 4495, "[teams_select_column!]" ], "limit": [ @@ -145150,19 +145228,19 @@ export default { 40 ], "order_by": [ - 4498, + 4493, "[teams_order_by!]" ], "where": [ - 4487 + 4482 ] } ], "teams_by_pk": [ - 4476, + 4471, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -145171,10 +145249,10 @@ export default { 93 ], "tournament_awards": [ - 4525, + 4520, { "distinct_on": [ - 4547, + 4542, "[tournament_awards_select_column!]" ], "limit": [ @@ -145184,19 +145262,19 @@ export default { 40 ], "order_by": [ - 4545, + 4540, "[tournament_awards_order_by!]" ], "where": [ - 4534 + 4529 ] } ], "tournament_awards_aggregate": [ - 4526, + 4521, { "distinct_on": [ - 4547, + 4542, "[tournament_awards_select_column!]" ], "limit": [ @@ -145206,28 +145284,28 @@ export default { 40 ], "order_by": [ - 4545, + 4540, "[tournament_awards_order_by!]" ], "where": [ - 4534 + 4529 ] } ], "tournament_awards_by_pk": [ - 4525, + 4520, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_brackets": [ - 4567, + 4562, { "distinct_on": [ - 4591, + 4586, "[tournament_brackets_select_column!]" ], "limit": [ @@ -145237,19 +145315,19 @@ export default { 40 ], "order_by": [ - 4589, + 4584, "[tournament_brackets_order_by!]" ], "where": [ - 4578 + 4573 ] } ], "tournament_brackets_aggregate": [ - 4568, + 4563, { "distinct_on": [ - 4591, + 4586, "[tournament_brackets_select_column!]" ], "limit": [ @@ -145259,28 +145337,28 @@ export default { 40 ], "order_by": [ - 4589, + 4584, "[tournament_brackets_order_by!]" ], "where": [ - 4578 + 4573 ] } ], "tournament_brackets_by_pk": [ - 4567, + 4562, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_categories": [ - 4613, + 4608, { "distinct_on": [ - 4631, + 4626, "[tournament_categories_select_column!]" ], "limit": [ @@ -145290,19 +145368,19 @@ export default { 40 ], "order_by": [ - 4629, + 4624, "[tournament_categories_order_by!]" ], "where": [ - 4620 + 4615 ] } ], "tournament_categories_aggregate": [ - 4614, + 4609, { "distinct_on": [ - 4631, + 4626, "[tournament_categories_select_column!]" ], "limit": [ @@ -145312,32 +145390,32 @@ export default { 40 ], "order_by": [ - 4629, + 4624, "[tournament_categories_order_by!]" ], "where": [ - 4620 + 4615 ] } ], "tournament_categories_by_pk": [ - 4613, + 4608, { "category": [ 1312, "e_tournament_categories_enum!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_organizer_teams": [ - 4637, + 4632, { "distinct_on": [ - 4655, + 4650, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -145347,19 +145425,19 @@ export default { 40 ], "order_by": [ - 4653, + 4648, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4644 + 4639 ] } ], "tournament_organizer_teams_aggregate": [ - 4638, + 4633, { "distinct_on": [ - 4655, + 4650, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -145369,32 +145447,32 @@ export default { 40 ], "order_by": [ - 4653, + 4648, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4644 + 4639 ] } ], "tournament_organizer_teams_by_pk": [ - 4637, + 4632, { "team_id": [ - 5023, + 5018, "uuid!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_organizers": [ - 4661, + 4656, { "distinct_on": [ - 4682, + 4677, "[tournament_organizers_select_column!]" ], "limit": [ @@ -145404,19 +145482,19 @@ export default { 40 ], "order_by": [ - 4680, + 4675, "[tournament_organizers_order_by!]" ], "where": [ - 4670 + 4665 ] } ], "tournament_organizers_aggregate": [ - 4662, + 4657, { "distinct_on": [ - 4682, + 4677, "[tournament_organizers_select_column!]" ], "limit": [ @@ -145426,32 +145504,32 @@ export default { 40 ], "order_by": [ - 4680, + 4675, "[tournament_organizers_order_by!]" ], "where": [ - 4670 + 4665 ] } ], "tournament_organizers_by_pk": [ - 4661, + 4656, { "steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_prizes": [ - 4702, + 4697, { "distinct_on": [ - 4723, + 4718, "[tournament_prizes_select_column!]" ], "limit": [ @@ -145461,19 +145539,19 @@ export default { 40 ], "order_by": [ - 4721, + 4716, "[tournament_prizes_order_by!]" ], "where": [ - 4711 + 4706 ] } ], "tournament_prizes_aggregate": [ - 4703, + 4698, { "distinct_on": [ - 4723, + 4718, "[tournament_prizes_select_column!]" ], "limit": [ @@ -145483,28 +145561,28 @@ export default { 40 ], "order_by": [ - 4721, + 4716, "[tournament_prizes_order_by!]" ], "where": [ - 4711 + 4706 ] } ], "tournament_prizes_by_pk": [ - 4702, + 4697, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_stage_windows": [ - 4743, + 4738, { "distinct_on": [ - 4764, + 4759, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -145514,19 +145592,19 @@ export default { 40 ], "order_by": [ - 4762, + 4757, "[tournament_stage_windows_order_by!]" ], "where": [ - 4752 + 4747 ] } ], "tournament_stage_windows_aggregate": [ - 4744, + 4739, { "distinct_on": [ - 4764, + 4759, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -145536,28 +145614,28 @@ export default { 40 ], "order_by": [ - 4762, + 4757, "[tournament_stage_windows_order_by!]" ], "where": [ - 4752 + 4747 ] } ], "tournament_stage_windows_by_pk": [ - 4743, + 4738, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_stages": [ - 4784, + 4779, { "distinct_on": [ - 4813, + 4808, "[tournament_stages_select_column!]" ], "limit": [ @@ -145567,19 +145645,19 @@ export default { 40 ], "order_by": [ - 4810, + 4805, "[tournament_stages_order_by!]" ], "where": [ - 4796 + 4791 ] } ], "tournament_stages_aggregate": [ - 4785, + 4780, { "distinct_on": [ - 4813, + 4808, "[tournament_stages_select_column!]" ], "limit": [ @@ -145589,28 +145667,28 @@ export default { 40 ], "order_by": [ - 4810, + 4805, "[tournament_stages_order_by!]" ], "where": [ - 4796 + 4791 ] } ], "tournament_stages_by_pk": [ - 4784, + 4779, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_team_invites": [ - 4835, + 4830, { "distinct_on": [ - 4856, + 4851, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -145620,19 +145698,19 @@ export default { 40 ], "order_by": [ - 4854, + 4849, "[tournament_team_invites_order_by!]" ], "where": [ - 4844 + 4839 ] } ], "tournament_team_invites_aggregate": [ - 4836, + 4831, { "distinct_on": [ - 4856, + 4851, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -145642,28 +145720,28 @@ export default { 40 ], "order_by": [ - 4854, + 4849, "[tournament_team_invites_order_by!]" ], "where": [ - 4844 + 4839 ] } ], "tournament_team_invites_by_pk": [ - 4835, + 4830, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_team_roster": [ - 4876, + 4871, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -145673,19 +145751,19 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], "tournament_team_roster_aggregate": [ - 4877, + 4872, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -145695,32 +145773,32 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], "tournament_team_roster_by_pk": [ - 4876, + 4871, { "player_steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_teams": [ - 4917, + 4912, { "distinct_on": [ - 4939, + 4934, "[tournament_teams_select_column!]" ], "limit": [ @@ -145730,19 +145808,19 @@ export default { 40 ], "order_by": [ - 4937, + 4932, "[tournament_teams_order_by!]" ], "where": [ - 4926 + 4921 ] } ], "tournament_teams_aggregate": [ - 4918, + 4913, { "distinct_on": [ - 4939, + 4934, "[tournament_teams_select_column!]" ], "limit": [ @@ -145752,28 +145830,28 @@ export default { 40 ], "order_by": [ - 4937, + 4932, "[tournament_teams_order_by!]" ], "where": [ - 4926 + 4921 ] } ], "tournament_teams_by_pk": [ - 4917, + 4912, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournaments": [ - 4959, + 4954, { "distinct_on": [ - 4993, + 4988, "[tournaments_select_column!]" ], "limit": [ @@ -145783,19 +145861,19 @@ export default { 40 ], "order_by": [ - 4991, + 4986, "[tournaments_order_by!]" ], "where": [ - 4980 + 4975 ] } ], "tournaments_aggregate": [ - 4960, + 4955, { "distinct_on": [ - 4993, + 4988, "[tournaments_select_column!]" ], "limit": [ @@ -145805,28 +145883,28 @@ export default { 40 ], "order_by": [ - 4991, + 4986, "[tournaments_order_by!]" ], "where": [ - 4980 + 4975 ] } ], "tournaments_by_pk": [ - 4959, + 4954, { "id": [ - 5023, + 5018, "uuid!" ] } ], "v_event_player_stats": [ - 5026, + 5021, { "distinct_on": [ - 5052, + 5047, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -145836,19 +145914,19 @@ export default { 40 ], "order_by": [ - 5051, + 5046, "[v_event_player_stats_order_by!]" ], "where": [ - 5045 + 5040 ] } ], "v_event_player_stats_aggregate": [ - 5027, + 5022, { "distinct_on": [ - 5052, + 5047, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -145858,19 +145936,19 @@ export default { 40 ], "order_by": [ - 5051, + 5046, "[v_event_player_stats_order_by!]" ], "where": [ - 5045 + 5040 ] } ], "v_gpu_pool_status": [ - 5077, + 5072, { "distinct_on": [ - 5085, + 5080, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -145880,19 +145958,19 @@ export default { 40 ], "order_by": [ - 5084, + 5079, "[v_gpu_pool_status_order_by!]" ], "where": [ - 5081 + 5076 ] } ], "v_gpu_pool_status_aggregate": [ - 5078, + 5073, { "distinct_on": [ - 5085, + 5080, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -145902,19 +145980,19 @@ export default { 40 ], "order_by": [ - 5084, + 5079, "[v_gpu_pool_status_order_by!]" ], "where": [ - 5081 + 5076 ] } ], "v_league_division_standings": [ - 5095, + 5090, { "distinct_on": [ - 5111, + 5106, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -145924,19 +146002,19 @@ export default { 40 ], "order_by": [ - 5110, + 5105, "[v_league_division_standings_order_by!]" ], "where": [ - 5104 + 5099 ] } ], "v_league_division_standings_aggregate": [ - 5096, + 5091, { "distinct_on": [ - 5111, + 5106, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -145946,19 +146024,19 @@ export default { 40 ], "order_by": [ - 5110, + 5105, "[v_league_division_standings_order_by!]" ], "where": [ - 5104 + 5099 ] } ], "v_league_season_player_stats": [ - 5128, + 5123, { "distinct_on": [ - 5154, + 5149, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -145968,19 +146046,19 @@ export default { 40 ], "order_by": [ - 5153, + 5148, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5147 + 5142 ] } ], "v_league_season_player_stats_aggregate": [ - 5129, + 5124, { "distinct_on": [ - 5154, + 5149, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -145990,19 +146068,19 @@ export default { 40 ], "order_by": [ - 5153, + 5148, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5147 + 5142 ] } ], "v_match_captains": [ - 5179, + 5174, { "distinct_on": [ - 5191, + 5186, "[v_match_captains_select_column!]" ], "limit": [ @@ -146012,19 +146090,19 @@ export default { 40 ], "order_by": [ - 5190, + 5185, "[v_match_captains_order_by!]" ], "where": [ - 5183 + 5178 ] } ], "v_match_captains_aggregate": [ - 5180, + 5175, { "distinct_on": [ - 5191, + 5186, "[v_match_captains_select_column!]" ], "limit": [ @@ -146034,19 +146112,19 @@ export default { 40 ], "order_by": [ - 5190, + 5185, "[v_match_captains_order_by!]" ], "where": [ - 5183 + 5178 ] } ], "v_match_clutches": [ - 5203, + 5198, { "distinct_on": [ - 5219, + 5214, "[v_match_clutches_select_column!]" ], "limit": [ @@ -146056,19 +146134,19 @@ export default { 40 ], "order_by": [ - 5218, + 5213, "[v_match_clutches_order_by!]" ], "where": [ - 5212 + 5207 ] } ], "v_match_clutches_aggregate": [ - 5204, + 5199, { "distinct_on": [ - 5219, + 5214, "[v_match_clutches_select_column!]" ], "limit": [ @@ -146078,19 +146156,19 @@ export default { 40 ], "order_by": [ - 5218, + 5213, "[v_match_clutches_order_by!]" ], "where": [ - 5212 + 5207 ] } ], "v_match_kill_pairs": [ - 5236, + 5231, { "distinct_on": [ - 5244, + 5239, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -146100,19 +146178,19 @@ export default { 40 ], "order_by": [ - 5243, + 5238, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5240 + 5235 ] } ], "v_match_kill_pairs_aggregate": [ - 5237, + 5232, { "distinct_on": [ - 5244, + 5239, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -146122,19 +146200,19 @@ export default { 40 ], "order_by": [ - 5243, + 5238, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5240 + 5235 ] } ], "v_match_lineup_buy_types": [ - 5254, + 5249, { "distinct_on": [ - 5262, + 5257, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -146144,19 +146222,19 @@ export default { 40 ], "order_by": [ - 5261, + 5256, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5258 + 5253 ] } ], "v_match_lineup_buy_types_aggregate": [ - 5255, + 5250, { "distinct_on": [ - 5262, + 5257, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -146166,19 +146244,19 @@ export default { 40 ], "order_by": [ - 5261, + 5256, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5258 + 5253 ] } ], "v_match_lineup_map_stats": [ - 5272, + 5267, { "distinct_on": [ - 5280, + 5275, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -146188,19 +146266,19 @@ export default { 40 ], "order_by": [ - 5279, + 5274, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5276 + 5271 ] } ], "v_match_lineup_map_stats_aggregate": [ - 5273, + 5268, { "distinct_on": [ - 5280, + 5275, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -146210,19 +146288,19 @@ export default { 40 ], "order_by": [ - 5279, + 5274, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5276 + 5271 ] } ], "v_match_map_backup_rounds": [ - 5290, + 5285, { "distinct_on": [ - 5301, + 5296, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -146232,19 +146310,19 @@ export default { 40 ], "order_by": [ - 5300, + 5295, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5294 + 5289 ] } ], "v_match_map_backup_rounds_aggregate": [ - 5291, + 5286, { "distinct_on": [ - 5301, + 5296, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -146254,19 +146332,19 @@ export default { 40 ], "order_by": [ - 5300, + 5295, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5294 + 5289 ] } ], "v_match_player_buy_types": [ - 5313, + 5308, { "distinct_on": [ - 5321, + 5316, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -146276,19 +146354,19 @@ export default { 40 ], "order_by": [ - 5320, + 5315, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5317 + 5312 ] } ], "v_match_player_buy_types_aggregate": [ - 5314, + 5309, { "distinct_on": [ - 5321, + 5316, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -146298,19 +146376,19 @@ export default { 40 ], "order_by": [ - 5320, + 5315, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5317 + 5312 ] } ], "v_match_player_opening_duels": [ - 5331, + 5326, { "distinct_on": [ - 5347, + 5342, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -146320,19 +146398,19 @@ export default { 40 ], "order_by": [ - 5346, + 5341, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5340 + 5335 ] } ], "v_match_player_opening_duels_aggregate": [ - 5332, + 5327, { "distinct_on": [ - 5347, + 5342, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -146342,19 +146420,19 @@ export default { 40 ], "order_by": [ - 5346, + 5341, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5340 + 5335 ] } ], "v_player_arch_nemesis": [ - 5364, + 5359, { "distinct_on": [ - 5372, + 5367, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -146364,19 +146442,19 @@ export default { 40 ], "order_by": [ - 5371, + 5366, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5368 + 5363 ] } ], "v_player_arch_nemesis_aggregate": [ - 5365, + 5360, { "distinct_on": [ - 5372, + 5367, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -146386,19 +146464,19 @@ export default { 40 ], "order_by": [ - 5371, + 5366, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5368 + 5363 ] } ], "v_player_damage": [ - 5382, + 5377, { "distinct_on": [ - 5390, + 5385, "[v_player_damage_select_column!]" ], "limit": [ @@ -146408,19 +146486,19 @@ export default { 40 ], "order_by": [ - 5389, + 5384, "[v_player_damage_order_by!]" ], "where": [ - 5386 + 5381 ] } ], "v_player_damage_aggregate": [ - 5383, + 5378, { "distinct_on": [ - 5390, + 5385, "[v_player_damage_select_column!]" ], "limit": [ @@ -146430,19 +146508,19 @@ export default { 40 ], "order_by": [ - 5389, + 5384, "[v_player_damage_order_by!]" ], "where": [ - 5386 + 5381 ] } ], "v_player_elo": [ - 5400, + 5395, { "distinct_on": [ - 5426, + 5421, "[v_player_elo_select_column!]" ], "limit": [ @@ -146452,19 +146530,19 @@ export default { 40 ], "order_by": [ - 5425, + 5420, "[v_player_elo_order_by!]" ], "where": [ - 5419 + 5414 ] } ], "v_player_elo_aggregate": [ - 5401, + 5396, { "distinct_on": [ - 5426, + 5421, "[v_player_elo_select_column!]" ], "limit": [ @@ -146474,19 +146552,19 @@ export default { 40 ], "order_by": [ - 5425, + 5420, "[v_player_elo_order_by!]" ], "where": [ - 5419 + 5414 ] } ], "v_player_map_losses": [ - 5451, + 5446, { "distinct_on": [ - 5459, + 5454, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -146496,19 +146574,19 @@ export default { 40 ], "order_by": [ - 5458, + 5453, "[v_player_map_losses_order_by!]" ], "where": [ - 5455 + 5450 ] } ], "v_player_map_losses_aggregate": [ - 5452, + 5447, { "distinct_on": [ - 5459, + 5454, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -146518,19 +146596,19 @@ export default { 40 ], "order_by": [ - 5458, + 5453, "[v_player_map_losses_order_by!]" ], "where": [ - 5455 + 5450 ] } ], "v_player_map_wins": [ - 5469, + 5464, { "distinct_on": [ - 5477, + 5472, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -146540,19 +146618,19 @@ export default { 40 ], "order_by": [ - 5476, + 5471, "[v_player_map_wins_order_by!]" ], "where": [ - 5473 + 5468 ] } ], "v_player_map_wins_aggregate": [ - 5470, + 5465, { "distinct_on": [ - 5477, + 5472, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -146562,19 +146640,19 @@ export default { 40 ], "order_by": [ - 5476, + 5471, "[v_player_map_wins_order_by!]" ], "where": [ - 5473 + 5468 ] } ], "v_player_match_head_to_head": [ - 5487, + 5482, { "distinct_on": [ - 5495, + 5490, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -146584,19 +146662,19 @@ export default { 40 ], "order_by": [ - 5494, + 5489, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5491 + 5486 ] } ], "v_player_match_head_to_head_aggregate": [ - 5488, + 5483, { "distinct_on": [ - 5495, + 5490, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -146606,19 +146684,19 @@ export default { 40 ], "order_by": [ - 5494, + 5489, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5491 + 5486 ] } ], "v_player_match_map_hltv": [ - 5505, + 5500, { "distinct_on": [ - 5523, + 5518, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -146628,19 +146706,19 @@ export default { 40 ], "order_by": [ - 5522, + 5517, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5514 + 5509 ] } ], "v_player_match_map_hltv_aggregate": [ - 5506, + 5501, { "distinct_on": [ - 5523, + 5518, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -146650,19 +146728,19 @@ export default { 40 ], "order_by": [ - 5522, + 5517, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5514 + 5509 ] } ], "v_player_match_map_roles": [ - 5542, + 5537, { "distinct_on": [ - 5550, + 5545, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -146672,19 +146750,19 @@ export default { 40 ], "order_by": [ - 5549, + 5544, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5546 + 5541 ] } ], "v_player_match_map_roles_aggregate": [ - 5543, + 5538, { "distinct_on": [ - 5550, + 5545, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -146694,19 +146772,19 @@ export default { 40 ], "order_by": [ - 5549, + 5544, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5546 + 5541 ] } ], "v_player_match_performance": [ - 5560, + 5555, { "distinct_on": [ - 5568, + 5563, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -146716,19 +146794,19 @@ export default { 40 ], "order_by": [ - 5567, + 5562, "[v_player_match_performance_order_by!]" ], "where": [ - 5564 + 5559 ] } ], "v_player_match_performance_aggregate": [ - 5561, + 5556, { "distinct_on": [ - 5568, + 5563, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -146738,19 +146816,19 @@ export default { 40 ], "order_by": [ - 5567, + 5562, "[v_player_match_performance_order_by!]" ], "where": [ - 5564 + 5559 ] } ], "v_player_match_rating": [ - 5578, + 5573, { "distinct_on": [ - 5586, + 5581, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -146760,19 +146838,19 @@ export default { 40 ], "order_by": [ - 5585, + 5580, "[v_player_match_rating_order_by!]" ], "where": [ - 5582 + 5577 ] } ], "v_player_match_rating_aggregate": [ - 5579, + 5574, { "distinct_on": [ - 5586, + 5581, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -146782,19 +146860,19 @@ export default { 40 ], "order_by": [ - 5585, + 5580, "[v_player_match_rating_order_by!]" ], "where": [ - 5582 + 5577 ] } ], "v_player_multi_kills": [ - 5596, + 5591, { "distinct_on": [ - 5612, + 5607, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -146804,19 +146882,19 @@ export default { 40 ], "order_by": [ - 5611, + 5606, "[v_player_multi_kills_order_by!]" ], "where": [ - 5605 + 5600 ] } ], "v_player_multi_kills_aggregate": [ - 5597, + 5592, { "distinct_on": [ - 5612, + 5607, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -146826,19 +146904,19 @@ export default { 40 ], "order_by": [ - 5611, + 5606, "[v_player_multi_kills_order_by!]" ], "where": [ - 5605 + 5600 ] } ], "v_player_queue_partners": [ - 5629, + 5624, { "distinct_on": [ - 5637, + 5632, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -146848,19 +146926,19 @@ export default { 40 ], "order_by": [ - 5636, + 5631, "[v_player_queue_partners_order_by!]" ], "where": [ - 5633 + 5628 ] } ], "v_player_queue_partners_aggregate": [ - 5630, + 5625, { "distinct_on": [ - 5637, + 5632, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -146870,19 +146948,19 @@ export default { 40 ], "order_by": [ - 5636, + 5631, "[v_player_queue_partners_order_by!]" ], "where": [ - 5633 + 5628 ] } ], "v_player_weapon_damage": [ - 5647, + 5642, { "distinct_on": [ - 5655, + 5650, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -146892,19 +146970,19 @@ export default { 40 ], "order_by": [ - 5654, + 5649, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5651 + 5646 ] } ], "v_player_weapon_damage_aggregate": [ - 5648, + 5643, { "distinct_on": [ - 5655, + 5650, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -146914,19 +146992,19 @@ export default { 40 ], "order_by": [ - 5654, + 5649, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5651 + 5646 ] } ], "v_player_weapon_kills": [ - 5665, + 5660, { "distinct_on": [ - 5673, + 5668, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -146936,19 +147014,19 @@ export default { 40 ], "order_by": [ - 5672, + 5667, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5669 + 5664 ] } ], "v_player_weapon_kills_aggregate": [ - 5666, + 5661, { "distinct_on": [ - 5673, + 5668, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -146958,19 +147036,19 @@ export default { 40 ], "order_by": [ - 5672, + 5667, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5669 + 5664 ] } ], "v_pool_maps": [ - 5683, + 5678, { "distinct_on": [ - 5700, + 5695, "[v_pool_maps_select_column!]" ], "limit": [ @@ -146980,19 +147058,19 @@ export default { 40 ], "order_by": [ - 5699, + 5694, "[v_pool_maps_order_by!]" ], "where": [ - 5692 + 5687 ] } ], "v_pool_maps_aggregate": [ - 5684, + 5679, { "distinct_on": [ - 5700, + 5695, "[v_pool_maps_select_column!]" ], "limit": [ @@ -147002,19 +147080,19 @@ export default { 40 ], "order_by": [ - 5699, + 5694, "[v_pool_maps_order_by!]" ], "where": [ - 5692 + 5687 ] } ], "v_steam_account_pool_status": [ - 5707, + 5702, { "distinct_on": [ - 5715, + 5710, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -147024,19 +147102,19 @@ export default { 40 ], "order_by": [ - 5714, + 5709, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5711 + 5706 ] } ], "v_steam_account_pool_status_aggregate": [ - 5708, + 5703, { "distinct_on": [ - 5715, + 5710, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -147046,19 +147124,19 @@ export default { 40 ], "order_by": [ - 5714, + 5709, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5711 + 5706 ] } ], "v_team_ranks": [ - 5725, + 5720, { "distinct_on": [ - 5735, + 5730, "[v_team_ranks_select_column!]" ], "limit": [ @@ -147068,19 +147146,19 @@ export default { 40 ], "order_by": [ - 5734, + 5729, "[v_team_ranks_order_by!]" ], "where": [ - 5729 + 5724 ] } ], "v_team_ranks_aggregate": [ - 5726, + 5721, { "distinct_on": [ - 5735, + 5730, "[v_team_ranks_select_column!]" ], "limit": [ @@ -147090,19 +147168,19 @@ export default { 40 ], "order_by": [ - 5734, + 5729, "[v_team_ranks_order_by!]" ], "where": [ - 5729 + 5724 ] } ], "v_team_reputation": [ - 5745, + 5740, { "distinct_on": [ - 5755, + 5750, "[v_team_reputation_select_column!]" ], "limit": [ @@ -147112,19 +147190,19 @@ export default { 40 ], "order_by": [ - 5754, + 5749, "[v_team_reputation_order_by!]" ], "where": [ - 5749 + 5744 ] } ], "v_team_reputation_aggregate": [ - 5746, + 5741, { "distinct_on": [ - 5755, + 5750, "[v_team_reputation_select_column!]" ], "limit": [ @@ -147134,19 +147212,19 @@ export default { 40 ], "order_by": [ - 5754, + 5749, "[v_team_reputation_order_by!]" ], "where": [ - 5749 + 5744 ] } ], "v_team_stage_results": [ - 5765, + 5760, { "distinct_on": [ - 5797, + 5792, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -147156,19 +147234,19 @@ export default { 40 ], "order_by": [ - 5795, + 5790, "[v_team_stage_results_order_by!]" ], "where": [ - 5784 + 5779 ] } ], "v_team_stage_results_aggregate": [ - 5766, + 5761, { "distinct_on": [ - 5797, + 5792, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -147178,32 +147256,32 @@ export default { 40 ], "order_by": [ - 5795, + 5790, "[v_team_stage_results_order_by!]" ], "where": [ - 5784 + 5779 ] } ], "v_team_stage_results_by_pk": [ - 5765, + 5760, { "tournament_stage_id": [ - 5023, + 5018, "uuid!" ], "tournament_team_id": [ - 5023, + 5018, "uuid!" ] } ], "v_team_tournament_results": [ - 5825, + 5820, { "distinct_on": [ - 5851, + 5846, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -147213,19 +147291,19 @@ export default { 40 ], "order_by": [ - 5850, + 5845, "[v_team_tournament_results_order_by!]" ], "where": [ - 5844 + 5839 ] } ], "v_team_tournament_results_aggregate": [ - 5826, + 5821, { "distinct_on": [ - 5851, + 5846, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -147235,19 +147313,19 @@ export default { 40 ], "order_by": [ - 5850, + 5845, "[v_team_tournament_results_order_by!]" ], "where": [ - 5844 + 5839 ] } ], "v_tournament_player_stats": [ - 5876, + 5871, { "distinct_on": [ - 5902, + 5897, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -147257,19 +147335,19 @@ export default { 40 ], "order_by": [ - 5901, + 5896, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5895 + 5890 ] } ], "v_tournament_player_stats_aggregate": [ - 5877, + 5872, { "distinct_on": [ - 5902, + 5897, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -147279,11 +147357,11 @@ export default { 40 ], "order_by": [ - 5901, + 5896, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5895 + 5890 ] } ], @@ -147296,7 +147374,7 @@ export default { 57, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -147305,17 +147383,17 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ], "reset_status": [ 80 ], "scheduled_at": [ - 4523 + 4518 ], "winning_lineup_id": [ - 5023 + 5018 ] } ], @@ -147323,7 +147401,7 @@ export default { 83, { "invite_id": [ - 5023, + 5018, "uuid!" ], "type": [ @@ -147336,7 +147414,7 @@ export default { 83, { "draftGameId": [ - 5023, + 5018, "uuid!" ], "steamId": [ @@ -147422,7 +147500,7 @@ export default { 83, { "game_server_node_id": [ - 5023, + 5018, "uuid!" ] } @@ -147443,7 +147521,7 @@ export default { 83, { "game_server_node_id": [ - 5023, + 5018, "uuid!" ] } @@ -147452,7 +147530,7 @@ export default { 83, { "job_id": [ - 5023, + 5018, "uuid!" ] } @@ -147461,7 +147539,7 @@ export default { 83, { "match_map_id": [ - 5023, + 5018, "uuid!" ] } @@ -147470,7 +147548,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -147488,7 +147566,7 @@ export default { 83, { "request_id": [ - 5023, + 5018, "uuid!" ] } @@ -147497,7 +147575,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -147506,7 +147584,7 @@ export default { 83, { "match_map_id": [ - 5023, + 5018, "uuid!" ] } @@ -147553,11 +147631,11 @@ export default { 83, { "proposed_scheduled_at": [ - 4523, + 4518, "timestamptz!" ], "request_id": [ - 5023, + 5018, "uuid!" ] } @@ -147578,7 +147656,7 @@ export default { 40 ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "preset": [ @@ -147613,7 +147691,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -147668,7 +147746,7 @@ export default { 83, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -147677,7 +147755,7 @@ export default { 83, { "clip_id": [ - 5023, + 5018, "uuid!" ] } @@ -147695,7 +147773,7 @@ export default { 83, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -147729,7 +147807,7 @@ export default { 83, { "tournament_id": [ - 5023, + 5018, "uuid!" ] } @@ -147747,11 +147825,11 @@ export default { 100, { "map_id": [ - 5023, + 5018, "uuid!" ], "map_pool_id": [ - 5023, + 5018, "uuid!" ] } @@ -147769,7 +147847,7 @@ export default { 119, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -147787,7 +147865,7 @@ export default { 160, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -147805,7 +147883,7 @@ export default { 188, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -147823,7 +147901,7 @@ export default { 229, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -147841,7 +147919,7 @@ export default { 262, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -147859,7 +147937,7 @@ export default { 314, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -147877,7 +147955,7 @@ export default { 346, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -147895,7 +147973,7 @@ export default { 373, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -147913,7 +147991,7 @@ export default { 418, { "draft_game_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -147935,7 +148013,7 @@ export default { 463, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -148763,11 +148841,11 @@ export default { 1430, { "event_id": [ - 5023, + 5018, "uuid!" ], "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -148785,7 +148863,7 @@ export default { 1448, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -148803,7 +148881,7 @@ export default { 1470, { "media_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -148825,7 +148903,7 @@ export default { 1531, { "event_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -148847,7 +148925,7 @@ export default { 1572, { "event_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -148869,11 +148947,11 @@ export default { 1613, { "event_id": [ - 5023, + 5018, "uuid!" ], "team_id": [ - 5023, + 5018, "uuid!" ] } @@ -148891,11 +148969,11 @@ export default { 1637, { "event_id": [ - 5023, + 5018, "uuid!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } @@ -148913,7 +148991,7 @@ export default { 1661, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -148989,7 +149067,7 @@ export default { 1802, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149016,7 +149094,7 @@ export default { 1869, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149034,7 +149112,7 @@ export default { 1897, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149052,7 +149130,7 @@ export default { 1938, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149070,7 +149148,7 @@ export default { 1979, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149088,7 +149166,7 @@ export default { 2020, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149106,7 +149184,7 @@ export default { 2045, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149124,7 +149202,7 @@ export default { 2078, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149142,7 +149220,7 @@ export default { 2119, { "league_team_season_id": [ - 5023, + 5018, "uuid!" ], "player_steam_id": [ @@ -149164,7 +149242,7 @@ export default { 2160, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149182,7 +149260,7 @@ export default { 2202, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149200,7 +149278,7 @@ export default { 2221, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149218,7 +149296,7 @@ export default { 2240, { "lobby_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -149240,7 +149318,7 @@ export default { 2285, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149258,7 +149336,7 @@ export default { 2304, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149276,7 +149354,7 @@ export default { 2333, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149294,7 +149372,7 @@ export default { 2375, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149312,7 +149390,7 @@ export default { 2421, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149330,7 +149408,7 @@ export default { 2466, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149348,7 +149426,7 @@ export default { 2508, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149366,7 +149444,7 @@ export default { 2559, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149384,7 +149462,7 @@ export default { 2600, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149402,7 +149480,7 @@ export default { 2624, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149420,7 +149498,7 @@ export default { 2666, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149438,7 +149516,7 @@ export default { 2694, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149456,7 +149534,7 @@ export default { 2718, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149492,7 +149570,7 @@ export default { 2786, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149537,7 +149615,7 @@ export default { 2892, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149555,7 +149633,7 @@ export default { 2919, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -149583,10 +149661,10 @@ export default { } ], "delete_pending_match_imports": [ - 3027, + 3023, { "where": [ - 3018, + 3017, "pending_match_imports_bool_exp!" ] } @@ -149601,41 +149679,41 @@ export default { } ], "delete_player_aim_stats_demo": [ - 3056, + 3051, { "where": [ - 3050, + 3045, "player_aim_stats_demo_bool_exp!" ] } ], "delete_player_aim_stats_demo_by_pk": [ - 3046, + 3041, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ] } ], "delete_player_aim_weapon_stats": [ - 3090, + 3085, { "where": [ - 3082, + 3077, "player_aim_weapon_stats_bool_exp!" ] } ], "delete_player_aim_weapon_stats_by_pk": [ - 3073, + 3068, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -149649,16 +149727,16 @@ export default { } ], "delete_player_assists": [ - 3133, + 3128, { "where": [ - 3125, + 3120, "player_assists_bool_exp!" ] } ], "delete_player_assists_by_pk": [ - 3114, + 3109, { "attacked_steam_id": [ 257, @@ -149669,55 +149747,55 @@ export default { "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "delete_player_damages": [ - 3194, + 3189, { "where": [ - 3186, + 3181, "player_damages_bool_exp!" ] } ], "delete_player_damages_by_pk": [ - 3177, + 3172, { "id": [ - 5023, + 5018, "uuid!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "delete_player_elo": [ - 3228, + 3223, { "where": [ - 3222, + 3217, "player_elo_bool_exp!" ] } ], "delete_player_elo_by_pk": [ - 3218, + 3213, { "match_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -149731,34 +149809,34 @@ export default { } ], "delete_player_faceit_rank_history": [ - 3262, + 3257, { "where": [ - 3254, + 3249, "player_faceit_rank_history_bool_exp!" ] } ], "delete_player_faceit_rank_history_by_pk": [ - 3245, + 3240, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_player_flashes": [ - 3305, + 3300, { "where": [ - 3297, + 3292, "player_flashes_bool_exp!" ] } ], "delete_player_flashes_by_pk": [ - 3286, + 3281, { "attacked_steam_id": [ 257, @@ -149769,26 +149847,26 @@ export default { "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "delete_player_kills": [ - 3391, + 3386, { "where": [ - 3342, + 3337, "player_kills_bool_exp!" ] } ], "delete_player_kills_by_pk": [ - 3331, + 3326, { "attacked_steam_id": [ 257, @@ -149799,26 +149877,26 @@ export default { "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "delete_player_kills_by_weapon": [ - 3360, + 3355, { "where": [ - 3352, + 3347, "player_kills_by_weapon_bool_exp!" ] } ], "delete_player_kills_by_weapon_by_pk": [ - 3343, + 3338, { "player_steam_id": [ 257, @@ -149831,28 +149909,28 @@ export default { } ], "delete_player_leaderboard_rank": [ - 3426, + 3421, { "where": [ - 3421, + 3416, "player_leaderboard_rank_bool_exp!" ] } ], "delete_player_match_map_stats": [ - 3457, + 3452, { "where": [ - 3449, + 3444, "player_match_map_stats_bool_exp!" ] } ], "delete_player_match_map_stats_by_pk": [ - 3440, + 3435, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -149862,19 +149940,19 @@ export default { } ], "delete_player_objectives": [ - 3549, + 3544, { "where": [ - 3541, + 3536, "player_objectives_bool_exp!" ] } ], "delete_player_objectives_by_pk": [ - 3532, + 3527, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "player_steam_id": [ @@ -149882,84 +149960,84 @@ export default { "bigint!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "delete_player_premier_rank_history": [ - 3608, + 3603, { "where": [ - 3600, + 3595, "player_premier_rank_history_bool_exp!" ] } ], "delete_player_premier_rank_history_by_pk": [ - 3591, + 3586, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_player_sanctions": [ - 3649, + 3644, { "where": [ - 3641, + 3636, "player_sanctions_bool_exp!" ] } ], "delete_player_sanctions_by_pk": [ - 3632, + 3627, { "created_at": [ - 4523, + 4518, "timestamptz!" ], "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_player_season_stats": [ - 3700, + 3695, { "where": [ - 3692, + 3687, "player_season_stats_bool_exp!" ] } ], "delete_player_season_stats_by_pk": [ - 3673, + 3668, { "player_steam_id": [ 257, "bigint!" ], "season_id": [ - 5023, + 5018, "uuid!" ] } ], "delete_player_stats": [ - 3742, + 3737, { "where": [ - 3736, + 3731, "player_stats_bool_exp!" ] } ], "delete_player_stats_by_pk": [ - 3732, + 3727, { "player_steam_id": [ 257, @@ -149968,16 +150046,16 @@ export default { } ], "delete_player_steam_bot_friend": [ - 3774, + 3769, { "where": [ - 3765, + 3760, "player_steam_bot_friend_bool_exp!" ] } ], "delete_player_steam_bot_friend_by_pk": [ - 3760, + 3755, { "steam_id": [ 257, @@ -149986,16 +150064,16 @@ export default { } ], "delete_player_steam_match_auth": [ - 3802, + 3797, { "where": [ - 3796, + 3791, "player_steam_match_auth_bool_exp!" ] } ], "delete_player_steam_match_auth_by_pk": [ - 3792, + 3787, { "steam_id": [ 257, @@ -150004,19 +150082,19 @@ export default { } ], "delete_player_unused_utility": [ - 3836, + 3831, { "where": [ - 3828, + 3823, "player_unused_utility_bool_exp!" ] } ], "delete_player_unused_utility_by_pk": [ - 3819, + 3814, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "player_steam_id": [ @@ -150026,42 +150104,42 @@ export default { } ], "delete_player_utility": [ - 3877, + 3872, { "where": [ - 3869, + 3864, "player_utility_bool_exp!" ] } ], "delete_player_utility_by_pk": [ - 3860, + 3855, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "delete_players": [ - 3944, + 3939, { "where": [ - 3938, + 3933, "players_bool_exp!" ] } ], "delete_players_by_pk": [ - 3934, + 3929, { "steam_id": [ 257, @@ -150070,16 +150148,16 @@ export default { } ], "delete_plugin_versions": [ - 3972, + 3967, { "where": [ - 3966, + 3961, "plugin_versions_bool_exp!" ] } ], "delete_plugin_versions_by_pk": [ - 3962, + 3957, { "runtime": [ 1110, @@ -150092,34 +150170,34 @@ export default { } ], "delete_seasons": [ - 4003, + 3998, { "where": [ - 3997, + 3992, "seasons_bool_exp!" ] } ], "delete_seasons_by_pk": [ - 3993, + 3988, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_server_regions": [ - 4030, + 4025, { "where": [ - 4025, + 4020, "server_regions_bool_exp!" ] } ], "delete_server_regions_by_pk": [ - 4021, + 4016, { "value": [ 80, @@ -150128,34 +150206,34 @@ export default { } ], "delete_servers": [ - 4067, + 4062, { "where": [ - 4059, + 4054, "servers_bool_exp!" ] } ], "delete_servers_by_pk": [ - 4048, + 4043, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_settings": [ - 4102, + 4097, { "where": [ - 4097, + 4092, "settings_bool_exp!" ] } ], "delete_settings_by_pk": [ - 4094, + 4089, { "name": [ 80, @@ -150164,511 +150242,511 @@ export default { } ], "delete_steam_account_claims": [ - 4128, + 4123, { "where": [ - 4121, + 4116, "steam_account_claims_bool_exp!" ] } ], "delete_steam_account_claims_by_pk": [ - 4114, + 4109, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_steam_accounts": [ - 4148, + 4143, { "where": [ - 4142, + 4137, "steam_accounts_bool_exp!" ] } ], "delete_steam_accounts_by_pk": [ - 4138, + 4133, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_system_alerts": [ - 4176, + 4171, { "where": [ - 4170, + 4165, "system_alerts_bool_exp!" ] } ], "delete_system_alerts_by_pk": [ - 4166, + 4161, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_team_invites": [ - 4210, + 4205, { "where": [ - 4202, + 4197, "team_invites_bool_exp!" ] } ], "delete_team_invites_by_pk": [ - 4193, + 4188, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_team_roster": [ - 4253, + 4248, { "where": [ - 4245, + 4240, "team_roster_bool_exp!" ] } ], "delete_team_roster_by_pk": [ - 4234, + 4229, { "player_steam_id": [ 257, "bigint!" ], "team_id": [ - 5023, + 5018, "uuid!" ] } ], "delete_team_scrim_alerts": [ - 4289, + 4284, { "where": [ - 4283, + 4278, "team_scrim_alerts_bool_exp!" ] } ], "delete_team_scrim_alerts_by_pk": [ - 4279, + 4274, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_team_scrim_availability": [ - 4322, + 4317, { "where": [ - 4315, + 4310, "team_scrim_availability_bool_exp!" ] } ], "delete_team_scrim_availability_by_pk": [ - 4306, + 4301, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_team_scrim_request_proposals": [ - 4351, + 4346, { "where": [ - 4343, + 4338, "team_scrim_request_proposals_bool_exp!" ] } ], "delete_team_scrim_request_proposals_by_pk": [ - 4334, + 4329, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_team_scrim_requests": [ - 4394, + 4389, { "where": [ - 4386, + 4381, "team_scrim_requests_bool_exp!" ] } ], "delete_team_scrim_requests_by_pk": [ - 4375, + 4370, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_team_scrim_settings": [ - 4431, + 4426, { "where": [ - 4425, + 4420, "team_scrim_settings_bool_exp!" ] } ], "delete_team_scrim_settings_by_pk": [ - 4421, + 4416, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_team_suggestions": [ - 4459, + 4454, { "where": [ - 4453, + 4448, "team_suggestions_bool_exp!" ] } ], "delete_team_suggestions_by_pk": [ - 4449, + 4444, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_teams": [ - 4495, + 4490, { "where": [ - 4487, + 4482, "teams_bool_exp!" ] } ], "delete_teams_by_pk": [ - 4476, + 4471, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournament_awards": [ - 4542, + 4537, { "where": [ - 4534, + 4529, "tournament_awards_bool_exp!" ] } ], "delete_tournament_awards_by_pk": [ - 4525, + 4520, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournament_brackets": [ - 4586, + 4581, { "where": [ - 4578, + 4573, "tournament_brackets_bool_exp!" ] } ], "delete_tournament_brackets_by_pk": [ - 4567, + 4562, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournament_categories": [ - 4627, + 4622, { "where": [ - 4620, + 4615, "tournament_categories_bool_exp!" ] } ], "delete_tournament_categories_by_pk": [ - 4613, + 4608, { "category": [ 1312, "e_tournament_categories_enum!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournament_organizer_teams": [ - 4651, + 4646, { "where": [ - 4644, + 4639, "tournament_organizer_teams_bool_exp!" ] } ], "delete_tournament_organizer_teams_by_pk": [ - 4637, + 4632, { "team_id": [ - 5023, + 5018, "uuid!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournament_organizers": [ - 4678, + 4673, { "where": [ - 4670, + 4665, "tournament_organizers_bool_exp!" ] } ], "delete_tournament_organizers_by_pk": [ - 4661, + 4656, { "steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournament_prizes": [ - 4719, + 4714, { "where": [ - 4711, + 4706, "tournament_prizes_bool_exp!" ] } ], "delete_tournament_prizes_by_pk": [ - 4702, + 4697, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournament_stage_windows": [ - 4760, + 4755, { "where": [ - 4752, + 4747, "tournament_stage_windows_bool_exp!" ] } ], "delete_tournament_stage_windows_by_pk": [ - 4743, + 4738, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournament_stages": [ - 4807, + 4802, { "where": [ - 4796, + 4791, "tournament_stages_bool_exp!" ] } ], "delete_tournament_stages_by_pk": [ - 4784, + 4779, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournament_team_invites": [ - 4852, + 4847, { "where": [ - 4844, + 4839, "tournament_team_invites_bool_exp!" ] } ], "delete_tournament_team_invites_by_pk": [ - 4835, + 4830, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournament_team_roster": [ - 4893, + 4888, { "where": [ - 4885, + 4880, "tournament_team_roster_bool_exp!" ] } ], "delete_tournament_team_roster_by_pk": [ - 4876, + 4871, { "player_steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournament_teams": [ - 4934, + 4929, { "where": [ - 4926, + 4921, "tournament_teams_bool_exp!" ] } ], "delete_tournament_teams_by_pk": [ - 4917, + 4912, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_tournaments": [ - 4988, + 4983, { "where": [ - 4980, + 4975, "tournaments_bool_exp!" ] } ], "delete_tournaments_by_pk": [ - 4959, + 4954, { "id": [ - 5023, + 5018, "uuid!" ] } ], "delete_v_match_captains": [ - 5188, + 5183, { "where": [ - 5183, + 5178, "v_match_captains_bool_exp!" ] } ], "delete_v_match_map_backup_rounds": [ - 5299, + 5294, { "where": [ - 5294, + 5289, "v_match_map_backup_rounds_bool_exp!" ] } ], "delete_v_player_match_map_hltv": [ - 5521, + 5516, { "where": [ - 5514, + 5509, "v_player_match_map_hltv_bool_exp!" ] } ], "delete_v_pool_maps": [ - 5698, + 5693, { "where": [ - 5692, + 5687, "v_pool_maps_bool_exp!" ] } ], "delete_v_team_stage_results": [ - 5792, + 5787, { "where": [ - 5784, + 5779, "v_team_stage_results_bool_exp!" ] } ], "delete_v_team_stage_results_by_pk": [ - 5765, + 5760, { "tournament_stage_id": [ - 5023, + 5018, "uuid!" ], "tournament_team_id": [ - 5023, + 5018, "uuid!" ] } @@ -150677,7 +150755,7 @@ export default { 83, { "invite_id": [ - 5023, + 5018, "uuid!" ], "type": [ @@ -150690,11 +150768,11 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ], "winning_lineup_id": [ - 5023, + 5018, "uuid!" ] } @@ -150703,7 +150781,7 @@ export default { 45, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -150715,14 +150793,14 @@ export default { 4, { "award_id": [ - 5023, + 5018, "uuid!" ], "event_id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "note": [ 80 @@ -150731,13 +150809,13 @@ export default { 80 ], "season_id": [ - 5023 + 5018 ], "team_id": [ - 5023 + 5018 ], "tournament_id": [ - 5023 + 5018 ] } ], @@ -153154,14 +153232,14 @@ export default { } ], "insert_pending_match_imports": [ - 3027, + 3023, { "objects": [ - 3024, + 3020, "[pending_match_imports_insert_input!]!" ], "on_conflict": [ - 3029 + 3025 ] } ], @@ -153169,1301 +153247,1301 @@ export default { 3013, { "object": [ - 3024, + 3020, "pending_match_imports_insert_input!" ], "on_conflict": [ - 3029 + 3025 ] } ], "insert_player_aim_stats_demo": [ - 3056, + 3051, { "objects": [ - 3053, + 3048, "[player_aim_stats_demo_insert_input!]!" ], "on_conflict": [ - 3057 + 3052 ] } ], "insert_player_aim_stats_demo_one": [ - 3046, + 3041, { "object": [ - 3053, + 3048, "player_aim_stats_demo_insert_input!" ], "on_conflict": [ - 3057 + 3052 ] } ], "insert_player_aim_weapon_stats": [ - 3090, + 3085, { "objects": [ - 3085, + 3080, "[player_aim_weapon_stats_insert_input!]!" ], "on_conflict": [ - 3091 + 3086 ] } ], "insert_player_aim_weapon_stats_one": [ - 3073, + 3068, { "object": [ - 3085, + 3080, "player_aim_weapon_stats_insert_input!" ], "on_conflict": [ - 3091 + 3086 ] } ], "insert_player_assists": [ - 3133, + 3128, { "objects": [ - 3128, + 3123, "[player_assists_insert_input!]!" ], "on_conflict": [ - 3134 + 3129 ] } ], "insert_player_assists_one": [ - 3114, + 3109, { "object": [ - 3128, + 3123, "player_assists_insert_input!" ], "on_conflict": [ - 3134 + 3129 ] } ], "insert_player_damages": [ - 3194, + 3189, { "objects": [ - 3189, + 3184, "[player_damages_insert_input!]!" ], "on_conflict": [ - 3195 + 3190 ] } ], "insert_player_damages_one": [ - 3177, + 3172, { "object": [ - 3189, + 3184, "player_damages_insert_input!" ], "on_conflict": [ - 3195 + 3190 ] } ], "insert_player_elo": [ - 3228, + 3223, { "objects": [ - 3225, + 3220, "[player_elo_insert_input!]!" ], "on_conflict": [ - 3229 + 3224 ] } ], "insert_player_elo_one": [ - 3218, + 3213, { "object": [ - 3225, + 3220, "player_elo_insert_input!" ], "on_conflict": [ - 3229 + 3224 ] } ], "insert_player_faceit_rank_history": [ - 3262, + 3257, { "objects": [ - 3257, + 3252, "[player_faceit_rank_history_insert_input!]!" ], "on_conflict": [ - 3263 + 3258 ] } ], "insert_player_faceit_rank_history_one": [ - 3245, + 3240, { "object": [ - 3257, + 3252, "player_faceit_rank_history_insert_input!" ], "on_conflict": [ - 3263 + 3258 ] } ], "insert_player_flashes": [ - 3305, + 3300, { "objects": [ - 3300, + 3295, "[player_flashes_insert_input!]!" ], "on_conflict": [ - 3306 + 3301 ] } ], "insert_player_flashes_one": [ - 3286, + 3281, { "object": [ - 3300, + 3295, "player_flashes_insert_input!" ], "on_conflict": [ - 3306 + 3301 ] } ], "insert_player_kills": [ - 3391, + 3386, { "objects": [ - 3386, + 3381, "[player_kills_insert_input!]!" ], "on_conflict": [ - 3392 + 3387 ] } ], "insert_player_kills_by_weapon": [ - 3360, + 3355, { "objects": [ - 3355, + 3350, "[player_kills_by_weapon_insert_input!]!" ], "on_conflict": [ - 3361 + 3356 ] } ], "insert_player_kills_by_weapon_one": [ - 3343, + 3338, { "object": [ - 3355, + 3350, "player_kills_by_weapon_insert_input!" ], "on_conflict": [ - 3361 + 3356 ] } ], "insert_player_kills_one": [ - 3331, + 3326, { "object": [ - 3386, + 3381, "player_kills_insert_input!" ], "on_conflict": [ - 3392 + 3387 ] } ], "insert_player_leaderboard_rank": [ - 3426, + 3421, { "objects": [ - 3423, + 3418, "[player_leaderboard_rank_insert_input!]!" ] } ], "insert_player_leaderboard_rank_one": [ - 3417, + 3412, { "object": [ - 3423, + 3418, "player_leaderboard_rank_insert_input!" ] } ], "insert_player_match_map_stats": [ - 3457, + 3452, { "objects": [ - 3452, + 3447, "[player_match_map_stats_insert_input!]!" ], "on_conflict": [ - 3458 + 3453 ] } ], "insert_player_match_map_stats_one": [ - 3440, + 3435, { "object": [ - 3452, + 3447, "player_match_map_stats_insert_input!" ], "on_conflict": [ - 3458 + 3453 ] } ], "insert_player_objectives": [ - 3549, + 3544, { "objects": [ - 3544, + 3539, "[player_objectives_insert_input!]!" ], "on_conflict": [ - 3550 + 3545 ] } ], "insert_player_objectives_one": [ - 3532, + 3527, { "object": [ - 3544, + 3539, "player_objectives_insert_input!" ], "on_conflict": [ - 3550 + 3545 ] } ], "insert_player_premier_rank_history": [ - 3608, + 3603, { "objects": [ - 3603, + 3598, "[player_premier_rank_history_insert_input!]!" ], "on_conflict": [ - 3609 + 3604 ] } ], "insert_player_premier_rank_history_one": [ - 3591, + 3586, { "object": [ - 3603, + 3598, "player_premier_rank_history_insert_input!" ], "on_conflict": [ - 3609 + 3604 ] } ], "insert_player_sanctions": [ - 3649, + 3644, { "objects": [ - 3644, + 3639, "[player_sanctions_insert_input!]!" ], "on_conflict": [ - 3650 + 3645 ] } ], "insert_player_sanctions_one": [ - 3632, + 3627, { "object": [ - 3644, + 3639, "player_sanctions_insert_input!" ], "on_conflict": [ - 3650 + 3645 ] } ], "insert_player_season_stats": [ - 3700, + 3695, { "objects": [ - 3695, + 3690, "[player_season_stats_insert_input!]!" ], "on_conflict": [ - 3701 + 3696 ] } ], "insert_player_season_stats_one": [ - 3673, + 3668, { "object": [ - 3695, + 3690, "player_season_stats_insert_input!" ], "on_conflict": [ - 3701 + 3696 ] } ], "insert_player_stats": [ - 3742, + 3737, { "objects": [ - 3739, + 3734, "[player_stats_insert_input!]!" ], "on_conflict": [ - 3744 + 3739 ] } ], "insert_player_stats_one": [ - 3732, + 3727, { "object": [ - 3739, + 3734, "player_stats_insert_input!" ], "on_conflict": [ - 3744 + 3739 ] } ], "insert_player_steam_bot_friend": [ - 3774, + 3769, { "objects": [ - 3771, + 3766, "[player_steam_bot_friend_insert_input!]!" ], "on_conflict": [ - 3775 + 3770 ] } ], "insert_player_steam_bot_friend_one": [ - 3760, + 3755, { "object": [ - 3771, + 3766, "player_steam_bot_friend_insert_input!" ], "on_conflict": [ - 3775 + 3770 ] } ], "insert_player_steam_match_auth": [ - 3802, + 3797, { "objects": [ - 3799, + 3794, "[player_steam_match_auth_insert_input!]!" ], "on_conflict": [ - 3803 + 3798 ] } ], "insert_player_steam_match_auth_one": [ - 3792, + 3787, { "object": [ - 3799, + 3794, "player_steam_match_auth_insert_input!" ], "on_conflict": [ - 3803 + 3798 ] } ], "insert_player_unused_utility": [ - 3836, + 3831, { "objects": [ - 3831, + 3826, "[player_unused_utility_insert_input!]!" ], "on_conflict": [ - 3837 + 3832 ] } ], "insert_player_unused_utility_one": [ - 3819, + 3814, { "object": [ - 3831, + 3826, "player_unused_utility_insert_input!" ], "on_conflict": [ - 3837 + 3832 ] } ], "insert_player_utility": [ - 3877, + 3872, { "objects": [ - 3872, + 3867, "[player_utility_insert_input!]!" ], "on_conflict": [ - 3878 + 3873 ] } ], "insert_player_utility_one": [ - 3860, + 3855, { "object": [ - 3872, + 3867, "player_utility_insert_input!" ], "on_conflict": [ - 3878 + 3873 ] } ], "insert_players": [ - 3944, + 3939, { "objects": [ - 3941, + 3936, "[players_insert_input!]!" ], "on_conflict": [ - 3946 + 3941 ] } ], "insert_players_one": [ - 3934, + 3929, { "object": [ - 3941, + 3936, "players_insert_input!" ], "on_conflict": [ - 3946 + 3941 ] } ], "insert_plugin_versions": [ - 3972, + 3967, { "objects": [ - 3969, + 3964, "[plugin_versions_insert_input!]!" ], "on_conflict": [ - 3973 + 3968 ] } ], "insert_plugin_versions_one": [ - 3962, + 3957, { "object": [ - 3969, + 3964, "plugin_versions_insert_input!" ], "on_conflict": [ - 3973 + 3968 ] } ], "insert_seasons": [ - 4003, + 3998, { "objects": [ - 4000, + 3995, "[seasons_insert_input!]!" ], "on_conflict": [ - 4005 + 4000 ] } ], "insert_seasons_one": [ - 3993, + 3988, { "object": [ - 4000, + 3995, "seasons_insert_input!" ], "on_conflict": [ - 4005 + 4000 ] } ], "insert_server_regions": [ - 4030, + 4025, { "objects": [ - 4027, + 4022, "[server_regions_insert_input!]!" ], "on_conflict": [ - 4032 + 4027 ] } ], "insert_server_regions_one": [ - 4021, + 4016, { "object": [ - 4027, + 4022, "server_regions_insert_input!" ], "on_conflict": [ - 4032 + 4027 ] } ], "insert_servers": [ - 4067, + 4062, { "objects": [ - 4062, + 4057, "[servers_insert_input!]!" ], "on_conflict": [ - 4069 + 4064 ] } ], "insert_servers_one": [ - 4048, + 4043, { "object": [ - 4062, + 4057, "servers_insert_input!" ], "on_conflict": [ - 4069 + 4064 ] } ], "insert_settings": [ - 4102, + 4097, { "objects": [ - 4099, + 4094, "[settings_insert_input!]!" ], "on_conflict": [ - 4103 + 4098 ] } ], "insert_settings_one": [ - 4094, + 4089, { "object": [ - 4099, + 4094, "settings_insert_input!" ], "on_conflict": [ - 4103 + 4098 ] } ], "insert_steam_account_claims": [ - 4128, + 4123, { "objects": [ - 4123, + 4118, "[steam_account_claims_insert_input!]!" ], "on_conflict": [ - 4129 + 4124 ] } ], "insert_steam_account_claims_one": [ - 4114, + 4109, { "object": [ - 4123, + 4118, "steam_account_claims_insert_input!" ], "on_conflict": [ - 4129 + 4124 ] } ], "insert_steam_accounts": [ - 4148, + 4143, { "objects": [ - 4145, + 4140, "[steam_accounts_insert_input!]!" ], "on_conflict": [ - 4150 + 4145 ] } ], "insert_steam_accounts_one": [ - 4138, + 4133, { "object": [ - 4145, + 4140, "steam_accounts_insert_input!" ], "on_conflict": [ - 4150 + 4145 ] } ], "insert_system_alerts": [ - 4176, + 4171, { "objects": [ - 4173, + 4168, "[system_alerts_insert_input!]!" ], "on_conflict": [ - 4177 + 4172 ] } ], "insert_system_alerts_one": [ - 4166, + 4161, { "object": [ - 4173, + 4168, "system_alerts_insert_input!" ], "on_conflict": [ - 4177 + 4172 ] } ], "insert_team_invites": [ - 4210, + 4205, { "objects": [ - 4205, + 4200, "[team_invites_insert_input!]!" ], "on_conflict": [ - 4211 + 4206 ] } ], "insert_team_invites_one": [ - 4193, + 4188, { "object": [ - 4205, + 4200, "team_invites_insert_input!" ], "on_conflict": [ - 4211 + 4206 ] } ], "insert_team_roster": [ - 4253, + 4248, { "objects": [ - 4248, + 4243, "[team_roster_insert_input!]!" ], "on_conflict": [ - 4254 + 4249 ] } ], "insert_team_roster_one": [ - 4234, + 4229, { "object": [ - 4248, + 4243, "team_roster_insert_input!" ], "on_conflict": [ - 4254 + 4249 ] } ], "insert_team_scrim_alerts": [ - 4289, + 4284, { "objects": [ - 4286, + 4281, "[team_scrim_alerts_insert_input!]!" ], "on_conflict": [ - 4290 + 4285 ] } ], "insert_team_scrim_alerts_one": [ - 4279, + 4274, { "object": [ - 4286, + 4281, "team_scrim_alerts_insert_input!" ], "on_conflict": [ - 4290 + 4285 ] } ], "insert_team_scrim_availability": [ - 4322, + 4317, { "objects": [ - 4317, + 4312, "[team_scrim_availability_insert_input!]!" ], "on_conflict": [ - 4323 + 4318 ] } ], "insert_team_scrim_availability_one": [ - 4306, + 4301, { "object": [ - 4317, + 4312, "team_scrim_availability_insert_input!" ], "on_conflict": [ - 4323 + 4318 ] } ], "insert_team_scrim_request_proposals": [ - 4351, + 4346, { "objects": [ - 4346, + 4341, "[team_scrim_request_proposals_insert_input!]!" ], "on_conflict": [ - 4352 + 4347 ] } ], "insert_team_scrim_request_proposals_one": [ - 4334, + 4329, { "object": [ - 4346, + 4341, "team_scrim_request_proposals_insert_input!" ], "on_conflict": [ - 4352 + 4347 ] } ], "insert_team_scrim_requests": [ - 4394, + 4389, { "objects": [ - 4389, + 4384, "[team_scrim_requests_insert_input!]!" ], "on_conflict": [ - 4396 + 4391 ] } ], "insert_team_scrim_requests_one": [ - 4375, + 4370, { "object": [ - 4389, + 4384, "team_scrim_requests_insert_input!" ], "on_conflict": [ - 4396 + 4391 ] } ], "insert_team_scrim_settings": [ - 4431, + 4426, { "objects": [ - 4428, + 4423, "[team_scrim_settings_insert_input!]!" ], "on_conflict": [ - 4433 + 4428 ] } ], "insert_team_scrim_settings_one": [ - 4421, + 4416, { "object": [ - 4428, + 4423, "team_scrim_settings_insert_input!" ], "on_conflict": [ - 4433 + 4428 ] } ], "insert_team_suggestions": [ - 4459, + 4454, { "objects": [ - 4456, + 4451, "[team_suggestions_insert_input!]!" ], "on_conflict": [ - 4460 + 4455 ] } ], "insert_team_suggestions_one": [ - 4449, + 4444, { "object": [ - 4456, + 4451, "team_suggestions_insert_input!" ], "on_conflict": [ - 4460 + 4455 ] } ], "insert_teams": [ - 4495, + 4490, { "objects": [ - 4490, + 4485, "[teams_insert_input!]!" ], "on_conflict": [ - 4497 + 4492 ] } ], "insert_teams_one": [ - 4476, + 4471, { "object": [ - 4490, + 4485, "teams_insert_input!" ], "on_conflict": [ - 4497 + 4492 ] } ], "insert_tournament_awards": [ - 4542, + 4537, { "objects": [ - 4537, + 4532, "[tournament_awards_insert_input!]!" ], "on_conflict": [ - 4544 + 4539 ] } ], "insert_tournament_awards_one": [ - 4525, + 4520, { "object": [ - 4537, + 4532, "tournament_awards_insert_input!" ], "on_conflict": [ - 4544 + 4539 ] } ], "insert_tournament_brackets": [ - 4586, + 4581, { "objects": [ - 4581, + 4576, "[tournament_brackets_insert_input!]!" ], "on_conflict": [ - 4588 + 4583 ] } ], "insert_tournament_brackets_one": [ - 4567, + 4562, { "object": [ - 4581, + 4576, "tournament_brackets_insert_input!" ], "on_conflict": [ - 4588 + 4583 ] } ], "insert_tournament_categories": [ - 4627, + 4622, { "objects": [ - 4622, + 4617, "[tournament_categories_insert_input!]!" ], "on_conflict": [ - 4628 + 4623 ] } ], "insert_tournament_categories_one": [ - 4613, + 4608, { "object": [ - 4622, + 4617, "tournament_categories_insert_input!" ], "on_conflict": [ - 4628 + 4623 ] } ], "insert_tournament_organizer_teams": [ - 4651, + 4646, { "objects": [ - 4646, + 4641, "[tournament_organizer_teams_insert_input!]!" ], "on_conflict": [ - 4652 + 4647 ] } ], "insert_tournament_organizer_teams_one": [ - 4637, + 4632, { "object": [ - 4646, + 4641, "tournament_organizer_teams_insert_input!" ], "on_conflict": [ - 4652 + 4647 ] } ], "insert_tournament_organizers": [ - 4678, + 4673, { "objects": [ - 4673, + 4668, "[tournament_organizers_insert_input!]!" ], "on_conflict": [ - 4679 + 4674 ] } ], "insert_tournament_organizers_one": [ - 4661, + 4656, { "object": [ - 4673, + 4668, "tournament_organizers_insert_input!" ], "on_conflict": [ - 4679 + 4674 ] } ], "insert_tournament_prizes": [ - 4719, + 4714, { "objects": [ - 4714, + 4709, "[tournament_prizes_insert_input!]!" ], "on_conflict": [ - 4720 + 4715 ] } ], "insert_tournament_prizes_one": [ - 4702, + 4697, { "object": [ - 4714, + 4709, "tournament_prizes_insert_input!" ], "on_conflict": [ - 4720 + 4715 ] } ], "insert_tournament_stage_windows": [ - 4760, + 4755, { "objects": [ - 4755, + 4750, "[tournament_stage_windows_insert_input!]!" ], "on_conflict": [ - 4761 + 4756 ] } ], "insert_tournament_stage_windows_one": [ - 4743, + 4738, { "object": [ - 4755, + 4750, "tournament_stage_windows_insert_input!" ], "on_conflict": [ - 4761 + 4756 ] } ], "insert_tournament_stages": [ - 4807, + 4802, { "objects": [ - 4802, + 4797, "[tournament_stages_insert_input!]!" ], "on_conflict": [ - 4809 + 4804 ] } ], "insert_tournament_stages_one": [ - 4784, + 4779, { "object": [ - 4802, + 4797, "tournament_stages_insert_input!" ], "on_conflict": [ - 4809 + 4804 ] } ], "insert_tournament_team_invites": [ - 4852, + 4847, { "objects": [ - 4847, + 4842, "[tournament_team_invites_insert_input!]!" ], "on_conflict": [ - 4853 + 4848 ] } ], "insert_tournament_team_invites_one": [ - 4835, + 4830, { "object": [ - 4847, + 4842, "tournament_team_invites_insert_input!" ], "on_conflict": [ - 4853 + 4848 ] } ], "insert_tournament_team_roster": [ - 4893, + 4888, { "objects": [ - 4888, + 4883, "[tournament_team_roster_insert_input!]!" ], "on_conflict": [ - 4894 + 4889 ] } ], "insert_tournament_team_roster_one": [ - 4876, + 4871, { "object": [ - 4888, + 4883, "tournament_team_roster_insert_input!" ], "on_conflict": [ - 4894 + 4889 ] } ], "insert_tournament_teams": [ - 4934, + 4929, { "objects": [ - 4929, + 4924, "[tournament_teams_insert_input!]!" ], "on_conflict": [ - 4936 + 4931 ] } ], "insert_tournament_teams_one": [ - 4917, + 4912, { "object": [ - 4929, + 4924, "tournament_teams_insert_input!" ], "on_conflict": [ - 4936 + 4931 ] } ], "insert_tournaments": [ - 4988, + 4983, { "objects": [ - 4983, + 4978, "[tournaments_insert_input!]!" ], "on_conflict": [ - 4990 + 4985 ] } ], "insert_tournaments_one": [ - 4959, + 4954, { "object": [ - 4983, + 4978, "tournaments_insert_input!" ], "on_conflict": [ - 4990 + 4985 ] } ], "insert_v_match_captains": [ - 5188, + 5183, { "objects": [ - 5185, + 5180, "[v_match_captains_insert_input!]!" ] } ], "insert_v_match_captains_one": [ - 5179, + 5174, { "object": [ - 5185, + 5180, "v_match_captains_insert_input!" ] } ], "insert_v_match_map_backup_rounds": [ - 5299, + 5294, { "objects": [ - 5296, + 5291, "[v_match_map_backup_rounds_insert_input!]!" ] } ], "insert_v_match_map_backup_rounds_one": [ - 5290, + 5285, { "object": [ - 5296, + 5291, "v_match_map_backup_rounds_insert_input!" ] } ], "insert_v_player_match_map_hltv": [ - 5521, + 5516, { "objects": [ - 5516, + 5511, "[v_player_match_map_hltv_insert_input!]!" ] } ], "insert_v_player_match_map_hltv_one": [ - 5505, + 5500, { "object": [ - 5516, + 5511, "v_player_match_map_hltv_insert_input!" ] } ], "insert_v_pool_maps": [ - 5698, + 5693, { "objects": [ - 5693, + 5688, "[v_pool_maps_insert_input!]!" ] } ], "insert_v_pool_maps_one": [ - 5683, + 5678, { "object": [ - 5693, + 5688, "v_pool_maps_insert_input!" ] } ], "insert_v_team_stage_results": [ - 5792, + 5787, { "objects": [ - 5787, + 5782, "[v_team_stage_results_insert_input!]!" ], "on_conflict": [ - 5794 + 5789 ] } ], "insert_v_team_stage_results_one": [ - 5765, + 5760, { "object": [ - 5787, + 5782, "v_team_stage_results_insert_input!" ], "on_conflict": [ - 5794 + 5789 ] } ], @@ -154471,7 +154549,7 @@ export default { 83, { "draftGameId": [ - 5023, + 5018, "uuid!" ], "inviteCode": [ @@ -154483,7 +154561,7 @@ export default { 83, { "draftGameId": [ - 5023, + 5018, "uuid!" ], "inviteCode": [ @@ -154588,7 +154666,7 @@ export default { 83, { "match_map_id": [ - 5023, + 5018, "uuid!" ] } @@ -154600,7 +154678,7 @@ export default { 24, { "draftGameId": [ - 5023, + 5018, "uuid!" ], "inviteCode": [ @@ -154615,7 +154693,7 @@ export default { 40 ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "preset": [ @@ -154641,7 +154719,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -154650,7 +154728,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -154659,7 +154737,7 @@ export default { 188, { "args": [ - 3989, + 3984, "recalculate_tournament_awards_args!" ], "distinct_on": [ @@ -154691,7 +154769,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -154715,7 +154793,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -154745,7 +154823,7 @@ export default { 2160, { "args": [ - 3990, + 3985, "remove_league_team_from_season_args!" ], "distinct_on": [ @@ -154791,7 +154869,7 @@ export default { 1869, { "args": [ - 3991, + 3986, "reorder_league_divisions_args!" ], "distinct_on": [ @@ -154823,7 +154901,7 @@ export default { 83, { "match_map_id": [ - 5023, + 5018, "uuid!" ] } @@ -154832,7 +154910,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -154854,7 +154932,7 @@ export default { 83, { "job_id": [ - 5023, + 5018, "uuid!" ] } @@ -154867,7 +154945,7 @@ export default { "Boolean!" ], "draftGameId": [ - 5023, + 5018, "uuid!" ] } @@ -154880,7 +154958,7 @@ export default { "Boolean!" ], "request_id": [ - 5023, + 5018, "uuid!" ] } @@ -154898,7 +154976,7 @@ export default { 2045, { "args": [ - 3992, + 3987, "restart_league_season_args!" ], "distinct_on": [ @@ -154924,7 +155002,7 @@ export default { 83, { "match_map_id": [ - 5023, + 5018, "uuid!" ] } @@ -154933,7 +155011,7 @@ export default { 83, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "only_failed": [ @@ -154954,7 +155032,7 @@ export default { 83, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -154991,20 +155069,20 @@ export default { 80 ], "event_id": [ - 5023 + 5018 ], "id": [ - 5023 + 5018 ], "league_season_id": [ - 5023 + 5018 ], "name": [ 80, "String!" ], "season_id": [ - 5023 + 5018 ], "silhouette": [ 40 @@ -155014,7 +155092,7 @@ export default { "String!" ], "tournament_id": [ - 5023 + 5018 ] } ], @@ -155029,7 +155107,7 @@ export default { 80 ], "id": [ - 5023 + 5018 ], "teaser": [ 80 @@ -155050,11 +155128,11 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523 + 4518 ] } ], @@ -155065,18 +155143,18 @@ export default { 40 ], "from_team_id": [ - 5023, + 5018, "uuid!" ], "proposed_scheduled_at": [ - 4523, + 4518, "timestamptz!" ], "region": [ 80 ], "to_team_id": [ - 5023, + 5018, "uuid!" ] } @@ -155098,7 +155176,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ], "mode": [ @@ -155111,15 +155189,15 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "winning_lineup_id": [ - 5023, + 5018, "uuid!" ] } @@ -155128,11 +155206,11 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ], "winning_lineup_id": [ - 5023, + 5018, "uuid!" ] } @@ -155141,7 +155219,7 @@ export default { 50, { "id": [ - 5023, + 5018, "uuid!" ], "status": [ @@ -155154,7 +155232,7 @@ export default { 97, { "award_id": [ - 5023 + 5018 ], "custom_name": [ 80 @@ -155167,7 +155245,7 @@ export default { 40 ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } @@ -155179,7 +155257,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -155192,7 +155270,7 @@ export default { "Boolean!" ], "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -155205,7 +155283,7 @@ export default { "String!" ], "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -155214,7 +155292,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ], "visible": [ @@ -155227,7 +155305,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -155236,7 +155314,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -155249,7 +155327,7 @@ export default { "Int!" ], "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -155258,7 +155336,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ], "show": [ @@ -155271,7 +155349,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ], "slot": [ @@ -155288,7 +155366,7 @@ export default { "Boolean!" ], "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -155297,7 +155375,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ], "mode": [ @@ -155310,11 +155388,11 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ], "server_id": [ - 5023 + 5018 ] } ], @@ -155322,7 +155400,7 @@ export default { 83, { "game_server_node_id": [ - 5023, + 5018, "uuid!" ] } @@ -155331,7 +155409,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -155340,7 +155418,7 @@ export default { 83, { "match_map_id": [ - 5023, + 5018, "uuid!" ] } @@ -155362,7 +155440,7 @@ export default { 83, { "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -155380,7 +155458,7 @@ export default { 83, { "from_match_id": [ - 5023, + 5018, "uuid!" ], "mode": [ @@ -155388,7 +155466,7 @@ export default { "String!" ], "to_match_id": [ - 5023, + 5018, "uuid!" ] } @@ -155428,7 +155506,7 @@ export default { 83, { "clip_id": [ - 5023, + 5018, "uuid!" ], "target_steam_id": [ @@ -155449,7 +155527,7 @@ export default { 80 ], "game_server_node_id": [ - 5023 + 5018 ] } ], @@ -155457,7 +155535,7 @@ export default { 83, { "draftGameId": [ - 5023, + 5018, "uuid!" ], "settings": [ @@ -159346,31 +159424,16 @@ export default { } ], "update_pending_match_imports": [ - 3027, + 3023, { - "_append": [ - 3016 - ], - "_delete_at_path": [ - 3020 - ], - "_delete_elem": [ - 3021 - ], - "_delete_key": [ - 3022 - ], "_inc": [ - 3023 - ], - "_prepend": [ - 3032 + 3019 ], "_set": [ - 3034 + 3029 ], "where": [ - 3018, + 3017, "pending_match_imports_bool_exp!" ] } @@ -159378,2129 +159441,2114 @@ export default { "update_pending_match_imports_by_pk": [ 3013, { - "_append": [ - 3016 - ], - "_delete_at_path": [ - 3020 - ], - "_delete_elem": [ - 3021 - ], - "_delete_key": [ - 3022 - ], "_inc": [ - 3023 - ], - "_prepend": [ - 3032 + 3019 ], "_set": [ - 3034 + 3029 ], "pk_columns": [ - 3031, + 3027, "pending_match_imports_pk_columns_input!" ] } ], "update_pending_match_imports_many": [ - 3027, + 3023, { "updates": [ - 3042, + 3037, "[pending_match_imports_updates!]!" ] } ], "update_player_aim_stats_demo": [ - 3056, + 3051, { "_inc": [ - 3052 + 3047 ], "_set": [ - 3061 + 3056 ], "where": [ - 3050, + 3045, "player_aim_stats_demo_bool_exp!" ] } ], "update_player_aim_stats_demo_by_pk": [ - 3046, + 3041, { "_inc": [ - 3052 + 3047 ], "_set": [ - 3061 + 3056 ], "pk_columns": [ - 3059, + 3054, "player_aim_stats_demo_pk_columns_input!" ] } ], "update_player_aim_stats_demo_many": [ - 3056, + 3051, { "updates": [ - 3069, + 3064, "[player_aim_stats_demo_updates!]!" ] } ], "update_player_aim_weapon_stats": [ - 3090, + 3085, { "_inc": [ - 3084 + 3079 ], "_set": [ - 3095 + 3090 ], "where": [ - 3082, + 3077, "player_aim_weapon_stats_bool_exp!" ] } ], "update_player_aim_weapon_stats_by_pk": [ - 3073, + 3068, { "_inc": [ - 3084 + 3079 ], "_set": [ - 3095 + 3090 ], "pk_columns": [ - 3093, + 3088, "player_aim_weapon_stats_pk_columns_input!" ] } ], "update_player_aim_weapon_stats_many": [ - 3090, + 3085, { "updates": [ - 3107, + 3102, "[player_aim_weapon_stats_updates!]!" ] } ], "update_player_assists": [ - 3133, + 3128, { "_inc": [ - 3127 + 3122 ], "_set": [ - 3140 + 3135 ], "where": [ - 3125, + 3120, "player_assists_bool_exp!" ] } ], "update_player_assists_by_pk": [ - 3114, + 3109, { "_inc": [ - 3127 + 3122 ], "_set": [ - 3140 + 3135 ], "pk_columns": [ - 3136, + 3131, "player_assists_pk_columns_input!" ] } ], "update_player_assists_many": [ - 3133, + 3128, { "updates": [ - 3152, + 3147, "[player_assists_updates!]!" ] } ], "update_player_damages": [ - 3194, + 3189, { "_inc": [ - 3188 + 3183 ], "_set": [ - 3199 + 3194 ], "where": [ - 3186, + 3181, "player_damages_bool_exp!" ] } ], "update_player_damages_by_pk": [ - 3177, + 3172, { "_inc": [ - 3188 + 3183 ], "_set": [ - 3199 + 3194 ], "pk_columns": [ - 3197, + 3192, "player_damages_pk_columns_input!" ] } ], "update_player_damages_many": [ - 3194, + 3189, { "updates": [ - 3211, + 3206, "[player_damages_updates!]!" ] } ], "update_player_elo": [ - 3228, + 3223, { "_inc": [ - 3224 + 3219 ], "_set": [ - 3233 + 3228 ], "where": [ - 3222, + 3217, "player_elo_bool_exp!" ] } ], "update_player_elo_by_pk": [ - 3218, + 3213, { "_inc": [ - 3224 + 3219 ], "_set": [ - 3233 + 3228 ], "pk_columns": [ - 3231, + 3226, "player_elo_pk_columns_input!" ] } ], "update_player_elo_many": [ - 3228, + 3223, { "updates": [ - 3241, + 3236, "[player_elo_updates!]!" ] } ], "update_player_faceit_rank_history": [ - 3262, + 3257, { "_inc": [ - 3256 + 3251 ], "_set": [ - 3267 + 3262 ], "where": [ - 3254, + 3249, "player_faceit_rank_history_bool_exp!" ] } ], "update_player_faceit_rank_history_by_pk": [ - 3245, + 3240, { "_inc": [ - 3256 + 3251 ], "_set": [ - 3267 + 3262 ], "pk_columns": [ - 3265, + 3260, "player_faceit_rank_history_pk_columns_input!" ] } ], "update_player_faceit_rank_history_many": [ - 3262, + 3257, { "updates": [ - 3279, + 3274, "[player_faceit_rank_history_updates!]!" ] } ], "update_player_flashes": [ - 3305, + 3300, { "_inc": [ - 3299 + 3294 ], "_set": [ - 3312 + 3307 ], "where": [ - 3297, + 3292, "player_flashes_bool_exp!" ] } ], "update_player_flashes_by_pk": [ - 3286, + 3281, { "_inc": [ - 3299 + 3294 ], "_set": [ - 3312 + 3307 ], "pk_columns": [ - 3308, + 3303, "player_flashes_pk_columns_input!" ] } ], "update_player_flashes_many": [ - 3305, + 3300, { "updates": [ - 3324, + 3319, "[player_flashes_updates!]!" ] } ], "update_player_kills": [ - 3391, + 3386, { "_inc": [ - 3385 + 3380 ], "_set": [ - 3398 + 3393 ], "where": [ - 3342, + 3337, "player_kills_bool_exp!" ] } ], "update_player_kills_by_pk": [ - 3331, + 3326, { "_inc": [ - 3385 + 3380 ], "_set": [ - 3398 + 3393 ], "pk_columns": [ - 3394, + 3389, "player_kills_pk_columns_input!" ] } ], "update_player_kills_by_weapon": [ - 3360, + 3355, { "_inc": [ - 3354 + 3349 ], "_set": [ - 3365 + 3360 ], "where": [ - 3352, + 3347, "player_kills_by_weapon_bool_exp!" ] } ], "update_player_kills_by_weapon_by_pk": [ - 3343, + 3338, { "_inc": [ - 3354 + 3349 ], "_set": [ - 3365 + 3360 ], "pk_columns": [ - 3363, + 3358, "player_kills_by_weapon_pk_columns_input!" ] } ], "update_player_kills_by_weapon_many": [ - 3360, + 3355, { "updates": [ - 3377, + 3372, "[player_kills_by_weapon_updates!]!" ] } ], "update_player_kills_many": [ - 3391, + 3386, { "updates": [ - 3410, + 3405, "[player_kills_updates!]!" ] } ], "update_player_leaderboard_rank": [ - 3426, + 3421, { "_inc": [ - 3422 + 3417 ], "_set": [ - 3429 + 3424 ], "where": [ - 3421, + 3416, "player_leaderboard_rank_bool_exp!" ] } ], "update_player_leaderboard_rank_many": [ - 3426, + 3421, { "updates": [ - 3436, + 3431, "[player_leaderboard_rank_updates!]!" ] } ], "update_player_match_map_stats": [ - 3457, + 3452, { "_inc": [ - 3451 + 3446 ], "_set": [ - 3462 + 3457 ], "where": [ - 3449, + 3444, "player_match_map_stats_bool_exp!" ] } ], "update_player_match_map_stats_by_pk": [ - 3440, + 3435, { "_inc": [ - 3451 + 3446 ], "_set": [ - 3462 + 3457 ], "pk_columns": [ - 3460, + 3455, "player_match_map_stats_pk_columns_input!" ] } ], "update_player_match_map_stats_many": [ - 3457, + 3452, { "updates": [ - 3474, + 3469, "[player_match_map_stats_updates!]!" ] } ], "update_player_objectives": [ - 3549, + 3544, { "_inc": [ - 3543 + 3538 ], "_set": [ - 3554 + 3549 ], "where": [ - 3541, + 3536, "player_objectives_bool_exp!" ] } ], "update_player_objectives_by_pk": [ - 3532, + 3527, { "_inc": [ - 3543 + 3538 ], "_set": [ - 3554 + 3549 ], "pk_columns": [ - 3552, + 3547, "player_objectives_pk_columns_input!" ] } ], "update_player_objectives_many": [ - 3549, + 3544, { "updates": [ - 3566, + 3561, "[player_objectives_updates!]!" ] } ], "update_player_premier_rank_history": [ - 3608, + 3603, { "_inc": [ - 3602 + 3597 ], "_set": [ - 3613 + 3608 ], "where": [ - 3600, + 3595, "player_premier_rank_history_bool_exp!" ] } ], "update_player_premier_rank_history_by_pk": [ - 3591, + 3586, { "_inc": [ - 3602 + 3597 ], "_set": [ - 3613 + 3608 ], "pk_columns": [ - 3611, + 3606, "player_premier_rank_history_pk_columns_input!" ] } ], "update_player_premier_rank_history_many": [ - 3608, + 3603, { "updates": [ - 3625, + 3620, "[player_premier_rank_history_updates!]!" ] } ], "update_player_sanctions": [ - 3649, + 3644, { "_inc": [ - 3643 + 3638 ], "_set": [ - 3654 + 3649 ], "where": [ - 3641, + 3636, "player_sanctions_bool_exp!" ] } ], "update_player_sanctions_by_pk": [ - 3632, + 3627, { "_inc": [ - 3643 + 3638 ], "_set": [ - 3654 + 3649 ], "pk_columns": [ - 3652, + 3647, "player_sanctions_pk_columns_input!" ] } ], "update_player_sanctions_many": [ - 3649, + 3644, { "updates": [ - 3666, + 3661, "[player_sanctions_updates!]!" ] } ], "update_player_season_stats": [ - 3700, + 3695, { "_inc": [ - 3694 + 3689 ], "_set": [ - 3713 + 3708 ], "where": [ - 3692, + 3687, "player_season_stats_bool_exp!" ] } ], "update_player_season_stats_by_pk": [ - 3673, + 3668, { "_inc": [ - 3694 + 3689 ], "_set": [ - 3713 + 3708 ], "pk_columns": [ - 3703, + 3698, "player_season_stats_pk_columns_input!" ] } ], "update_player_season_stats_many": [ - 3700, + 3695, { "updates": [ - 3725, + 3720, "[player_season_stats_updates!]!" ] } ], "update_player_stats": [ - 3742, + 3737, { "_inc": [ - 3738 + 3733 ], "_set": [ - 3748 + 3743 ], "where": [ - 3736, + 3731, "player_stats_bool_exp!" ] } ], "update_player_stats_by_pk": [ - 3732, + 3727, { "_inc": [ - 3738 + 3733 ], "_set": [ - 3748 + 3743 ], "pk_columns": [ - 3746, + 3741, "player_stats_pk_columns_input!" ] } ], "update_player_stats_many": [ - 3742, + 3737, { "updates": [ - 3756, + 3751, "[player_stats_updates!]!" ] } ], "update_player_steam_bot_friend": [ - 3774, + 3769, { "_append": [ - 3763 + 3758 ], "_delete_at_path": [ - 3767 + 3762 ], "_delete_elem": [ - 3768 + 3763 ], "_delete_key": [ - 3769 + 3764 ], "_inc": [ - 3770 + 3765 ], "_prepend": [ - 3778 + 3773 ], "_set": [ - 3780 + 3775 ], "where": [ - 3765, + 3760, "player_steam_bot_friend_bool_exp!" ] } ], "update_player_steam_bot_friend_by_pk": [ - 3760, + 3755, { "_append": [ - 3763 + 3758 ], "_delete_at_path": [ - 3767 + 3762 ], "_delete_elem": [ - 3768 + 3763 ], "_delete_key": [ - 3769 + 3764 ], "_inc": [ - 3770 + 3765 ], "_prepend": [ - 3778 + 3773 ], "_set": [ - 3780 + 3775 ], "pk_columns": [ - 3777, + 3772, "player_steam_bot_friend_pk_columns_input!" ] } ], "update_player_steam_bot_friend_many": [ - 3774, + 3769, { "updates": [ - 3788, + 3783, "[player_steam_bot_friend_updates!]!" ] } ], "update_player_steam_match_auth": [ - 3802, + 3797, { "_inc": [ - 3798 + 3793 ], "_set": [ - 3807 + 3802 ], "where": [ - 3796, + 3791, "player_steam_match_auth_bool_exp!" ] } ], "update_player_steam_match_auth_by_pk": [ - 3792, + 3787, { "_inc": [ - 3798 + 3793 ], "_set": [ - 3807 + 3802 ], "pk_columns": [ - 3805, + 3800, "player_steam_match_auth_pk_columns_input!" ] } ], "update_player_steam_match_auth_many": [ - 3802, + 3797, { "updates": [ - 3815, + 3810, "[player_steam_match_auth_updates!]!" ] } ], "update_player_unused_utility": [ - 3836, + 3831, { "_inc": [ - 3830 + 3825 ], "_set": [ - 3841 + 3836 ], "where": [ - 3828, + 3823, "player_unused_utility_bool_exp!" ] } ], "update_player_unused_utility_by_pk": [ - 3819, + 3814, { "_inc": [ - 3830 + 3825 ], "_set": [ - 3841 + 3836 ], "pk_columns": [ - 3839, + 3834, "player_unused_utility_pk_columns_input!" ] } ], "update_player_unused_utility_many": [ - 3836, + 3831, { "updates": [ - 3853, + 3848, "[player_unused_utility_updates!]!" ] } ], "update_player_utility": [ - 3877, + 3872, { "_inc": [ - 3871 + 3866 ], "_set": [ - 3882 + 3877 ], "where": [ - 3869, + 3864, "player_utility_bool_exp!" ] } ], "update_player_utility_by_pk": [ - 3860, + 3855, { "_inc": [ - 3871 + 3866 ], "_set": [ - 3882 + 3877 ], "pk_columns": [ - 3880, + 3875, "player_utility_pk_columns_input!" ] } ], "update_player_utility_many": [ - 3877, + 3872, { "updates": [ - 3894, + 3889, "[player_utility_updates!]!" ] } ], "update_players": [ - 3944, + 3939, { "_inc": [ - 3940 + 3935 ], "_set": [ - 3950 + 3945 ], "where": [ - 3938, + 3933, "players_bool_exp!" ] } ], "update_players_by_pk": [ - 3934, + 3929, { "_inc": [ - 3940 + 3935 ], "_set": [ - 3950 + 3945 ], "pk_columns": [ - 3948, + 3943, "players_pk_columns_input!" ] } ], "update_players_many": [ - 3944, + 3939, { "updates": [ - 3958, + 3953, "[players_updates!]!" ] } ], "update_plugin_versions": [ - 3972, + 3967, { "_inc": [ - 3968 + 3963 ], "_set": [ - 3977 + 3972 ], "where": [ - 3966, + 3961, "plugin_versions_bool_exp!" ] } ], "update_plugin_versions_by_pk": [ - 3962, + 3957, { "_inc": [ - 3968 + 3963 ], "_set": [ - 3977 + 3972 ], "pk_columns": [ - 3975, + 3970, "plugin_versions_pk_columns_input!" ] } ], "update_plugin_versions_many": [ - 3972, + 3967, { "updates": [ - 3985, + 3980, "[plugin_versions_updates!]!" ] } ], "update_seasons": [ - 4003, + 3998, { "_inc": [ - 3999 + 3994 ], "_set": [ - 4009 + 4004 ], "where": [ - 3997, + 3992, "seasons_bool_exp!" ] } ], "update_seasons_by_pk": [ - 3993, + 3988, { "_inc": [ - 3999 + 3994 ], "_set": [ - 4009 + 4004 ], "pk_columns": [ - 4007, + 4002, "seasons_pk_columns_input!" ] } ], "update_seasons_many": [ - 4003, + 3998, { "updates": [ - 4017, + 4012, "[seasons_updates!]!" ] } ], "update_server_regions": [ - 4030, + 4025, { "_set": [ - 4036 + 4031 ], "where": [ - 4025, + 4020, "server_regions_bool_exp!" ] } ], "update_server_regions_by_pk": [ - 4021, + 4016, { "_set": [ - 4036 + 4031 ], "pk_columns": [ - 4034, + 4029, "server_regions_pk_columns_input!" ] } ], "update_server_regions_many": [ - 4030, + 4025, { "updates": [ - 4044, + 4039, "[server_regions_updates!]!" ] } ], "update_servers": [ - 4067, + 4062, { "_inc": [ - 4061 + 4056 ], "_set": [ - 4075 + 4070 ], "where": [ - 4059, + 4054, "servers_bool_exp!" ] } ], "update_servers_by_pk": [ - 4048, + 4043, { "_inc": [ - 4061 + 4056 ], "_set": [ - 4075 + 4070 ], "pk_columns": [ - 4071, + 4066, "servers_pk_columns_input!" ] } ], "update_servers_many": [ - 4067, + 4062, { "updates": [ - 4087, + 4082, "[servers_updates!]!" ] } ], "update_settings": [ - 4102, + 4097, { "_set": [ - 4107 + 4102 ], "where": [ - 4097, + 4092, "settings_bool_exp!" ] } ], "update_settings_by_pk": [ - 4094, + 4089, { "_set": [ - 4107 + 4102 ], "pk_columns": [ - 4105, + 4100, "settings_pk_columns_input!" ] } ], "update_settings_many": [ - 4102, + 4097, { "updates": [ - 4111, + 4106, "[settings_updates!]!" ] } ], "update_steam_account_claims": [ - 4128, + 4123, { "_set": [ - 4133 + 4128 ], "where": [ - 4121, + 4116, "steam_account_claims_bool_exp!" ] } ], "update_steam_account_claims_by_pk": [ - 4114, + 4109, { "_set": [ - 4133 + 4128 ], "pk_columns": [ - 4131, + 4126, "steam_account_claims_pk_columns_input!" ] } ], "update_steam_account_claims_many": [ - 4128, + 4123, { "updates": [ - 4137, + 4132, "[steam_account_claims_updates!]!" ] } ], "update_steam_accounts": [ - 4148, + 4143, { "_inc": [ - 4144 + 4139 ], "_set": [ - 4154 + 4149 ], "where": [ - 4142, + 4137, "steam_accounts_bool_exp!" ] } ], "update_steam_accounts_by_pk": [ - 4138, + 4133, { "_inc": [ - 4144 + 4139 ], "_set": [ - 4154 + 4149 ], "pk_columns": [ - 4152, + 4147, "steam_accounts_pk_columns_input!" ] } ], "update_steam_accounts_many": [ - 4148, + 4143, { "updates": [ - 4162, + 4157, "[steam_accounts_updates!]!" ] } ], "update_system_alerts": [ - 4176, + 4171, { "_inc": [ - 4172 + 4167 ], "_set": [ - 4181 + 4176 ], "where": [ - 4170, + 4165, "system_alerts_bool_exp!" ] } ], "update_system_alerts_by_pk": [ - 4166, + 4161, { "_inc": [ - 4172 + 4167 ], "_set": [ - 4181 + 4176 ], "pk_columns": [ - 4179, + 4174, "system_alerts_pk_columns_input!" ] } ], "update_system_alerts_many": [ - 4176, + 4171, { "updates": [ - 4189, + 4184, "[system_alerts_updates!]!" ] } ], "update_team_invites": [ - 4210, + 4205, { "_inc": [ - 4204 + 4199 ], "_set": [ - 4215 + 4210 ], "where": [ - 4202, + 4197, "team_invites_bool_exp!" ] } ], "update_team_invites_by_pk": [ - 4193, + 4188, { "_inc": [ - 4204 + 4199 ], "_set": [ - 4215 + 4210 ], "pk_columns": [ - 4213, + 4208, "team_invites_pk_columns_input!" ] } ], "update_team_invites_many": [ - 4210, + 4205, { "updates": [ - 4227, + 4222, "[team_invites_updates!]!" ] } ], "update_team_roster": [ - 4253, + 4248, { "_inc": [ - 4247 + 4242 ], "_set": [ - 4260 + 4255 ], "where": [ - 4245, + 4240, "team_roster_bool_exp!" ] } ], "update_team_roster_by_pk": [ - 4234, + 4229, { "_inc": [ - 4247 + 4242 ], "_set": [ - 4260 + 4255 ], "pk_columns": [ - 4256, + 4251, "team_roster_pk_columns_input!" ] } ], "update_team_roster_many": [ - 4253, + 4248, { "updates": [ - 4272, + 4267, "[team_roster_updates!]!" ] } ], "update_team_scrim_alerts": [ - 4289, + 4284, { "_inc": [ - 4285 + 4280 ], "_set": [ - 4294 + 4289 ], "where": [ - 4283, + 4278, "team_scrim_alerts_bool_exp!" ] } ], "update_team_scrim_alerts_by_pk": [ - 4279, + 4274, { "_inc": [ - 4285 + 4280 ], "_set": [ - 4294 + 4289 ], "pk_columns": [ - 4292, + 4287, "team_scrim_alerts_pk_columns_input!" ] } ], "update_team_scrim_alerts_many": [ - 4289, + 4284, { "updates": [ - 4302, + 4297, "[team_scrim_alerts_updates!]!" ] } ], "update_team_scrim_availability": [ - 4322, + 4317, { "_set": [ - 4329 + 4324 ], "where": [ - 4315, + 4310, "team_scrim_availability_bool_exp!" ] } ], "update_team_scrim_availability_by_pk": [ - 4306, + 4301, { "_set": [ - 4329 + 4324 ], "pk_columns": [ - 4325, + 4320, "team_scrim_availability_pk_columns_input!" ] } ], "update_team_scrim_availability_many": [ - 4322, + 4317, { "updates": [ - 4333, + 4328, "[team_scrim_availability_updates!]!" ] } ], "update_team_scrim_request_proposals": [ - 4351, + 4346, { "_inc": [ - 4345 + 4340 ], "_set": [ - 4356 + 4351 ], "where": [ - 4343, + 4338, "team_scrim_request_proposals_bool_exp!" ] } ], "update_team_scrim_request_proposals_by_pk": [ - 4334, + 4329, { "_inc": [ - 4345 + 4340 ], "_set": [ - 4356 + 4351 ], "pk_columns": [ - 4354, + 4349, "team_scrim_request_proposals_pk_columns_input!" ] } ], "update_team_scrim_request_proposals_many": [ - 4351, + 4346, { "updates": [ - 4368, + 4363, "[team_scrim_request_proposals_updates!]!" ] } ], "update_team_scrim_requests": [ - 4394, + 4389, { "_inc": [ - 4388 + 4383 ], "_set": [ - 4402 + 4397 ], "where": [ - 4386, + 4381, "team_scrim_requests_bool_exp!" ] } ], "update_team_scrim_requests_by_pk": [ - 4375, + 4370, { "_inc": [ - 4388 + 4383 ], "_set": [ - 4402 + 4397 ], "pk_columns": [ - 4398, + 4393, "team_scrim_requests_pk_columns_input!" ] } ], "update_team_scrim_requests_many": [ - 4394, + 4389, { "updates": [ - 4414, + 4409, "[team_scrim_requests_updates!]!" ] } ], "update_team_scrim_settings": [ - 4431, + 4426, { "_inc": [ - 4427 + 4422 ], "_set": [ - 4437 + 4432 ], "where": [ - 4425, + 4420, "team_scrim_settings_bool_exp!" ] } ], "update_team_scrim_settings_by_pk": [ - 4421, + 4416, { "_inc": [ - 4427 + 4422 ], "_set": [ - 4437 + 4432 ], "pk_columns": [ - 4435, + 4430, "team_scrim_settings_pk_columns_input!" ] } ], "update_team_scrim_settings_many": [ - 4431, + 4426, { "updates": [ - 4445, + 4440, "[team_scrim_settings_updates!]!" ] } ], "update_team_suggestions": [ - 4459, + 4454, { "_inc": [ - 4455 + 4450 ], "_set": [ - 4464 + 4459 ], "where": [ - 4453, + 4448, "team_suggestions_bool_exp!" ] } ], "update_team_suggestions_by_pk": [ - 4449, + 4444, { "_inc": [ - 4455 + 4450 ], "_set": [ - 4464 + 4459 ], "pk_columns": [ - 4462, + 4457, "team_suggestions_pk_columns_input!" ] } ], "update_team_suggestions_many": [ - 4459, + 4454, { "updates": [ - 4472, + 4467, "[team_suggestions_updates!]!" ] } ], "update_teams": [ - 4495, + 4490, { "_inc": [ - 4489 + 4484 ], "_set": [ - 4503 + 4498 ], "where": [ - 4487, + 4482, "teams_bool_exp!" ] } ], "update_teams_by_pk": [ - 4476, + 4471, { "_inc": [ - 4489 + 4484 ], "_set": [ - 4503 + 4498 ], "pk_columns": [ - 4499, + 4494, "teams_pk_columns_input!" ] } ], "update_teams_many": [ - 4495, + 4490, { "updates": [ - 4515, + 4510, "[teams_updates!]!" ] } ], "update_tournament_awards": [ - 4542, + 4537, { "_inc": [ - 4536 + 4531 ], "_set": [ - 4548 + 4543 ], "where": [ - 4534, + 4529, "tournament_awards_bool_exp!" ] } ], "update_tournament_awards_by_pk": [ - 4525, + 4520, { "_inc": [ - 4536 + 4531 ], "_set": [ - 4548 + 4543 ], "pk_columns": [ - 4546, + 4541, "tournament_awards_pk_columns_input!" ] } ], "update_tournament_awards_many": [ - 4542, + 4537, { "updates": [ - 4560, + 4555, "[tournament_awards_updates!]!" ] } ], "update_tournament_brackets": [ - 4586, + 4581, { "_inc": [ - 4580 + 4575 ], "_set": [ - 4594 + 4589 ], "where": [ - 4578, + 4573, "tournament_brackets_bool_exp!" ] } ], "update_tournament_brackets_by_pk": [ - 4567, + 4562, { "_inc": [ - 4580 + 4575 ], "_set": [ - 4594 + 4589 ], "pk_columns": [ - 4590, + 4585, "tournament_brackets_pk_columns_input!" ] } ], "update_tournament_brackets_many": [ - 4586, + 4581, { "updates": [ - 4606, + 4601, "[tournament_brackets_updates!]!" ] } ], "update_tournament_categories": [ - 4627, + 4622, { "_set": [ - 4632 + 4627 ], "where": [ - 4620, + 4615, "tournament_categories_bool_exp!" ] } ], "update_tournament_categories_by_pk": [ - 4613, + 4608, { "_set": [ - 4632 + 4627 ], "pk_columns": [ - 4630, + 4625, "tournament_categories_pk_columns_input!" ] } ], "update_tournament_categories_many": [ - 4627, + 4622, { "updates": [ - 4636, + 4631, "[tournament_categories_updates!]!" ] } ], "update_tournament_organizer_teams": [ - 4651, + 4646, { "_set": [ - 4656 + 4651 ], "where": [ - 4644, + 4639, "tournament_organizer_teams_bool_exp!" ] } ], "update_tournament_organizer_teams_by_pk": [ - 4637, + 4632, { "_set": [ - 4656 + 4651 ], "pk_columns": [ - 4654, + 4649, "tournament_organizer_teams_pk_columns_input!" ] } ], "update_tournament_organizer_teams_many": [ - 4651, + 4646, { "updates": [ - 4660, + 4655, "[tournament_organizer_teams_updates!]!" ] } ], "update_tournament_organizers": [ - 4678, + 4673, { "_inc": [ - 4672 + 4667 ], "_set": [ - 4683 + 4678 ], "where": [ - 4670, + 4665, "tournament_organizers_bool_exp!" ] } ], "update_tournament_organizers_by_pk": [ - 4661, + 4656, { "_inc": [ - 4672 + 4667 ], "_set": [ - 4683 + 4678 ], "pk_columns": [ - 4681, + 4676, "tournament_organizers_pk_columns_input!" ] } ], "update_tournament_organizers_many": [ - 4678, + 4673, { "updates": [ - 4695, + 4690, "[tournament_organizers_updates!]!" ] } ], "update_tournament_prizes": [ - 4719, + 4714, { "_inc": [ - 4713 + 4708 ], "_set": [ - 4724 + 4719 ], "where": [ - 4711, + 4706, "tournament_prizes_bool_exp!" ] } ], "update_tournament_prizes_by_pk": [ - 4702, + 4697, { "_inc": [ - 4713 + 4708 ], "_set": [ - 4724 + 4719 ], "pk_columns": [ - 4722, + 4717, "tournament_prizes_pk_columns_input!" ] } ], "update_tournament_prizes_many": [ - 4719, + 4714, { "updates": [ - 4736, + 4731, "[tournament_prizes_updates!]!" ] } ], "update_tournament_stage_windows": [ - 4760, + 4755, { "_inc": [ - 4754 + 4749 ], "_set": [ - 4765 + 4760 ], "where": [ - 4752, + 4747, "tournament_stage_windows_bool_exp!" ] } ], "update_tournament_stage_windows_by_pk": [ - 4743, + 4738, { "_inc": [ - 4754 + 4749 ], "_set": [ - 4765 + 4760 ], "pk_columns": [ - 4763, + 4758, "tournament_stage_windows_pk_columns_input!" ] } ], "update_tournament_stage_windows_many": [ - 4760, + 4755, { "updates": [ - 4777, + 4772, "[tournament_stage_windows_updates!]!" ] } ], "update_tournament_stages": [ - 4807, + 4802, { "_append": [ - 4792 + 4787 ], "_delete_at_path": [ - 4798 + 4793 ], "_delete_elem": [ - 4799 + 4794 ], "_delete_key": [ - 4800 + 4795 ], "_inc": [ - 4801 + 4796 ], "_prepend": [ - 4812 + 4807 ], "_set": [ - 4816 + 4811 ], "where": [ - 4796, + 4791, "tournament_stages_bool_exp!" ] } ], "update_tournament_stages_by_pk": [ - 4784, + 4779, { "_append": [ - 4792 + 4787 ], "_delete_at_path": [ - 4798 + 4793 ], "_delete_elem": [ - 4799 + 4794 ], "_delete_key": [ - 4800 + 4795 ], "_inc": [ - 4801 + 4796 ], "_prepend": [ - 4812 + 4807 ], "_set": [ - 4816 + 4811 ], "pk_columns": [ - 4811, + 4806, "tournament_stages_pk_columns_input!" ] } ], "update_tournament_stages_many": [ - 4807, + 4802, { "updates": [ - 4828, + 4823, "[tournament_stages_updates!]!" ] } ], "update_tournament_team_invites": [ - 4852, + 4847, { "_inc": [ - 4846 + 4841 ], "_set": [ - 4857 + 4852 ], "where": [ - 4844, + 4839, "tournament_team_invites_bool_exp!" ] } ], "update_tournament_team_invites_by_pk": [ - 4835, + 4830, { "_inc": [ - 4846 + 4841 ], "_set": [ - 4857 + 4852 ], "pk_columns": [ - 4855, + 4850, "tournament_team_invites_pk_columns_input!" ] } ], "update_tournament_team_invites_many": [ - 4852, + 4847, { "updates": [ - 4869, + 4864, "[tournament_team_invites_updates!]!" ] } ], "update_tournament_team_roster": [ - 4893, + 4888, { "_inc": [ - 4887 + 4882 ], "_set": [ - 4898 + 4893 ], "where": [ - 4885, + 4880, "tournament_team_roster_bool_exp!" ] } ], "update_tournament_team_roster_by_pk": [ - 4876, + 4871, { "_inc": [ - 4887 + 4882 ], "_set": [ - 4898 + 4893 ], "pk_columns": [ - 4896, + 4891, "tournament_team_roster_pk_columns_input!" ] } ], "update_tournament_team_roster_many": [ - 4893, + 4888, { "updates": [ - 4910, + 4905, "[tournament_team_roster_updates!]!" ] } ], "update_tournament_teams": [ - 4934, + 4929, { "_inc": [ - 4928 + 4923 ], "_set": [ - 4940 + 4935 ], "where": [ - 4926, + 4921, "tournament_teams_bool_exp!" ] } ], "update_tournament_teams_by_pk": [ - 4917, + 4912, { "_inc": [ - 4928 + 4923 ], "_set": [ - 4940 + 4935 ], "pk_columns": [ - 4938, + 4933, "tournament_teams_pk_columns_input!" ] } ], "update_tournament_teams_many": [ - 4934, + 4929, { "updates": [ - 4952, + 4947, "[tournament_teams_updates!]!" ] } ], "update_tournaments": [ - 4988, + 4983, { "_inc": [ - 4982 + 4977 ], "_set": [ - 5004 + 4999 ], "where": [ - 4980, + 4975, "tournaments_bool_exp!" ] } ], "update_tournaments_by_pk": [ - 4959, + 4954, { "_inc": [ - 4982 + 4977 ], "_set": [ - 5004 + 4999 ], "pk_columns": [ - 4992, + 4987, "tournaments_pk_columns_input!" ] } ], "update_tournaments_many": [ - 4988, + 4983, { "updates": [ - 5016, + 5011, "[tournaments_updates!]!" ] } ], "update_v_match_captains": [ - 5188, + 5183, { "_inc": [ - 5184 + 5179 ], "_set": [ - 5192 + 5187 ], "where": [ - 5183, + 5178, "v_match_captains_bool_exp!" ] } ], "update_v_match_captains_many": [ - 5188, + 5183, { "updates": [ - 5199, + 5194, "[v_match_captains_updates!]!" ] } ], "update_v_match_map_backup_rounds": [ - 5299, + 5294, { "_inc": [ - 5295 + 5290 ], "_set": [ - 5302 + 5297 ], "where": [ - 5294, + 5289, "v_match_map_backup_rounds_bool_exp!" ] } ], "update_v_match_map_backup_rounds_many": [ - 5299, + 5294, { "updates": [ - 5309, + 5304, "[v_match_map_backup_rounds_updates!]!" ] } ], "update_v_player_match_map_hltv": [ - 5521, + 5516, { "_inc": [ - 5515 + 5510 ], "_set": [ - 5524 + 5519 ], "where": [ - 5514, + 5509, "v_player_match_map_hltv_bool_exp!" ] } ], "update_v_player_match_map_hltv_many": [ - 5521, + 5516, { "updates": [ - 5535, + 5530, "[v_player_match_map_hltv_updates!]!" ] } ], "update_v_pool_maps": [ - 5698, + 5693, { "_set": [ - 5703 + 5698 ], "where": [ - 5692, + 5687, "v_pool_maps_bool_exp!" ] } ], "update_v_pool_maps_many": [ - 5698, + 5693, { "updates": [ - 5706, + 5701, "[v_pool_maps_updates!]!" ] } ], "update_v_team_stage_results": [ - 5792, + 5787, { "_inc": [ - 5786 + 5781 ], "_set": [ - 5806 + 5801 ], "where": [ - 5784, + 5779, "v_team_stage_results_bool_exp!" ] } ], "update_v_team_stage_results_by_pk": [ - 5765, + 5760, { "_inc": [ - 5786 + 5781 ], "_set": [ - 5806 + 5801 ], "pk_columns": [ - 5796, + 5791, "v_team_stage_results_pk_columns_input!" ] } ], "update_v_team_stage_results_many": [ - 5792, + 5787, { "updates": [ - 5818, + 5813, "[v_team_stage_results_updates!]!" ] } @@ -161509,7 +161557,7 @@ export default { 83, { "game_server_node_id": [ - 5023, + 5018, "uuid!" ] } @@ -161518,10 +161566,10 @@ export default { 99, { "match_map_demo_id": [ - 5023 + 5018 ], "match_map_id": [ - 5023, + 5018, "uuid!" ] } @@ -161599,11 +161647,11 @@ export default { 100, { "map_id": [ - 5023, + 5018, "uuid!" ], "map_pool_id": [ - 5023, + 5018, "uuid!" ] } @@ -161672,7 +161720,7 @@ export default { 119, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -161741,7 +161789,7 @@ export default { 160, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -161810,7 +161858,7 @@ export default { 188, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -161879,7 +161927,7 @@ export default { 229, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -161948,7 +161996,7 @@ export default { 262, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -162017,7 +162065,7 @@ export default { 314, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -162086,7 +162134,7 @@ export default { 346, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -162155,7 +162203,7 @@ export default { 373, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -162224,7 +162272,7 @@ export default { 418, { "draft_game_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -162297,7 +162345,7 @@ export default { 463, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -165471,11 +165519,11 @@ export default { 1430, { "event_id": [ - 5023, + 5018, "uuid!" ], "match_id": [ - 5023, + 5018, "uuid!" ] } @@ -165544,7 +165592,7 @@ export default { 1448, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -165597,7 +165645,7 @@ export default { 1470, { "media_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -165686,7 +165734,7 @@ export default { 1531, { "event_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -165759,7 +165807,7 @@ export default { 1572, { "event_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -165832,11 +165880,11 @@ export default { 1613, { "event_id": [ - 5023, + 5018, "uuid!" ], "team_id": [ - 5023, + 5018, "uuid!" ] } @@ -165905,11 +165953,11 @@ export default { 1637, { "event_id": [ - 5023, + 5018, "uuid!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } @@ -165978,7 +166026,7 @@ export default { 1661, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -166258,7 +166306,7 @@ export default { 1802, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -166436,14 +166484,14 @@ export default { } ], "get_player_leaderboard_rank": [ - 3417, + 3412, { "args": [ 1837, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3428, + 3423, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -166453,23 +166501,23 @@ export default { 40 ], "order_by": [ - 3427, + 3422, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3421 + 3416 ] } ], "get_player_leaderboard_rank_aggregate": [ - 3418, + 3413, { "args": [ 1837, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3428, + 3423, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -166479,11 +166527,11 @@ export default { 40 ], "order_by": [ - 3427, + 3422, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3421 + 3416 ] } ], @@ -166595,7 +166643,7 @@ export default { 1869, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -166664,7 +166712,7 @@ export default { 1897, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -166733,7 +166781,7 @@ export default { 1938, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -166802,7 +166850,7 @@ export default { 1979, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -166871,7 +166919,7 @@ export default { 2020, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -166940,7 +166988,7 @@ export default { 2045, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167009,7 +167057,7 @@ export default { 2078, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167078,7 +167126,7 @@ export default { 2119, { "league_team_season_id": [ - 5023, + 5018, "uuid!" ], "player_steam_id": [ @@ -167151,7 +167199,7 @@ export default { 2160, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167220,7 +167268,7 @@ export default { 2202, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167289,7 +167337,7 @@ export default { 2221, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167358,7 +167406,7 @@ export default { 2240, { "lobby_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -167431,7 +167479,7 @@ export default { 2285, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167500,7 +167548,7 @@ export default { 2304, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167569,7 +167617,7 @@ export default { 2333, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167638,7 +167686,7 @@ export default { 2375, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167707,7 +167755,7 @@ export default { 2421, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167776,7 +167824,7 @@ export default { 2466, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167845,7 +167893,7 @@ export default { 2508, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167914,7 +167962,7 @@ export default { 2559, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -167983,7 +168031,7 @@ export default { 2600, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -168052,7 +168100,7 @@ export default { 2624, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -168121,7 +168169,7 @@ export default { 2666, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -168190,7 +168238,7 @@ export default { 2694, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -168259,7 +168307,7 @@ export default { 2718, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -168397,7 +168445,7 @@ export default { 2786, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -168595,7 +168643,7 @@ export default { 2892, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -168664,7 +168712,7 @@ export default { 2919, { "id": [ - 5023, + 5018, "uuid!" ] } @@ -168762,7 +168810,7 @@ export default { 3013, { "distinct_on": [ - 3033, + 3028, "[pending_match_imports_select_column!]" ], "limit": [ @@ -168772,11 +168820,11 @@ export default { 40 ], "order_by": [ - 3030, + 3026, "[pending_match_imports_order_by!]" ], "where": [ - 3018 + 3017 ] } ], @@ -168784,7 +168832,7 @@ export default { 3014, { "distinct_on": [ - 3033, + 3028, "[pending_match_imports_select_column!]" ], "limit": [ @@ -168794,11 +168842,11 @@ export default { 40 ], "order_by": [ - 3030, + 3026, "[pending_match_imports_order_by!]" ], "where": [ - 3018 + 3017 ] } ], @@ -168819,19 +168867,19 @@ export default { "Int!" ], "cursor": [ - 3038, + 3033, "[pending_match_imports_stream_cursor_input]!" ], "where": [ - 3018 + 3017 ] } ], "player_aim_stats_demo": [ - 3046, + 3041, { "distinct_on": [ - 3060, + 3055, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -168841,19 +168889,19 @@ export default { 40 ], "order_by": [ - 3058, + 3053, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3050 + 3045 ] } ], "player_aim_stats_demo_aggregate": [ - 3047, + 3042, { "distinct_on": [ - 3060, + 3055, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -168863,48 +168911,48 @@ export default { 40 ], "order_by": [ - 3058, + 3053, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3050 + 3045 ] } ], "player_aim_stats_demo_by_pk": [ - 3046, + 3041, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ] } ], "player_aim_stats_demo_stream": [ - 3046, + 3041, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3065, + 3060, "[player_aim_stats_demo_stream_cursor_input]!" ], "where": [ - 3050 + 3045 ] } ], "player_aim_weapon_stats": [ - 3073, + 3068, { "distinct_on": [ - 3094, + 3089, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -168914,19 +168962,19 @@ export default { 40 ], "order_by": [ - 3092, + 3087, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3082 + 3077 ] } ], "player_aim_weapon_stats_aggregate": [ - 3074, + 3069, { "distinct_on": [ - 3094, + 3089, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -168936,19 +168984,19 @@ export default { 40 ], "order_by": [ - 3092, + 3087, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3082 + 3077 ] } ], "player_aim_weapon_stats_by_pk": [ - 3073, + 3068, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -168962,26 +169010,26 @@ export default { } ], "player_aim_weapon_stats_stream": [ - 3073, + 3068, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3102, + 3097, "[player_aim_weapon_stats_stream_cursor_input]!" ], "where": [ - 3082 + 3077 ] } ], "player_assists": [ - 3114, + 3109, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -168991,19 +169039,19 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "player_assists_aggregate": [ - 3115, + 3110, { "distinct_on": [ - 3137, + 3132, "[player_assists_select_column!]" ], "limit": [ @@ -169013,16 +169061,16 @@ export default { 40 ], "order_by": [ - 3135, + 3130, "[player_assists_order_by!]" ], "where": [ - 3125 + 3120 ] } ], "player_assists_by_pk": [ - 3114, + 3109, { "attacked_steam_id": [ 257, @@ -169033,36 +169081,36 @@ export default { "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_assists_stream": [ - 3114, + 3109, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3147, + 3142, "[player_assists_stream_cursor_input]!" ], "where": [ - 3125 + 3120 ] } ], "player_career_stats_v": [ - 3159, + 3154, { "distinct_on": [ - 3167, + 3162, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -169072,19 +169120,19 @@ export default { 40 ], "order_by": [ - 3166, + 3161, "[player_career_stats_v_order_by!]" ], "where": [ - 3163 + 3158 ] } ], "player_career_stats_v_aggregate": [ - 3160, + 3155, { "distinct_on": [ - 3167, + 3162, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -169094,35 +169142,35 @@ export default { 40 ], "order_by": [ - 3166, + 3161, "[player_career_stats_v_order_by!]" ], "where": [ - 3163 + 3158 ] } ], "player_career_stats_v_stream": [ - 3159, + 3154, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3171, + 3166, "[player_career_stats_v_stream_cursor_input]!" ], "where": [ - 3163 + 3158 ] } ], "player_damages": [ - 3177, + 3172, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -169132,19 +169180,19 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], "player_damages_aggregate": [ - 3178, + 3173, { "distinct_on": [ - 3198, + 3193, "[player_damages_select_column!]" ], "limit": [ @@ -169154,52 +169202,52 @@ export default { 40 ], "order_by": [ - 3196, + 3191, "[player_damages_order_by!]" ], "where": [ - 3186 + 3181 ] } ], "player_damages_by_pk": [ - 3177, + 3172, { "id": [ - 5023, + 5018, "uuid!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_damages_stream": [ - 3177, + 3172, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3206, + 3201, "[player_damages_stream_cursor_input]!" ], "where": [ - 3186 + 3181 ] } ], "player_elo": [ - 3218, + 3213, { "distinct_on": [ - 3232, + 3227, "[player_elo_select_column!]" ], "limit": [ @@ -169209,19 +169257,19 @@ export default { 40 ], "order_by": [ - 3230, + 3225, "[player_elo_order_by!]" ], "where": [ - 3222 + 3217 ] } ], "player_elo_aggregate": [ - 3219, + 3214, { "distinct_on": [ - 3232, + 3227, "[player_elo_select_column!]" ], "limit": [ @@ -169231,19 +169279,19 @@ export default { 40 ], "order_by": [ - 3230, + 3225, "[player_elo_order_by!]" ], "where": [ - 3222 + 3217 ] } ], "player_elo_by_pk": [ - 3218, + 3213, { "match_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -169257,26 +169305,26 @@ export default { } ], "player_elo_stream": [ - 3218, + 3213, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3237, + 3232, "[player_elo_stream_cursor_input]!" ], "where": [ - 3222 + 3217 ] } ], "player_faceit_rank_history": [ - 3245, + 3240, { "distinct_on": [ - 3266, + 3261, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -169286,19 +169334,19 @@ export default { 40 ], "order_by": [ - 3264, + 3259, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3254 + 3249 ] } ], "player_faceit_rank_history_aggregate": [ - 3246, + 3241, { "distinct_on": [ - 3266, + 3261, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -169308,44 +169356,44 @@ export default { 40 ], "order_by": [ - 3264, + 3259, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3254 + 3249 ] } ], "player_faceit_rank_history_by_pk": [ - 3245, + 3240, { "id": [ - 5023, + 5018, "uuid!" ] } ], "player_faceit_rank_history_stream": [ - 3245, + 3240, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3274, + 3269, "[player_faceit_rank_history_stream_cursor_input]!" ], "where": [ - 3254 + 3249 ] } ], "player_flashes": [ - 3286, + 3281, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -169355,19 +169403,19 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], "player_flashes_aggregate": [ - 3287, + 3282, { "distinct_on": [ - 3309, + 3304, "[player_flashes_select_column!]" ], "limit": [ @@ -169377,16 +169425,16 @@ export default { 40 ], "order_by": [ - 3307, + 3302, "[player_flashes_order_by!]" ], "where": [ - 3297 + 3292 ] } ], "player_flashes_by_pk": [ - 3286, + 3281, { "attacked_steam_id": [ 257, @@ -169397,36 +169445,36 @@ export default { "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_flashes_stream": [ - 3286, + 3281, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3319, + 3314, "[player_flashes_stream_cursor_input]!" ], "where": [ - 3297 + 3292 ] } ], "player_kills": [ - 3331, + 3326, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -169436,19 +169484,19 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "player_kills_aggregate": [ - 3332, + 3327, { "distinct_on": [ - 3395, + 3390, "[player_kills_select_column!]" ], "limit": [ @@ -169458,16 +169506,16 @@ export default { 40 ], "order_by": [ - 3393, + 3388, "[player_kills_order_by!]" ], "where": [ - 3342 + 3337 ] } ], "player_kills_by_pk": [ - 3331, + 3326, { "attacked_steam_id": [ 257, @@ -169478,20 +169526,20 @@ export default { "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 3343, + 3338, { "distinct_on": [ - 3364, + 3359, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -169501,19 +169549,19 @@ export default { 40 ], "order_by": [ - 3362, + 3357, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3352 + 3347 ] } ], "player_kills_by_weapon_aggregate": [ - 3344, + 3339, { "distinct_on": [ - 3364, + 3359, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -169523,16 +169571,16 @@ export default { 40 ], "order_by": [ - 3362, + 3357, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3352 + 3347 ] } ], "player_kills_by_weapon_by_pk": [ - 3343, + 3338, { "player_steam_id": [ 257, @@ -169545,42 +169593,42 @@ export default { } ], "player_kills_by_weapon_stream": [ - 3343, + 3338, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3372, + 3367, "[player_kills_by_weapon_stream_cursor_input]!" ], "where": [ - 3352 + 3347 ] } ], "player_kills_stream": [ - 3331, + 3326, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3405, + 3400, "[player_kills_stream_cursor_input]!" ], "where": [ - 3342 + 3337 ] } ], "player_leaderboard_rank": [ - 3417, + 3412, { "distinct_on": [ - 3428, + 3423, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -169590,19 +169638,19 @@ export default { 40 ], "order_by": [ - 3427, + 3422, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3421 + 3416 ] } ], "player_leaderboard_rank_aggregate": [ - 3418, + 3413, { "distinct_on": [ - 3428, + 3423, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -169612,35 +169660,35 @@ export default { 40 ], "order_by": [ - 3427, + 3422, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3421 + 3416 ] } ], "player_leaderboard_rank_stream": [ - 3417, + 3412, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3433, + 3428, "[player_leaderboard_rank_stream_cursor_input]!" ], "where": [ - 3421 + 3416 ] } ], "player_match_map_stats": [ - 3440, + 3435, { "distinct_on": [ - 3461, + 3456, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -169650,19 +169698,19 @@ export default { 40 ], "order_by": [ - 3459, + 3454, "[player_match_map_stats_order_by!]" ], "where": [ - 3449 + 3444 ] } ], "player_match_map_stats_aggregate": [ - 3441, + 3436, { "distinct_on": [ - 3461, + 3456, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -169672,19 +169720,19 @@ export default { 40 ], "order_by": [ - 3459, + 3454, "[player_match_map_stats_order_by!]" ], "where": [ - 3449 + 3444 ] } ], "player_match_map_stats_by_pk": [ - 3440, + 3435, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "steam_id": [ @@ -169694,26 +169742,26 @@ export default { } ], "player_match_map_stats_stream": [ - 3440, + 3435, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3469, + 3464, "[player_match_map_stats_stream_cursor_input]!" ], "where": [ - 3449 + 3444 ] } ], "player_match_performance_v": [ - 3481, + 3476, { "distinct_on": [ - 3489, + 3484, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -169723,19 +169771,19 @@ export default { 40 ], "order_by": [ - 3488, + 3483, "[player_match_performance_v_order_by!]" ], "where": [ - 3485 + 3480 ] } ], "player_match_performance_v_aggregate": [ - 3482, + 3477, { "distinct_on": [ - 3489, + 3484, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -169745,35 +169793,35 @@ export default { 40 ], "order_by": [ - 3488, + 3483, "[player_match_performance_v_order_by!]" ], "where": [ - 3485 + 3480 ] } ], "player_match_performance_v_stream": [ - 3481, + 3476, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3493, + 3488, "[player_match_performance_v_stream_cursor_input]!" ], "where": [ - 3485 + 3480 ] } ], "player_match_stats_v": [ - 3499, + 3494, { "distinct_on": [ - 3515, + 3510, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -169783,19 +169831,19 @@ export default { 40 ], "order_by": [ - 3514, + 3509, "[player_match_stats_v_order_by!]" ], "where": [ - 3508 + 3503 ] } ], "player_match_stats_v_aggregate": [ - 3500, + 3495, { "distinct_on": [ - 3515, + 3510, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -169805,35 +169853,35 @@ export default { 40 ], "order_by": [ - 3514, + 3509, "[player_match_stats_v_order_by!]" ], "where": [ - 3508 + 3503 ] } ], "player_match_stats_v_stream": [ - 3499, + 3494, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3522, + 3517, "[player_match_stats_v_stream_cursor_input]!" ], "where": [ - 3508 + 3503 ] } ], "player_objectives": [ - 3532, + 3527, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -169843,19 +169891,19 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], "player_objectives_aggregate": [ - 3533, + 3528, { "distinct_on": [ - 3553, + 3548, "[player_objectives_select_column!]" ], "limit": [ @@ -169865,19 +169913,19 @@ export default { 40 ], "order_by": [ - 3551, + 3546, "[player_objectives_order_by!]" ], "where": [ - 3541 + 3536 ] } ], "player_objectives_by_pk": [ - 3532, + 3527, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "player_steam_id": [ @@ -169885,32 +169933,32 @@ export default { "bigint!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_objectives_stream": [ - 3532, + 3527, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3561, + 3556, "[player_objectives_stream_cursor_input]!" ], "where": [ - 3541 + 3536 ] } ], "player_performance_v": [ - 3573, + 3568, { "distinct_on": [ - 3581, + 3576, "[player_performance_v_select_column!]" ], "limit": [ @@ -169920,19 +169968,19 @@ export default { 40 ], "order_by": [ - 3580, + 3575, "[player_performance_v_order_by!]" ], "where": [ - 3577 + 3572 ] } ], "player_performance_v_aggregate": [ - 3574, + 3569, { "distinct_on": [ - 3581, + 3576, "[player_performance_v_select_column!]" ], "limit": [ @@ -169942,35 +169990,35 @@ export default { 40 ], "order_by": [ - 3580, + 3575, "[player_performance_v_order_by!]" ], "where": [ - 3577 + 3572 ] } ], "player_performance_v_stream": [ - 3573, + 3568, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3585, + 3580, "[player_performance_v_stream_cursor_input]!" ], "where": [ - 3577 + 3572 ] } ], "player_premier_rank_history": [ - 3591, + 3586, { "distinct_on": [ - 3612, + 3607, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -169980,19 +170028,19 @@ export default { 40 ], "order_by": [ - 3610, + 3605, "[player_premier_rank_history_order_by!]" ], "where": [ - 3600 + 3595 ] } ], "player_premier_rank_history_aggregate": [ - 3592, + 3587, { "distinct_on": [ - 3612, + 3607, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -170002,44 +170050,44 @@ export default { 40 ], "order_by": [ - 3610, + 3605, "[player_premier_rank_history_order_by!]" ], "where": [ - 3600 + 3595 ] } ], "player_premier_rank_history_by_pk": [ - 3591, + 3586, { "id": [ - 5023, + 5018, "uuid!" ] } ], "player_premier_rank_history_stream": [ - 3591, + 3586, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3620, + 3615, "[player_premier_rank_history_stream_cursor_input]!" ], "where": [ - 3600 + 3595 ] } ], "player_sanctions": [ - 3632, + 3627, { "distinct_on": [ - 3653, + 3648, "[player_sanctions_select_column!]" ], "limit": [ @@ -170049,19 +170097,19 @@ export default { 40 ], "order_by": [ - 3651, + 3646, "[player_sanctions_order_by!]" ], "where": [ - 3641 + 3636 ] } ], "player_sanctions_aggregate": [ - 3633, + 3628, { "distinct_on": [ - 3653, + 3648, "[player_sanctions_select_column!]" ], "limit": [ @@ -170071,48 +170119,48 @@ export default { 40 ], "order_by": [ - 3651, + 3646, "[player_sanctions_order_by!]" ], "where": [ - 3641 + 3636 ] } ], "player_sanctions_by_pk": [ - 3632, + 3627, { "created_at": [ - 4523, + 4518, "timestamptz!" ], "id": [ - 5023, + 5018, "uuid!" ] } ], "player_sanctions_stream": [ - 3632, + 3627, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3661, + 3656, "[player_sanctions_stream_cursor_input]!" ], "where": [ - 3641 + 3636 ] } ], "player_season_stats": [ - 3673, + 3668, { "distinct_on": [ - 3704, + 3699, "[player_season_stats_select_column!]" ], "limit": [ @@ -170122,19 +170170,19 @@ export default { 40 ], "order_by": [ - 3702, + 3697, "[player_season_stats_order_by!]" ], "where": [ - 3692 + 3687 ] } ], "player_season_stats_aggregate": [ - 3674, + 3669, { "distinct_on": [ - 3704, + 3699, "[player_season_stats_select_column!]" ], "limit": [ @@ -170144,48 +170192,48 @@ export default { 40 ], "order_by": [ - 3702, + 3697, "[player_season_stats_order_by!]" ], "where": [ - 3692 + 3687 ] } ], "player_season_stats_by_pk": [ - 3673, + 3668, { "player_steam_id": [ 257, "bigint!" ], "season_id": [ - 5023, + 5018, "uuid!" ] } ], "player_season_stats_stream": [ - 3673, + 3668, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3720, + 3715, "[player_season_stats_stream_cursor_input]!" ], "where": [ - 3692 + 3687 ] } ], "player_stats": [ - 3732, + 3727, { "distinct_on": [ - 3747, + 3742, "[player_stats_select_column!]" ], "limit": [ @@ -170195,19 +170243,19 @@ export default { 40 ], "order_by": [ - 3745, + 3740, "[player_stats_order_by!]" ], "where": [ - 3736 + 3731 ] } ], "player_stats_aggregate": [ - 3733, + 3728, { "distinct_on": [ - 3747, + 3742, "[player_stats_select_column!]" ], "limit": [ @@ -170217,16 +170265,16 @@ export default { 40 ], "order_by": [ - 3745, + 3740, "[player_stats_order_by!]" ], "where": [ - 3736 + 3731 ] } ], "player_stats_by_pk": [ - 3732, + 3727, { "player_steam_id": [ 257, @@ -170235,26 +170283,26 @@ export default { } ], "player_stats_stream": [ - 3732, + 3727, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3752, + 3747, "[player_stats_stream_cursor_input]!" ], "where": [ - 3736 + 3731 ] } ], "player_steam_bot_friend": [ - 3760, + 3755, { "distinct_on": [ - 3779, + 3774, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -170264,19 +170312,19 @@ export default { 40 ], "order_by": [ - 3776, + 3771, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3765 + 3760 ] } ], "player_steam_bot_friend_aggregate": [ - 3761, + 3756, { "distinct_on": [ - 3779, + 3774, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -170286,16 +170334,16 @@ export default { 40 ], "order_by": [ - 3776, + 3771, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3765 + 3760 ] } ], "player_steam_bot_friend_by_pk": [ - 3760, + 3755, { "steam_id": [ 257, @@ -170304,26 +170352,26 @@ export default { } ], "player_steam_bot_friend_stream": [ - 3760, + 3755, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3784, + 3779, "[player_steam_bot_friend_stream_cursor_input]!" ], "where": [ - 3765 + 3760 ] } ], "player_steam_match_auth": [ - 3792, + 3787, { "distinct_on": [ - 3806, + 3801, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -170333,19 +170381,19 @@ export default { 40 ], "order_by": [ - 3804, + 3799, "[player_steam_match_auth_order_by!]" ], "where": [ - 3796 + 3791 ] } ], "player_steam_match_auth_aggregate": [ - 3793, + 3788, { "distinct_on": [ - 3806, + 3801, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -170355,16 +170403,16 @@ export default { 40 ], "order_by": [ - 3804, + 3799, "[player_steam_match_auth_order_by!]" ], "where": [ - 3796 + 3791 ] } ], "player_steam_match_auth_by_pk": [ - 3792, + 3787, { "steam_id": [ 257, @@ -170373,26 +170421,26 @@ export default { } ], "player_steam_match_auth_stream": [ - 3792, + 3787, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3811, + 3806, "[player_steam_match_auth_stream_cursor_input]!" ], "where": [ - 3796 + 3791 ] } ], "player_unused_utility": [ - 3819, + 3814, { "distinct_on": [ - 3840, + 3835, "[player_unused_utility_select_column!]" ], "limit": [ @@ -170402,19 +170450,19 @@ export default { 40 ], "order_by": [ - 3838, + 3833, "[player_unused_utility_order_by!]" ], "where": [ - 3828 + 3823 ] } ], "player_unused_utility_aggregate": [ - 3820, + 3815, { "distinct_on": [ - 3840, + 3835, "[player_unused_utility_select_column!]" ], "limit": [ @@ -170424,19 +170472,19 @@ export default { 40 ], "order_by": [ - 3838, + 3833, "[player_unused_utility_order_by!]" ], "where": [ - 3828 + 3823 ] } ], "player_unused_utility_by_pk": [ - 3819, + 3814, { "match_map_id": [ - 5023, + 5018, "uuid!" ], "player_steam_id": [ @@ -170446,26 +170494,26 @@ export default { } ], "player_unused_utility_stream": [ - 3819, + 3814, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3848, + 3843, "[player_unused_utility_stream_cursor_input]!" ], "where": [ - 3828 + 3823 ] } ], "player_utility": [ - 3860, + 3855, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -170475,19 +170523,19 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], "player_utility_aggregate": [ - 3861, + 3856, { "distinct_on": [ - 3881, + 3876, "[player_utility_select_column!]" ], "limit": [ @@ -170497,52 +170545,52 @@ export default { 40 ], "order_by": [ - 3879, + 3874, "[player_utility_order_by!]" ], "where": [ - 3869 + 3864 ] } ], "player_utility_by_pk": [ - 3860, + 3855, { "attacker_steam_id": [ 257, "bigint!" ], "match_map_id": [ - 5023, + 5018, "uuid!" ], "time": [ - 4523, + 4518, "timestamptz!" ] } ], "player_utility_stream": [ - 3860, + 3855, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3889, + 3884, "[player_utility_stream_cursor_input]!" ], "where": [ - 3869 + 3864 ] } ], "player_weapon_stats_v": [ - 3901, + 3896, { "distinct_on": [ - 3917, + 3912, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -170552,19 +170600,19 @@ export default { 40 ], "order_by": [ - 3916, + 3911, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3910 + 3905 ] } ], "player_weapon_stats_v_aggregate": [ - 3902, + 3897, { "distinct_on": [ - 3917, + 3912, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -170574,35 +170622,35 @@ export default { 40 ], "order_by": [ - 3916, + 3911, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3910 + 3905 ] } ], "player_weapon_stats_v_stream": [ - 3901, + 3896, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3924, + 3919, "[player_weapon_stats_v_stream_cursor_input]!" ], "where": [ - 3910 + 3905 ] } ], "players": [ - 3934, + 3929, { "distinct_on": [ - 3949, + 3944, "[players_select_column!]" ], "limit": [ @@ -170612,19 +170660,19 @@ export default { 40 ], "order_by": [ - 3947, + 3942, "[players_order_by!]" ], "where": [ - 3938 + 3933 ] } ], "players_aggregate": [ - 3935, + 3930, { "distinct_on": [ - 3949, + 3944, "[players_select_column!]" ], "limit": [ @@ -170634,16 +170682,16 @@ export default { 40 ], "order_by": [ - 3947, + 3942, "[players_order_by!]" ], "where": [ - 3938 + 3933 ] } ], "players_by_pk": [ - 3934, + 3929, { "steam_id": [ 257, @@ -170652,26 +170700,26 @@ export default { } ], "players_stream": [ - 3934, + 3929, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3954, + 3949, "[players_stream_cursor_input]!" ], "where": [ - 3938 + 3933 ] } ], "plugin_versions": [ - 3962, + 3957, { "distinct_on": [ - 3976, + 3971, "[plugin_versions_select_column!]" ], "limit": [ @@ -170681,19 +170729,19 @@ export default { 40 ], "order_by": [ - 3974, + 3969, "[plugin_versions_order_by!]" ], "where": [ - 3966 + 3961 ] } ], "plugin_versions_aggregate": [ - 3963, + 3958, { "distinct_on": [ - 3976, + 3971, "[plugin_versions_select_column!]" ], "limit": [ @@ -170703,16 +170751,16 @@ export default { 40 ], "order_by": [ - 3974, + 3969, "[plugin_versions_order_by!]" ], "where": [ - 3966 + 3961 ] } ], "plugin_versions_by_pk": [ - 3962, + 3957, { "runtime": [ 1110, @@ -170725,26 +170773,26 @@ export default { } ], "plugin_versions_stream": [ - 3962, + 3957, { "batch_size": [ 40, "Int!" ], "cursor": [ - 3981, + 3976, "[plugin_versions_stream_cursor_input]!" ], "where": [ - 3966 + 3961 ] } ], "seasons": [ - 3993, + 3988, { "distinct_on": [ - 4008, + 4003, "[seasons_select_column!]" ], "limit": [ @@ -170754,19 +170802,19 @@ export default { 40 ], "order_by": [ - 4006, + 4001, "[seasons_order_by!]" ], "where": [ - 3997 + 3992 ] } ], "seasons_aggregate": [ - 3994, + 3989, { "distinct_on": [ - 4008, + 4003, "[seasons_select_column!]" ], "limit": [ @@ -170776,44 +170824,44 @@ export default { 40 ], "order_by": [ - 4006, + 4001, "[seasons_order_by!]" ], "where": [ - 3997 + 3992 ] } ], "seasons_by_pk": [ - 3993, + 3988, { "id": [ - 5023, + 5018, "uuid!" ] } ], "seasons_stream": [ - 3993, + 3988, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4013, + 4008, "[seasons_stream_cursor_input]!" ], "where": [ - 3997 + 3992 ] } ], "server_regions": [ - 4021, + 4016, { "distinct_on": [ - 4035, + 4030, "[server_regions_select_column!]" ], "limit": [ @@ -170823,19 +170871,19 @@ export default { 40 ], "order_by": [ - 4033, + 4028, "[server_regions_order_by!]" ], "where": [ - 4025 + 4020 ] } ], "server_regions_aggregate": [ - 4022, + 4017, { "distinct_on": [ - 4035, + 4030, "[server_regions_select_column!]" ], "limit": [ @@ -170845,16 +170893,16 @@ export default { 40 ], "order_by": [ - 4033, + 4028, "[server_regions_order_by!]" ], "where": [ - 4025 + 4020 ] } ], "server_regions_by_pk": [ - 4021, + 4016, { "value": [ 80, @@ -170863,26 +170911,26 @@ export default { } ], "server_regions_stream": [ - 4021, + 4016, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4040, + 4035, "[server_regions_stream_cursor_input]!" ], "where": [ - 4025 + 4020 ] } ], "servers": [ - 4048, + 4043, { "distinct_on": [ - 4072, + 4067, "[servers_select_column!]" ], "limit": [ @@ -170892,19 +170940,19 @@ export default { 40 ], "order_by": [ - 4070, + 4065, "[servers_order_by!]" ], "where": [ - 4059 + 4054 ] } ], "servers_aggregate": [ - 4049, + 4044, { "distinct_on": [ - 4072, + 4067, "[servers_select_column!]" ], "limit": [ @@ -170914,44 +170962,44 @@ export default { 40 ], "order_by": [ - 4070, + 4065, "[servers_order_by!]" ], "where": [ - 4059 + 4054 ] } ], "servers_by_pk": [ - 4048, + 4043, { "id": [ - 5023, + 5018, "uuid!" ] } ], "servers_stream": [ - 4048, + 4043, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4082, + 4077, "[servers_stream_cursor_input]!" ], "where": [ - 4059 + 4054 ] } ], "settings": [ - 4094, + 4089, { "distinct_on": [ - 4106, + 4101, "[settings_select_column!]" ], "limit": [ @@ -170961,19 +171009,19 @@ export default { 40 ], "order_by": [ - 4104, + 4099, "[settings_order_by!]" ], "where": [ - 4097 + 4092 ] } ], "settings_aggregate": [ - 4095, + 4090, { "distinct_on": [ - 4106, + 4101, "[settings_select_column!]" ], "limit": [ @@ -170983,16 +171031,16 @@ export default { 40 ], "order_by": [ - 4104, + 4099, "[settings_order_by!]" ], "where": [ - 4097 + 4092 ] } ], "settings_by_pk": [ - 4094, + 4089, { "name": [ 80, @@ -171001,26 +171049,26 @@ export default { } ], "settings_stream": [ - 4094, + 4089, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4108, + 4103, "[settings_stream_cursor_input]!" ], "where": [ - 4097 + 4092 ] } ], "steam_account_claims": [ - 4114, + 4109, { "distinct_on": [ - 4132, + 4127, "[steam_account_claims_select_column!]" ], "limit": [ @@ -171030,19 +171078,19 @@ export default { 40 ], "order_by": [ - 4130, + 4125, "[steam_account_claims_order_by!]" ], "where": [ - 4121 + 4116 ] } ], "steam_account_claims_aggregate": [ - 4115, + 4110, { "distinct_on": [ - 4132, + 4127, "[steam_account_claims_select_column!]" ], "limit": [ @@ -171052,44 +171100,44 @@ export default { 40 ], "order_by": [ - 4130, + 4125, "[steam_account_claims_order_by!]" ], "where": [ - 4121 + 4116 ] } ], "steam_account_claims_by_pk": [ - 4114, + 4109, { "id": [ - 5023, + 5018, "uuid!" ] } ], "steam_account_claims_stream": [ - 4114, + 4109, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4134, + 4129, "[steam_account_claims_stream_cursor_input]!" ], "where": [ - 4121 + 4116 ] } ], "steam_accounts": [ - 4138, + 4133, { "distinct_on": [ - 4153, + 4148, "[steam_accounts_select_column!]" ], "limit": [ @@ -171099,19 +171147,19 @@ export default { 40 ], "order_by": [ - 4151, + 4146, "[steam_accounts_order_by!]" ], "where": [ - 4142 + 4137 ] } ], "steam_accounts_aggregate": [ - 4139, + 4134, { "distinct_on": [ - 4153, + 4148, "[steam_accounts_select_column!]" ], "limit": [ @@ -171121,44 +171169,44 @@ export default { 40 ], "order_by": [ - 4151, + 4146, "[steam_accounts_order_by!]" ], "where": [ - 4142 + 4137 ] } ], "steam_accounts_by_pk": [ - 4138, + 4133, { "id": [ - 5023, + 5018, "uuid!" ] } ], "steam_accounts_stream": [ - 4138, + 4133, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4158, + 4153, "[steam_accounts_stream_cursor_input]!" ], "where": [ - 4142 + 4137 ] } ], "system_alerts": [ - 4166, + 4161, { "distinct_on": [ - 4180, + 4175, "[system_alerts_select_column!]" ], "limit": [ @@ -171168,19 +171216,19 @@ export default { 40 ], "order_by": [ - 4178, + 4173, "[system_alerts_order_by!]" ], "where": [ - 4170 + 4165 ] } ], "system_alerts_aggregate": [ - 4167, + 4162, { "distinct_on": [ - 4180, + 4175, "[system_alerts_select_column!]" ], "limit": [ @@ -171190,44 +171238,44 @@ export default { 40 ], "order_by": [ - 4178, + 4173, "[system_alerts_order_by!]" ], "where": [ - 4170 + 4165 ] } ], "system_alerts_by_pk": [ - 4166, + 4161, { "id": [ - 5023, + 5018, "uuid!" ] } ], "system_alerts_stream": [ - 4166, + 4161, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4185, + 4180, "[system_alerts_stream_cursor_input]!" ], "where": [ - 4170 + 4165 ] } ], "team_invites": [ - 4193, + 4188, { "distinct_on": [ - 4214, + 4209, "[team_invites_select_column!]" ], "limit": [ @@ -171237,19 +171285,19 @@ export default { 40 ], "order_by": [ - 4212, + 4207, "[team_invites_order_by!]" ], "where": [ - 4202 + 4197 ] } ], "team_invites_aggregate": [ - 4194, + 4189, { "distinct_on": [ - 4214, + 4209, "[team_invites_select_column!]" ], "limit": [ @@ -171259,44 +171307,44 @@ export default { 40 ], "order_by": [ - 4212, + 4207, "[team_invites_order_by!]" ], "where": [ - 4202 + 4197 ] } ], "team_invites_by_pk": [ - 4193, + 4188, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_invites_stream": [ - 4193, + 4188, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4222, + 4217, "[team_invites_stream_cursor_input]!" ], "where": [ - 4202 + 4197 ] } ], "team_roster": [ - 4234, + 4229, { "distinct_on": [ - 4257, + 4252, "[team_roster_select_column!]" ], "limit": [ @@ -171306,19 +171354,19 @@ export default { 40 ], "order_by": [ - 4255, + 4250, "[team_roster_order_by!]" ], "where": [ - 4245 + 4240 ] } ], "team_roster_aggregate": [ - 4235, + 4230, { "distinct_on": [ - 4257, + 4252, "[team_roster_select_column!]" ], "limit": [ @@ -171328,48 +171376,48 @@ export default { 40 ], "order_by": [ - 4255, + 4250, "[team_roster_order_by!]" ], "where": [ - 4245 + 4240 ] } ], "team_roster_by_pk": [ - 4234, + 4229, { "player_steam_id": [ 257, "bigint!" ], "team_id": [ - 5023, + 5018, "uuid!" ] } ], "team_roster_stream": [ - 4234, + 4229, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4267, + 4262, "[team_roster_stream_cursor_input]!" ], "where": [ - 4245 + 4240 ] } ], "team_scrim_alerts": [ - 4279, + 4274, { "distinct_on": [ - 4293, + 4288, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -171379,19 +171427,19 @@ export default { 40 ], "order_by": [ - 4291, + 4286, "[team_scrim_alerts_order_by!]" ], "where": [ - 4283 + 4278 ] } ], "team_scrim_alerts_aggregate": [ - 4280, + 4275, { "distinct_on": [ - 4293, + 4288, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -171401,44 +171449,44 @@ export default { 40 ], "order_by": [ - 4291, + 4286, "[team_scrim_alerts_order_by!]" ], "where": [ - 4283 + 4278 ] } ], "team_scrim_alerts_by_pk": [ - 4279, + 4274, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_scrim_alerts_stream": [ - 4279, + 4274, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4298, + 4293, "[team_scrim_alerts_stream_cursor_input]!" ], "where": [ - 4283 + 4278 ] } ], "team_scrim_availability": [ - 4306, + 4301, { "distinct_on": [ - 4326, + 4321, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -171448,19 +171496,19 @@ export default { 40 ], "order_by": [ - 4324, + 4319, "[team_scrim_availability_order_by!]" ], "where": [ - 4315 + 4310 ] } ], "team_scrim_availability_aggregate": [ - 4307, + 4302, { "distinct_on": [ - 4326, + 4321, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -171470,44 +171518,44 @@ export default { 40 ], "order_by": [ - 4324, + 4319, "[team_scrim_availability_order_by!]" ], "where": [ - 4315 + 4310 ] } ], "team_scrim_availability_by_pk": [ - 4306, + 4301, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_scrim_availability_stream": [ - 4306, + 4301, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4330, + 4325, "[team_scrim_availability_stream_cursor_input]!" ], "where": [ - 4315 + 4310 ] } ], "team_scrim_request_proposals": [ - 4334, + 4329, { "distinct_on": [ - 4355, + 4350, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -171517,19 +171565,19 @@ export default { 40 ], "order_by": [ - 4353, + 4348, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4343 + 4338 ] } ], "team_scrim_request_proposals_aggregate": [ - 4335, + 4330, { "distinct_on": [ - 4355, + 4350, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -171539,44 +171587,44 @@ export default { 40 ], "order_by": [ - 4353, + 4348, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4343 + 4338 ] } ], "team_scrim_request_proposals_by_pk": [ - 4334, + 4329, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_scrim_request_proposals_stream": [ - 4334, + 4329, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4363, + 4358, "[team_scrim_request_proposals_stream_cursor_input]!" ], "where": [ - 4343 + 4338 ] } ], "team_scrim_requests": [ - 4375, + 4370, { "distinct_on": [ - 4399, + 4394, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -171586,19 +171634,19 @@ export default { 40 ], "order_by": [ - 4397, + 4392, "[team_scrim_requests_order_by!]" ], "where": [ - 4386 + 4381 ] } ], "team_scrim_requests_aggregate": [ - 4376, + 4371, { "distinct_on": [ - 4399, + 4394, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -171608,44 +171656,44 @@ export default { 40 ], "order_by": [ - 4397, + 4392, "[team_scrim_requests_order_by!]" ], "where": [ - 4386 + 4381 ] } ], "team_scrim_requests_by_pk": [ - 4375, + 4370, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_scrim_requests_stream": [ - 4375, + 4370, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4409, + 4404, "[team_scrim_requests_stream_cursor_input]!" ], "where": [ - 4386 + 4381 ] } ], "team_scrim_settings": [ - 4421, + 4416, { "distinct_on": [ - 4436, + 4431, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -171655,19 +171703,19 @@ export default { 40 ], "order_by": [ - 4434, + 4429, "[team_scrim_settings_order_by!]" ], "where": [ - 4425 + 4420 ] } ], "team_scrim_settings_aggregate": [ - 4422, + 4417, { "distinct_on": [ - 4436, + 4431, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -171677,44 +171725,44 @@ export default { 40 ], "order_by": [ - 4434, + 4429, "[team_scrim_settings_order_by!]" ], "where": [ - 4425 + 4420 ] } ], "team_scrim_settings_by_pk": [ - 4421, + 4416, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_scrim_settings_stream": [ - 4421, + 4416, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4441, + 4436, "[team_scrim_settings_stream_cursor_input]!" ], "where": [ - 4425 + 4420 ] } ], "team_suggestions": [ - 4449, + 4444, { "distinct_on": [ - 4463, + 4458, "[team_suggestions_select_column!]" ], "limit": [ @@ -171724,19 +171772,19 @@ export default { 40 ], "order_by": [ - 4461, + 4456, "[team_suggestions_order_by!]" ], "where": [ - 4453 + 4448 ] } ], "team_suggestions_aggregate": [ - 4450, + 4445, { "distinct_on": [ - 4463, + 4458, "[team_suggestions_select_column!]" ], "limit": [ @@ -171746,44 +171794,44 @@ export default { 40 ], "order_by": [ - 4461, + 4456, "[team_suggestions_order_by!]" ], "where": [ - 4453 + 4448 ] } ], "team_suggestions_by_pk": [ - 4449, + 4444, { "id": [ - 5023, + 5018, "uuid!" ] } ], "team_suggestions_stream": [ - 4449, + 4444, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4468, + 4463, "[team_suggestions_stream_cursor_input]!" ], "where": [ - 4453 + 4448 ] } ], "teams": [ - 4476, + 4471, { "distinct_on": [ - 4500, + 4495, "[teams_select_column!]" ], "limit": [ @@ -171793,19 +171841,19 @@ export default { 40 ], "order_by": [ - 4498, + 4493, "[teams_order_by!]" ], "where": [ - 4487 + 4482 ] } ], "teams_aggregate": [ - 4477, + 4472, { "distinct_on": [ - 4500, + 4495, "[teams_select_column!]" ], "limit": [ @@ -171815,44 +171863,44 @@ export default { 40 ], "order_by": [ - 4498, + 4493, "[teams_order_by!]" ], "where": [ - 4487 + 4482 ] } ], "teams_by_pk": [ - 4476, + 4471, { "id": [ - 5023, + 5018, "uuid!" ] } ], "teams_stream": [ - 4476, + 4471, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4510, + 4505, "[teams_stream_cursor_input]!" ], "where": [ - 4487 + 4482 ] } ], "tournament_awards": [ - 4525, + 4520, { "distinct_on": [ - 4547, + 4542, "[tournament_awards_select_column!]" ], "limit": [ @@ -171862,19 +171910,19 @@ export default { 40 ], "order_by": [ - 4545, + 4540, "[tournament_awards_order_by!]" ], "where": [ - 4534 + 4529 ] } ], "tournament_awards_aggregate": [ - 4526, + 4521, { "distinct_on": [ - 4547, + 4542, "[tournament_awards_select_column!]" ], "limit": [ @@ -171884,44 +171932,44 @@ export default { 40 ], "order_by": [ - 4545, + 4540, "[tournament_awards_order_by!]" ], "where": [ - 4534 + 4529 ] } ], "tournament_awards_by_pk": [ - 4525, + 4520, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_awards_stream": [ - 4525, + 4520, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4555, + 4550, "[tournament_awards_stream_cursor_input]!" ], "where": [ - 4534 + 4529 ] } ], "tournament_brackets": [ - 4567, + 4562, { "distinct_on": [ - 4591, + 4586, "[tournament_brackets_select_column!]" ], "limit": [ @@ -171931,19 +171979,19 @@ export default { 40 ], "order_by": [ - 4589, + 4584, "[tournament_brackets_order_by!]" ], "where": [ - 4578 + 4573 ] } ], "tournament_brackets_aggregate": [ - 4568, + 4563, { "distinct_on": [ - 4591, + 4586, "[tournament_brackets_select_column!]" ], "limit": [ @@ -171953,44 +172001,44 @@ export default { 40 ], "order_by": [ - 4589, + 4584, "[tournament_brackets_order_by!]" ], "where": [ - 4578 + 4573 ] } ], "tournament_brackets_by_pk": [ - 4567, + 4562, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_brackets_stream": [ - 4567, + 4562, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4601, + 4596, "[tournament_brackets_stream_cursor_input]!" ], "where": [ - 4578 + 4573 ] } ], "tournament_categories": [ - 4613, + 4608, { "distinct_on": [ - 4631, + 4626, "[tournament_categories_select_column!]" ], "limit": [ @@ -172000,19 +172048,19 @@ export default { 40 ], "order_by": [ - 4629, + 4624, "[tournament_categories_order_by!]" ], "where": [ - 4620 + 4615 ] } ], "tournament_categories_aggregate": [ - 4614, + 4609, { "distinct_on": [ - 4631, + 4626, "[tournament_categories_select_column!]" ], "limit": [ @@ -172022,48 +172070,48 @@ export default { 40 ], "order_by": [ - 4629, + 4624, "[tournament_categories_order_by!]" ], "where": [ - 4620 + 4615 ] } ], "tournament_categories_by_pk": [ - 4613, + 4608, { "category": [ 1312, "e_tournament_categories_enum!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_categories_stream": [ - 4613, + 4608, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4633, + 4628, "[tournament_categories_stream_cursor_input]!" ], "where": [ - 4620 + 4615 ] } ], "tournament_organizer_teams": [ - 4637, + 4632, { "distinct_on": [ - 4655, + 4650, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -172073,19 +172121,19 @@ export default { 40 ], "order_by": [ - 4653, + 4648, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4644 + 4639 ] } ], "tournament_organizer_teams_aggregate": [ - 4638, + 4633, { "distinct_on": [ - 4655, + 4650, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -172095,48 +172143,48 @@ export default { 40 ], "order_by": [ - 4653, + 4648, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4644 + 4639 ] } ], "tournament_organizer_teams_by_pk": [ - 4637, + 4632, { "team_id": [ - 5023, + 5018, "uuid!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_organizer_teams_stream": [ - 4637, + 4632, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4657, + 4652, "[tournament_organizer_teams_stream_cursor_input]!" ], "where": [ - 4644 + 4639 ] } ], "tournament_organizers": [ - 4661, + 4656, { "distinct_on": [ - 4682, + 4677, "[tournament_organizers_select_column!]" ], "limit": [ @@ -172146,19 +172194,19 @@ export default { 40 ], "order_by": [ - 4680, + 4675, "[tournament_organizers_order_by!]" ], "where": [ - 4670 + 4665 ] } ], "tournament_organizers_aggregate": [ - 4662, + 4657, { "distinct_on": [ - 4682, + 4677, "[tournament_organizers_select_column!]" ], "limit": [ @@ -172168,48 +172216,48 @@ export default { 40 ], "order_by": [ - 4680, + 4675, "[tournament_organizers_order_by!]" ], "where": [ - 4670 + 4665 ] } ], "tournament_organizers_by_pk": [ - 4661, + 4656, { "steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_organizers_stream": [ - 4661, + 4656, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4690, + 4685, "[tournament_organizers_stream_cursor_input]!" ], "where": [ - 4670 + 4665 ] } ], "tournament_prizes": [ - 4702, + 4697, { "distinct_on": [ - 4723, + 4718, "[tournament_prizes_select_column!]" ], "limit": [ @@ -172219,19 +172267,19 @@ export default { 40 ], "order_by": [ - 4721, + 4716, "[tournament_prizes_order_by!]" ], "where": [ - 4711 + 4706 ] } ], "tournament_prizes_aggregate": [ - 4703, + 4698, { "distinct_on": [ - 4723, + 4718, "[tournament_prizes_select_column!]" ], "limit": [ @@ -172241,44 +172289,44 @@ export default { 40 ], "order_by": [ - 4721, + 4716, "[tournament_prizes_order_by!]" ], "where": [ - 4711 + 4706 ] } ], "tournament_prizes_by_pk": [ - 4702, + 4697, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_prizes_stream": [ - 4702, + 4697, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4731, + 4726, "[tournament_prizes_stream_cursor_input]!" ], "where": [ - 4711 + 4706 ] } ], "tournament_stage_windows": [ - 4743, + 4738, { "distinct_on": [ - 4764, + 4759, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -172288,19 +172336,19 @@ export default { 40 ], "order_by": [ - 4762, + 4757, "[tournament_stage_windows_order_by!]" ], "where": [ - 4752 + 4747 ] } ], "tournament_stage_windows_aggregate": [ - 4744, + 4739, { "distinct_on": [ - 4764, + 4759, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -172310,44 +172358,44 @@ export default { 40 ], "order_by": [ - 4762, + 4757, "[tournament_stage_windows_order_by!]" ], "where": [ - 4752 + 4747 ] } ], "tournament_stage_windows_by_pk": [ - 4743, + 4738, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_stage_windows_stream": [ - 4743, + 4738, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4772, + 4767, "[tournament_stage_windows_stream_cursor_input]!" ], "where": [ - 4752 + 4747 ] } ], "tournament_stages": [ - 4784, + 4779, { "distinct_on": [ - 4813, + 4808, "[tournament_stages_select_column!]" ], "limit": [ @@ -172357,19 +172405,19 @@ export default { 40 ], "order_by": [ - 4810, + 4805, "[tournament_stages_order_by!]" ], "where": [ - 4796 + 4791 ] } ], "tournament_stages_aggregate": [ - 4785, + 4780, { "distinct_on": [ - 4813, + 4808, "[tournament_stages_select_column!]" ], "limit": [ @@ -172379,44 +172427,44 @@ export default { 40 ], "order_by": [ - 4810, + 4805, "[tournament_stages_order_by!]" ], "where": [ - 4796 + 4791 ] } ], "tournament_stages_by_pk": [ - 4784, + 4779, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_stages_stream": [ - 4784, + 4779, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4823, + 4818, "[tournament_stages_stream_cursor_input]!" ], "where": [ - 4796 + 4791 ] } ], "tournament_team_invites": [ - 4835, + 4830, { "distinct_on": [ - 4856, + 4851, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -172426,19 +172474,19 @@ export default { 40 ], "order_by": [ - 4854, + 4849, "[tournament_team_invites_order_by!]" ], "where": [ - 4844 + 4839 ] } ], "tournament_team_invites_aggregate": [ - 4836, + 4831, { "distinct_on": [ - 4856, + 4851, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -172448,44 +172496,44 @@ export default { 40 ], "order_by": [ - 4854, + 4849, "[tournament_team_invites_order_by!]" ], "where": [ - 4844 + 4839 ] } ], "tournament_team_invites_by_pk": [ - 4835, + 4830, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_team_invites_stream": [ - 4835, + 4830, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4864, + 4859, "[tournament_team_invites_stream_cursor_input]!" ], "where": [ - 4844 + 4839 ] } ], "tournament_team_roster": [ - 4876, + 4871, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -172495,19 +172543,19 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], "tournament_team_roster_aggregate": [ - 4877, + 4872, { "distinct_on": [ - 4897, + 4892, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -172517,48 +172565,48 @@ export default { 40 ], "order_by": [ - 4895, + 4890, "[tournament_team_roster_order_by!]" ], "where": [ - 4885 + 4880 ] } ], "tournament_team_roster_by_pk": [ - 4876, + 4871, { "player_steam_id": [ 257, "bigint!" ], "tournament_id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_team_roster_stream": [ - 4876, + 4871, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4905, + 4900, "[tournament_team_roster_stream_cursor_input]!" ], "where": [ - 4885 + 4880 ] } ], "tournament_teams": [ - 4917, + 4912, { "distinct_on": [ - 4939, + 4934, "[tournament_teams_select_column!]" ], "limit": [ @@ -172568,19 +172616,19 @@ export default { 40 ], "order_by": [ - 4937, + 4932, "[tournament_teams_order_by!]" ], "where": [ - 4926 + 4921 ] } ], "tournament_teams_aggregate": [ - 4918, + 4913, { "distinct_on": [ - 4939, + 4934, "[tournament_teams_select_column!]" ], "limit": [ @@ -172590,44 +172638,44 @@ export default { 40 ], "order_by": [ - 4937, + 4932, "[tournament_teams_order_by!]" ], "where": [ - 4926 + 4921 ] } ], "tournament_teams_by_pk": [ - 4917, + 4912, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournament_teams_stream": [ - 4917, + 4912, { "batch_size": [ 40, "Int!" ], "cursor": [ - 4947, + 4942, "[tournament_teams_stream_cursor_input]!" ], "where": [ - 4926 + 4921 ] } ], "tournaments": [ - 4959, + 4954, { "distinct_on": [ - 4993, + 4988, "[tournaments_select_column!]" ], "limit": [ @@ -172637,19 +172685,19 @@ export default { 40 ], "order_by": [ - 4991, + 4986, "[tournaments_order_by!]" ], "where": [ - 4980 + 4975 ] } ], "tournaments_aggregate": [ - 4960, + 4955, { "distinct_on": [ - 4993, + 4988, "[tournaments_select_column!]" ], "limit": [ @@ -172659,44 +172707,44 @@ export default { 40 ], "order_by": [ - 4991, + 4986, "[tournaments_order_by!]" ], "where": [ - 4980 + 4975 ] } ], "tournaments_by_pk": [ - 4959, + 4954, { "id": [ - 5023, + 5018, "uuid!" ] } ], "tournaments_stream": [ - 4959, + 4954, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5011, + 5006, "[tournaments_stream_cursor_input]!" ], "where": [ - 4980 + 4975 ] } ], "v_event_player_stats": [ - 5026, + 5021, { "distinct_on": [ - 5052, + 5047, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -172706,19 +172754,19 @@ export default { 40 ], "order_by": [ - 5051, + 5046, "[v_event_player_stats_order_by!]" ], "where": [ - 5045 + 5040 ] } ], "v_event_player_stats_aggregate": [ - 5027, + 5022, { "distinct_on": [ - 5052, + 5047, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -172728,35 +172776,35 @@ export default { 40 ], "order_by": [ - 5051, + 5046, "[v_event_player_stats_order_by!]" ], "where": [ - 5045 + 5040 ] } ], "v_event_player_stats_stream": [ - 5026, + 5021, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5067, + 5062, "[v_event_player_stats_stream_cursor_input]!" ], "where": [ - 5045 + 5040 ] } ], "v_gpu_pool_status": [ - 5077, + 5072, { "distinct_on": [ - 5085, + 5080, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -172766,19 +172814,19 @@ export default { 40 ], "order_by": [ - 5084, + 5079, "[v_gpu_pool_status_order_by!]" ], "where": [ - 5081 + 5076 ] } ], "v_gpu_pool_status_aggregate": [ - 5078, + 5073, { "distinct_on": [ - 5085, + 5080, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -172788,35 +172836,35 @@ export default { 40 ], "order_by": [ - 5084, + 5079, "[v_gpu_pool_status_order_by!]" ], "where": [ - 5081 + 5076 ] } ], "v_gpu_pool_status_stream": [ - 5077, + 5072, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5089, + 5084, "[v_gpu_pool_status_stream_cursor_input]!" ], "where": [ - 5081 + 5076 ] } ], "v_league_division_standings": [ - 5095, + 5090, { "distinct_on": [ - 5111, + 5106, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -172826,19 +172874,19 @@ export default { 40 ], "order_by": [ - 5110, + 5105, "[v_league_division_standings_order_by!]" ], "where": [ - 5104 + 5099 ] } ], "v_league_division_standings_aggregate": [ - 5096, + 5091, { "distinct_on": [ - 5111, + 5106, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -172848,35 +172896,35 @@ export default { 40 ], "order_by": [ - 5110, + 5105, "[v_league_division_standings_order_by!]" ], "where": [ - 5104 + 5099 ] } ], "v_league_division_standings_stream": [ - 5095, + 5090, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5118, + 5113, "[v_league_division_standings_stream_cursor_input]!" ], "where": [ - 5104 + 5099 ] } ], "v_league_season_player_stats": [ - 5128, + 5123, { "distinct_on": [ - 5154, + 5149, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -172886,19 +172934,19 @@ export default { 40 ], "order_by": [ - 5153, + 5148, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5147 + 5142 ] } ], "v_league_season_player_stats_aggregate": [ - 5129, + 5124, { "distinct_on": [ - 5154, + 5149, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -172908,35 +172956,35 @@ export default { 40 ], "order_by": [ - 5153, + 5148, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5147 + 5142 ] } ], "v_league_season_player_stats_stream": [ - 5128, + 5123, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5169, + 5164, "[v_league_season_player_stats_stream_cursor_input]!" ], "where": [ - 5147 + 5142 ] } ], "v_match_captains": [ - 5179, + 5174, { "distinct_on": [ - 5191, + 5186, "[v_match_captains_select_column!]" ], "limit": [ @@ -172946,19 +172994,19 @@ export default { 40 ], "order_by": [ - 5190, + 5185, "[v_match_captains_order_by!]" ], "where": [ - 5183 + 5178 ] } ], "v_match_captains_aggregate": [ - 5180, + 5175, { "distinct_on": [ - 5191, + 5186, "[v_match_captains_select_column!]" ], "limit": [ @@ -172968,35 +173016,35 @@ export default { 40 ], "order_by": [ - 5190, + 5185, "[v_match_captains_order_by!]" ], "where": [ - 5183 + 5178 ] } ], "v_match_captains_stream": [ - 5179, + 5174, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5196, + 5191, "[v_match_captains_stream_cursor_input]!" ], "where": [ - 5183 + 5178 ] } ], "v_match_clutches": [ - 5203, + 5198, { "distinct_on": [ - 5219, + 5214, "[v_match_clutches_select_column!]" ], "limit": [ @@ -173006,19 +173054,19 @@ export default { 40 ], "order_by": [ - 5218, + 5213, "[v_match_clutches_order_by!]" ], "where": [ - 5212 + 5207 ] } ], "v_match_clutches_aggregate": [ - 5204, + 5199, { "distinct_on": [ - 5219, + 5214, "[v_match_clutches_select_column!]" ], "limit": [ @@ -173028,35 +173076,35 @@ export default { 40 ], "order_by": [ - 5218, + 5213, "[v_match_clutches_order_by!]" ], "where": [ - 5212 + 5207 ] } ], "v_match_clutches_stream": [ - 5203, + 5198, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5226, + 5221, "[v_match_clutches_stream_cursor_input]!" ], "where": [ - 5212 + 5207 ] } ], "v_match_kill_pairs": [ - 5236, + 5231, { "distinct_on": [ - 5244, + 5239, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -173066,19 +173114,19 @@ export default { 40 ], "order_by": [ - 5243, + 5238, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5240 + 5235 ] } ], "v_match_kill_pairs_aggregate": [ - 5237, + 5232, { "distinct_on": [ - 5244, + 5239, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -173088,35 +173136,35 @@ export default { 40 ], "order_by": [ - 5243, + 5238, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5240 + 5235 ] } ], "v_match_kill_pairs_stream": [ - 5236, + 5231, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5248, + 5243, "[v_match_kill_pairs_stream_cursor_input]!" ], "where": [ - 5240 + 5235 ] } ], "v_match_lineup_buy_types": [ - 5254, + 5249, { "distinct_on": [ - 5262, + 5257, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -173126,19 +173174,19 @@ export default { 40 ], "order_by": [ - 5261, + 5256, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5258 + 5253 ] } ], "v_match_lineup_buy_types_aggregate": [ - 5255, + 5250, { "distinct_on": [ - 5262, + 5257, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -173148,35 +173196,35 @@ export default { 40 ], "order_by": [ - 5261, + 5256, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5258 + 5253 ] } ], "v_match_lineup_buy_types_stream": [ - 5254, + 5249, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5266, + 5261, "[v_match_lineup_buy_types_stream_cursor_input]!" ], "where": [ - 5258 + 5253 ] } ], "v_match_lineup_map_stats": [ - 5272, + 5267, { "distinct_on": [ - 5280, + 5275, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -173186,19 +173234,19 @@ export default { 40 ], "order_by": [ - 5279, + 5274, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5276 + 5271 ] } ], "v_match_lineup_map_stats_aggregate": [ - 5273, + 5268, { "distinct_on": [ - 5280, + 5275, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -173208,35 +173256,35 @@ export default { 40 ], "order_by": [ - 5279, + 5274, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5276 + 5271 ] } ], "v_match_lineup_map_stats_stream": [ - 5272, + 5267, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5284, + 5279, "[v_match_lineup_map_stats_stream_cursor_input]!" ], "where": [ - 5276 + 5271 ] } ], "v_match_map_backup_rounds": [ - 5290, + 5285, { "distinct_on": [ - 5301, + 5296, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -173246,19 +173294,19 @@ export default { 40 ], "order_by": [ - 5300, + 5295, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5294 + 5289 ] } ], "v_match_map_backup_rounds_aggregate": [ - 5291, + 5286, { "distinct_on": [ - 5301, + 5296, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -173268,35 +173316,35 @@ export default { 40 ], "order_by": [ - 5300, + 5295, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5294 + 5289 ] } ], "v_match_map_backup_rounds_stream": [ - 5290, + 5285, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5306, + 5301, "[v_match_map_backup_rounds_stream_cursor_input]!" ], "where": [ - 5294 + 5289 ] } ], "v_match_player_buy_types": [ - 5313, + 5308, { "distinct_on": [ - 5321, + 5316, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -173306,19 +173354,19 @@ export default { 40 ], "order_by": [ - 5320, + 5315, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5317 + 5312 ] } ], "v_match_player_buy_types_aggregate": [ - 5314, + 5309, { "distinct_on": [ - 5321, + 5316, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -173328,35 +173376,35 @@ export default { 40 ], "order_by": [ - 5320, + 5315, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5317 + 5312 ] } ], "v_match_player_buy_types_stream": [ - 5313, + 5308, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5325, + 5320, "[v_match_player_buy_types_stream_cursor_input]!" ], "where": [ - 5317 + 5312 ] } ], "v_match_player_opening_duels": [ - 5331, + 5326, { "distinct_on": [ - 5347, + 5342, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -173366,19 +173414,19 @@ export default { 40 ], "order_by": [ - 5346, + 5341, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5340 + 5335 ] } ], "v_match_player_opening_duels_aggregate": [ - 5332, + 5327, { "distinct_on": [ - 5347, + 5342, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -173388,35 +173436,35 @@ export default { 40 ], "order_by": [ - 5346, + 5341, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5340 + 5335 ] } ], "v_match_player_opening_duels_stream": [ - 5331, + 5326, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5354, + 5349, "[v_match_player_opening_duels_stream_cursor_input]!" ], "where": [ - 5340 + 5335 ] } ], "v_player_arch_nemesis": [ - 5364, + 5359, { "distinct_on": [ - 5372, + 5367, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -173426,19 +173474,19 @@ export default { 40 ], "order_by": [ - 5371, + 5366, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5368 + 5363 ] } ], "v_player_arch_nemesis_aggregate": [ - 5365, + 5360, { "distinct_on": [ - 5372, + 5367, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -173448,35 +173496,35 @@ export default { 40 ], "order_by": [ - 5371, + 5366, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5368 + 5363 ] } ], "v_player_arch_nemesis_stream": [ - 5364, + 5359, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5376, + 5371, "[v_player_arch_nemesis_stream_cursor_input]!" ], "where": [ - 5368 + 5363 ] } ], "v_player_damage": [ - 5382, + 5377, { "distinct_on": [ - 5390, + 5385, "[v_player_damage_select_column!]" ], "limit": [ @@ -173486,19 +173534,19 @@ export default { 40 ], "order_by": [ - 5389, + 5384, "[v_player_damage_order_by!]" ], "where": [ - 5386 + 5381 ] } ], "v_player_damage_aggregate": [ - 5383, + 5378, { "distinct_on": [ - 5390, + 5385, "[v_player_damage_select_column!]" ], "limit": [ @@ -173508,35 +173556,35 @@ export default { 40 ], "order_by": [ - 5389, + 5384, "[v_player_damage_order_by!]" ], "where": [ - 5386 + 5381 ] } ], "v_player_damage_stream": [ - 5382, + 5377, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5394, + 5389, "[v_player_damage_stream_cursor_input]!" ], "where": [ - 5386 + 5381 ] } ], "v_player_elo": [ - 5400, + 5395, { "distinct_on": [ - 5426, + 5421, "[v_player_elo_select_column!]" ], "limit": [ @@ -173546,19 +173594,19 @@ export default { 40 ], "order_by": [ - 5425, + 5420, "[v_player_elo_order_by!]" ], "where": [ - 5419 + 5414 ] } ], "v_player_elo_aggregate": [ - 5401, + 5396, { "distinct_on": [ - 5426, + 5421, "[v_player_elo_select_column!]" ], "limit": [ @@ -173568,35 +173616,35 @@ export default { 40 ], "order_by": [ - 5425, + 5420, "[v_player_elo_order_by!]" ], "where": [ - 5419 + 5414 ] } ], "v_player_elo_stream": [ - 5400, + 5395, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5441, + 5436, "[v_player_elo_stream_cursor_input]!" ], "where": [ - 5419 + 5414 ] } ], "v_player_map_losses": [ - 5451, + 5446, { "distinct_on": [ - 5459, + 5454, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -173606,19 +173654,19 @@ export default { 40 ], "order_by": [ - 5458, + 5453, "[v_player_map_losses_order_by!]" ], "where": [ - 5455 + 5450 ] } ], "v_player_map_losses_aggregate": [ - 5452, + 5447, { "distinct_on": [ - 5459, + 5454, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -173628,35 +173676,35 @@ export default { 40 ], "order_by": [ - 5458, + 5453, "[v_player_map_losses_order_by!]" ], "where": [ - 5455 + 5450 ] } ], "v_player_map_losses_stream": [ - 5451, + 5446, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5463, + 5458, "[v_player_map_losses_stream_cursor_input]!" ], "where": [ - 5455 + 5450 ] } ], "v_player_map_wins": [ - 5469, + 5464, { "distinct_on": [ - 5477, + 5472, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -173666,19 +173714,19 @@ export default { 40 ], "order_by": [ - 5476, + 5471, "[v_player_map_wins_order_by!]" ], "where": [ - 5473 + 5468 ] } ], "v_player_map_wins_aggregate": [ - 5470, + 5465, { "distinct_on": [ - 5477, + 5472, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -173688,35 +173736,35 @@ export default { 40 ], "order_by": [ - 5476, + 5471, "[v_player_map_wins_order_by!]" ], "where": [ - 5473 + 5468 ] } ], "v_player_map_wins_stream": [ - 5469, + 5464, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5481, + 5476, "[v_player_map_wins_stream_cursor_input]!" ], "where": [ - 5473 + 5468 ] } ], "v_player_match_head_to_head": [ - 5487, + 5482, { "distinct_on": [ - 5495, + 5490, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -173726,19 +173774,19 @@ export default { 40 ], "order_by": [ - 5494, + 5489, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5491 + 5486 ] } ], "v_player_match_head_to_head_aggregate": [ - 5488, + 5483, { "distinct_on": [ - 5495, + 5490, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -173748,35 +173796,35 @@ export default { 40 ], "order_by": [ - 5494, + 5489, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5491 + 5486 ] } ], "v_player_match_head_to_head_stream": [ - 5487, + 5482, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5499, + 5494, "[v_player_match_head_to_head_stream_cursor_input]!" ], "where": [ - 5491 + 5486 ] } ], "v_player_match_map_hltv": [ - 5505, + 5500, { "distinct_on": [ - 5523, + 5518, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -173786,19 +173834,19 @@ export default { 40 ], "order_by": [ - 5522, + 5517, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5514 + 5509 ] } ], "v_player_match_map_hltv_aggregate": [ - 5506, + 5501, { "distinct_on": [ - 5523, + 5518, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -173808,35 +173856,35 @@ export default { 40 ], "order_by": [ - 5522, + 5517, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5514 + 5509 ] } ], "v_player_match_map_hltv_stream": [ - 5505, + 5500, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5531, + 5526, "[v_player_match_map_hltv_stream_cursor_input]!" ], "where": [ - 5514 + 5509 ] } ], "v_player_match_map_roles": [ - 5542, + 5537, { "distinct_on": [ - 5550, + 5545, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -173846,19 +173894,19 @@ export default { 40 ], "order_by": [ - 5549, + 5544, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5546 + 5541 ] } ], "v_player_match_map_roles_aggregate": [ - 5543, + 5538, { "distinct_on": [ - 5550, + 5545, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -173868,35 +173916,35 @@ export default { 40 ], "order_by": [ - 5549, + 5544, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5546 + 5541 ] } ], "v_player_match_map_roles_stream": [ - 5542, + 5537, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5554, + 5549, "[v_player_match_map_roles_stream_cursor_input]!" ], "where": [ - 5546 + 5541 ] } ], "v_player_match_performance": [ - 5560, + 5555, { "distinct_on": [ - 5568, + 5563, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -173906,19 +173954,19 @@ export default { 40 ], "order_by": [ - 5567, + 5562, "[v_player_match_performance_order_by!]" ], "where": [ - 5564 + 5559 ] } ], "v_player_match_performance_aggregate": [ - 5561, + 5556, { "distinct_on": [ - 5568, + 5563, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -173928,35 +173976,35 @@ export default { 40 ], "order_by": [ - 5567, + 5562, "[v_player_match_performance_order_by!]" ], "where": [ - 5564 + 5559 ] } ], "v_player_match_performance_stream": [ - 5560, + 5555, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5572, + 5567, "[v_player_match_performance_stream_cursor_input]!" ], "where": [ - 5564 + 5559 ] } ], "v_player_match_rating": [ - 5578, + 5573, { "distinct_on": [ - 5586, + 5581, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -173966,19 +174014,19 @@ export default { 40 ], "order_by": [ - 5585, + 5580, "[v_player_match_rating_order_by!]" ], "where": [ - 5582 + 5577 ] } ], "v_player_match_rating_aggregate": [ - 5579, + 5574, { "distinct_on": [ - 5586, + 5581, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -173988,35 +174036,35 @@ export default { 40 ], "order_by": [ - 5585, + 5580, "[v_player_match_rating_order_by!]" ], "where": [ - 5582 + 5577 ] } ], "v_player_match_rating_stream": [ - 5578, + 5573, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5590, + 5585, "[v_player_match_rating_stream_cursor_input]!" ], "where": [ - 5582 + 5577 ] } ], "v_player_multi_kills": [ - 5596, + 5591, { "distinct_on": [ - 5612, + 5607, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -174026,19 +174074,19 @@ export default { 40 ], "order_by": [ - 5611, + 5606, "[v_player_multi_kills_order_by!]" ], "where": [ - 5605 + 5600 ] } ], "v_player_multi_kills_aggregate": [ - 5597, + 5592, { "distinct_on": [ - 5612, + 5607, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -174048,35 +174096,35 @@ export default { 40 ], "order_by": [ - 5611, + 5606, "[v_player_multi_kills_order_by!]" ], "where": [ - 5605 + 5600 ] } ], "v_player_multi_kills_stream": [ - 5596, + 5591, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5619, + 5614, "[v_player_multi_kills_stream_cursor_input]!" ], "where": [ - 5605 + 5600 ] } ], "v_player_queue_partners": [ - 5629, + 5624, { "distinct_on": [ - 5637, + 5632, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -174086,19 +174134,19 @@ export default { 40 ], "order_by": [ - 5636, + 5631, "[v_player_queue_partners_order_by!]" ], "where": [ - 5633 + 5628 ] } ], "v_player_queue_partners_aggregate": [ - 5630, + 5625, { "distinct_on": [ - 5637, + 5632, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -174108,35 +174156,35 @@ export default { 40 ], "order_by": [ - 5636, + 5631, "[v_player_queue_partners_order_by!]" ], "where": [ - 5633 + 5628 ] } ], "v_player_queue_partners_stream": [ - 5629, + 5624, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5641, + 5636, "[v_player_queue_partners_stream_cursor_input]!" ], "where": [ - 5633 + 5628 ] } ], "v_player_weapon_damage": [ - 5647, + 5642, { "distinct_on": [ - 5655, + 5650, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -174146,19 +174194,19 @@ export default { 40 ], "order_by": [ - 5654, + 5649, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5651 + 5646 ] } ], "v_player_weapon_damage_aggregate": [ - 5648, + 5643, { "distinct_on": [ - 5655, + 5650, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -174168,35 +174216,35 @@ export default { 40 ], "order_by": [ - 5654, + 5649, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5651 + 5646 ] } ], "v_player_weapon_damage_stream": [ - 5647, + 5642, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5659, + 5654, "[v_player_weapon_damage_stream_cursor_input]!" ], "where": [ - 5651 + 5646 ] } ], "v_player_weapon_kills": [ - 5665, + 5660, { "distinct_on": [ - 5673, + 5668, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -174206,19 +174254,19 @@ export default { 40 ], "order_by": [ - 5672, + 5667, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5669 + 5664 ] } ], "v_player_weapon_kills_aggregate": [ - 5666, + 5661, { "distinct_on": [ - 5673, + 5668, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -174228,35 +174276,35 @@ export default { 40 ], "order_by": [ - 5672, + 5667, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5669 + 5664 ] } ], "v_player_weapon_kills_stream": [ - 5665, + 5660, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5677, + 5672, "[v_player_weapon_kills_stream_cursor_input]!" ], "where": [ - 5669 + 5664 ] } ], "v_pool_maps": [ - 5683, + 5678, { "distinct_on": [ - 5700, + 5695, "[v_pool_maps_select_column!]" ], "limit": [ @@ -174266,19 +174314,19 @@ export default { 40 ], "order_by": [ - 5699, + 5694, "[v_pool_maps_order_by!]" ], "where": [ - 5692 + 5687 ] } ], "v_pool_maps_aggregate": [ - 5684, + 5679, { "distinct_on": [ - 5700, + 5695, "[v_pool_maps_select_column!]" ], "limit": [ @@ -174288,35 +174336,35 @@ export default { 40 ], "order_by": [ - 5699, + 5694, "[v_pool_maps_order_by!]" ], "where": [ - 5692 + 5687 ] } ], "v_pool_maps_stream": [ - 5683, + 5678, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5704, + 5699, "[v_pool_maps_stream_cursor_input]!" ], "where": [ - 5692 + 5687 ] } ], "v_steam_account_pool_status": [ - 5707, + 5702, { "distinct_on": [ - 5715, + 5710, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -174326,19 +174374,19 @@ export default { 40 ], "order_by": [ - 5714, + 5709, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5711 + 5706 ] } ], "v_steam_account_pool_status_aggregate": [ - 5708, + 5703, { "distinct_on": [ - 5715, + 5710, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -174348,35 +174396,35 @@ export default { 40 ], "order_by": [ - 5714, + 5709, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5711 + 5706 ] } ], "v_steam_account_pool_status_stream": [ - 5707, + 5702, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5719, + 5714, "[v_steam_account_pool_status_stream_cursor_input]!" ], "where": [ - 5711 + 5706 ] } ], "v_team_ranks": [ - 5725, + 5720, { "distinct_on": [ - 5735, + 5730, "[v_team_ranks_select_column!]" ], "limit": [ @@ -174386,19 +174434,19 @@ export default { 40 ], "order_by": [ - 5734, + 5729, "[v_team_ranks_order_by!]" ], "where": [ - 5729 + 5724 ] } ], "v_team_ranks_aggregate": [ - 5726, + 5721, { "distinct_on": [ - 5735, + 5730, "[v_team_ranks_select_column!]" ], "limit": [ @@ -174408,35 +174456,35 @@ export default { 40 ], "order_by": [ - 5734, + 5729, "[v_team_ranks_order_by!]" ], "where": [ - 5729 + 5724 ] } ], "v_team_ranks_stream": [ - 5725, + 5720, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5739, + 5734, "[v_team_ranks_stream_cursor_input]!" ], "where": [ - 5729 + 5724 ] } ], "v_team_reputation": [ - 5745, + 5740, { "distinct_on": [ - 5755, + 5750, "[v_team_reputation_select_column!]" ], "limit": [ @@ -174446,19 +174494,19 @@ export default { 40 ], "order_by": [ - 5754, + 5749, "[v_team_reputation_order_by!]" ], "where": [ - 5749 + 5744 ] } ], "v_team_reputation_aggregate": [ - 5746, + 5741, { "distinct_on": [ - 5755, + 5750, "[v_team_reputation_select_column!]" ], "limit": [ @@ -174468,35 +174516,35 @@ export default { 40 ], "order_by": [ - 5754, + 5749, "[v_team_reputation_order_by!]" ], "where": [ - 5749 + 5744 ] } ], "v_team_reputation_stream": [ - 5745, + 5740, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5759, + 5754, "[v_team_reputation_stream_cursor_input]!" ], "where": [ - 5749 + 5744 ] } ], "v_team_stage_results": [ - 5765, + 5760, { "distinct_on": [ - 5797, + 5792, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -174506,19 +174554,19 @@ export default { 40 ], "order_by": [ - 5795, + 5790, "[v_team_stage_results_order_by!]" ], "where": [ - 5784 + 5779 ] } ], "v_team_stage_results_aggregate": [ - 5766, + 5761, { "distinct_on": [ - 5797, + 5792, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -174528,48 +174576,48 @@ export default { 40 ], "order_by": [ - 5795, + 5790, "[v_team_stage_results_order_by!]" ], "where": [ - 5784 + 5779 ] } ], "v_team_stage_results_by_pk": [ - 5765, + 5760, { "tournament_stage_id": [ - 5023, + 5018, "uuid!" ], "tournament_team_id": [ - 5023, + 5018, "uuid!" ] } ], "v_team_stage_results_stream": [ - 5765, + 5760, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5813, + 5808, "[v_team_stage_results_stream_cursor_input]!" ], "where": [ - 5784 + 5779 ] } ], "v_team_tournament_results": [ - 5825, + 5820, { "distinct_on": [ - 5851, + 5846, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -174579,19 +174627,19 @@ export default { 40 ], "order_by": [ - 5850, + 5845, "[v_team_tournament_results_order_by!]" ], "where": [ - 5844 + 5839 ] } ], "v_team_tournament_results_aggregate": [ - 5826, + 5821, { "distinct_on": [ - 5851, + 5846, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -174601,35 +174649,35 @@ export default { 40 ], "order_by": [ - 5850, + 5845, "[v_team_tournament_results_order_by!]" ], "where": [ - 5844 + 5839 ] } ], "v_team_tournament_results_stream": [ - 5825, + 5820, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5866, + 5861, "[v_team_tournament_results_stream_cursor_input]!" ], "where": [ - 5844 + 5839 ] } ], "v_tournament_player_stats": [ - 5876, + 5871, { "distinct_on": [ - 5902, + 5897, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -174639,19 +174687,19 @@ export default { 40 ], "order_by": [ - 5901, + 5896, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5895 + 5890 ] } ], "v_tournament_player_stats_aggregate": [ - 5877, + 5872, { "distinct_on": [ - 5902, + 5897, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -174661,27 +174709,27 @@ export default { 40 ], "order_by": [ - 5901, + 5896, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5895 + 5890 ] } ], "v_tournament_player_stats_stream": [ - 5876, + 5871, { "batch_size": [ 40, "Int!" ], "cursor": [ - 5917, + 5912, "[v_tournament_player_stats_stream_cursor_input]!" ], "where": [ - 5895 + 5890 ] } ], diff --git a/hasura/functions/match/match_player_elo.sql b/hasura/functions/match/match_player_elo.sql index 4680c5b4..2ad8cbe3 100644 --- a/hasura/functions/match/match_player_elo.sql +++ b/hasura/functions/match/match_player_elo.sql @@ -36,6 +36,10 @@ DECLARE _elo_change INTEGER; _scale_factor INTEGER := 4000; _default_elo INTEGER := 5000; + -- How much of the expected score comes from the player's own rating versus + -- their team's average. See _rating_for_expected below. + _individual_weight FLOAT := 0.5; + _rating_for_expected FLOAT; -- Performance metrics _player_kills INTEGER; @@ -301,14 +305,30 @@ BEGIN _performance_multiplier := _impact; - -- Calculate the expected score based on team ELO averages + -- The rating this player is judged on. Rating a player purely off their + -- team's average gives every teammate an identical expected score, so a + -- 6000 and a 4600 on the same lineup moved by the same amount no matter how + -- they were rated going in. Rating them purely off their own ELO fixes that + -- but drops any notion of who they played with, which makes carrying a + -- low-rated party member the cheapest way to inflate a rating: at full + -- individual weight a 3000 queuing with four 9000s against a 5000 lineup is + -- scored as if they beat it alone. + -- + -- Blending keeps the differentiation and caps the carry. At 0.5, the 3000 + -- above is rated 5400 rather than 3000, and teammates on a mixed lineup + -- still separate cleanly. Raising _individual_weight sharpens per-player + -- differences and widens the carry window; lowering it does the reverse. + _rating_for_expected := + _individual_weight * _current_player_elo + + (1.0 - _individual_weight) * _player_team_elo_avg; + -- ELO formula: Expected Score = 1 / (1 + 10^((Opponent Rating - Player Rating) / Scale Factor)) -- The scale factor (4000) is increased for a wider ELO range: -- - A difference of 4000 points means the stronger player is expected to win 10 times more often -- - A difference of 2000 points means the stronger player is expected to win 3 times more often -- - A difference of 1000 points means the stronger player is expected to win 1.6 times more often -- This allows for a much wider range of ratings (0-50,000+) with 28,000 being expert level - _expected_score := 1.0 / (1.0 + POWER(10.0, (_opponent_team_elo_avg - _player_team_elo_avg) / _scale_factor)); + _expected_score := 1.0 / (1.0 + POWER(10.0, (_opponent_team_elo_avg - _rating_for_expected) / _scale_factor)); -- Determine the actual score based on match result -- 1.0 for a win, 0.0 for a loss @@ -333,7 +353,9 @@ BEGIN 'elo_change', _elo_change, -- The change in ELO rating for the player after the match 'player_team_elo_avg', _player_team_elo_avg, -- The average ELO rating of the player's team before the match 'opponent_team_elo_avg', _opponent_team_elo_avg, -- The average ELO rating of the opponent's team before the match - 'expected_score', _expected_score, -- The expected score for the player's team based on ELO ratings + 'rating_for_expected', _rating_for_expected, -- The blend of own rating and team average this player was judged on + 'individual_weight', _individual_weight, -- How much of that blend came from the player's own rating + 'expected_score', _expected_score, -- The expected score for this player, from rating_for_expected vs the opponent average 'actual_score', _actual_score, -- The actual score for the player's team based on the match result 'k_factor', _k_factor, -- The K-factor used in the calculation 'kills', _player_kills, @@ -475,6 +497,7 @@ BEGIN k_factor, player_team_elo_avg, opponent_team_elo_avg, + rating_for_expected, kills, deaths, assists, @@ -500,6 +523,7 @@ BEGIN (elo_data->>'k_factor')::integer, (elo_data->>'player_team_elo_avg')::double precision, (elo_data->>'opponent_team_elo_avg')::double precision, + (elo_data->>'rating_for_expected')::double precision, (elo_data->>'kills')::integer, (elo_data->>'deaths')::integer, (elo_data->>'assists')::integer, diff --git a/hasura/metadata/databases/default/tables/public_v_player_elo.yaml b/hasura/metadata/databases/default/tables/public_v_player_elo.yaml index 966e9c6e..a233c964 100644 --- a/hasura/metadata/databases/default/tables/public_v_player_elo.yaml +++ b/hasura/metadata/databases/default/tables/public_v_player_elo.yaml @@ -37,6 +37,7 @@ select_permissions: - player_name - player_steam_id - player_team_elo_avg + - rating_for_expected - season_id - series_multiplier - team_avg_kda diff --git a/hasura/migrations/default/1876000000100_player_elo_rating_for_expected/down.sql b/hasura/migrations/default/1876000000100_player_elo_rating_for_expected/down.sql new file mode 100644 index 00000000..68f30abb --- /dev/null +++ b/hasura/migrations/default/1876000000100_player_elo_rating_for_expected/down.sql @@ -0,0 +1,2 @@ +ALTER TABLE public.player_elo + DROP COLUMN IF EXISTS rating_for_expected; diff --git a/hasura/migrations/default/1876000000100_player_elo_rating_for_expected/up.sql b/hasura/migrations/default/1876000000100_player_elo_rating_for_expected/up.sql new file mode 100644 index 00000000..153e2df4 --- /dev/null +++ b/hasura/migrations/default/1876000000100_player_elo_rating_for_expected/up.sql @@ -0,0 +1,2 @@ +ALTER TABLE public.player_elo + ADD COLUMN IF NOT EXISTS rating_for_expected double precision; diff --git a/hasura/views/v_player_elo.sql b/hasura/views/v_player_elo.sql index dec80006..5643d942 100644 --- a/hasura/views/v_player_elo.sql +++ b/hasura/views/v_player_elo.sql @@ -14,6 +14,7 @@ SELECT pe.change::INTEGER AS elo_change, pe.player_team_elo_avg, pe.opponent_team_elo_avg, + pe.rating_for_expected, pe.expected_score, pe.actual_score, pe.k_factor, diff --git a/test/elo.spec.ts b/test/elo.spec.ts index d71e3b18..1e935dcb 100644 --- a/test/elo.spec.ts +++ b/test/elo.spec.ts @@ -7,11 +7,22 @@ import { SqlTestDb, } from "./utils/sql-test-db"; +// Mirrors the blend in get_player_elo_for_match. Kept here rather than derived +// so a change to the SQL has to be made deliberately in both places. +const SCALE_FACTOR = 4000; +const INDIVIDUAL_WEIGHT = 0.5; + +const expectedScore = (own: number, teamAvg: number, opponentAvg: number) => { + const rating = INDIVIDUAL_WEIGHT * own + (1 - INDIVIDUAL_WEIGHT) * teamAvg; + return 1 / (1 + Math.pow(10, (opponentAvg - rating) / SCALE_FACTOR)); +}; + // Exercises the ELO engine (generate_player_elo_for_match / // get_player_elo_for_match): the 5000 baseline, rating chaining across // matches, series-differential scaling, recompute idempotency, the // source/winner guards, per-season ladder isolation, the tournament track, -// and the loss-protection transform for strong performers on losing teams. +// the own-rating/team-average blend behind the expected score, and the +// loss-protection transform for strong performers on losing teams. describe("ELO engine (SQL-driven)", () => { let db: SqlTestDb; let postgres: PostgresService; @@ -74,6 +85,45 @@ describe("ELO engine (SQL-driven)", () => { return match; }; + // A finished 2v2, so the two players on a lineup share a team average while + // holding different ratings of their own. + const wingman = async ( + teamA: Array, + teamB: Array, + { winner = "a", endedDaysAgo = 1 }: { winner?: "a" | "b"; endedDaysAgo?: number } = {}, + ) => { + const match = await fx.match({ type: "Wingman" }); + for (const steamId of teamA) { + await fx.lineupPlayer(match.lineup_1_id, steamId); + } + for (const steamId of teamB) { + await fx.lineupPlayer(match.lineup_2_id, steamId); + } + await postgres.query( + `UPDATE matches SET winning_lineup_id = ${ + winner === "a" ? "lineup_1_id" : "lineup_2_id" + }, ended_at = now() - make_interval(days => $2) WHERE id = $1`, + [match.id, endedDaysAgo], + ); + return match; + }; + + // Standing ratings for a type, hung off one finished match old enough to be + // picked up as "the rating going in" by the match under test. + const seedRatings = async ( + ratings: Record, + { type = "Wingman", daysAgo = 30 }: { type?: string; daysAgo?: number } = {}, + ) => { + const { matchId } = await fx.bareMatch(); + for (const [steamId, current] of Object.entries(ratings)) { + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, "type", current, change, created_at) + VALUES ($1, $2, $3, $4, 0, now() - make_interval(days => $5))`, + [steamId, matchId, type, current, daysAgo], + ); + } + }; + const generate = async (matchId: string) => { const [row] = await postgres.query< Array<{ generate_player_elo_for_match: number }> @@ -87,6 +137,7 @@ describe("ELO engine (SQL-driven)", () => { change: number; actual_score: number; expected_score: number; + rating_for_expected: number | null; series_multiplier: number; performance_multiplier: number; season_id: string | null; @@ -95,7 +146,8 @@ describe("ELO engine (SQL-driven)", () => { const eloRows = (matchId: string) => postgres.query>( `SELECT steam_id, current, change, actual_score, expected_score, - series_multiplier, performance_multiplier, season_id + rating_for_expected, series_multiplier, performance_multiplier, + season_id FROM player_elo WHERE match_id = $1 ORDER BY steam_id`, [matchId], ); @@ -261,6 +313,59 @@ describe("ELO engine (SQL-driven)", () => { expect(rows.every((r) => r.season_id === null)).toBe(true); }); + // A 7000 and a 3000 on one lineup average out to the 5000 they are playing, + // so a team-average-only expected score cannot tell them apart. + const mixedLineup = async () => { + const [strong, weak, oppOne, oppTwo] = await fx.players(4); + await seedRatings({ + [strong]: 7000, + [weak]: 3000, + [oppOne]: 5000, + [oppTwo]: 5000, + }); + const match = await wingman([strong, weak], [oppOne, oppTwo]); + await generate(match.id); + const rows = await eloRows(match.id); + return { + strong: rows.find((r) => r.steam_id === strong)!, + weak: rows.find((r) => r.steam_id === weak)!, + opponent: rows.find((r) => r.steam_id === oppOne)!, + }; + }; + + it("rates teammates off their own ratings, not one shared team average", async () => { + const { strong, weak, opponent } = await mixedLineup(); + + expect(strong.expected_score).toBeCloseTo(expectedScore(7000, 5000, 5000)); + expect(weak.expected_score).toBeCloseTo(expectedScore(3000, 5000, 5000)); + + // Persisted so the badge can show what each was actually judged on, and so + // the row stays readable if _individual_weight is ever retuned. + expect(Number(strong.rating_for_expected)).toBeCloseTo(6000); + expect(Number(weak.rating_for_expected)).toBeCloseTo(4000); + + // The team averages are level, so team-average-only rating would have put + // both of them — and both opponents — at exactly 0.5. + expect(strong.expected_score).toBeGreaterThan(0.5); + expect(weak.expected_score).toBeLessThan(0.5); + expect(opponent.expected_score).toBeCloseTo(0.5); + + // Both won, and both took the same (statless) performance multiplier, so + // the gap in change comes purely from what each was expected to do. + expect(Number(strong.change)).toBeGreaterThan(0); + expect(Number(weak.change)).toBeGreaterThan(Number(strong.change)); + }); + + it("keeps the team average in the expected score so carries are not free", async () => { + const { weak } = await mixedLineup(); + + // Judging the 3000 purely on their own rating would score this as beating + // a 5000 lineup alone. The team term is what stops a low-rated player from + // farming a rating off stronger teammates. + const ownRatingOnly = 1 / (1 + Math.pow(10, (5000 - 3000) / SCALE_FACTOR)); + expect(weak.expected_score).toBeGreaterThan(ownRatingOnly); + }); + it("protects strong performers on losing teams", async () => { // Two identical 1v1 losses; in the second, the loser at least got kills // and damage in. The loss-transform maps better impact to a smaller cut.